gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write): Be threadsafe.
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-24  Andy Wingo  <wingo@pobox.com>
2
3         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
4         Be threadsafe.
5
6 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7
8         * configure.ac: back to HEAD
9
10 === release 0.9.6 ===
11
12 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13
14         * configure.ac:
15           releasing 0.9.6, "White Eight"
16
17 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18
19         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20         * docs/plugins/inspect/plugin-sine.xml:
21           remove sinesrc some more
22
23 2005-11-23  Wim Taymans  <wim@fluendo.com>
24
25         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
26         If we are reading too slowly, jump forward in the ringbuffer
27         instead of blocking.
28
29 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
30
31         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
32         (gst_visual_chain):
33         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
34         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
35         (gst_videorate_chain):
36         * gst/videotestsrc/gstvideotestsrc.c:
37         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
38         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
39         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
40         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
41         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
42         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
43           Updates for API changes
44
45 2005-11-23  Wim Taymans  <wim@fluendo.com>
46
47         * gst-libs/gst/audio/gstbaseaudiosink.c:
48         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
49         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
50         Fix for calibration API change.
51
52 2005-11-23  Michael Smith <msmith@fluendo.com>
53
54         * gst-libs/gst/audio/multichannel.c:
55         (gst_audio_get_channel_positions),
56         (gst_audio_set_channel_positions),
57         (gst_audio_set_structure_channel_positions_list),
58         (gst_audio_fixate_channel_positions):
59           Use gst_value_array_*() functions on value arrays, not
60           gst_value_list_*().
61
62 2005-11-23  Edward Hervey  <edward@fluendo.com>
63
64         * autogen.sh:
65         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
66         Fixes autogen
67
68 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
69
70         * check/Makefile.am:
71         * check/elements/videotestsrc.c: (setup_videotestsrc),
72         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
73         (main):
74           add a test for videotestsrc
75
76 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
77
78         * gst/sine/.cvsignore:
79         * gst/sine/Makefile.am:
80         * gst/sine/gstsinesrc.c:
81         * gst/sine/gstsinesrc.h:
82         * gst/sine/sinesrc.vcproj:
83           and remove sinesrc from the repository.  Closes #321446
84
85 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
86
87         * configure.ac:
88         * gst-plugins-base.spec.in:
89           remove sinesrc from the build
90
91 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
92
93         * check/Makefile.am:
94         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
95         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
96         (main):
97           add a test for audiotestsrc, testing all waves.  Even seems
98           leak-free at first glance, nice job Stefan
99
100 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
101
102         * po/af.po:
103         * po/az.po:
104         * po/cs.po:
105         * po/en_GB.po:
106         * po/hu.po:
107         * po/it.po:
108         * po/nb.po:
109         * po/nl.po:
110         * po/or.po:
111         * po/sq.po:
112         * po/sr.po:
113         * po/sv.po:
114         * po/uk.po:
115         * po/vi.po:
116           Translation string updates
117
118         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
119         (gst_v4lsrc_set_caps):
120         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
121         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
122         * sys/v4l/v4lsrc_calls.h:
123           Improve v4lsrc, by making it work again.
124
125 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
126
127         * ext/libvisual/visual.c: (gst_visual_chain):
128           Fix the fps calculations.
129
130         * gst/ffmpegcolorspace/avcodec.h:
131           Move structure element for clarity
132
133         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
134         * gst-libs/gst/interfaces/tunernorm.h:
135         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
136         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
137         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
138         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
139         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
140         (gst_v4lmjpegsrc_getcaps):
141         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
142         (gst_v4lsrc_set_caps):
143         * sys/v4l/gstv4lsrc.h:
144         * sys/v4l/v4l_calls.c: (gst_v4l_open):
145         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
146         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
147         * sys/v4l/v4lsrc_calls.h:
148           Fractional framerates...
149
150 2005-11-22  Wim Taymans  <wim@fluendo.com>
151
152         * gst-libs/gst/audio/gstbaseaudiosink.c:
153         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
154         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
155         And we provide a clock by default, of course...
156
157 2005-11-22  Wim Taymans  <wim@fluendo.com>
158
159         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
160         This clock can be slaved to a master clock now.
161
162         * gst-libs/gst/audio/gstbaseaudiosink.c:
163         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
164         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
165         (gst_base_audio_sink_set_clock),
166         (gst_base_audio_sink_set_property),
167         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
168         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
169         * gst-libs/gst/audio/gstbaseaudiosink.h:
170         Handle slaving the internal clock to the clock selected in the
171         pipeline.
172         Add property to make the basesink not provide a clock.
173
174         * gst-libs/gst/rtp/gstbasertpdepayload.c:
175         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
176         (gst_base_rtp_depayload_wait):
177         * gst-libs/gst/rtp/gstbasertpdepayload.h:
178         We can use the clock in GstElement, no need to store it ourselves.
179
180 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
181
182         * docs/libs/tmpl/gstaudio.sgml:
183           update
184         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
185         (gst_paranoia_endian_get_type):
186         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
187         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
188         * gst/audiotestsrc/gstaudiotestsrc.c:
189         (gst_audiostestsrc_wave_get_type):
190         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
191         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
192         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
193         (gst_sync_method_get_type), (gst_unit_type_get_type),
194         (gst_client_status_get_type), (gst_multifdsink_class_init),
195         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
196         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
197         (gst_multifdsink_get_property):
198         * gst/tcp/gstmultifdsink.h:
199         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
200         * gst/videotestsrc/gstvideotestsrc.c:
201         (gst_videotestsrc_pattern_get_type):
202           remove deprecated properties
203           fix up enums to correctly have short lowercase dashed nicks
204
205 2005-11-22  Michael Smith <msmith@fluendo.com>
206
207         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
208         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
209           Add underscore.
210
211 2005-11-22  Michael Smith <msmith@fluendo.com>
212
213         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
214         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
215           Use utility method for scaling clocktime for fractional framerates.
216
217 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
218
219         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
220         (gst_visual_chain):
221         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
222         * ext/theora/theoradec.c: (theora_handle_type_packet):
223         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
224         (theora_enc_chain):
225         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
226         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
227         * gst-libs/gst/video/video.h:
228         * gst/ffmpegcolorspace/avcodec.h:
229         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
230         (gst_ffmpeg_caps_to_pixfmt):
231         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
232         (gst_ffmpegcsp_set_caps):
233         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
234         (gst_videorate_setcaps), (gst_videorate_blank_data),
235         (gst_videorate_chain):
236         * gst/videotestsrc/gstvideotestsrc.c:
237         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
238         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
239         (gst_videotestsrc_event), (gst_videotestsrc_create):
240         * gst/videotestsrc/gstvideotestsrc.h:
241         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
242         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
243         (gst_ximagesink_get_times), (gst_ximagesink_init):
244         * sys/ximage/ximagesink.h:
245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
246         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
247         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
248         * sys/xvimage/xvimagesink.h:
249           Convert elements to use fractions for their framerate.
250           V4L elements to come later tonight.
251
252 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
253
254         * gst-libs/gst/audio/audio.c:
255         * gst-libs/gst/audio/audio.h:
256           remove some deprecated functions
257
258 2005-11-22  Andy Wingo  <wingo@pobox.com>
259
260         * Update for gst_tag_setter API changes.
261
262 2005-11-22  Andy Wingo  <wingo@pobox.com>
263
264         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
265         (gst_ogg_demux_perform_seek):
266         * ext/theora/theoradec.c (theora_dec_sink_event):
267         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
268         update-funcnames.
269
270 2005-11-22  Wim Taymans  <wim@fluendo.com>
271
272         * examples/seeking/seek.c: (main):
273         Give higher priority to bus signals than the gtk events
274         to fix a race condition in the segment looping.
275
276 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
277
278         * ext/theora/Makefile.am:
279         * ext/vorbis/Makefile.am:
280         * gst-libs/gst/tag/Makefile.am:
281         * gst-plugins-base.spec.in:
282           Rename libgsttagedit to libgsttag (#322117).
283
284 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
285
286         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
288           Call gst_x_overlay_prepare_xwindow_id() to give applications
289           a final chance to set their own xwindow id before the video
290           sink creates its own window.
291
292 2005-11-22  Julien MOUTTE  <julien@moutte.net>
293
294         * sys/xvimage/xvimagesink.c:
295         (gst_xvimagesink_navigation_send_event): Handle navigation
296         events correcly with borders if applicable.
297
298 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
299
300         Patch by: Luca Ognibene
301
302         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
303         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
304         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
305         (gst_ffmpegcsp_caps_remove_format_info):
306         * gst/ffmpegcolorspace/imgconvert.c:
307         * gst/ffmpegcolorspace/imgconvert_template.h:
308           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
309           #318353); use gst_structure_has_name().
310
311 2005-11-22  Julien MOUTTE  <julien@moutte.net>
312
313         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
314         (gst_ximagesink_class_init): Add debug macros on functions.
315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
316         (gst_xvimagesink_xwindow_draw_borders),
317         (gst_xvimagesink_xvimage_put),
318         (gst_xvimagesink_xwindow_update_geometry),
319         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
320         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
321         (gst_xvimagesink_xcontext_clear),
322         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
323         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
324         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
325         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
326         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
327         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
328         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
329         expose while being PAUSED, out of data flow navigation events, etc..
330
331 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
332
333         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
334         * gst-libs/gst/audio/audio.h:
335           fix prototype - wondering why the test worked regardless
336
337 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
338
339         * check/Makefile.am:
340         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
341         * gst-libs/gst/audio/audio.h:
342           add a method that returns a proper GstClockTime
343
344 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
345
346         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
347         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
348         * gst-libs/gst/interfaces/xoverlay.h:
349           Remove everything having to do with the desired size; add 
350           gst_x_overlay_prepare_xwindow_id() function; remove the
351           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
352           post a message on the bus instead (#321816).
353
354         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
356         (gst_xvimagesink_xoverlay_init):
357           Remove desired size stuff (#321816).
358
359 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
360
361         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
362         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
363         (mpeg_video_type_find), (mpeg_video_stream_type_find):
364           Terminate vararg functions with NULL instead of 0 to 
365           make gcc4 happy.
366
367 2005-11-21  Andy Wingo  <wingo@pobox.com>
368
369         patch by: Sebastien Cote <sebas642@yahoo.ca>
370         
371         * gst-libs/gst/rtp/gstrtpbuffer.h: 
372         * gst-libs/gst/rtp/gstrtpbuffer.c
373         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
374
375 2005-11-21  Andy Wingo  <wingo@pobox.com>
376
377         * gst/playback/gstplaybin.c (gen_audio_element) 
378         (gen_video_element): Use the new MISSING_PLUGIN core error
379         category. Closes #320060.
380
381         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
382         * gst/videorate/gstvideorate.c (gst_videorate_event):
383         * ext/theora/theoradec.c (theora_dec_sink_event): 
384         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
385         stream lock.
386
387         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
388         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
389         stream lock changes.
390
391 2005-11-21  Wim Taymans  <wim@fluendo.com>
392
393         * gst-libs/gst/audio/gstbaseaudiosink.c:
394         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
395         (gst_base_audio_sink_provide_clock),
396         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
397         (gst_base_audio_sink_change_state):
398         * gst/audioresample/gstaudioresample.c:
399         Segment update fix.
400
401 2005-11-21  Andy Wingo  <wingo@pobox.com>
402
403         * *.h:
404         * *.c: Ran scripts/update-macros. Oh yes.
405
406 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
407
408         * sys/ximage/Makefile.am:
409         * sys/ximage/ximage.c:
410           Rename ximage plugin to ximagesink (#321426) (Don't forget to
411           remove your old libgstximage.* manually if necessary).
412
413 2005-11-21  Michael Smith <msmith@fluendo.com>
414
415         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
416           Minimal fix for bug #320200: set the min/max bitrate in the correct
417           units. A better fix would be to upgrade to the RATEMANAGE2
418           interface, rather than using the deprecated interface used here, but
419           that would require an update in our libvorbis dependency (to 1.1),
420           which is probably undesirable.
421
422 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
423
424         * ext/libvisual/visual.c: (get_buffer):
425         * gst-libs/gst/audio/gstbaseaudiosrc.c:
426         (gst_base_audio_src_fixate):
427         * gst/audioconvert/gstaudioconvert.c:
428         (gst_audio_convert_fixate_caps):
429         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
430         * gst/audiotestsrc/gstaudiotestsrc.c:
431         (gst_audiotestsrc_src_fixate):
432         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
433         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
434         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
435         * gst/videotestsrc/gstvideotestsrc.c:
436         (gst_videotestsrc_src_fixate):
437         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
439           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
440           (#322027)
441
442
443 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
444
445         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
446         (gst_riff_create_iavs_caps):
447         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
448         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
449         (gst_riff_parse_info):
450         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
451         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
453           Fixes for GST_FOURCC_FORMAT API change.
454
455 2005-11-21  Andy Wingo  <wingo@pobox.com>
456
457         patch by: Alessandro Dessina <alessandro nnva org>
458
459         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
460         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
461         (gst_ogg_parse_chain):
462         * ext/theora/theoraenc.c (theora_set_header_on_caps):
463         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
464         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
465         gst_value_list calls on arrays. Fixes #321962.
466
467 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
468
469         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
470         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
471         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
472         * gst/adder/gstadder.c: (gst_adder_init),
473         (gst_adder_request_new_pad), (gst_adder_collected),
474         (gst_adder_change_state):
475           Update for gst_collectpads_foo() to gst_collect_pads_foo()
476           API change.
477
478 2005-11-21  Michael Smith <msmith@fluendo.com>
479
480         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
481         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
482           Properly handle pad_push return values.
483
484 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
485
486         * gst-libs/gst/tag/Makefile.am:
487         * gst-libs/gst/tag/gstvorbistag.c:
488         (gst_tag_list_to_vorbiscomment_buffer):
489           Remove obsolete vorbistag element and debug category.
490
491         * gst/playback/gstplaybasebin.c: (check_queue):
492           Don't divide by 0 when queue-threshold is 0.
493
494         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
495           Don't modify an existing pixel-aspect-ratio if we fail to read
496           a new one.
497
498 2005-11-20  Wim Taymans  <wim@fluendo.com>
499
500         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
501         (gst_vorbisenc_push_packet):
502         GST_PAD_IS_USABLE is gone, use the return value of
503         the push or pad_alloc_buffer instead.
504
505 2005-11-18  Julien MOUTTE  <julien@moutte.net>
506
507         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
508         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
509         (gst_ximagesink_ximage_destroy),
510         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
511         (gst_ximagesink_xwindow_new),
512         (gst_ximagesink_xwindow_update_geometry),
513         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
514         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
515         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
516         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
517         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
518         (gst_ximagesink_navigation_send_event),
519         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
520         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
521         (gst_ximagesink_finalize), (gst_ximagesink_init),
522         (gst_ximagesink_class_init):
523         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
524         This new version brings correct software scaling, non flickering
525         window while resizing, pixel aspect ratio handling, usage of
526         hardware buffer pools, out of data flow event thread for 
527         navigation and handling of expose events even when being PAUSED,
528         a new property to keep video aspect ratio when resizing, etc...
529
530 2005-11-18  Julien MOUTTE  <julien@moutte.net>
531
532         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
533         (gst_videoscale_fixate_caps): Introduce back caps fixate with
534         handling of PAR.
535
536 2005-11-18    <bilboed@dvdsrc.fluendo.com>
537
538         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
539         Unsetting IS_SINK flag from the fakesink, so decodebin
540         never behaves as a sink.
541
542 2005-11-17  Wim Taymans  <wim@fluendo.com>
543
544         * gst-libs/gst/audio/gstbaseaudiosrc.c:
545         (gst_base_audio_src_change_state):
546         Fix the audiosrc base class again, we did not unflush.
547
548 2005-11-17  Julien MOUTTE  <julien@moutte.net>
549
550         * examples/seeking/seek.c: (make_dv_pipeline),
551         (make_vorbis_theora_pipeline), (make_avi_pipeline),
552         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
553         to ogg/vorbis/theora pipeline.
554
555 2005-11-17  Wim Taymans  <wim@fluendo.com>
556
557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
558         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
559         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
560         Fix EOS on multiple streams.
561         More debugging.
562
563 2005-11-16  Wim Taymans  <wim@fluendo.com>
564
565         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
566         (gst_ogg_demux_perform_seek):
567         Segment done must include stream time.
568
569         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
570         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
571         (gst_ogg_mux_change_state):
572         Fix ogg muxer again.
573
574 2005-11-16  Wim Taymans  <wim@fluendo.com>
575
576         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
577         Fix compile again.
578
579 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
580
581         * ext/libvisual/visual.c: (gst_visual_init):
582         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
583         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
584         (gst_ogg_parse_chain):
585         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
586         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
587         * ext/theora/theoradec.c: (gst_theora_dec_init):
588         * ext/theora/theoraenc.c: (gst_theora_enc_init):
589         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
590         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
591         * gst/adder/gstadder.c: (gst_adder_class_init),
592         (gst_adder_dispose):
593         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
594         * gst/subparse/gstsubparse.c: (gst_subparse_init):
595         * gst/videorate/gstvideorate.c: (gst_videorate_init):
596           Fix a whole set of pad template leaks
597
598 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
599
600         * check/generic/states.c: (GST_START_TEST):
601           fix the test so that it only checks for elements that are part of
602           this source module
603
604 2005-11-16  Michael Smith <msmith@fluendo.com>
605
606         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
607         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
608         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
609         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
610         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
611         (gst_ogg_mux_change_state):
612           Fix leaking collectpads.
613
614 2005-11-16  Edward Hervey  <edward@fluendo.com>
615
616         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
617         (gst_videorate_event), (gst_videorate_chain):
618         Handle segment seeks
619
620 2005-11-16  Wim Taymans  <wim@fluendo.com>
621
622         * gst-libs/gst/audio/gstbaseaudiosink.c:
623         (gst_base_audio_sink_provide_clock),
624         (gst_base_audio_sink_change_state):
625         Set ringbuffer to non-flushing when going to PAUSED, set to
626         flushing again when going to READY.
627
628         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
629         (gst_ring_buffer_stop):
630         Start in flushing mode by default.
631         Don't set flushing in the _stop method, let the app call
632         this explicitly.
633
634 2005-11-16  Julien MOUTTE  <julien@moutte.net>
635
636         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
637         * gst-libs/gst/video/videosink.h: Add helper function needed
638         for video sinks.
639
640 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
641
642         * gst/videoscale/gstvideoscale.c:
643         (gst_videoscale_handle_src_event):
644           Don't leak reference to pad parent.
645
646 2005-11-16  Wim Taymans  <wim@fluendo.com>
647
648         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
649         Set ringbuffer to flushing when stopping so that we don't
650         block on wait_segment anymore and livelock.
651
652 2005-11-16  Wim Taymans  <wim@fluendo.com>
653
654         * examples/seeking/seek.c: (send_event), (do_seek),
655         (loop_toggle_cb), (segment_done), (main):
656         Added looping checkbox.
657
658 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
659
660         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
661         (gst_ogg_demux_init):
662         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
663         (gst_vorbis_dec_init):
664           revert unrefs, they don't pass make check
665
666 2005-11-15  Johan Dahlin  <johan@gnome.org>
667
668         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
669         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
670         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
671         (gst_vorbis_dec_init):
672         Fix pad template leaks. 
673
674 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
675
676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
677           Make state change function thread safe.
678
679 2005-11-15  Edward Hervey  <edward@fluendo.com>
680
681         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
682         (gst_ogg_demux_class_init):
683         Implement GstElement::send_event, so we can send seek events
684         in GST_STATE_READY
685
686 2005-11-14  Julien MOUTTE  <julien@moutte.net>
687
688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
689         Discovered how to take away flickering while resizing the
690         window. Please don't put that in ximagesink, refactoring in
691         progress.
692
693 2005-11-14  Michael Smith <msmith@fluendo.com>
694
695         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
696         (gst_multifdsink_render):
697           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
698
699 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
700
701         * gst/playback/gstplaybin.c: (gen_audio_element):
702           Use autoaudiosink, it tends to be more widely available than
703           autoaudiiosink.
704           
705 2005-11-14  Andy Wingo  <wingo@pobox.com>
706
707         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
708         as well if it is available. Fixes #316442.
709
710 2005-11-14  Michael Smith <msmith@fluendo.com>
711
712         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
713         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
714         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
715         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
716         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
717         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
718         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
719         (gst_vorbisenc_change_state):
720           Fix a small memory leak in vorbisenc.
721           Fix large memory leaks in oggmux, also fix lots of state change
722           bugs in oggmux.
723
724 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
725
726         * gst/videotestsrc/gstvideotestsrc.c:
727         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
728         (gst_videotestsrc_src_fixate):
729           move fixation to a fixate function
730           remove negotiate function, basesrc's is good enough
731           fixes a bug for check when using the element alone
732
733 2005-11-13  Edward Hervey  <edward@fluendo.com>
734
735         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
736         (key_toggle_cb), (main):
737         Added checkboxes for adding/removing the accurate and key_unit seek
738         flags.
739
740 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
741
742         * configure.ac: back to HEAD
743
744 === release 0.9.5 ===
745
746 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
747
748         * configure.ac:
749           releasing 0.9.5, "No No Kia"
750
751 2005-11-11  Edward Hervey  <edward@fluendo.com>
752
753         * examples/seeking/seek.c: (make_parselaunch_pipeline):
754         Added parse-launch syntax seeking mode for the seeking example.
755         This should help stress-test even more cases.
756         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
757
758 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
759
760         * sys/xvimage/xvimagesink.c:
761         (gst_xvimagesink_navigation_send_event):
762           Check whether peer pad exists before sending navigation events
763           to it.
764
765 2005-11-11  Michael Smith <msmith@fluendo.com>
766
767         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
768         (gst_vorbisenc_buffer_from_packet):
769         * ext/vorbis/vorbisenc.h:
770           Set duration on encoded buffers. This allows oggmux's
771           max_page_delay parameter to actually work.
772
773 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
774
775         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
776         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
777         (gst_ffmpegcsp_avpicture_fill):
778         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
779         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
780           Make palettes work again (see #132341). Use our own macros
781           for rounding up.
782
783 2005-11-10  Andy Wingo  <wingo@pobox.com>
784
785         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
786         string doober.
787
788 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
789
790         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
791         (gst_ffmpegcsp_transform_caps):
792           Prefer passthrough in transform_caps
793
794 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
795
796         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
797           check for ALSA errors properly, instead of relying on ALSA's
798           error strings to serve to the user.
799
800 2005-11-10  Wim Taymans  <wim@fluendo.com>
801
802         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
803         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
804         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
805         Modernise the seek code.
806
807 2005-11-10  Michael Smith <msmith@fluendo.com>
808         
809         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
810         (setup_substreams), (set_active_source):
811           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
812           trying to go to NULL if we failed to read a file.
813
814 2005-11-10  Wim Taymans  <wim@fluendo.com>
815
816         * gst/audiotestsrc/gstaudiotestsrc.c:
817         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
818         (gst_audiotestsrc_create):
819         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
820         (gst_sinesrc_get_times), (gst_sinesrc_create):
821         * gst/videotestsrc/gstvideotestsrc.c:
822         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
823         (gst_videotestsrc_create):
824         The base class can now sync for us.
825
826 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
827
828         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
829           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
830           name=source autoprobe=false autoprobe-fps=false copy-mode=1
831           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
832           format=(fourcc)I420" ! xvimagesink
833
834 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
835
836         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
837         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
838         (gst_sinesrc_newsegment):
839           Send newsegment event in TIME format, set duration if
840           num-buffers is set, fix duration querying.
841
842 2005-11-10  Michael Smith <msmith@fluendo.com>
843
844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
845         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
846         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
847         (gst_ogg_mux_collected):
848          Fix EOS handling, partially. Now forwarding an EOS event once we have
849          EOS on all pads works correctly. However, we still don't properly set
850          EOS on the actual ogg stream pages.
851
852 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
853
854         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
855           Set elements to NULL state before disposing of them.
856
857 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
858
859         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
860
861         * gst-libs/gst/rtp/gstbasertpdepayload.c:
862         (gst_base_rtp_depayload_init),
863         (gst_base_rtp_depayload_set_gst_timestamp):
864         * gst-libs/gst/rtp/gstbasertpdepayload.h:
865           We need to send a newsegment event for each instance, not
866           just for the first instance of this class (get rid of
867           static variable in function). (#321011).
868           
869 2005-11-08  Michael Smith <msmith@fluendo.com>
870
871         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
872         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
873         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
874         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
875           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
876           This makes us mux things correctly according to the ogg muxing
877           rules. Still not handling EOS correctly right now, though.
878
879 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
880
881         * gst/audioconvert/gstaudioconvert.c:
882           Fix typo in docs. 
883
884 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
885
886         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
887         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
888           Initialise segment_stop to GST_CLOCK_TIME_NONE when
889           creating a new chain; should fix live streaming. Also
890           add more debug output and fix a typo.
891
892 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
893
894         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
895
896         * gst/volume/gstvolume.c: (volume_set_caps):
897           Fix compilation on Solaris with Forte. (#320923)
898
899 2005-11-08  Wim Taymans  <wim@fluendo.com>
900
901         * gst-libs/gst/audio/gstbaseaudiosink.c:
902         (gst_base_audio_sink_render):
903         No need to do a typecheck.
904
905 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
906
907         * ext/alsa/gstalsa.h:
908           We register a debug category, so let's use it.
909
910 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
911
912         * gst-libs/gst/rtp/gstbasertpdepayload.c:
913         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
914         Fixed a small problem.
915
916 2005-11-04  Wim Taymans  <wim@fluendo.com>
917
918         * examples/seeking/Makefile.am:
919         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
920         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
921         (make_playerbin_pipeline), (format_value), (update_scale),
922         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
923         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
924         (print_usage), (main):
925         Added app for playback speed testing.
926
927         * examples/seeking/seek.c: (dynamic_link),
928         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
929         (make_mpeg_pipeline), (do_seek), (set_update_scale),
930         (message_received), (main):
931         Updated seek example.
932
933 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
934
935         * gst-libs/gst/rtp/gstbasertpdepayload.c:
936         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
937         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
938         (gst_base_rtp_depayload_set_clock):
939         * gst-libs/gst/rtp/gstbasertpdepayload.h:
940         Don't sleep on the bench (system clock) when you have a nice 
941         comfortable bed (Gstreamer clock) to sleep on.
942
943 2005-11-03  Wim Taymans  <wim@fluendo.com>
944
945         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
946         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
947         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
948         Handle the case where a pad_block failed.
949
950 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
951
952         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
953
954         * gst-libs/gst/rtp/gstbasertpdepayload.c:
955         (gst_base_rtp_depayload_add_to_queue),
956         (gst_base_rtp_depayload_push),
957         (gst_base_rtp_depayload_set_gst_timestamp),
958         (gst_base_rtp_depayload_queue_release):
959           Fixes some bugs in the depayloader's queuing/de-queueing code.
960
961 2005-10-31  Michael Smith <msmith@fluendo.com>
962
963         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
964         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
965         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
966           Patch from Alessandro Decina <alessandro@nnva.org>.
967           Make oggdemux only find the final time in a chain, not per-pad,
968           since the per-pad information can be very expensive to locate, and
969           it isn't used anywhere. This makes reading a file containing
970           OggSkeleton reasonably fast.
971           Also, make chain finding work when there are logical bitstreams that
972           can't be decoded. Fixes #319110.
973
974 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
975
976         * gst-libs/gst/rtp/gstbasertpdepayload.c:
977         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
978         (gst_base_rtp_depayload_chain),
979         (gst_base_rtp_depayload_add_to_queue),
980         (gst_base_rtp_depayload_push),
981         (gst_base_rtp_depayload_set_gst_timestamp),
982         (gst_base_rtp_depayload_queue_release),
983         (gst_base_rtp_depayload_start_thread),
984         (gst_base_rtp_depayload_set_property),
985         (gst_base_rtp_depayload_get_property):
986         * gst-libs/gst/rtp/gstbasertpdepayload.h:
987         Some random fixes, to fullfill the desires of thomas.
988
989 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
990
991         * gst-libs/gst/rtp/gstbasertpdepayload.c:
992         (gst_base_rtp_depayload_add_to_queue),
993         (gst_base_rtp_depayload_push):
994         Fixed the queueing algorithm.
995
996 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
997
998         * gst-libs/gst/rtp/gstbasertpdepayload.c:
999         (gst_base_rtp_depayload_push):
1000         A small fix
1001
1002 2005-10-31  Wim Taymans  <wim@fluendo.com>
1003
1004         * gst-libs/gst/audio/gstringbuffer.h:
1005         Don't break ABI.
1006
1007         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1008         (gst_ffmpeg_caps_to_pixfmt):
1009         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1010         (gst_ffmpegcsp_set_caps):
1011         Some more comments.
1012         Handle missing required caps fields better.
1013
1014 2005-10-31  Wim Taymans  <wim@fluendo.com>
1015
1016         * gst-libs/gst/audio/gstbaseaudiosink.c:
1017         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1018         (gst_base_audio_sink_render):
1019         * gst-libs/gst/audio/gstringbuffer.c:
1020         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1021         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1022         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1023         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1024         (gst_ring_buffer_read):
1025         * gst-libs/gst/audio/gstringbuffer.h:
1026         Add flushing mode to the ringbuffer so that it in all cases does
1027         not try to handle more audio. This makes sure it does not try to
1028         block anymore when flushing and fixes a livelock.
1029
1030 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1031
1032         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1033         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1034         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1035           Explicitly check for -1 values before doing a conversion
1036           and always map them to -1. (#315545)
1037
1038 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1039
1040         * gst/playback/gstplaybin.c: (gen_video_element):
1041           first try autovideosink, then xvimagesink, then error out
1042         * po/POTFILES.in:
1043           add translatable file
1044         * po/af.po:
1045         * po/az.po:
1046         * po/cs.po:
1047         * po/en_GB.po:
1048         * po/hu.po:
1049         * po/it.po:
1050         * po/nb.po:
1051         * po/nl.po:
1052         * po/or.po:
1053         * po/sq.po:
1054         * po/sr.po:
1055         * po/sv.po:
1056         * po/uk.po:
1057         * po/vi.po:
1058           update translations
1059
1060 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1061
1062         * gst-libs/gst/rtp/gstbasedepayload.c:
1063         * gst-libs/gst/rtp/gstbasedepayload.h:
1064           Minor cleanups
1065
1066 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1067
1068         * gst/playback/.cvsignore:
1069         * gst/playback/decodetest.c:
1070         * gst/playback/test3.c:
1071           Port these two tests as well.
1072
1073 2005-10-27  Wim Taymans  <wim@fluendo.com>
1074
1075         * ext/theora/theoradec.c: (theora_dec_src_query),
1076         (theora_dec_sink_event):
1077         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1078         (theora_enc_change_state):
1079         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1080         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1081         Take proper locks when handling events.
1082
1083 2005-10-27  Wim Taymans  <wim@fluendo.com>
1084
1085         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1086         (gst_adder_change_state):
1087         Fix timestamps and fix deadlock when stopping the collectpads.
1088
1089 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1090
1091         * gst-libs/gst/rtp/gstrtpbuffer.h:
1092         Declaring the payload types as strings too so that they can be used
1093         in the padtemplate inialization.
1094
1095 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1096
1097         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1098
1099         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1100         (gst_base_rtp_depayload_class_init):
1101         Fixes a small but nasty bug. The derived elements no longer segfaults
1102         on finalization.
1103
1104 2005-10-26  Michael Smith <msmith@fluendo.com>
1105
1106         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1107           When clearing an audioconvert context, set tmpbufsize to zero, so
1108           we'll allocate it again later if required.
1109           This fixes audioconvert re-negotiating formats, which previously
1110           segfaulted with a NULL destination buffer.
1111
1112 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1113
1114         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1115         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1116         (gst_base_rtp_depayload_set_gst_timestamp),
1117         (gst_base_rtp_depayload_queue_release):
1118         Fixed a smalll memleak.
1119
1120 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1121         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1122         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1123         (gst_base_rtp_depayload_finalize),
1124         (gst_base_rtp_depayload_setcaps),
1125         (gst_base_rtp_depayload_add_to_queue),
1126         (gst_base_rtp_depayload_push),
1127         (gst_base_rtp_depayload_set_gst_timestamp),
1128         (gst_base_rtp_depayload_queue_release),
1129         (gst_base_rtp_depayload_thread),
1130         (gst_base_rtp_depayload_change_state):
1131         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1132         Changed the C++ comments to C comments
1133
1134 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1135
1136         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1137         * gst/tcp/gsttcpclientsrc.h:
1138         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1139         * gst/tcp/gsttcpserversrc.h:
1140           Remove unused 'curoffset' structure member.
1141
1142 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1143
1144         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1145         (gst_base_rtp_depayload_base_init),
1146         (gst_base_rtp_depayload_finalize):
1147         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1148         * gst-libs/gst/rtp/gstbasertppayload.h:
1149           The pad-template on the sinkpad should be set by the derived classes.
1150           Also added some useful macros.
1151
1152 2005-10-24  Wim Taymans  <wim@fluendo.com>
1153
1154         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1155         Correctly flush decoder samples even if we could not
1156         copy them to an output buffer. Fixes #319618.
1157
1158 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1159
1160         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1162         the caps against our xcontext caps.
1163
1164 2005-10-24  Wim Taymans  <wim@fluendo.com>
1165
1166         * gst-libs/gst/audio/gstbaseaudiosink.c:
1167         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1168         Remove g_print
1169         Use sync property from baseclass to disable sync.
1170
1171 2005-10-24  Wim Taymans  <wim@fluendo.com>
1172
1173         * gst-libs/gst/audio/gstbaseaudiosink.c:
1174         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1175         Buffers with no timestamps get aligned with previous buffers or
1176         on underrun, played ASAP.
1177
1178 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1179
1180         * gst-libs/gst/video/video.h:
1181         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1182         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1184         here comes my change on caps for framerate and geometry range.
1185         We are now accepting 1 to MAXINT for width and height, and from
1186         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1187         to be blended correctly in videomixer.
1188
1189 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1190
1191         * configure.ac:
1192           back to HEAD
1193
1194 === release 0.9.4 ===
1195
1196 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1197
1198         * NEWS:
1199         * RELEASE:
1200         * configure.ac:
1201           releasing 0.9.4, "Velociraptor"
1202
1203 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1204
1205         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1206         * po/POTFILES.in:
1207           STOPPED -> FAILED
1208
1209 2005-10-21  Wim Taymans  <wim@fluendo.com>
1210
1211         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1212         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1213         (pad_blocked), (close_pad_link), (new_pad):
1214         Don't try to remove elements twice.
1215
1216 2005-10-21  Wim Taymans  <wim@fluendo.com>
1217
1218         * ext/theora/theoradec.c: (theora_dec_src_query),
1219         (theora_dec_sink_event):
1220         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1221         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1222         (vorbis_handle_data_packet):
1223         * ext/vorbis/vorbisdec.h:
1224         Fix old naming.
1225
1226         * gst-libs/gst/audio/gstbaseaudiosink.c:
1227         (gst_base_audio_sink_render):
1228         Don't try to sync on buffers without a timestamp.
1229
1230 2005-10-21  Wim Taymans  <wim@fluendo.com>
1231
1232         * ext/theora/theoradec.c: (theora_dec_src_query),
1233         (theora_dec_sink_event):
1234         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1235         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1236         (vorbis_handle_data_packet):
1237         * ext/vorbis/vorbisdec.h:
1238         Fix old naming.
1239
1240 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1241
1242         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1243         (gst_vorbisenc_src_query):
1244           Implement position and duration queries.
1245
1246         * gst/playback/test3.c: (update_scale), (main):
1247           Fix for async state changes and print nicer output.
1248
1249 2005-10-20  Wim Taymans  <wim@fluendo.com>
1250
1251         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1252         (dump_element_stats), (main):
1253         * gst/playback/test6.c: (main):
1254         Fix tests again
1255
1256 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1257
1258         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1259         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1260           Don't use functions for position queries when handling
1261           duration queries.
1262
1263 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1264
1265         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1266         (vorbis_handle_data_packet), (vorbis_dec_chain),
1267         (vorbis_dec_change_state):
1268         * ext/vorbis/vorbisdec.h:
1269           Vorbis streams can be embedded in other container formats
1270           than ogg, container formats where the demuxer might set 
1271           timestamps on encoded vorbis buffers instead of those silly 
1272           granulepos thingies. In short: make vorbisdec handle 
1273           timestamps on incoming buffers as well.
1274
1275 2005-10-20  Wim Taymans  <wim@fluendo.com>
1276
1277         * gst/playback/gstplaybasebin.c: (group_destroy),
1278         (gst_play_base_bin_change_state):
1279         Fix leak.
1280         Handle case where playbasebin is now ASYNC because
1281         decodebin is.
1282
1283 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1284
1285         * gst/audioconvert/Makefile.am:
1286         * gst/audioconvert/bufferframesconvert.c:
1287         * gst/audioconvert/plugin.c: (plugin_init):
1288         * gst/audioconvert/plugin.h:
1289           And bye bye buffer-frames-convert
1290
1291 2005-10-19  Wim Taymans  <wim@fluendo.com>
1292
1293         * check/elements/audioconvert.c:
1294         * docs/libs/tmpl/gstaudio.sgml:
1295         * docs/libs/tmpl/gstcolorbalance.sgml:
1296         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1297         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1298         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1299         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1300         * gst-libs/gst/audio/audio.h:
1301         * gst/audioconvert/audioconvert.h:
1302         * gst/audioconvert/gstaudioconvert.c:
1303         (gst_audio_convert_parse_caps):
1304         * gst/volume/gstvolume.c:
1305         Bye bye buffer-frames.
1306
1307 2005-10-19  Wim Taymans  <wim@fluendo.com>
1308
1309         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1310         (query_positions_elems), (query_positions_pads), (update_scale),
1311         (do_seek), (set_update_scale), (message_received), (main):
1312         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1313         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1314         (gst_ogg_demux_loop):
1315         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1316         * ext/theora/theoradec.c: (theora_dec_src_query),
1317         (theora_dec_sink_event):
1318         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1319         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1320         * gst/adder/gstadder.c: (gst_adder_query):
1321         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1322         * gst/playback/test3.c: (update_scale):
1323         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1324         (dump_element_stats), (main):
1325         * gst/playback/test6.c: (main):
1326         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1327         Query API update.
1328
1329 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1330
1331         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1332         (xml_check_first_element), (xml_type_find), (smil_type_find),
1333         (plugin_init):
1334           Add typefinding for SMIL and for generic XML. Based on patch by
1335           Akos Maroy (#308663).
1336
1337 2005-10-18  Wim Taymans  <wim@fluendo.com>
1338
1339         * gst/playback/Makefile.am:
1340         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1341         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1342         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1343         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1344         (gst_decode_bin_change_state):
1345         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1346         (gst_play_bin_send_event_to_sink):
1347         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1348         (dump_element_stats), (main):
1349         * gst/playback/test6.c: (main):
1350         Make playbin async, it'll commit state to paused when all streams
1351         are detected.
1352         Remove ugly hack.
1353         Added test6.c to show async behaviour.
1354
1355 2005-10-18  Wim Taymans  <wim@fluendo.com>
1356
1357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1358         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1359         Fix for segment-start/stop API change.
1360
1361 2005-10-18  Wim Taymans  <wim@fluendo.com>
1362
1363         * check/Makefile.am:
1364         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1365         (main):
1366         Add future test for clock selection.
1367
1368 2005-10-18  Wim Taymans  <wim@fluendo.com>
1369
1370         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1371         (gst_alsasink_close):
1372         Set handle to NULL.
1373
1374         * gst-libs/gst/audio/gstringbuffer.c:
1375         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1376         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1377         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1378         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1379         (gst_ring_buffer_read):
1380         More debug info.
1381
1382 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1383
1384         * gst/audiotestsrc/Makefile.am:
1385         * gst/sine/Makefile.am:
1386         * gst/volume/Makefile.am:
1387           fix broken build of controllerized plugins
1388
1389 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1390
1391         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1392
1393         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1394         (gst_riff_create_video_template_caps):
1395           Add support for Indeo-3 (IV32).
1396
1397 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1398
1399         * configure.ac:
1400           rewrite
1401
1402 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1403
1404         * gst-libs/gst/video/video.c: (gst_video_get_size):
1405         * gst/audiotestsrc/gstaudiotestsrc.c:
1406           doc updates
1407
1408 2005-10-17  Andy Wingo  <wingo@pobox.com>
1409
1410         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1411         with the collectpads change.
1412         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1413
1414         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1415
1416         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1417
1418         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1419         alloc_buffer flow return to callers.
1420         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1421         change. Fix some memleaks in theoraenc.
1422
1423         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1424         in strange circumstance.
1425
1426 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1427
1428         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1429         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1430         from caps, let's use the caps...
1431
1432 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1433
1434         * configure.ac:
1435           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1436
1437 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1438
1439         * gst-libs/gst/interfaces/Makefile.am:
1440           fix silly typo
1441
1442 2005-10-16  Andy Wingo  <wingo@pobox.com>
1443
1444         * gst/playback/gstdecodebin.c
1445         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1446         function!
1447         (try_to_link_1): Increase kraziness level.
1448
1449 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1450
1451         * configure.ac:
1452           restructure like the core one
1453         * gst-libs/gst/audio/Makefile.am:
1454         * gst-libs/gst/interfaces/Makefile.am:
1455         * gst-libs/gst/net/Makefile.am:
1456         * gst-libs/gst/riff/Makefile.am:
1457         * gst-libs/gst/rtp/Makefile.am:
1458         * gst-libs/gst/tag/Makefile.am:
1459         * gst-libs/gst/video/Makefile.am:
1460           use correct linker flags, now the libs are properly versioned
1461         * check/elements/audioconvert.c: (verify_convert):
1462         * ext/alsa/gstalsaplugin.c:
1463         * ext/cdparanoia/gstcdparanoia.c:
1464         * ext/gnomevfs/gstgnomevfs.c:
1465         * ext/libvisual/visual.c:
1466         * ext/ogg/gstogg.c:
1467         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1468         * ext/theora/theora.c:
1469         * ext/vorbis/vorbis.c:
1470         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1471         * gst-libs/gst/tag/gsttagediting.c:
1472         * gst-libs/gst/video/video.c:
1473         * gst/adder/gstadder.c:
1474         * gst/audioconvert/plugin.c:
1475         * gst/audiorate/gstaudiorate.c:
1476         * gst/audioresample/gstaudioresample.c:
1477         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1478         * gst/audioscale/gstaudioscale.c:
1479         * gst/audioscale/resample.c:
1480         * gst/audiotestsrc/gstaudiotestsrc.c:
1481         * gst/ffmpegcolorspace/gstffmpeg.c:
1482         * gst/playback/gstdecodebin.c: (close_pad_link):
1483         * gst/playback/gstplaybin.c: (gen_video_element),
1484         (gen_audio_element):
1485         * gst/sine/gstsinesrc.c:
1486         * gst/subparse/gstsubparse.c:
1487         * gst/tags/gsttagediting.c:
1488         * gst/tcp/gsttcpplugin.c:
1489         * gst/typefind/gsttypefindfunctions.c:
1490         * gst/videorate/gstvideorate.c:
1491         * gst/videoscale/gstvideoscale.c:
1492         * gst/videotestsrc/gstvideotestsrc.c:
1493         * gst/volume/gstvolume.c:
1494         * sys/v4l/gstv4l.c:
1495         * sys/ximage/ximage.c:
1496         * sys/xvimage/xvimagesink.c:
1497           fix up defines
1498
1499 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1500
1501         * ext/vorbis/vorbisenc.c:
1502         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1503         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1504         (gst_tag_to_vorbis_comments):
1505           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1506
1507 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1508
1509         * examples/stats/mp2ogg.c:
1510         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1511           typo fixes
1512
1513 2005-10-13  Michael Smith <msmith@fluendo.com>
1514
1515         * ext/ogg/gstoggmux.c:
1516           Use magic glib macros to define constants as 64 bit, to ensure
1517           appropriate vararg passing.
1518
1519 2005-10-13  Michael Smith <msmith@fluendo.com>
1520
1521         * ext/ogg/gstoggmux.c:
1522         * gst/audioconvert/audioconvert.c: (float):
1523           Don't use LL suffix, as it's not portable, and neither of these
1524           uses required it anyway.
1525
1526 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1527
1528         * examples/indexing/indexmpeg.c: (main):
1529         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1530         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1531         (cdparanoia_convert), (cdparanoia_query):
1532         * ext/cdparanoia/gstcdparanoia.h:
1533         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1534         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1535         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1537         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1538         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1539         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1540         (gst_multifdsink_render), (gst_multifdsink_start),
1541         (gst_multifdsink_stop):
1542         * gst/tcp/gstmultifdsink.h:
1543         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1544         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1545         (gst_tcpclientsink_stop):
1546         * gst/tcp/gsttcpclientsink.h:
1547         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1548         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1549         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1550         * gst/tcp/gsttcpclientsrc.h:
1551         * gst/tcp/gsttcpserversink.h:
1552         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1553         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1554         (gst_tcpserversrc_stop):
1555         * gst/tcp/gsttcpserversrc.h:
1556         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1557         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1558         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1559           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1560           moved bitshift from macro to enum definition
1561
1562 2005-10-12  Wim Taymans  <wim@fluendo.com>
1563
1564         * examples/seeking/Makefile.am:
1565         Oops.
1566
1567 2005-10-12  Wim Taymans  <wim@fluendo.com>
1568
1569         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1570         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1571         Don't assert on normal stuff.
1572
1573         * gst/playback/gstplaybin.c: (do_playbin_seek):
1574         API fix.
1575
1576 2005-10-12  Wim Taymans  <wim@fluendo.com>
1577
1578         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1579         * examples/seeking/Makefile.am:
1580         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1581         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1582         (do_seek), (set_update_scale), (message_received), (main):
1583         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1584         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1585         Update for _get_state() API change.
1586
1587 2005-10-11  Wim Taymans  <wim@fluendo.com>
1588
1589         * gst-libs/gst/audio/gstbaseaudiosink.c:
1590         (gst_base_audio_sink_render):
1591         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1592         (gst_base_audio_src_create):
1593         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1594         (gst_ring_buffer_read):
1595         Cleanups.
1596         Commit and read from ringbuffer in samples rather than bytes.
1597
1598 2005-10-11  Wim Taymans  <wim@fluendo.com>
1599
1600         * gst-libs/gst/audio/gstbaseaudiosink.c:
1601         (gst_base_audio_sink_render):
1602         Respect segment rate and accum when scheduling samples.
1603
1604 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1605
1606         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1607         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1608         EOS correctly, that needs more work.
1609
1610 2005-10-11  Wim Taymans  <wim@fluendo.com>
1611
1612         * check/generic/states.c: (GST_START_TEST):
1613         remove old property.
1614
1615         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1616         (gst_ogg_demux_perform_seek):
1617         * ext/theora/theoradec.c: (theora_dec_sink_event):
1618         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1619         (vorbis_handle_data_packet):
1620         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1621         (gst_base_rtp_depayload_set_gst_timestamp):
1622         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1623         Update for newsegment API change.
1624
1625 2005-10-11  Michael Smith <msmith@fluendo.com>
1626
1627         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1628         (do_playbin_seek), (gst_play_bin_send_event):
1629           Override send_event differently, so that we can takes bits of
1630           functionality from GstPipeline (special handling for seeks,
1631           including pausing/resuming, and resetting stream time) and still get
1632           the appropriate behaviour of only forwarding event to a single sink,
1633           rather than all of them.
1634           Unfortunately requires a lot of code duplication, but the
1635           alternatives are equally ugly in the end.
1636
1637 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1638
1639         * check/elements/audioconvert.c: (setup_audioconvert),
1640         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1641         (GST_START_TEST), (audioconvert_suite):
1642           clean up tests a little, fix some leaks.
1643
1644 2005-10-10  Wim Taymans  <wim@fluendo.com>
1645
1646         * ext/alsa/gstalsasink.c:
1647         Also allow unsigned int.
1648
1649         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1650         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1651         Small cleanup
1652
1653 2005-10-10  Wim Taymans  <wim@fluendo.com>
1654
1655         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1656         Small update, use API as stated in design docs.
1657
1658         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1659         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1660         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1661         (message_received), (main):
1662         Updated seek example for GOption. Some usability improvements.
1663
1664 2005-10-10  Wim Taymans  <wim@fluendo.com>
1665
1666         * gst/audioconvert/audioconvert.h:
1667         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1668         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1669         Alloc temp storage somewhere else where we can do it more
1670         portable.
1671
1672 2005-10-10  Wim Taymans  <wim@fluendo.com>
1673
1674         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1675         (gst_tcpserversrc_start):
1676         Don't block in accept while doing the state change, move
1677         to poll and make cancellable.
1678
1679 2005-10-09  Philippe Khalaf <burger@speedy.org>
1680
1681         * gst-libs/gst/rtp/rtpbasedepayload.c:
1682         Set timestamp and add queue delay to timestamp
1683         * gst-libs/gst/rtp/rtpbuffer.h:
1684         Set correct payload type for h263
1685
1686 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1687
1688         * gst/audiotestsrc/gstaudiotestsrc.c:
1689         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1690         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1691         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1692         (gst_audiotestsrc_create_triangle),
1693         (gst_audiotestsrc_create_silence),
1694         (gst_audiotestsrc_create_white_noise),
1695         (gst_audiotestsrc_init_pink_noise),
1696         (gst_audiotestsrc_generate_pink_noise_value),
1697         (gst_audiotestsrc_create_pink_noise),
1698         (gst_audiotestsrc_change_wave):
1699         * gst/audiotestsrc/gstaudiotestsrc.h:
1700           fixed typo, added pink noise
1701
1702 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1703
1704         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1705         (plugin_init):
1706           Add wavpack and spc typefind functions from 0.8 branch.
1707
1708 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1709
1710         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1711         (ar_type_find), (msdos_type_find), (plugin_init):
1712           Add typefind functions for tar archives, ar archives,
1713           RAR archives, and msdos-executables (dlls, exe, etc.).
1714           Some of those would be wrongly identified as mpeg
1715           streams of some sort before (#315550).
1716
1717 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1718
1719         * configure.ac:
1720         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1721         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1722         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1723         * gst/audiotestsrc/Makefile.am:
1724         * gst/audiotestsrc/gstaudiotestsrc.c:
1725         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1726         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1727         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1728         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1729         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1730         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1731         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1732         (gst_audiotestsrc_create_silence),
1733         (gst_audiotestsrc_create_white_noise),
1734         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1735         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1736         (gst_audiotestsrc_start), (plugin_init):
1737         * gst/audiotestsrc/gstaudiotestsrc.h:
1738           add new plugin and element
1739         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1740           use gobject_class
1741
1742 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1743
1744         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1745         (gst_adder_init), (gst_adder_request_new_pad),
1746         (gst_adder_change_state):
1747           Add query function to source pad, so adder reports the correct
1748           time/sample position when queried (#315457); fix state change
1749           function; use GST_DEBUG_FUNCPTR() for pad functions.
1750
1751 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1752
1753         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
1754           Fix leaks in typefind registration
1755           Clean up the gratuitous commenting and whitespacing a little
1756
1757 2005-10-08  Wim Taymans  <wim@fluendo.com>
1758
1759         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1760         Only actually wait for the thread to be stopped if it's 
1761         running.
1762
1763 2005-10-08  Wim Taymans  <wim@fluendo.com>
1764
1765         * gst-libs/gst/audio/gstbaseaudiosink.c:
1766         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1767         If we receive EOS we can start playback of what we had.
1768
1769 2005-10-08  Wim Taymans  <wim@fluendo.com>
1770
1771         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1772         (gst_multifdsink_finalize), (multifdsink_hash_remove),
1773         (gst_multifdsink_stop):
1774         Fix crasher when going to NULL multiple times.
1775
1776 2005-10-06  Wim Taymans  <wim@fluendo.com>
1777
1778         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
1779         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1780         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1781         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
1782         patch from Edgard Lima <edgard.lima@indt.org.br>
1783         Fixed gstbaseaudiosrc adding ring buffer sync to it.
1784
1785 2005-10-06  Wim Taymans  <wim@fluendo.com>
1786
1787         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1788         Report the FLOW_RETURN as string in the error message.
1789
1790         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
1791         Don't assert when clearing an unnegotiated buffer.
1792
1793 2005-10-04  Michael Smith <msmith@fluendo.com>
1794
1795         * gst/playback/gstplaybasebin.c: (group_destroy),
1796         (gen_preroll_element), (remove_groups), (setup_source):
1797         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
1798         (setup_sinks), (gst_play_bin_send_event),
1799         (gst_play_bin_change_state):
1800           Set state to NULL before removing from bin. Fix refcounting.
1801
1802 2005-10-04  Michael Smith <msmith@fluendo.com>
1803
1804         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
1805           Correct refcounting in send_event() function. Previously was wrong
1806           if the first sink was unable to handle the event.
1807
1808 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1809
1810         * configure.ac:
1811           back to development
1812
1813 === release 0.9.3 ===
1814
1815 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1816
1817         * configure.ac:
1818           Releasing 0.9.3, "De Facto"
1819
1820 2005-10-03  Andy Wingo  <wingo@pobox.com>
1821
1822         * gst/playback/gstdecodebin.c (try_to_link_1)
1823         (remove_element_chain): set element to NULL before removing it.
1824
1825 2005-10-02  Johan Dahlin  <johan@gnome.org>
1826
1827         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
1828         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
1829         MT safe.
1830
1831 2005-10-02  Andy Wingo  <wingo@pobox.com>
1832
1833         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
1834         (gst_ring_buffer_prepare_read): 
1835         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
1836         Demote to LOG.
1837
1838 2005-09-29  Wim Taymans  <wim@fluendo.com>
1839
1840         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1841         * ext/theora/theoradec.c: (theora_handle_data_packet):
1842         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1843         Propagate error codes from alloc_buffer too.
1844
1845 2005-09-29  Wim Taymans  <wim@fluendo.com>
1846
1847         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1848         We use fixed caps.
1849
1850         * gst/playback/Makefile.am:
1851         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1852         (dump_element_stats), (main):
1853         Added example stream introspection code.
1854
1855 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
1856
1857         * gst/adder/gstadder.c: (gst_adder_collected):
1858           fix adder for float elements
1859
1860 2005-09-28  Wim Taymans  <wim@fluendo.com>
1861
1862         * gst-libs/gst/audio/gstbaseaudiosink.c:
1863         (gst_base_audio_sink_class_init),
1864         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
1865         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1866         (gst_base_audio_src_class_init),
1867         (gst_base_audio_src_provide_clock):
1868         get_clock -> provide_clock
1869
1870 2005-09-28  Andy Wingo  <wingo@pobox.com>
1871
1872         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
1873         and unlocking.
1874
1875         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
1876         unlocking.
1877
1878         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
1879         Actually add the pad template.
1880         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
1881
1882         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
1883         I'm at it...
1884
1885         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
1886         from fdsrc. Get caps in create() instead of start() so it can be
1887         interrupted. Interruption somewhat untested.
1888
1889         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
1890         Proper EOS handling.
1891
1892 2005-09-27  Andy Wingo  <wingo@pobox.com>
1893
1894         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
1895
1896         * gst/tcp/gsttcpserversrc.c: Cleaned up.
1897
1898         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
1899
1900         * gst/tcp/gsttcp.h: 
1901         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
1902         out of tcpclientsrc.c. Cancellable.
1903         (gst_tcp_socket_read): Made private, cancellable, with better
1904         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
1905         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
1906         whole buffer, and better diagnostics.
1907         (gst_tcp_gdp_read_caps): Same.
1908
1909         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
1910
1911 2005-09-26  Andy Wingo  <wingo@pobox.com>
1912
1913         * gst/sine/gstsinesrc.h:
1914         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
1915         change the 'sync' property to 'is-live' and implement it halfway,
1916         update for controller api change.
1917
1918         * gst/volume/gstvolume.c (volume_transform_ip): Update for
1919         controller api change.
1920
1921 2005-09-24  Wim Taymans  <wim@fluendo.com>
1922
1923         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
1924         * gst-libs/gst/audio/gstaudiosink.c:
1925         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1926         (gst_audioringbuffer_stop):
1927         * gst-libs/gst/audio/gstbaseaudiosink.c:
1928         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
1929         (gst_base_audio_sink_change_state):
1930         * gst-libs/gst/audio/gstbaseaudiosink.h:
1931         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
1932         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1933         (gst_ring_buffer_commit), (gst_ring_buffer_read):
1934         * gst-libs/gst/audio/gstringbuffer.h:
1935         Fix sync again. Moved sample alignment to basesink.
1936
1937 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1938
1939         * docs/plugins/Makefile.am:
1940         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1941         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1942         * gst/volume/gstvolume.c:
1943           add/fix docs
1944         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
1945         * gst-libs/gst/audio/audio.h:
1946           add conversion macros for frames <-> clocktime
1947
1948 2005-09-23  David Schleef  <ds@schleef.org>
1949
1950         * gst/audioresample/Makefile.am:
1951         * gst/audioresample/debug.h:
1952         * gst/audioresample/gstaudioresample.c:
1953         * gst/audioresample/resample.c: Convert to using gst debugging
1954
1955 2005-09-22  Wim Taymans  <wim@fluendo.com>
1956
1957         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1958         (gst_play_bin_send_event):
1959         Only seek on one sink, the first one that succeeds.
1960
1961 2005-09-22  Michael Smith <msmith@fluendo.com>
1962
1963         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
1964         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1965         Don't flush encoder state unless we have an initialised encoder.
1966         Clear out encoder state on PAUSED_TO_READY.
1967
1968 2005-09-22  Wim Taymans  <wim@fluendo.com>
1969
1970         * gst-libs/gst/rtp/gstbasertppayload.c:
1971         (gst_basertppayload_class_init), (gst_basertppayload_init),
1972         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1973         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1974         (gst_basertppayload_is_filled), (gst_basertppayload_push),
1975         (gst_basertppayload_set_property),
1976         (gst_basertppayload_get_property),
1977         (gst_basertppayload_change_state):
1978         * gst-libs/gst/rtp/gstbasertppayload.h:
1979         Added max-ptime to control amount of data in the rtp packets.
1980
1981 2005-09-21  Andy Wingo  <wingo@pobox.com>
1982
1983         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
1984         thingies.
1985
1986         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
1987         can be called multiple times, dogs.
1988
1989 2005-09-21  Wim Taymans  <wim@fluendo.com>
1990
1991         * gst-libs/gst/rtp/gstbasertppayload.c:
1992         (gst_basertppayload_class_init), (gst_basertppayload_init),
1993         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1994         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1995         (gst_basertppayload_push), (gst_basertppayload_get_property),
1996         (gst_basertppayload_change_state):
1997         Allow 0 ssrc too.
1998
1999 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2000
2001         * docs/libs/compiling.sgml:
2002           fixing typos
2003
2004 2005-09-20  Wim Taymans  <wim@fluendo.com>
2005
2006         * gst-libs/gst/rtp/gstbasertppayload.c:
2007         (gst_basertppayload_class_init), (gst_basertppayload_init),
2008         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2009         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2010         (gst_basertppayload_push), (gst_basertppayload_set_property),
2011         (gst_basertppayload_get_property),
2012         (gst_basertppayload_change_state):
2013         * gst-libs/gst/rtp/gstbasertppayload.h:
2014         Added property to configure sequence number offsets.
2015
2016 2005-09-20  Wim Taymans  <wim@fluendo.com>
2017
2018         * gst-libs/gst/rtp/gstbasertppayload.c:
2019         (gst_basertppayload_class_init), (gst_basertppayload_init),
2020         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2021         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2022         (gst_basertppayload_push), (gst_basertppayload_set_property),
2023         (gst_basertppayload_get_property),
2024         (gst_basertppayload_change_state):
2025         * gst-libs/gst/rtp/gstbasertppayload.h:
2026         Make timestamp offset configurable.
2027
2028 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2029
2030         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2031           fix wrong pop/unref
2032
2033 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2034
2035         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2036
2037         * gst-libs/gst/interfaces/propertyprobe.c:
2038         (gst_property_probe_probe_property_name),
2039         (gst_property_probe_needs_probe_name),
2040         (gst_property_probe_get_values_name),
2041         (gst_property_probe_probe_and_get_values_name):
2042           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2043           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2044
2045 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2046
2047         * check/Makefile.am:
2048           have some tests be disabled for valgrinding
2049         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2050         (GST_START_TEST):
2051         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2052           Fix A Leak.  Chain To Parent Finalize.
2053
2054 2005-09-19  Wim Taymans  <wim@fluendo.com>
2055
2056         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2057         Fixed wav pipeline.
2058
2059 2005-09-19  Wim Taymans  <wim@fluendo.com>
2060
2061         * gst-libs/gst/rtp/gstbasertppayload.c:
2062         (gst_basertppayload_class_init), (gst_basertppayload_init),
2063         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2064         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2065         (gst_basertppayload_push), (gst_basertppayload_get_property),
2066         (gst_basertppayload_change_state):
2067         Posting ERROR and WARNING messages is good.
2068
2069 2005-09-19  Wim Taymans  <wim@fluendo.com>
2070
2071         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2072         (gst_base_rtp_depayload_add_to_queue),
2073         (gst_base_rtp_depayload_push),
2074         (gst_base_rtp_depayload_set_gst_timestamp),
2075         (gst_base_rtp_depayload_queue_release):
2076         This one was not supposed to go in.
2077
2078 2005-09-19  Wim Taymans  <wim@fluendo.com>
2079
2080         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2081         Fix for bus API.
2082
2083         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2084         (gst_base_rtp_depayload_chain),
2085         (gst_base_rtp_depayload_add_to_queue),
2086         (gst_base_rtp_depayload_push),
2087         (gst_base_rtp_depayload_set_gst_timestamp),
2088         (gst_base_rtp_depayload_queue_release):
2089         Some cleanups.
2090
2091         * gst-libs/gst/rtp/gstbasertppayload.c:
2092         (gst_basertppayload_class_init), (gst_basertppayload_init),
2093         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2094         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2095         (gst_basertppayload_get_property),
2096         (gst_basertppayload_change_state):
2097         Added debugging category.
2098
2099 2005-09-18  David Schleef  <ds@schleef.org>
2100
2101         * gst/playback/gstdecodebin.c: free plugin list correctly
2102         * gst/playback/gstplaybin.c: emit warning if autovideosink
2103           and autoaudiosink can't be found (instead of segfaulting)
2104
2105 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2106
2107         * check/elements/audioconvert.c: (GST_START_TEST):
2108           try out 24 bit conversion
2109
2110 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2111
2112         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2113         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2114         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2115         * ext/vorbis/vorbisenc.h:
2116           Fix EOS handling.  Still needs a fix in the ogg muxer to
2117           mark the last page as eos.
2118
2119 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2120
2121         * common/gtk-doc-plugins.mak:
2122         * docs/plugins/Makefile.am:
2123         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2124         * gst/ffmpegcolorspace/Makefile.am:
2125         * gst/ffmpegcolorspace/avcodec.h:
2126         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2127         * gst/tcp/gstmultifdsink.c:
2128           fix up ffmpegcolorspace docs; extract header
2129
2130 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2131
2132         * common/gtk-doc-plugins.mak:
2133         * docs/plugins/Makefile.am:
2134         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2135         * ext/theora/Makefile.am:
2136         * ext/theora/gsttheoraenc.h:
2137         * ext/theora/theoraenc.c:
2138         * ext/vorbis/vorbisenc.c:
2139           pick up signals and args for vorbis; add some docs for vorbis
2140
2141 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2142
2143         * common/gstdoc-scangobj:
2144         * common/gtk-doc-plugins.mak:
2145         * docs/libs/Makefile.am:
2146         * docs/plugins/gst-plugins-base-plugins.args:
2147         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2148         * docs/plugins/gst-plugins-base-plugins.interfaces:
2149         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2150         * docs/plugins/gst-plugins-base-plugins.signals:
2151           only scanobj stuff from our source module.  Not sure yet
2152           if that's correct, given the hierarchy stuff :)
2153
2154 2005-09-15  Wim Taymans  <wim@fluendo.com>
2155
2156         * gst/audioconvert/gstaudioconvert.c:
2157         And enable 24 bits mode as well..
2158
2159 2005-09-15  Wim Taymans  <wim@fluendo.com>
2160
2161         * gst-libs/gst/rtp/Makefile.am:
2162         * gst-libs/gst/rtp/gstbasertppayload.c:
2163         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2164         (gst_basertppayload_class_init), (gst_basertppayload_init),
2165         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2166         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2167         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2168         (gst_basertppayload_set_property),
2169         (gst_basertppayload_get_property),
2170         (gst_basertppayload_change_state):
2171         * gst-libs/gst/rtp/gstbasertppayload.h:
2172         Added rtp payloader base class.
2173
2174 2005-09-15  Andy Wingo  <wingo@pobox.com>
2175
2176         * configure.ac (plugindir): Remove the EOL matcher from the
2177         regexp, as it causes me problems. Libtool? Make? Who knows?
2178
2179 2005-09-14  David Schleef  <ds@schleef.org>
2180
2181         * check/generic/states.c: 
2182         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2183         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2184           Fixes for changes in registry API.
2185
2186         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2187           to GST_PLUGIN_LDFLAGS.
2188         * ext/libvisual/visual.c: Make the library shut up.
2189         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2190         * gst-libs/gst/audio/gstaudiofilter.c: same
2191
2192 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2193
2194         * docs/plugins/Makefile.am:
2195         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2196         * docs/plugins/inspect/plugin-libvisual.xml:
2197         * docs/plugins/tmpl/element-tcpserversink.sgml:
2198         * ext/theora/theoraenc.c:
2199           add libvisual plugin and theoraenc element to docs
2200
2201 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2202
2203         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2204         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2205         * ext/theora/theoraenc.c:
2206           add theoraenc
2207
2208 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2209
2210         * gst/audioconvert/Makefile.am:
2211           Audioconvert derives from GstBaseTransform and should
2212           link to the library with our base elements to avoid
2213           unresolved symbols. Makes things work with MinGW (#316160)
2214
2215         * gst/playback/test4.c: (main):
2216           Fix MinGW build problem and use g_usleep() instead of 
2217           sleep() (#316162)
2218
2219 2005-09-12  Wim Taymans  <wim@fluendo.com>
2220
2221         * gst/audioconvert/audioconvert.c: (float),
2222         (audio_convert_prepare_context), (audio_convert_convert):
2223         * gst/audioconvert/audioconvert.h:
2224         Cleanups, speedups, simplifications, added back support
2225         for 24 bits.
2226
2227 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2228
2229         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2230         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2231         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2232         * docs/plugins/tmpl/element-tcpserversink.sgml:
2233         * gst/ffmpegcolorspace/gstffmpeg.c:
2234         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2235         * gst/videotestsrc/gstvideotestsrc.c:
2236         * gst/volume/gstvolume.c:
2237           add more elements to the docs
2238
2239 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2240
2241         * check/Makefile.am:
2242         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2243         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2244           Add extra tests for basetransform based components. 
2245           Comment out the test_element_negotiation test until we decide
2246           if it's testing correct behaviour.
2247         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2248         (gst_visual_chain), (gst_visual_change_state):
2249           Slightly more correct but still bogus timestamping.
2250           Fix state change function.
2251         * gst/audioconvert/gstaudioconvert.c:
2252         (gst_audio_convert_class_init):
2253         * gst/audioresample/gstaudioresample.c:
2254         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2255         (gst_ffmpegcsp_class_init):
2256         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2257         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2258         (gst_videoscale_prepare_image):
2259         * gst/volume/gstvolume.c: (gst_volume_class_init),
2260         (volume_transform_ip):
2261           Basetransform updates. Enable passthrough modes.
2262         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2263         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2264         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2265           Negotiation fix that allows the window to return to the original
2266           size and renegotiate passthrough upstream. Extra debug output.
2267
2268 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2269
2270         * gst/sine/gstsinesrc.c:
2271         * gst/volume/gstvolume.c:
2272           fix up header include
2273
2274 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2275
2276         * gst-libs/gst/audio/gstbaseaudiosink.c:
2277         (gst_base_audio_sink_render):
2278         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2279         * gst/volume/gstvolume.c: (gst_volume_class_init),
2280         (volume_transform):
2281           fixing lost sync, some more debugging
2282
2283 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2284
2285         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2286         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2287         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2288         (gst_xvimagesink_check_xshm_calls):
2289           Fix compilation when XShm is not available.
2290
2291 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2292
2293         * ext/libvisual/visual.c: (gst_visual_dispose),
2294         (gst_visual_getcaps), (gst_visual_src_setcaps),
2295         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2296         (gst_visual_change_state):
2297           Finish fixing up libvisual plugin so that it runs. 
2298
2299 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2300
2301         * ext/vorbis/vorbisenc.c:
2302         * gst-libs/gst/tag/gstvorbistag.c:
2303           gsttaginterface.h -> gsttagsetter.h
2304
2305 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2306
2307         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2308           added another test that failes for me (test is not active by default)
2309
2310 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2311
2312         * configure.ac:
2313           v4l2 is no longer in gst-plugins-base
2314
2315 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2316
2317         * configure.ac:
2318           In the output at the end, don't show the first plugin on the same
2319           line as "Core plug-ins, always built:".
2320           Indent the output as for other plugin categories
2321         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2322           #define that can be used to not use peer buffer_alloc functions for
2323           test purposes.
2324         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2325         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2326         (gst_ximagesink_show_frame):
2327         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2328         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2329         (gst_xvimagesink_show_frame):
2330           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2331           fails gracefully instead of XError aborting or deadlocking.
2332
2333 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2334
2335         * ext/libvisual/Makefile.am:
2336           link against gst-base-libs
2337
2338 2005-09-06  David Schleef  <ds@schleef.org>
2339
2340         * configure.ac: Enable libvisual plugin.
2341         * ext/libvisual/Makefile.am:
2342         * ext/libvisual/visual.c: Fixes to make it compile.
2343
2344 === release 0.9.2 ===
2345
2346 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2347
2348         * NEWS:
2349         * RELEASE:
2350         * configure.ac:
2351         * docs/random/ChangeLog-0.8:
2352           releasing 0.9.2, "Spoon"
2353
2354 2005-09-05  Michael Smith <msmith@fluendo.com>
2355
2356         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2357           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2358           that in the vorbisenc element.
2359
2360 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2361
2362         * common/gtk-doc-plugins.mak:
2363         * docs/plugins/Makefile.am:
2364           fix distcheck
2365         * gst/audioresample/resample.c:
2366           fix wrong docstring
2367
2368 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2369
2370         * common/gst-xmlinspect.py:
2371         * common/gtk-doc-plugins.mak:
2372           only inspect plugins for this given package
2373           require gst-python 0.9
2374
2375 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2376
2377         * Makefile.am:
2378         * autogen.sh:
2379         * common/gst-xmlinspect.py:
2380         * configure.ac:
2381         * docs/Makefile.am:
2382         * docs/plugins/inspect/plugin-alsa.xml:
2383         * docs/plugins/inspect/plugin-audioresample.xml:
2384         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2385         * docs/plugins/inspect/plugin-ogg.xml:
2386         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2387         * docs/plugins/tmpl/element-multifdsink.sgml:
2388         * docs/plugins/tmpl/element-tcpserversink.sgml:
2389         * docs/plugins/tmpl/element-vorbisenc.sgml:
2390         * gst-plugins-base.spec.in:
2391           various doc-related updates
2392
2393 2005-08-31  Wim Taymans  <wim@fluendo.com>
2394
2395         * gst-libs/gst/audio/gstbaseaudiosink.c:
2396         (gst_base_audio_sink_render):
2397         Resync if the buffer timestamps drift more than a 10th 
2398         of a second.
2399
2400 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2401
2402         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2403         (gst_v4lsrc_get_property):
2404           The 'timestamp-offset' property is registered as an int64, so
2405           let's use g_value_{set|get}_int64() in our setter and getter
2406           functions (makes it work and fixes warnings with gst-inspect).
2407
2408 2005-08-30  Wim Taymans  <wim@fluendo.com>
2409
2410         * check/elements/audioconvert.c: (setup_audioconvert):
2411         * check/elements/audioresample.c: (setup_audioresample):
2412         * check/elements/volume.c: (setup_volume):
2413         Fix checks.
2414
2415 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2416
2417         * common/gtk-doc-plugins.mak:
2418         * common/plugins.xsl:
2419         * docs/plugins/Makefile.am:
2420           make module a param
2421
2422 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2423
2424         * examples/seeking/seek.c: (make_mp3_pipeline),
2425         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2426         (play_cb), (pause_cb), (stop_cb):
2427           update the example
2428
2429 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2430
2431         * gst/volume/gstvolume.c: (gst_volume_class_init),
2432         (volume_transform):
2433           do not update controlled params, if buffer has no timestamp
2434
2435 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2436
2437         * configure.ac:
2438         * gst/sine/Makefile.am:
2439         * gst/volume/Makefile.am:
2440           controllerized elements also need to link against controller-libs ;)
2441
2442 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2443
2444         * docs/libs/tmpl/gstcolorbalance.sgml:
2445         * docs/libs/tmpl/gstgconf.sgml:
2446         * docs/libs/tmpl/gstmixer.sgml:
2447         * docs/libs/tmpl/gstringbuffer.sgml:
2448         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2449         (gst_sinesrc_create):
2450         * gst/volume/gstvolume.c: (gst_volume_class_init),
2451         (volume_transform):
2452           controllerized two audio plugins
2453
2454 2005-08-29  Andy Wingo  <wingo@pobox.com>
2455
2456         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2457         (vorbis_handle_data_packet): Fix some int overflow errors.
2458
2459         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2460         -1.
2461         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2462         valid.
2463         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2464         if it's valid. Fixed streaming-mode playback.
2465
2466         * check/elements/volume.c (cleanup_volume): Fix for running
2467         CK_FORK=no.
2468
2469         * check/elements/audioconvert.c: Convert from native endian, not
2470         little endian.
2471
2472 2005-08-29  Michael Smith <msmith@fluendo.com>
2473
2474         * ext/ogg/Makefile.am:
2475         * ext/ogg/gstogg.c: (plugin_init):
2476         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2477         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2478         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2479         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2480         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2481         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2482         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2483         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2484         Add an ogg parser element.
2485
2486 2005-08-28  Andy Wingo  <wingo@pobox.com>
2487
2488         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2489
2490 2005-08-26  Wim Taymans  <wim@fluendo.com>
2491
2492         * gst/audioconvert/audioconvert.c: (if), (float),
2493         (audio_convert_get_func_index), (check_default),
2494         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2495         (audio_convert_clean_context), (audio_convert_get_sizes),
2496         (audio_convert_convert):
2497         Cleanups.
2498
2499 2005-08-26  Wim Taymans  <wim@fluendo.com>
2500
2501         * gst/audioconvert/audioconvert.c: (if), (float),
2502         (audio_convert_get_func_index), (check_default),
2503         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2504         (audio_convert_clean_context), (audio_convert_get_sizes),
2505         (audio_convert_convert):
2506         More elegant and working temp buffer selection algo.
2507
2508 2005-08-26  Wim Taymans  <wim@fluendo.com>
2509
2510         * gst/audioconvert/audioconvert.c: (if), (float),
2511         (audio_convert_get_func_index), (check_default),
2512         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2513         (audio_convert_clean_context), (audio_convert_get_sizes),
2514         (get_temp_buffer), (audio_convert_convert):
2515         Use realloc else we lose our original data.
2516
2517 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2518
2519         * gst/audioresample/gstaudioresample.c:
2520           use base class' newsegment to properly timestamp
2521
2522 2005-08-26  Wim Taymans  <wim@fluendo.com>
2523
2524         * gst/audioconvert/audioconvert.c: (if), (float),
2525         (audio_convert_get_func_index), (check_default),
2526         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2527         (audio_convert_clean_context), (audio_convert_get_sizes),
2528         (get_temp_buffer), (audio_convert_convert):
2529         * gst/audioconvert/gstaudioconvert.c:
2530         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2531         (gst_audio_convert_transform_caps),
2532         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2533         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2534         Oops, allocate enough space to perform the channel mix.
2535
2536 2005-08-26  Wim Taymans  <wim@fluendo.com>
2537
2538         * gst/audioconvert/Makefile.am:
2539         * gst/audioconvert/audioconvert.c: (if), (float),
2540         (audio_convert_get_func_index), (check_default),
2541         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2542         (audio_convert_clean_context), (audio_convert_get_sizes),
2543         (get_temp_buffer), (audio_convert_convert):
2544         * gst/audioconvert/audioconvert.h:
2545         * gst/audioconvert/gstaudioconvert.c:
2546         (gst_audio_convert_class_init), (gst_audio_convert_init),
2547         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2548         (gst_audio_convert_get_unit_size),
2549         (gst_audio_convert_transform_caps),
2550         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2551         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2552         * gst/audioconvert/gstaudioconvert.h:
2553         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2554         (gst_channel_mix_fill_identical),
2555         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2556         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2557         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2558         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2559         (gst_channel_mix_mix):
2560         * gst/audioconvert/gstchannelmix.h:
2561         Cleanups, librarify a bit, optimize, better negotiation and more.
2562
2563 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2564
2565         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2566         Another from MikeS:
2567         During typefinding, don't support negative offsets
2568         (offsets from the end of the stream) in our typefind->peek() function
2569         - nothing embedded in ogg ever needs them. However, we need to recognise
2570         those requests and reject them, otherwise we return invalid pointers.
2571
2572 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2573
2574         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2575         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2576         (vorbisdec_finalize), (vorbis_handle_type_packet):
2577           Big shout-out to MikeS for fixing this giant memory leak.
2578           Huzzah!
2579
2580 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2581
2582         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2583         (audio_convert_get_unit_size):
2584           plug some leaks
2585
2586 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2587
2588         * check/Makefile.am:
2589         * check/elements/audioconvert.c: (setup_audioconvert),
2590         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2591         (GST_START_TEST), (audioconvert_suite), (main):
2592           add a test for audioconvert
2593         * gst/audioresample/gstaudioresample.c:
2594         * gst/audioresample/gstaudioresample.h:
2595           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2596           note that for buffers of 1/3 sec this means DURATION(c) is 
2597           one nanosecond more than for a and b
2598
2599 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2600
2601         * check/Makefile.am:
2602         * check/elements/audioresample.c: (setup_audioresample),
2603         (cleanup_audioresample), (fail_unless_perfect_stream),
2604         (test_perfect_stream_instance), (GST_START_TEST),
2605           add a check for audioresample
2606         (audioresample_suite), (main):
2607         * check/elements/volume.c: (GST_START_TEST):
2608           remove unused method
2609         * gst/audioresample/gstaudioresample.c:
2610           set correct buffer parameters since we're changing them
2611         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2612           add some debug
2613
2614 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2615
2616         * gst/audioresample/debug.c:
2617         * gst/audioresample/gstaudioresample.c:
2618           add room for extra overlap samples when asked to transform size
2619           protect against possible mem corruption and check for discrepancies
2620           between written size and outbuffer's size so we can warn for
2621           potential problems
2622         * gst/audioresample/resample.c: (resample_init),
2623         (resample_get_output_size_for_input), (resample_get_output_size),
2624         (resample_set_n_channels), (resample_set_format):
2625           set debug level based on RESAMPLE_DEBUG env var
2626           make sure that get_output_size* returns a whole number of
2627           sample_size
2628           set sample_size each time either channel or format is set
2629         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2630         * gst/audioresample/resample_functable.c:
2631         (resample_scale_functable):
2632         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2633           remove r->sample_size, it's done in resample.c now
2634           add some debugging to the ref implementation
2635           make sure we only give back bytes that are wholes of the sample
2636           size
2637
2638 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2639         * gst/playback/gstplaybasebin.c: (fill_buffer):
2640         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2641
2642 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2643
2644         * gst/volume/gstvolume.c:
2645           made set_caps function static
2646
2647 2005-08-24  Wim Taymans  <wim@fluendo.com>
2648
2649         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2650         (gst_vorbisenc_change_state):
2651         Stop leaking taglists.
2652
2653 2005-08-24  Wim Taymans  <wim@fluendo.com>
2654
2655         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2656         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2657         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2658         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2659         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2660         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2661         Parse seeking events better.
2662         Unref static caps.
2663         Generate correct newsegment events, fixes seeking in live oggs.
2664
2665         * ext/theora/theoradec.c: (theora_dec_src_query),
2666         (theora_dec_src_event), (theora_dec_src_getcaps),
2667         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2668         Use newsegment values to report correct play time.
2669
2670         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2671         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2672         * ext/vorbis/vorbisdec.h:
2673         Parse and use newsegment values to report correct play time.
2674
2675         * gst-libs/gst/audio/gstbaseaudiosink.c:
2676         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2677         Clear ringbuffer on flush.
2678         Use newsegment values to calculate playback time.
2679
2680         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2682         Basesink does newsegment calculations for us now.
2683
2684 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2685
2686         * check/Makefile.am:
2687         * configure.ac:
2688           add core's plugins to the mix so that playbin works
2689         * check/generic/states.c: (GST_START_TEST):
2690           set a 0 timeout on pipelines, so they don't force the next
2691           state change
2692         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2693         (gst_play_base_bin_change_state):
2694           remove the crappy error handling and do GST error handling
2695
2696 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2697
2698         * check/Makefile.am:
2699         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2700           add same test as to core, it bitches out on playbin atm.
2701
2702 2005-08-24  Wim Taymans  <wim@fluendo.com>
2703
2704         * configure.ac:
2705         Remove audioscale.
2706
2707 2005-08-24  Wim Taymans  <wim@fluendo.com>
2708
2709         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2710         (gst_videoscale_prepare_size), (parse_caps),
2711         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2712         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2713         (gst_videoscale_transform):
2714         * gst/videoscale/gstvideoscale.h:
2715         Refactor, make use of BaseTranform really well.
2716
2717 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2718
2719         * configure.ac:
2720           compile audioresample
2721         * gst/audioresample/Makefile.am:
2722         * gst/audioresample/buffer.c:
2723         * gst/audioresample/functable.c:
2724         * gst/audioresample/gstaudioresample.c:
2725         * gst/audioresample/gstaudioresample.h:
2726         * gst/audioresample/resample.c:
2727         (resample_get_output_size_for_input):
2728         * gst/audioresample/resample.h:
2729         * gst/audioresample/resample_chunk.c:
2730         * gst/audioresample/resample_functable.c:
2731         * gst/audioresample/resample_ref.c:
2732           port to use basetransform; doesn't work in all cases yet
2733
2734 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2735
2736         * gst/audioconvert/gstaudioconvert.c:
2737         (gst_audio_convert_class_init), (gst_audio_convert_init),
2738         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2739         (audio_convert_fixate_caps), (audio_convert_set_caps),
2740         (audio_convert_transform),
2741         (gst_audio_convert_buffer_to_default_format),
2742         (gst_audio_convert_buffer_from_default_format),
2743         (gst_audio_convert_channels):
2744         * gst/audioconvert/gstchannelmix.c:
2745         * gst/audioconvert/gstchannelmix.h:
2746           port to basetransform
2747         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2748         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2749         (gst_ffmpegcsp_get_unit_size):
2750         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2751         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
2752           fix for basetransform changes
2753
2754 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2755
2756         * check/Makefile.am:
2757           Add CHECK_CFLAGS and LDFLAGS
2758
2759         * gst/playback/gstplaybasebin.c: (fill_buffer):
2760           GST_MESSAGE_SRC became a GObject
2761
2762 2005-08-24  Wim Taymans  <wim@fluendo.com>
2763
2764         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
2765         (gst_ring_buffer_clear_all):
2766         * gst-libs/gst/audio/gstringbuffer.h:
2767         Added function to clear the ringbuffer.
2768
2769 2005-08-24  Andy Wingo  <wingo@pobox.com>
2770
2771         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
2772         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
2773         of _open and _close.
2774
2775         * sys/v4l/gstv4lxoverlay.h:
2776         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
2777         an Xv connection here, instead of all the time. Make Xv only be
2778         loaded if you axe for it. Kindof a workaround for buggy behaviour
2779         of Xv when using remote xservers (XvQueryExtension would block).
2780         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
2781         replace the _open and _close public API. Only start the xv
2782         connection if necessary.
2783         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
2784
2785 2005-08-23  David Schleef  <ds@schleef.org>
2786
2787         * gst/audioresample/Makefile.am: Leet audioresampling code
2788         * gst/audioresample/buffer.c:
2789         * gst/audioresample/buffer.h:
2790         * gst/audioresample/debug.c:
2791         * gst/audioresample/debug.h:
2792         * gst/audioresample/functable.c:
2793         * gst/audioresample/functable.h:
2794         * gst/audioresample/gstaudioresample.c:
2795         * gst/audioresample/gstaudioresample.h:
2796         * gst/audioresample/resample.c:
2797         * gst/audioresample/resample.h:
2798         * gst/audioresample/resample_chunk.c:
2799         * gst/audioresample/resample_functable.c:
2800         * gst/audioresample/resample_ref.c:
2801
2802 2005-08-23  Wim Taymans  <wim@fluendo.com>
2803
2804         * examples/seeking/seek.c: (make_vorbis_pipeline),
2805         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
2806         Small seek updates.
2807
2808 2005-08-23  Andy Wingo  <wingo@pobox.com>
2809
2810         * gst-libs/gst/audio/gstbaseaudiosrc.c
2811         (gst_base_audio_src_fixate): Only fixate endianness if it is
2812         present in the caps.
2813
2814 2005-08-22  Andy Wingo  <wingo@pobox.com>
2815
2816         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
2817         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
2818         device-name property.
2819
2820         * gst-libs/gst/audio/gstaudiosrc.h:
2821         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
2822         close_device in the ring buffer, like gstaudiosink.
2823
2824         * ext/alsa/gstalsamixer.h:
2825         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
2826         macro to implement the interface without much code. Cleanups. 
2827
2828         * ext/alsa/gstalsasrc.h:
2829         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
2830         READY.
2831
2832         * ext/alsa/Makefile.am: Add new files.
2833         * ext/alsa/gstalsamixerelement.c: 
2834         * ext/alsa/gstalsamixerelement.c: Split element code out from
2835         mixer code so that alsasrc can be a mixer too.
2836
2837 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2838
2839         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2840         (GST_START_TEST):
2841         * check/elements/vorbisdec.c: (setup_vorbisdec),
2842         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
2843         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2844         (vorbis_handle_identification_packet),
2845         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
2846         (vorbis_handle_header_packet), (vorbis_dec_push),
2847         (vorbis_dec_chain):
2848           use the setup/teardown methods to save code.  save code is good.
2849
2850 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2851
2852         * check/Makefile.am:
2853           add ext dir for plugins
2854           add vorbisdec test conditionally
2855         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2856         (GST_START_TEST), (volume_suite):
2857           add a test with wrong caps
2858         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
2859         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
2860           add a vorbisdec test
2861         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
2862         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
2863           clean up debug output
2864         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2865           yay, fix a segfault/security issue in vorbisdec
2866           gst-launch fakesrc ! vorbisdec wasn't happy
2867         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
2868         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
2869         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
2870         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2871         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
2872         (gst_vorbisenc_set_metadata), (get_constraints_string),
2873         (update_start_message), (gst_vorbisenc_setup),
2874         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
2875         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
2876         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
2877         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
2878         * ext/vorbis/vorbisenc.h:
2879           march in line
2880         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2881         (gst_ffmpegcsp_transform):
2882           have the kow come home
2883         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2884           debug my func ptr
2885         * gst/volume/gstvolume.c: (volume_set_caps):
2886           add a debug
2887
2888 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2889
2890         * Makefile.am:
2891         * check/.cvsignore:
2892         * check/Makefile.am:
2893         * check/elements/.cvsignore:
2894         * check/elements/volume.c: (chain_func), (event_func),
2895         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
2896         (main):
2897         * configure.ac:
2898           add unit test structure for gst-plugins-base
2899           add a test for volume
2900         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
2901         (gst_volume_set_volume), (gst_volume_get_volume),
2902         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
2903         (volume_funcfind), (volume_process_float), (volume_process_int16),
2904         (volume_set_caps), (volume_transform), (volume_update_mute),
2905         (volume_update_volume), (volume_set_property),
2906         (volume_get_property):
2907           document a little; use basetransform vmethod _set_caps
2908
2909 2005-08-19  Andy Wingo  <wingo@pobox.com>
2910
2911         * ext/alsa/gstalsamixertrack.h:
2912         * ext/alsa/gstalsamixertrack.c:
2913         * ext/alsa/gstalsamixeroptions.h:
2914         * ext/alsa/gstalsamixeroptions.c:
2915         * ext/alsa/gstalsamixer.h:
2916         * ext/alsa/gstalsamixer.c: Port to 0.9.
2917
2918         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
2919         Remove gstalsa.c and alsaclock. No more cruft here.
2920         
2921 2005-08-18  Wim Taymans  <wim@fluendo.com>
2922
2923         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2924         (gst_base_rtp_depayload_chain),
2925         (gst_base_rtp_depayload_add_to_queue),
2926         (gst_base_rtp_depayload_push),
2927         (gst_base_rtp_depayload_queue_release):
2928         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2929         Fix for RTPBuffer changes.
2930
2931         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
2932         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
2933         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
2934         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
2935         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
2936         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
2937         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
2938         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
2939         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
2940         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
2941         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
2942         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
2943         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
2944         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
2945         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
2946         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
2947         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
2948         (gst_rtpbuffer_get_payload):
2949         * gst-libs/gst/rtp/gstrtpbuffer.h:
2950         Don't subclass GstBuffer but add methods and helper functions
2951         to construct and manipulate RTP packets in regular GstBuffers.
2952
2953 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
2954
2955         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2956           moved statement below switch
2957         * gst/volume/gstvolume.c: (gst_volume_class_init):
2958           added debug ptr
2959
2960 2005-08-16  Wim Taymans  <wim@fluendo.com>
2961
2962         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2963         (gst_base_audio_src_change_state):
2964         Open and close device in READY<->NULL state change.
2965
2966 2005-08-16  Andy Wingo  <wingo@pobox.com>
2967
2968         * examples/seeking/Makefile.am: Don't compile non-compiling
2969         compiled objects with the compiler.
2970
2971         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
2972         elements.
2973
2974 2005-08-12  Philippe Khalaf <burger@speedy.org>
2975         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2976         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2977           Made a thread to release the queue.
2978           Removed timestamp conversion for now.
2979
2980 2005-08-10  Philippe Khalaf <burger@speedy.org>
2981         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2982         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2983           Added rtp timestamp -> gst timestamp conversion.
2984           Fixed several problems with queue.
2985
2986 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2987
2988         * gst-libs/gst/audio/gstaudioclock.h:
2989         * gst-libs/gst/audio/gstaudiofilter.h:
2990         * gst-libs/gst/audio/gstaudiosink.h:
2991         * gst-libs/gst/audio/gstaudiosrc.h:
2992         * gst-libs/gst/audio/gstbaseaudiosink.h:
2993         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2994         * gst-libs/gst/audio/gstringbuffer.h:
2995         * gst-libs/gst/net/gstnetbuffer.h:
2996         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2997         * gst-libs/gst/rtp/gstrtpbuffer.h:
2998           Add padding (you will need to rebuild gst-plugins-base,
2999           gst-plugins and all applications afterwards!)
3000
3001 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3002
3003         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3004         (gst_riff_parse_chunk):
3005           Fix bug in debug message and add some more debug messages.
3006
3007 2005-08-08  Edward Hervey  <edward@fluendo.com>
3008
3009         * gst-libs/gst/riff/riff-media.c:
3010         backported updates since branch
3011
3012 2005-08-08  Andy Wingo  <wingo@pobox.com>
3013
3014         * gst-libs/gst/audio/gstbaseaudiosink.c
3015         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3016         like good elements should. Close on READY->NULL too.
3017
3018         * gst-libs/gst/audio/gstaudiosink.c
3019         (gst_audioringbuffer_open_device,
3020         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3021         (gst_audioringbuffer_release): Updates for new ring buffer API,
3022         hook into the new audio sink api.
3023
3024         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3025         (GstAudioSinkClass.close): Just open and close the device -- no
3026         resource allocation or configuration.
3027         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3028         vmethods, handle device setup and resource allocation.
3029
3030         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3031         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3032         base class API.
3033
3034         * gst-libs/gst/audio/gstringbuffer.h
3035         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3036         New vmethods.
3037
3038         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3039         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3040         New API functions. The device should be opened before acquiring
3041         and closed after releasing.
3042
3043 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3044
3045         * gst-libs/gst/interfaces/mixer.h:
3046           Reset padding to GST_PADDING.
3047
3048 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3049
3050         * gst/playback/gstplaybin.c: (remove_sinks):
3051           Remove visualization from parent explicitely; works around some
3052           apparent refcount issue that I haven't tracked down yet.
3053
3054 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3055
3056         * ext/alsa/gstalsasink.c: (set_hwparams):
3057           Assign debug category, add negotiation debug msgs.
3058
3059 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3060
3061         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3062           Fix error code for file-not-found to NOT_FOUND.
3063
3064 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3065
3066         * common/gtk-doc-plugins.mak:
3067         * docs/plugins/Makefile.am:
3068         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3069         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3070           renamed to actual element names, so much nicer to look at
3071         * docs/plugins/tmpl/gstmultifdsink.sgml:
3072           remove
3073         * docs/plugins/tmpl/multifdsink.sgml:
3074         * docs/plugins/tmpl/tcpserversink.sgml:
3075           add
3076         * ext/alsa/gstalsa.c:
3077         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3078         * ext/ogg/gstoggmux.c:
3079         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3080         * gst/playback/gstdecodebin.c:
3081         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3082         * gst/tcp/gsttcpserversink.c:
3083           various fixes and documentation additions
3084
3085 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3086
3087         * common/Makefile.am:
3088         * common/gstdoc-scangobj:
3089         * common/gtk-doc-plugins.mak:
3090         * common/gtk-doc.mak:
3091           add a custom scangobj that uses the registry
3092           add a custom gtk-doc-plugins.mak that uses it
3093           some doc build fixes
3094         * configure.ac:
3095         * docs/Makefile.am:
3096         * docs/plugins/Makefile.am:
3097         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3098         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3099         * docs/plugins/gst-plugins-base-plugins.types:
3100         * docs/plugins/tmpl/gstmultifdsink.sgml:
3101           add docs for one element, multifdsink
3102         * gst/adder/gstadder.h:
3103         * gst/volume/gstvolume.h:
3104           don't privatize enum
3105         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3106         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3107         (gst_sync_method_get_type), (gst_client_status_get_type),
3108         (gst_multifdsink_class_init),
3109         (gst_multifdsink_client_queue_buffer),
3110         (gst_multifdsink_handle_client_write):
3111         * gst/tcp/gstmultifdsink.h:
3112         * gst/tcp/gsttcp.h:
3113         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3114         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3115         (gst_tcpclientsink_render):
3116         * gst/tcp/gsttcpclientsink.h:
3117         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3118         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3119         (gst_tcpclientsrc_start):
3120         * gst/tcp/gsttcpclientsrc.h:
3121         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3122         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3123         * gst/tcp/gsttcpserversrc.h:
3124         * gst/typefind/gsttypefindfunctions.c:
3125           remove superfluous Type stuff
3126
3127 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3128
3129         * gst/playback/gstplaybin.c: (gen_video_element):
3130           Enable videoscale.
3131
3132 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3133
3134         * gst-libs/gst/gconf/gconf.c:
3135         * gst-libs/gst/gconf/gconf.h:
3136           Fix some Andy Problem [tm].
3137
3138 2005-08-04  Andy Wingo  <wingo@pobox.com>
3139
3140         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3141         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3142         (gst_ffmpegcsp_get_size): Adapt to API changes.
3143
3144         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3145         Implement an in-place do-nothing transform.
3146
3147 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3148
3149         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3150         (gst_ximagesink_renegotiate_size):
3151           Do not set new window sizes yet if we prepare a new buffer size
3152           for upstream renegotiation (software scaling) at some point in the
3153           future, because this new size waqs not actually accepted yet. Once
3154           accepted, renegotiation later on will set the new sizes just fine.
3155           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3156           embedding testcase.
3157
3158 2005-08-03  Andy Wingo  <wingo@pobox.com>
3159
3160         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3161         (gst_ximagesink_buffer_alloc): 
3162         Protect the height, width, and desired_caps with the pool_lock.
3163         Fixes videotestsrc ! queue ! ximagesink.
3164
3165 2005-08-02  Edward Hervey  <edward@fluendo.com>
3166
3167         * gst/volume/gstvolume.c:
3168         include left from controller cleanup
3169
3170 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3171         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3172           Stop collectpads before calling the parent state
3173           change function on PAUSED->READY.
3174
3175 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3176         * configure.ac:
3177           When testing for X libs, use the X CFlags 
3178         * gst/adder/gstadder.c: (gst_adder_change_state):
3179           Stop the collectpads before calling parent state change function
3180           on PAUSED->READY, otherwise we deadlock deactivating pads.
3181
3182 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3183
3184         * configure.ac:
3185         * docs/libs/tmpl/gstcolorbalance.sgml:
3186         * docs/libs/tmpl/gstmixer.sgml:
3187         * examples/Makefile.am:
3188         * gst/sine/Makefile.am:
3189         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3190         (gst_sinesrc_set_property), (plugin_init):
3191         * gst/sine/gstsinesrc.h:
3192         * gst/volume/Makefile.am:
3193         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3194         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3195         (volume_process_float), (volume_process_int16),
3196         (volume_set_property), (plugin_init):
3197         * gst/volume/gstvolume.h:
3198           deactivate and remove dparams (libgstcontrol)
3199
3200 2005-07-29  Wim Taymans  <wim@fluendo.com>
3201
3202         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3203         Convert me to BaseTransform!! help..
3204
3205 2005-07-29  Andy Wingo  <wingo@pobox.com>
3206
3207         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3208         sinks.
3209
3210         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3211         support of both endiannesses.
3212
3213 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3214
3215         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3216           Fix confusing debug message (s/event/query/)
3217
3218 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3219
3220         * gst/videotestsrc/videotestsrc.h:
3221           Use "_stdint.h" instead of <stdint.h>
3222
3223 2005-07-27  Wim Taymans  <wim@fluendo.com>
3224
3225         * ext/vorbis/Makefile.am:
3226         Revert wrong commit.
3227
3228 2005-07-27  Wim Taymans  <wim@fluendo.com>
3229
3230         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3231         More compilation fixen.
3232
3233 2005-07-27  Wim Taymans  <wim@fluendo.com>
3234
3235         * gst-libs/gst/audio/gstbaseaudiosink.c:
3236         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3237         (gst_base_audio_sink_create_ringbuffer),
3238         (gst_base_audio_sink_change_state):
3239         Fix compilation.
3240
3241 2005-07-27  Wim Taymans  <wim@fluendo.com>
3242
3243         * examples/seeking/seek.c: (setup_dynamic_link),
3244         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3245         (query_positions_elems), (query_positions_pads), (do_seek):
3246         Update seek example.
3247
3248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3249         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3250         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3251         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3252         (gst_ogg_demux_handle_event),
3253         (gst_ogg_demux_deactivate_current_chain),
3254         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3255         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3256         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3257         (gst_ogg_demux_loop):
3258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3259         * ext/theora/theoradec.c: (theora_dec_src_event),
3260         (theora_dec_src_getcaps), (theora_dec_sink_event),
3261         (theora_dec_push), (theora_dec_chain):
3262         * ext/vorbis/Makefile.am:
3263         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3264         (vorbis_dec_sink_event), (vorbis_dec_push),
3265         (vorbis_handle_data_packet):
3266         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3267         (gst_vorbisenc_chain):
3268         * gst/playback/gststreaminfo.c: (cb_probe):
3269         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3270         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3271         * gst/videoscale/gstvideoscale.c:
3272         (gst_videoscale_handle_src_event):
3273         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3274         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3275         (gst_ximagesink_navigation_send_event):
3276         * sys/xvimage/xvimagesink.c:
3277         (gst_xvimagesink_navigation_send_event):
3278         Various event updates and cleanups
3279
3280 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3281
3282         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3283           Fix segfault for I420/YV12.
3284
3285 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3286
3287         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3288           Report bitrate.
3289
3290 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3291
3292         * gst/playback/gstplaybin.c: (gen_video_element),
3293         (gen_audio_element):
3294           Switch to auto*sink elements as default sinks; add volume element
3295           so that volume control in totem works.
3296
3297 2005-07-21  Wim Taymans  <wim@fluendo.com>
3298
3299         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3300         * gst/playback/gstplaybin.c: (setup_sinks),
3301         (gst_play_bin_change_state):
3302         Refcount fix and more comments.
3303
3304 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3305
3306         * sys/ximage/Makefile.am:
3307         * sys/ximage/ximage.c: (plugin_init):
3308         * sys/ximage/ximagesink.c:
3309         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3310         
3311
3312 2005-07-21  Wim Taymans  <wim@fluendo.com>
3313
3314         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3315         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3316         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3317         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3318         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3319         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3320         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3321         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3322         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3323         Generate correct disconts for live chained oggs.
3324
3325         * gst-libs/gst/audio/gstbaseaudiosink.c:
3326         (gst_base_audio_sink_render),
3327         (gst_base_audio_sink_create_ringbuffer),
3328         (gst_base_audio_sink_change_state):
3329         Handle discont math correctly.
3330
3331         * gst/playback/gstplaybin.c: (add_sink):
3332         Some small debug cleanup.
3333
3334 2005-07-21  Wim Taymans  <wim@fluendo.com>
3335
3336         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3337         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3338         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3339         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3340         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3341         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3342         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3343         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3344         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3345         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3346         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3347         (gst_ogg_demux_change_state), (gst_ogg_print):
3348         Reorganize code to send the right disconts when in streaming
3349         mode.
3350
3351 2005-07-20  Andy Wingo  <wingo@pobox.com>
3352
3353         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3354         fix (?), fixes a seggie mcfalterson (#310894).
3355
3356 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3357
3358         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3359         (gst_ogg_mux_set_header_on_caps):
3360         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3361         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3362         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3363         * gst-libs/gst/audio/multichannel.c:
3364         (gst_audio_set_channel_positions),
3365         (gst_audio_set_structure_channel_positions_list):
3366         * gst/playback/gstdecodebin.c: (dynamic_create):
3367         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3368         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3369           Fixes for API changes in core.
3370
3371 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3372
3373         * gst/playback/gstplaybasebin.c: (fill_buffer):
3374           Use _new_custom() so we can set custom message types for buffering
3375           messages.
3376
3377 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3378
3379         * configure.ac:
3380         * gst-libs/gst/Makefile.am:
3381         * gst-libs/gst/gconf/.cvsignore:
3382         * gst-libs/gst/gconf/Makefile.am:
3383         * gst-libs/gst/gconf/test-gconf.c:
3384         * pkgconfig/Makefile.am:
3385         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3386         * pkgconfig/gstreamer-gconf.pc.in:
3387           Remove gconf stuff, use gconf elements instead from now on.
3388
3389 2005-07-20  Wim Taymans  <wim@fluendo.com>
3390
3391         * gst-libs/gst/audio/TODO:
3392         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3393         (gst_audio_clock_get_internal_time):
3394         * gst-libs/gst/audio/gstaudioclock.h:
3395         * gst-libs/gst/audio/gstbaseaudiosink.c:
3396         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3397         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3398         (gst_base_audio_sink_render),
3399         (gst_base_audio_sink_create_ringbuffer),
3400         (gst_base_audio_sink_change_state):
3401         Make sure the audio clock always returns an increasing value.
3402
3403 2005-07-19  Andy Wingo  <wingo@pobox.com>
3404
3405         * gst/videotestsrc/: Cleanups.
3406
3407 2005-07-19  Wim Taymans  <wim@fluendo.com>
3408
3409         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3410         Better debugging.
3411
3412 2005-07-19  Wim Taymans  <wim@fluendo.com>
3413
3414         * examples/seeking/seek.c: (make_dv_pipeline),
3415         (make_vorbis_theora_pipeline), (query_rates),
3416         (query_positions_elems), (query_positions_pads), (do_seek):
3417         Make correct DV pipeline.
3418
3419 2005-07-18  Andy Wingo  <wingo@pobox.com>
3420
3421         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3422         default. Also because it's the only thing that really works. (This
3423         is used in the GConf elements).
3424         Use AS_LIBTOOL_TAGS.
3425
3426 2005-07-18  Wim Taymans  <wim@fluendo.com>
3427
3428         * gst/playback/gstdecodebin.c: (remove_element_chain):
3429         * gst/playback/gstplaybin.c: (add_sink):
3430         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3431         (gst_stream_info_set_mute):
3432         * gst/playback/gststreamselector.c:
3433         (gst_stream_selector_get_linked_pad),
3434         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3435         More leak and compile fixes.
3436
3437 2005-07-18  Wim Taymans  <wim@fluendo.com>
3438
3439         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3440         (query_rates), (query_positions_elems), (query_positions_pads),
3441         (do_seek), (seek_cb), (stop_seek):
3442         Updated seek example. 
3443
3444         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3445         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3446         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3447         * gst/playback/gstplaybin.c: (add_sink):
3448         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3449         (gst_stream_info_set_mute):
3450         Some refcount leak fixes.
3451
3452 2005-07-16  Wim Taymans  <wim@fluendo.com>
3453
3454         * gst-libs/gst/audio/gstbaseaudiosink.c:
3455         (gst_base_audio_sink_render):
3456         Align samples even if we have roundoff errors in the 
3457         timestamp conversion.
3458
3459 2005-07-16  Wim Taymans  <wim@fluendo.com>
3460
3461         * docs/libs/tmpl/gstringbuffer.sgml:
3462         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3463         (query_rates), (query_positions_elems), (query_positions_pads),
3464         (update_scale), (do_seek):
3465         Updated seek example.
3466
3467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3468         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3469         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3470         (gst_ogg_demux_loop):
3471         Push out correct discont values.
3472
3473         * ext/theora/theoradec.c: (theora_dec_src_convert),
3474         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3475         (theora_dec_sink_event), (theora_handle_type_packet),
3476         (theora_handle_header_packet), (theora_dec_push),
3477         (theora_handle_data_packet), (theora_dec_chain),
3478         (theora_dec_change_state):
3479         Better timestamping.
3480
3481         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3482         (vorbis_dec_sink_event), (vorbis_dec_push),
3483         (vorbis_handle_data_packet), (vorbis_dec_chain):
3484         * ext/vorbis/vorbisdec.h:
3485         Better timestamping.
3486
3487         * gst-libs/gst/audio/gstbaseaudiosink.c:
3488         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3489         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3490         Handle syncing on timestamps instead of sample offsets. Make
3491         use of DISCONT values as described in design docs.
3492
3493         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3494         (gst_base_audio_src_get_time):
3495         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3496         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3497         (gst_ring_buffer_read):
3498         * gst-libs/gst/audio/gstringbuffer.h:
3499         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3500         (gst_ximagesink_show_frame):
3501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3502         Correcly convert buffer timestamp to stream time.
3503
3504 2005-07-16  Wim Taymans  <wim@fluendo.com>
3505
3506         * gst/audioconvert/gstaudioconvert.c:
3507         (gst_audio_convert_get_buffer):
3508         Timestamp buffers correctly.
3509
3510         * gst/playback/gstplaybin.c: (gen_video_element):
3511         Make internal fakesink silent.
3512
3513 2005-07-15  Wim Taymans  <wim@fluendo.com>
3514
3515         * gst/ffmpegcolorspace/Makefile.am:
3516         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3517         (gst_ffmpegcsp_caps_remove_format_info),
3518         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3519         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3520         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3521         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3522         Ported ffmpegcolorspace to basetransform.
3523
3524         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3525         * gst/volume/gstvolume.c: (volume_transform):
3526         Ported to new API.
3527
3528 2005-07-14  Wim Taymans  <wim@fluendo.com>
3529
3530         * gst/videotestsrc/Makefile.am:
3531         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3532         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3533         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3534         (gst_videotestsrc_init), (gst_videotestsrc_event),
3535         (gst_videotestsrc_create), (gst_videotestsrc_start),
3536         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3537         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3538         (gst_videotestsrc_get_property):
3539         * gst/videotestsrc/gstvideotestsrc.h:
3540         Make videotestsrc a pushsrc.
3541
3542 2005-07-14  Wim Taymans  <wim@fluendo.com>
3543
3544         * gst/tcp/gstfdset.c: (gst_fdset_free):
3545         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3546         (gst_multifdsink_add), (gst_multifdsink_remove),
3547         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3548         (gst_multifdsink_remove_client_link),
3549         (gst_multifdsink_client_queue_data),
3550         (gst_multifdsink_client_queue_caps),
3551         (gst_multifdsink_client_queue_buffer),
3552         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3553         (gst_multifdsink_stop):
3554         * gst/tcp/gstmultifdsink.h:
3555         0.8 backporting.
3556
3557         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3558         Also draw image when not from a pool.
3559
3560 2005-07-14  Wim Taymans  <wim@fluendo.com>
3561
3562         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3563         (mute_stream), (silence_stream):
3564         Small debug additions.
3565
3566 2005-07-14  Wim Taymans  <wim@fluendo.com>
3567
3568         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3569         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3570         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3571         Better error recovery, ignore unconnected pads and
3572         non-fatal errors.
3573
3574 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3575
3576         * docs/libs/tmpl/gstaudio.sgml:
3577         * docs/libs/tmpl/gstcolorbalance.sgml:
3578         * docs/libs/tmpl/gstgconf.sgml:
3579         * docs/libs/tmpl/gstmixer.sgml:
3580         * docs/libs/tmpl/gstringbuffer.sgml:
3581         * docs/libs/tmpl/gsttuner.sgml:
3582         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3583         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3584         (gst_tcpclientsrc_class_init):
3585         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3586         (gst_tcpserversrc_class_init):
3587         * sys/v4l/gstv4lelement.c:
3588           more autistic cleanliness in functions/names/defines
3589
3590 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3591
3592         * configure.ac:
3593           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3594           added manually to each Makefile.am so we are sure it goes
3595           *last* and doesn't add -L flags before linking in libs of our
3596           own, like, say, internal .la libs, that then accidentally pick
3597           up the installed copy.
3598         * docs/libs/Makefile.am:
3599         * ext/alsa/Makefile.am:
3600         * ext/cdparanoia/Makefile.am:
3601         * ext/gnomevfs/Makefile.am:
3602         * ext/libvisual/Makefile.am:
3603         * ext/ogg/Makefile.am:
3604         * ext/theora/Makefile.am:
3605         * ext/vorbis/Makefile.am:
3606         * gst-libs/gst/video/Makefile.am:
3607         * gst/adder/Makefile.am:
3608         * gst/audioconvert/Makefile.am:
3609         * gst/audiorate/Makefile.am:
3610         * gst/audioscale/Makefile.am:
3611         * gst/ffmpegcolorspace/Makefile.am:
3612         * gst/playback/Makefile.am:
3613         * gst/sine/Makefile.am:
3614         * gst/subparse/Makefile.am:
3615         * gst/tags/Makefile.am:
3616         * gst/tcp/Makefile.am:
3617         * gst/typefind/Makefile.am:
3618         * gst/videorate/Makefile.am:
3619         * gst/videoscale/Makefile.am:
3620         * gst/videotestsrc/Makefile.am:
3621         * gst/volume/Makefile.am:
3622         * sys/v4l/Makefile.am:
3623         * sys/ximage/Makefile.am:
3624         * sys/xvimage/Makefile.am:
3625           adapt properly to this change. This should make sure that
3626           plugins and libs properly link to the as-yet-uninstalled
3627           copies of stuff like libgstinterfaces and libgstvideo
3628
3629 2005-07-13  Andy Wingo  <wingo@pobox.com>
3630
3631         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3632         (gst_v4lsrc_fixate): Fixate on format as well.
3633
3634         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3635         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3636         buffer points to it.
3637         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3638         rather just doing X calls ourselves. Also fixes a memleak.
3639
3640 2005-07-12  Andy Wingo  <wingo@pobox.com>
3641
3642         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3643         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3644         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3645         TRUE to avoid deadlocks if an element holds on to our buffers.
3646
3647 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3648
3649         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3650         (gst_sinesrc_init), (gst_sinesrc_create),
3651         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3652         (gst_sinesrc_start):
3653         * gst/sine/gstsinesrc.h:
3654           removing num-buffers property before moving it
3655
3656 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3657
3658         * configure.ac:
3659           use overridable ERROR_CFLAGS
3660         * docs/libs/gst-plugins-base-libs.types:
3661         * docs/libs/tmpl/gstringbuffer.sgml:
3662         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3663         (gst_alsasink_class_init):
3664         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3665         (gst_alsasrc_class_init):
3666         * gst-libs/gst/audio/audio.h:
3667         * gst-libs/gst/audio/gstaudioclock.h:
3668         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3669         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3670         (gst_audio_filter_link), (gst_audio_filter_init),
3671         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3672         (gst_audio_filter_get_property),
3673         (gst_audio_filter_class_add_pad_templates):
3674         * gst-libs/gst/audio/gstaudiofilter.h:
3675         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3676         (gst_audio_filter_template_get_type),
3677         (gst_audio_filter_template_base_init),
3678         (gst_audio_filter_template_class_init),
3679         (gst_audio_filter_template_init),
3680         (gst_audio_filter_template_set_property),
3681         (gst_audio_filter_template_get_property), (plugin_init),
3682         (gst_audio_filter_template_setup),
3683         (gst_audio_filter_template_filter),
3684         (gst_audio_filter_template_filter_inplace):
3685         * gst-libs/gst/audio/gstaudiosink.c:
3686         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3687         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3688         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3689         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3690         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3691         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3692         * gst-libs/gst/audio/gstaudiosink.h:
3693         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3694         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3695         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3696         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3697         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3698         (gst_audio_src_class_init), (gst_audio_src_init),
3699         (gst_audio_src_create_ringbuffer):
3700         * gst-libs/gst/audio/gstaudiosrc.h:
3701         * gst-libs/gst/audio/gstbaseaudiosink.c:
3702         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3703         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3704         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3705         (gst_base_audio_sink_set_property),
3706         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3707         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3708         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3709         (gst_base_audio_sink_create_ringbuffer),
3710         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3711         * gst-libs/gst/audio/gstbaseaudiosink.h:
3712         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3713         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3714         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3715         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3716         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3717         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3718         (gst_base_audio_src_event), (gst_base_audio_src_create),
3719         (gst_base_audio_src_create_ringbuffer),
3720         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3721         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3722         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3723         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3724         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3725         (gst_ring_buffer_debug_spec_caps),
3726         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3727         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3728         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3729         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3730         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3731         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3732         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3733         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3734         (gst_ring_buffer_clear):
3735         * gst-libs/gst/audio/gstringbuffer.h:
3736         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3737         (gst_video_sink_class_init), (gst_video_sink_get_type):
3738         * gst-libs/gst/video/videosink.h:
3739         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3740         (gst_multifdsink_class_init),
3741         (gst_multifdsink_handle_client_write),
3742         (gst_multifdsink_change_state):
3743         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3744         (gst_tcpclientsink_setcaps):
3745         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3746         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3747         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3748         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3749         (gst_ximagesink_send_pending_navigation),
3750         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
3751         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
3752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3753         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3754         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
3755         (gst_xvimagesink_send_pending_navigation),
3756         (gst_xvimagesink_navigation_send_event),
3757         (gst_xvimagesink_set_xwindow_id),
3758         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
3759         (gst_xvimagesink_get_type):
3760         more macro splitting
3761
3762 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3763
3764         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3765           plug a memleak, allows me to import 1479 albums in one go
3766           in jamboree
3767         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3768         (vorbis_handle_type_packet), (vorbis_dec_chain),
3769         (vorbis_dec_change_state):
3770           fix some format strings
3771
3772 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3773
3774         * docs/libs/tmpl/gstcolorbalance.sgml:
3775         * docs/libs/tmpl/gstmixer.sgml:
3776         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3777         (gst_alsasink_set_property), (gst_alsasink_get_property):
3778         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
3779         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
3780           add device property
3781
3782 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3783
3784         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3785         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3786         (audiocast_register_listener), (audiocast_thread_run),
3787         (gst_gnomevfssrc_send_additional_headers_callback),
3788         (gst_gnomevfssrc_received_headers_callback),
3789         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
3790         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
3791         (gst_gnomevfssrc_get_size):
3792           add/clean up debugging
3793         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3794           cleanups
3795
3796 2005-07-07  Andy Wingo  <wingo@pobox.com>
3797
3798         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
3799         framerate. Need to get a handle on when exactly this function is
3800         called, tho.
3801
3802         * sys/v4l/v4lsrc_calls.h:
3803         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
3804         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
3805         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
3806
3807         * sys/v4l/v4l_calls.h: Cast to V4lElement.
3808         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
3809         v4lelements are sources.
3810
3811         * sys/v4l/gstv4lxoverlay.h:
3812         * sys/v4l/gstv4lxoverlay.c:
3813         * sys/v4l/gstv4ltuner.h:
3814         * sys/v4l/gstv4ltuner.c: Header loc fixen.
3815         
3816         * sys/v4l/gstv4lsrc.h:
3817         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
3818         PushSrc/BaseSrc. Removed most sync-related properties, videorate
3819         or something should handle that. Made a live source.
3820
3821         * sys/v4l/gstv4lelement.h:
3822         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
3823         signals. Some cleanups.
3824
3825         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
3826
3827         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
3828         stuff.
3829
3830         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
3831         stuff.
3832
3833         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
3834
3835 2005-07-07  Wim Taymans  <wim@fluendo.com>
3836
3837         * ext/theora/theoradec.c: (theora_get_query_types),
3838         (theora_dec_src_getcaps), (theora_dec_push):
3839         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
3840         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
3841         Remove deprecated/unused query types.
3842
3843 2005-07-06  Wim Taymans  <wim@fluendo.com>
3844
3845         * ext/alsa/Makefile.am:
3846         * ext/alsa/gstalsaplugin.c: (plugin_init):
3847         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3848         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3849         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
3850         (gst_alsasrc_class_init), (gst_alsasrc_init),
3851         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
3852         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
3853         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
3854         (gst_alsasrc_reset):
3855         * ext/alsa/gstalsasrc.h:
3856         * gst-libs/gst/audio/Makefile.am:
3857         * gst-libs/gst/audio/gstaudiosink.c:
3858         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3859         (gst_audioringbuffer_start):
3860         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3861         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3862         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
3863         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3864         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3865         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3866         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
3867         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
3868         * gst-libs/gst/audio/gstaudiosrc.h:
3869         * gst-libs/gst/audio/gstbaseaudiosink.c:
3870         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3871         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
3872         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
3873         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3874         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
3875         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
3876         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
3877         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
3878         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
3879         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
3880         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
3881         (gst_baseaudiosrc_change_state):
3882         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3883         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3884         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
3885         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
3886         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3887         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
3888         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
3889         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
3890         * gst-libs/gst/audio/gstringbuffer.h:
3891         Added audiosource base classes.
3892         Ported alsasrc, still very basic.
3893
3894 2005-07-06  Wim Taymans  <wim@fluendo.com>
3895
3896         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
3897         (theora_dec_push), (theora_handle_data_packet):
3898         Prepare for better timestamp fix later.
3899
3900         * gst/audioconvert/gstaudioconvert.c:
3901         List most accurate caps first
3902
3903         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
3904         Use proper pad task function.
3905
3906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3907         (gst_xvimagesink_show_frame):
3908         Fix deadlock when alloc failed.
3909
3910 2005-07-05  Andy Wingo  <wingo@pobox.com>
3911
3912         * ext/gnomevfs/gstgnomevfssrc.c:
3913         * gst/sine/gstsinesrc.c:
3914         * gst/tcp/gsttcpserversrc.c:
3915         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
3916
3917         * sys/v4l/: Port from 0.8.
3918
3919         * Many files: Null if we got it....
3920
3921 2005-07-05  Andy Wingo  <wingo@pobox.com>
3922
3923         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
3924         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
3925         Signedness fixes.
3926
3927 2005-07-05  Wim Taymans  <wim@fluendo.com>
3928
3929         * configure.ac:
3930         * gst/tcp/Makefile.am:
3931         * gst/tcp/README:
3932         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3933         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
3934         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
3935         (is_sync_frame), (gst_multifdsink_handle_client_write),
3936         (gst_multifdsink_render), (gst_multifdsink_start),
3937         (gst_multifdsink_stop), (gst_multifdsink_change_state):
3938         * gst/tcp/gstmultifdsink.h:
3939         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
3940         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
3941         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
3942         * gst/tcp/gsttcp.h:
3943         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3944         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3945         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3946         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
3947         * gst/tcp/gsttcpclientsink.h:
3948         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3949         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
3950         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
3951         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
3952         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
3953         * gst/tcp/gsttcpclientsrc.h:
3954         * gst/tcp/gsttcpplugin.c: (plugin_init):
3955         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
3956         * gst/tcp/gsttcpserversink.h:
3957         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3958         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
3959         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
3960         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3961         (gst_tcpserversrc_stop):
3962         * gst/tcp/gsttcpserversrc.h:
3963         * gst/tcp/gsttcpsink.c:
3964         * gst/tcp/gsttcpsink.h:
3965         * gst/tcp/gsttcpsrc.c:
3966         * gst/tcp/gsttcpsrc.h:
3967         Ported tcp plugins to 0.9. 
3968         
3969
3970 2005-07-05  Andy Wingo  <wingo@pobox.com>
3971
3972         * gst/playback/gstplaybasebin.c (fill_buffer):
3973         message_new_application fixen.
3974
3975         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
3976         Style fix.
3977
3978 2005-07-04  Wim Taymans  <wim@fluendo.com>
3979
3980         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3981         Set caps on output buffer.
3982
3983 2005-07-04  Andy Wingo  <wingo@pobox.com>
3984
3985         * ext/gnomevfs/gstgnomevfssrc.c
3986         (gst_gnomevfssrc_received_headers_callback) 
3987         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
3988         hopefully.
3989
3990         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
3991         No refcount leakage.
3992
3993         * configure.ac: Enable -Werror.
3994         
3995         * ext/theora/theoradec.c (theora_dec_src_getcaps):
3996         * gst/audioconvert/bufferframesconvert.c
3997         (buffer_frames_convert_fixate):
3998         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
3999         (gst_audio_convert_fixate):
4000         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4001         (gst_sinesrc_create): Fixate func changes.
4002         
4003         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4004         (gst_ximagesink_buffer_alloc): Unused var.
4005
4006 2005-07-01  Andy Wingo  <wingo@pobox.com>
4007
4008         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4009         getcaps to do explicit caps. Needs to be done in all decoders,
4010         possibly via a base class.
4011
4012         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4013
4014         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4015         caps on the sink pad, just rely on the pad template. Also, setting
4016         ANY caps on a pad is not valid because the caps are not fixed.
4017
4018         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4019         caps on the buffer, and get the width from the desired_caps if
4020         they're set.
4021         (gst_ximagesink_renegotiate_size): Implement via setting the
4022         desired_caps on the ximagesink.
4023         (gst_ximagesink_setcaps): Only reset the width of the player if it
4024         wasn't already set. Not sure if this is right.
4025         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4026
4027         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4028         that the user wants. NULL unless the window has been resized.
4029
4030         * gst/volume/gstvolume.c (volume_transform): Adapt to
4031         basetransform refcount changes.
4032         
4033 2005-07-01  Andy Wingo  <wingo@pobox.com>
4034
4035         * gst/videoscale/gstvideoscale.c:
4036         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4037         from BaseTransform, implements a transform_caps. Removed dead code
4038         including some PAR stuff that was never reached -- should probably
4039         be added back somehow.
4040
4041 2005-07-01  Andy Wingo  <wingo@pobox.com>
4042
4043         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4044         come later.
4045
4046 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4047
4048         * configure.ac:
4049         * docs/libs/Makefile.am:
4050         * docs/libs/gst-plugins-libs.types:
4051         * ext/alsa/Makefile.am:
4052         * ext/alsa/gstalsamixer.h:
4053         * ext/alsa/gstalsamixeroptions.h:
4054         * ext/alsa/gstalsamixertrack.h:
4055         * gst-libs/gst/Makefile.am:
4056         * gst-libs/gst/colorbalance/.cvsignore:
4057         * gst-libs/gst/colorbalance/Makefile.am:
4058         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4059         * gst-libs/gst/colorbalance/colorbalance.c:
4060         * gst-libs/gst/colorbalance/colorbalance.h:
4061         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4062         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4063         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4064         * gst-libs/gst/interfaces/Makefile.am:
4065         * gst-libs/gst/interfaces/colorbalance.c:
4066         (gst_color_balance_class_init):
4067         * gst-libs/gst/interfaces/colorbalance.h:
4068         * gst-libs/gst/interfaces/interfaces-marshal.list:
4069         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4070         * gst-libs/gst/interfaces/mixer.h:
4071         * gst-libs/gst/interfaces/mixeroptions.h:
4072         * gst-libs/gst/interfaces/navigation.c:
4073         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4074         * gst-libs/gst/interfaces/tuner.h:
4075         * gst/volume/Makefile.am:
4076         * gst/volume/gstvolume.c:
4077         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4078         * sys/ximage/Makefile.am:
4079         * sys/ximage/ximagesink.c:
4080         * sys/xvimage/Makefile.am:
4081         * sys/xvimage/xvimagesink.c:
4082           fold in all interfaces into an interfaces dir, preserving CVS
4083           history
4084
4085 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4086
4087         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4088           Fix build after riff changes.
4089
4090 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4091
4092         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4093         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4094         (gst_riff_create_video_template_caps),
4095         (gst_riff_create_audio_template_caps),
4096         (gst_riff_create_iavs_template_caps):
4097         * gst-libs/gst/riff/riff-media.h:
4098         * gst-libs/gst/riff/riff-read.h:
4099         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4100           Add gst_riff_init() to initialize the debug category, instead
4101           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4102
4103 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4104
4105         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4106           Oops, I shouldn't apply hacks.
4107
4108 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4109
4110         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4111           Remove pad_loop function which doesn't work.
4112
4113 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4114
4115         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4116           Send EOS when deactivating.
4117         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4118         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4119         (gen_preroll_element), (probe_triggered), (mute_stream),
4120         (silence_stream), (new_decoded_pad), (setup_substreams),
4121         (set_active_source):
4122         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4123         (remove_sinks), (add_sink):
4124         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4125           Change for new probe API.
4126
4127 2005-06-29  Wim Taymans  <wim@fluendo.com>
4128
4129         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4130         * gst-libs/gst/audio/gstbaseaudiosink.c:
4131         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4132         (gst_baseaudiosink_change_state):
4133         * gst-libs/gst/audio/gstbaseaudiosink.h:
4134         * gst-libs/gst/audio/gstringbuffer.c:
4135         (gst_ringbuffer_set_callback):
4136         Fix compilation error.
4137         Ringbuffer starts out as not running.
4138         Free our clock in dispose.
4139         When releasing the ringbuffer we need to renegotiate so
4140         clear the pad caps.
4141
4142 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4143
4144         * autogen.sh:
4145         * configure.ac:
4146         * docs/Makefile.am:
4147         * docs/libs/Makefile.am:
4148         * docs/libs/gst-plugins-libs-docs.sgml:
4149         * docs/libs/gst-plugins-libs-sections.txt:
4150         * docs/libs/gst-plugins-libs.types:
4151         * docs/libs/tmpl/gstaudio.sgml:
4152         * docs/libs/tmpl/gstcolorbalance.sgml:
4153         * docs/libs/tmpl/gstringbuffer.sgml:
4154         * gst-libs/gst/audio/gstringbuffer.c:
4155         (gst_ringbuffer_set_callback):
4156           reinstate gtk-doc docs for plugin libs
4157
4158 2005-06-28  Wim Taymans  <wim@fluendo.com>
4159
4160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4161         (gst_ogg_demux_init):
4162         Removed pad loop function.
4163
4164 2005-06-28  Wim Taymans  <wim@fluendo.com>
4165
4166         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4167         If we're building a chain we are not in an error case
4168         when we queue a buffer.
4169
4170 2005-06-28  Andy Wingo  <wingo@pobox.com>
4171
4172         * *.c: Don't cast to GstObject before reffing/unreffing.
4173
4174 2005-06-27  Andy Wingo  <wingo@pobox.com>
4175
4176         * gst/videotestsrc/gstvideotestsrc.c
4177         (gst_videotestsrc_activate_push): Activation API changes.
4178
4179         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4180         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4181         they have refs on the decodebin.
4182
4183         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4184         parent class.
4185         (gst_ogg_pad_typefind): Don't leak a pad ref.
4186         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4187         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4188         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4189
4190 2005-06-27  Edward Hervey  <edward@fluendo.com>
4191
4192         * ext/theora/theoradec.c: (theora_dec_change_state): 
4193         re-arranged call to parent's state change in order to avoid locks (or
4194         worse).
4195
4196 2005-06-26  Edward Hervey  <edward@fluendo.com>
4197
4198         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4199         2nd argument of 'unknow-type' signal is a GstCaps and not a
4200         GstMiniObject
4201
4202 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4203         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4204           Set the worker thread's running flag to TRUE before starting the
4205           thread.
4206         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4207           Catch a failure to add typefind to the bin.
4208
4209 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4210
4211         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4212         (gst_sinesrc_init), (gst_sinesrc_create),
4213         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4214         (gst_sinesrc_start):
4215         * gst/sine/gstsinesrc.h:
4216           add num-buffers and timestamp-offset properties
4217         * gst/videotestsrc/gstvideotestsrc.c:
4218         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4219         (gst_videotestsrc_get_property):
4220           add timestamp-offset property
4221
4222 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4223
4224         * configure.ac: add videorate
4225         * gst-plugins-base.spec.in: add videorate
4226
4227 2005-06-23  Wim Taymans  <wim@fluendo.com>
4228
4229         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4230         (gst_videorate_getcaps), (gst_videorate_setcaps),
4231         (gst_videorate_event), (gst_videorate_chain):
4232         Fixed videorate, fixating an already fixated caps is not
4233         an error.
4234
4235 2005-06-23  Wim Taymans  <wim@fluendo.com>
4236
4237         * ext/ogg/README:
4238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4239         Buffer on caps is not boxed anymore.
4240
4241 2005-06-22  Wim Taymans  <wim@fluendo.com>
4242
4243         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4244         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4245         Set buffers on caps as miniobjects and not as boxed.
4246
4247 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4248
4249         * configure.ac:
4250           back to HEAD
4251
4252 === release 0.9.1 ===
4253
4254 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4255
4256         * .cvsignore:
4257         * NEWS:
4258         * README:
4259         * RELEASE:
4260         * configure.ac:
4261         * po/af.po:
4262         * po/az.po:
4263         * po/cs.po:
4264         * po/en_GB.po:
4265         * po/hu.po:
4266         * po/it.po:
4267         * po/nb.po:
4268         * po/nl.po:
4269         * po/or.po:
4270         * po/sq.po:
4271         * po/sr.po:
4272         * po/sv.po:
4273         * po/uk.po:
4274         * po/vi.po:
4275           updates for release
4276
4277 2005-06-09  Andy Wingo  <wingo@pobox.com>
4278
4279         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4280         
4281 2005-06-09  Andy Wingo  <wingo@pobox.com>
4282
4283         * configure.ac:
4284         * gst-libs/gst/Makefile.am:
4285         * gst-libs/gst/net/Makefile.am:
4286         Add gstnet to build.
4287
4288 2005-06-09  Andy Wingo  <wingo@pobox.com>
4289
4290         * gst-libs/gst/gconf/gconf.c:
4291         * gst/playback/test.c:
4292         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4293         fixes.
4294
4295         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4296
4297         * ext/theora/theoraenc.c (theora_enc_chain): 
4298         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4299
4300         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4301         RealPad.
4302
4303 2005-06-02  Wim Taymans  <wim@fluendo.com>
4304
4305         * gst-libs/gst/net/Makefile.am:
4306         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4307         * pkgconfig/gstreamer-libs.pc.in:
4308         Added net stuff, version net lib.
4309
4310 2005-06-02  Wim Taymans  <wim@fluendo.com>
4311
4312         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4313         (query_rates), (query_positions_elems), (query_positions_pads),
4314         (do_seek):
4315         Updated seek example.
4316
4317 2005-06-02  Andy Wingo  <wingo@pobox.com>
4318
4319         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4320         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4321         list.
4322
4323         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4324         remove the typefind, the bin dispose will do it for us. When it's
4325         removed and unreffed, the signal handler will be disconnected,
4326         too.
4327         (unlinked): It's too difficult to disconnect from unlinked
4328         handlers, as they are on pads not elements. Just punt if the pads
4329         aren't grandkids of the bin.
4330
4331 2005-06-02  Wim Taymans  <wim@fluendo.com>
4332
4333         * ext/ogg/README:
4334         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4335         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4336         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4337         * ext/theora/theoradec.c: (theora_dec_src_query),
4338         (theora_handle_data_packet):
4339         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4340         (theora_enc_chain):
4341         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4342         (vorbis_handle_data_packet):
4343         * gst/audioconvert/bufferframesconvert.c:
4344         (buffer_frames_convert_chain):
4345         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4346         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4347         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4348         (gst_ffmpegcsp_chain):
4349         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4350         (gst_videorate_getcaps), (gst_videorate_setcaps),
4351         (gst_videorate_event), (gst_videorate_chain):
4352         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4353         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4354         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4355         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4356         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4357         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4358         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4359         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4360         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4361         Cleanups and buffer alloc.
4362
4363 2005-05-31  Wim Taymans  <wim@fluendo.com>
4364
4365         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4366         Don't try to call the delay method when the device is not
4367         opened.
4368
4369 2005-05-31  Wim Taymans  <wim@fluendo.com>
4370
4371         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4372         Get actual segment size and buffer size after opening
4373         the device.
4374
4375 2005-05-30  Wim Taymans  <wim@fluendo.com>
4376
4377         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4378         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4379         Also FLUSH upstream, makes the loop function exit faster.
4380         
4381         * ext/theora/theoradec.c: (theora_dec_src_query):
4382         Some more debug info in the query.
4383         
4384         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4385         (gst_ximagesink_setcaps):
4386         Release lock on par error, better error reporting.
4387
4388 2005-05-26  Wim Taymans  <wim@fluendo.com>
4389
4390         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4391         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4392         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4393         Clear chains in READY
4394         Queue packets until the chain is activated.
4395
4396 2005-05-25  Wim Taymans  <wim@fluendo.com>
4397
4398         * gst-libs/gst/audio/gstaudiosink.c:
4399         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4400         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4401         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4402         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4403         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4404         (gst_audiosink_create_ringbuffer):
4405         * gst-libs/gst/audio/gstbaseaudiosink.c:
4406         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4407         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4408         (gst_baseaudiosink_set_property), (build_linear_format),
4409         (debug_spec_caps), (debug_spec_buffer),
4410         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4411         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4412         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4413         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4414         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4415         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4416         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4417         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4418         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4419         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4420         (wait_segment), (gst_ringbuffer_commit),
4421         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4422         (gst_ringbuffer_clear):
4423         Various small cleanups.
4424
4425         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4426         (gst_audio_convert_change_state):
4427         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4428         No need to take the locks anymore.
4429
4430 2005-05-25  Wim Taymans  <wim@fluendo.com>
4431
4432         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4433         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4434         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4435         (type_found):
4436         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4437         (group_destroy), (group_commit), (queue_overrun),
4438         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4439         (mute_stream), (new_decoded_pad), (setup_substreams),
4440         (setup_source), (mute_group_type), (set_active_source),
4441         (gst_play_base_bin_change_state):
4442         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4443         (gen_video_element), (gen_text_element), (gen_audio_element),
4444         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4445         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4446         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4447         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4448         Some playbin cleanups mostly refcounting sloppyness.
4449
4450 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4451
4452         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4453           Work with streaming input.
4454
4455 2005-05-25  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), (gst_ffmpegcsp_change_state):
4461         No need to take the STREAM lock anymore.
4462
4463 2005-05-25  Wim Taymans  <wim@fluendo.com>
4464
4465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4466         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4467         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4468         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4469         (gst_ogg_demux_sink_activate):
4470         * ext/theora/theoradec.c: (theora_dec_src_event),
4471         (theora_handle_comment_packet), (theora_dec_chain),
4472         (theora_dec_change_state):
4473         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4474         (vorbis_handle_data_packet), (vorbis_dec_chain),
4475         (vorbis_dec_change_state):
4476         Remove STREAM locks as they are taken in core now.
4477         Never set bogus granulepos on vorbis/theora.
4478         Fix leaks in theoradec tag parsing.
4479
4480 2005-05-25  Wim Taymans  <wim@fluendo.com>
4481
4482         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4483         Fix memleaks, GST_BUFFER_DATA() is not freed.
4484
4485 2005-05-25  Wim Taymans  <wim@fluendo.com>
4486
4487         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4488         Open non-blocking, set to blocking mode afterwards to avoid
4489         lockups when audio device is busy.
4490
4491 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4492
4493         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4494           This can't be good.
4495
4496 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4497
4498         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4499         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4500         (gst_audio_convert_setcaps):
4501           Implement instant setup switching.
4502
4503 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4504
4505         * gst/playback/gstplaybasebin.c: (probe_triggered):
4506           Fix missing unlock.
4507         * gst/playback/gstplaybin.c: (add_sink):
4508           First add, then link (otherwise pad link fails).
4509
4510 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4511
4512         * examples/Makefile.am:
4513         fix buildbot (make distcheck)
4514
4515 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4516
4517         * gst/playback/gstplaybin.c: (gen_vis_element):
4518           Remove some wrong code. Doesn't work yet.
4519
4520 2005-05-19  Wim Taymans  <wim@fluendo.com>
4521
4522         * gst-libs/gst/net/Makefile.am:
4523         * gst-libs/gst/net/README:
4524         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4525         (gst_netbuffer_class_init), (gst_netbuffer_init),
4526         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4527         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4528         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4529         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4530         * gst-libs/gst/net/gstnetbuffer.h:
4531         Added buffer subclass to store extra to/from addresses for
4532         network sources/sinks.
4533
4534 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4535
4536         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4537           Don't lock an unassigned variable.
4538
4539 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4540
4541         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4542           Increase buffer for video, decrease buffer for other media types.
4543         * gst/playback/gstplaybin.c: (gen_video_element),
4544         (gen_audio_element):
4545           Change names for debugging purposes.
4546
4547 2005-05-18  Wim Taymans  <wim@fluendo.com>
4548
4549         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4550         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4551         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4552         (gst_ffmpegcsp_chain):
4553         Enable buffer alloc passthrough if the source and dest
4554         formats are the same.
4555
4556 2005-05-17  Wim Taymans  <wim@fluendo.com>
4557
4558         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4559         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4560         (gst_ogg_demux_chain_unlocked):
4561         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4562         (gst_audio_convert_caps_remove_format_info),
4563         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4564         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4565         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4566         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4567         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4568         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4569         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4570         (gst_ffmpegcsp_get_property):
4571         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4572         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4573         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4574         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4575         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4576         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4577         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4578         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4579         Leak fixes in oggdemux.
4580         Some cleanups in audioconvert.
4581         Make passthrough work along with buffer_alloc etc.
4582         Make buffer_alloc and buffer recycling actually work in
4583         xvimagesink.
4584
4585 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4586
4587         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4588           make the compiler happy
4589
4590 2005-05-17  Wim Taymans  <wim@fluendo.com>
4591
4592         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4593         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4594         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4595         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4596         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4597         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4598         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4599         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4600         (gst_xvimagesink_set_xwindow_id):
4601         * sys/xvimage/xvimagesink.h:
4602         Port xvimagesink to new MiniObject.
4603
4604 2005-05-17  Wim Taymans  <wim@fluendo.com>
4605
4606         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4607         (gst_audiofilter_chain):
4608         * gst-libs/gst/audio/gstaudiosink.c:
4609         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4610         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4611         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4612         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4613         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4614         (gst_audiosink_create_ringbuffer):
4615         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4616         (gst_audio_convert_caps_remove_format_info),
4617         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4618         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4619         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4620         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4621         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4622         Fix passthrough in ffmpegcolorspace.
4623         Fix memset in audiosink on wrong memory.
4624
4625 2005-05-16  David Schleef  <ds@schleef.org>
4626
4627         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4628         to GstMiniObject.
4629
4630 2005-05-16  David Schleef  <ds@schleef.org>
4631
4632         Port from GstData to GstMiniObject.
4633         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4634         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4635         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4636         (gst_ogg_mux_collected):
4637         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4638         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4639         (theora_handle_data_packet):
4640         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4641         (theora_set_header_on_caps), (theora_enc_chain):
4642         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4643         (vorbis_handle_comment_packet):
4644         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4645         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4646         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4647         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4648         * gst/audioconvert/gstaudioconvert.c:
4649         (gst_audio_convert_get_buffer):
4650         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4651         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4652         (mute_stream), (silence_stream):
4653         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4654         * gst/volume/gstvolume.c: (volume_transform):
4655         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4656         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4657         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4658         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4659         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4660         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4661         (gst_ximagesink_buffer_alloc):
4662         * sys/ximage/ximagesink.h:
4663
4664 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4665
4666         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4667         (fill_buffer), (check_queue), (queue_threshold_reached),
4668         (queue_out_of_data):
4669         * gst/playback/gstplaybasebin.h:
4670           Post buffer-fullness on the bus.
4671
4672 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4673
4674         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4675         (try_to_link_1):
4676         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4677         (group_commit), (probe_triggered), (setup_source),
4678         (gst_play_base_bin_change_state):
4679         * gst/playback/gstplaybasebin.h:
4680         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4681         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4682         (gst_play_bin_change_state):
4683           Move setup_output_pads into a virtual function, remove
4684           group-switch (no longer needed) and redirect (handled by bus
4685           now) signals.
4686
4687 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4688
4689         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4690         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4691         (get_active_group), (get_building_group), (group_destroy),
4692         (group_commit), (check_queue), (queue_overrun),
4693         (queue_threshold_reached), (queue_out_of_data),
4694         (gen_preroll_element), (remove_groups), (unknown_type),
4695         (add_element_stream), (no_more_pads), (probe_triggered),
4696         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4697         (setup_substreams), (setup_source), (finish_source),
4698         (prepare_output), (muted_group_change_state),
4699         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4700         (gst_play_base_bin_change_state):
4701         * gst/playback/gstplaybasebin.h:
4702         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4703         (gst_play_bin_init), (gst_play_bin_set_property),
4704         (gen_video_element), (gen_text_element), (gen_audio_element),
4705         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4706         (gst_play_bin_change_state):
4707         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4708         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4709         (stream_info_change_state), (gst_stream_info_set_mute),
4710         (gst_stream_info_get_property):
4711         * gst/playback/gststreaminfo.h:
4712         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4713         (gst_stream_selector_get_linked_pad),
4714         (gst_stream_selector_getcaps),
4715         (gst_stream_selector_get_linked_pads),
4716         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4717         * gst/playback/gststreamselector.h:
4718           Rough port of playbin. Needs some more work, but is mostly done,
4719           and uses a few locks in important places, which should make stuff
4720           like chain-switches clean. Still uses GST_STATE() in a few places,
4721           which isn't all that good an idea, subtitles/elements disabled
4722           because no elements to test with and thus probably broken, query
4723           and event handling moved to GstBin, internal thread removed
4724           alltogether because the pipeline does that for us now. Can play
4725           Ogg/Vorbis files. Haven't tested anything else yet.
4726
4727 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4728
4729         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4730           Do no-more-pads (needed for autoplugging).
4731
4732 2005-05-10  Andy Wingo  <wingo@pobox.com>
4733
4734         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4735         message to the bus with the tags. Still not sent downstream tho.
4736
4737         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4738         get_parent.
4739         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4740         avoid refcounting hassles.
4741
4742 2005-05-09  Andy Wingo  <wingo@pobox.com>
4743
4744         * gst/volume/Makefile.am:
4745         * gst/volume/demo.c
4746         * gst/volume/gstvolume.h
4747         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4748         basetransform. Probably need an audio filter base class.
4749
4750 2005-05-09  Wim Taymans  <wim@fluendo.com>
4751
4752         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
4753         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4754         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
4755         (gst_vorbisenc_chain):
4756         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4757         (gst_audio_convert_caps_remove_format_info),
4758         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4759         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4760         Make caps writable before writing to it.
4761         Fix negotiation in audioconvert some more.
4762
4763 2005-05-09  Wim Taymans  <wim@fluendo.com>
4764
4765         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4766         (gst_videorate_getcaps), (gst_videorate_setcaps),
4767         (gst_videorate_event), (gst_videorate_chain):
4768         Better negotiation.
4769
4770 2005-05-09  Wim Taymans  <wim@fluendo.com>
4771
4772         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4773         (gst_videorate_getcaps), (gst_videorate_setcaps),
4774         (gst_videorate_blank_data), (gst_videorate_init),
4775         (gst_videorate_event), (gst_videorate_chain),
4776         (gst_videorate_change_state):
4777         Port videorate, do a better job at negotiation while we're at
4778         it.
4779
4780 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
4781
4782         * configure.ac:
4783           Disable libvisual
4784
4785         * examples/Makefile.am:
4786         * gst-libs/gst/audio/Makefile.am:
4787         * gst-libs/gst/riff/Makefile.am:
4788         * gst-libs/gst/tag/Makefile.am:
4789         * gst-libs/gst/video/Makefile.am:
4790           Fixups for missing variables.
4791
4792 2005-05-09  Wim Taymans  <wim@fluendo.com>
4793
4794         * examples/seeking/seek.c: (make_theora_pipeline),
4795         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
4796         (query_rates), (query_positions_elems), (query_positions_pads),
4797         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
4798         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4799         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
4800         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
4801         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
4802         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
4803         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4804         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4805         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4806         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4807         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4808         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4809         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4810         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
4811         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
4812         (theora_dec_src_convert), (theora_dec_sink_convert),
4813         (theora_dec_src_query), (theora_dec_sink_query),
4814         (theora_dec_src_event), (theora_dec_sink_event),
4815         (theora_handle_comment_packet), (theora_handle_type_packet),
4816         (theora_handle_header_packet), (theora_handle_data_packet),
4817         (theora_dec_chain):
4818         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4819         (vorbis_dec_convert), (vorbis_dec_src_query),
4820         (vorbis_dec_sink_query), (vorbis_dec_src_event),
4821         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4822         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4823         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4824         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
4825         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
4826         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
4827         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4828         (gst_play_bin_query):
4829         * gst/playback/test3.c: (update_scale):
4830         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
4831         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
4832         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4833         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4834         (gst_videotestsrc_src_query):
4835         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
4836         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
4837         (paint_hline_YUV9):
4838         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
4839         Port to new query API.
4840         Updated seek.
4841         Cleanups in x[v]imagesink
4842
4843 2005-05-09  Andy Wingo  <wingo@pobox.com>
4844
4845         * ext/alsa/gstalsasink.h:
4846         * ext/gnomevfs/gstgnomevfssrc.c:
4847         (gst_gnomevfssrc_get_icy_metadata):
4848         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
4849         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
4850         * ext/theora/theoradec.c (theora_dec_src_query)
4851         (theora_dec_src_event, theora_dec_sink_event)
4852         (theora_handle_comment_packet, theora_handle_data_packet):
4853         * ext/theora/theoraenc.c (theora_enc_chain):
4854         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
4855         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
4856         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
4857         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
4858         (qt_type_find):
4859         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
4860         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
4861         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
4862         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
4863         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
4864         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
4865         (paint_setup_xBGR8888, paint_setup_RGBx8888)
4866         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
4867         (paint_setup_RGB565, paint_setup_xRGB1555):
4868         * gst/videotestsrc/videotestsrc.h:
4869         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
4870         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
4871         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
4872         GCC4 fixes.
4873         
4874         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
4875         gst_pad_query_position. Fixes oggdemux.
4876
4877 2005-05-08  David Schleef  <ds@schleef.org>
4878
4879         * configure.ac: Require liboil.
4880         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
4881         a few more.
4882         * gst/videotestsrc/videotestsrc.c:
4883         * gst/videotestsrc/videotestsrc.h:
4884
4885 2005-05-06  Wim Taymans  <wim@fluendo.com>
4886
4887         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4888         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4889         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4890         Well, unreffing a buffer right before pushing it is asking
4891         for trouble..
4892
4893 2005-05-06  Christian Schaller  <uraeus@gnome.org>
4894
4895         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
4896
4897 2005-05-06  Wim Taymans  <wim@fluendo.com>
4898
4899         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4900         (gst_audio_convert_caps_remove_format_info),
4901         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4902         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4903         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4904         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4905         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4906         * gst/sine/Makefile.am:
4907         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
4908         (gst_sinesrc_class_init), (gst_sinesrc_init),
4909         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
4910         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
4911         (gst_sinesrc_update_freq):
4912         * gst/sine/gstsinesrc.h:
4913         * gst/tcp/gstmultifdsink.c:
4914         * sys/xvimage/xvimagesink.c:
4915         Fixed negotiation wrt _peer_get_caps()
4916         Some cleanups.
4917
4918
4919 2005-05-06  Wim Taymans  <wim@fluendo.com>
4920
4921         * gst-libs/gst/audio/gstaudiosink.c:
4922         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4923         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4924         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4925         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4926         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4927         (gst_audiosink_create_ringbuffer):
4928         * gst-libs/gst/audio/gstbaseaudiosink.c:
4929         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4930         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4931         (gst_baseaudiosink_set_property), (build_linear_format),
4932         (debug_spec_caps), (debug_spec_buffer),
4933         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4934         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4935         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4936         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4937         * gst-libs/gst/audio/gstbaseaudiosink.h:
4938         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4939         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4940         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4941         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4942         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4943         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4944         (wait_segment), (gst_ringbuffer_commit),
4945         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4946         (gst_ringbuffer_clear):
4947         * gst-libs/gst/audio/gstringbuffer.h:
4948         Make the base audiosink return an error when there is no
4949         audiobuffer negotiated.
4950
4951 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4952
4953         * ext/Makefile.am:
4954         Disable cdparanoia until someone ports it!
4955
4956 2005-05-06  Wim Taymans  <wim@fluendo.com>
4957
4958         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4959         (gst_ogg_demux_sink_activate):
4960         And revert after wingo's revert.. sigh..
4961
4962 2005-05-05  Andy Wingo  <wingo@pobox.com>
4963
4964         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
4965         GObject.
4966         * configure.ac: Return audiorate and subparse from the ghetto.
4967         Re-enable -Wall -Werror.
4968         * gst/subparse/gstsubparse.c:
4969         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
4970         or chain-based. Cleaned up a bit. Not tested.
4971         
4972 2005-05-05  Christian Schaller <christian@fluendo.com> 
4973
4974         * Makefile.am: remove stuff that is not building
4975         * configure.ac: remove stuff that is not building
4976         * examples/Makefile.am: remove stuff that is not building
4977         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
4978         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
4979         * sys/Makefile.am: remove stuff that is not building
4980         * testsuite/Makefile.am: remove stuff that is not building
4981
4982 2005-05-05  Andy Wingo  <wingo@pobox.com>
4983
4984         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4985         * gst-libs/gst/tag/gstvorbistag.c:
4986         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
4987         * gst/adder/gstadder.h:
4988         * gst/audioconvert/gstchannelmix.c:
4989         (gst_audio_convert_fill_one_other):
4990         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
4991         (gst_audiorate_init), (gst_audiorate_chain):
4992         * gst/playback/gstplaybasebin.c: (setup_source):
4993         * gst/playback/test3.c: (update_scale):
4994         Some GCC4 fixes
4995         
4996         * po/af.po:
4997         * po/az.po:
4998         * po/cs.po:
4999         * po/en_GB.po:
5000         * po/hu.po:
5001         * po/it.po:
5002         * po/nb.po:
5003         * po/nl.po:
5004         * po/or.po:
5005         * po/sq.po:
5006         * po/sr.po:
5007         * po/sv.po:
5008         * po/uk.po:
5009         * po/vi.po: Foo
5010
5011 2005-05-05  Wim Taymans  <wim@fluendo.com>
5012
5013         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5014         (gst_audio_convert_caps_remove_format_info),
5015         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5016         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5017         * gst/videotestsrc/gstvideotestsrc.c:
5018         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5019         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5020         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5021         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5022         Don't ignore _push() return values.
5023         Make sure no processing is done when shutting down.
5024         Videotestsrc pad activation fix.
5025
5026 2005-05-05  Wim Taymans  <wim@fluendo.com>
5027
5028         * gst/adder/Makefile.am:
5029         * gst/adder/gstadder.c: (gst_adder_setcaps),
5030         (gst_adder_class_init), (gst_adder_init),
5031         (gst_adder_request_new_pad), (gst_adder_collected),
5032         (gst_adder_change_state):
5033         * gst/adder/gstadder.h:
5034         Ported adder as an example of a mixer element using
5035         collect pads. Needs more negotiation work.
5036
5037 2005-05-05  Wim Taymans  <wim@fluendo.com>
5038
5039         * ext/theora/theoradec.c: (_inc_granulepos),
5040         (theora_dec_src_event), (theora_dec_sink_event),
5041         (theora_handle_comment_packet), (theora_handle_type_packet),
5042         (theora_handle_header_packet), (theora_handle_data_packet),
5043         (theora_dec_chain):
5044         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5045         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5046         (theora_push_buffer), (theora_push_packet),
5047         (theora_enc_sink_event), (theora_enc_chain),
5048         (theora_enc_change_state), (theora_enc_set_property),
5049         (theora_enc_get_property):
5050         Added stream lock to decoder so that we can serialize
5051         the discont event.
5052         More theoraenc porting, recover from errors, do clean
5053         shutdown.
5054
5055 2005-05-05  Wim Taymans  <wim@fluendo.com>
5056
5057         * ext/ogg/Makefile.am:
5058         * ext/ogg/README:
5059         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5060         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5061         (gst_ogg_print):
5062         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5063         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5064         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5065         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5066         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5067         (gst_ogg_mux_change_state):
5068         Ported ogg muxer.
5069
5070 2005-05-05  Wim Taymans  <wim@fluendo.com>
5071
5072         * docs/design-audiosinks.txt:
5073         * gst-libs/gst/audio/TODO:
5074         * gst-libs/gst/audio/gstaudiosink.c:
5075         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5076         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5077         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5078         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5079         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5080         (gst_audiosink_create_ringbuffer):
5081         * gst-libs/gst/audio/gstbaseaudiosink.c:
5082         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5083         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5084         (gst_baseaudiosink_set_property), (build_linear_format),
5085         (debug_spec_caps), (debug_spec_buffer),
5086         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5087         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5088         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5089         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5090         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5091         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5092         (gst_ringbuffer_release), (gst_ringbuffer_play),
5093         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5094         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5095         (gst_ringbuffer_set_sample), (wait_segment),
5096         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5097         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5098         More work on the audiosink, mostly debugging and a race in
5099         shutdown.
5100
5101 2005-04-28  Wim Taymans  <wim@fluendo.com>
5102
5103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5104         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5105         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5106         (vorbis_dec_src_query), (vorbis_dec_src_event),
5107         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5108         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5109         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5110         Don't crap out when seeking back to position 0.
5111
5112 2005-04-28  Wim Taymans  <wim@fluendo.com>
5113
5114         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5115         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5116         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5117         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5118         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5119         Make audio sink configurable, use alsasink as default.
5120
5121 2005-04-28  Wim Taymans  <wim@fluendo.com>
5122
5123         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5124         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5125         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5126         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5127         (vorbis_dec_change_state):
5128         * ext/vorbis/vorbisdec.h:
5129         Refactor, use STREAM_LOCK.
5130
5131 2005-04-28  Wim Taymans  <wim@fluendo.com>
5132
5133         * ext/theora/theoradec.c: (_inc_granulepos),
5134         (theora_dec_sink_event), (theora_handle_comment_packet),
5135         (theora_handle_type_packet), (theora_handle_header_packet),
5136         (theora_handle_data_packet), (theora_dec_chain),
5137         (theora_dec_change_state):
5138         Refactor a bit, use STREAM_LOCK.
5139
5140 2005-04-28  Wim Taymans  <wim@fluendo.com>
5141
5142         * ext/alsa/Makefile.am:
5143         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5144         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5145         (gst_alsa_link), (gst_alsa_close_audio):
5146         * ext/alsa/gstalsaplugin.c: (plugin_init):
5147         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5148         (gst_alsasink_dispose), (gst_alsasink_base_init),
5149         (gst_alsasink_class_init), (gst_alsasink_init),
5150         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5151         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5152         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5153         (gst_alsasink_reset):
5154         * ext/alsa/gstalsasink.h:
5155         Implement alsasink with simple open/write/close API. 
5156         Make alsa dir build by disabling compilation of code.
5157
5158 2005-04-28  Wim Taymans  <wim@fluendo.com>
5159
5160         * gst-libs/gst/audio/Makefile.am:
5161         * gst-libs/gst/audio/audio.h:
5162         * gst-libs/gst/audio/audioclock.c:
5163         * gst-libs/gst/audio/audioclock.h:
5164         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5165         (gst_audio_clock_class_init), (gst_audio_clock_init),
5166         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5167         * gst-libs/gst/audio/gstaudioclock.h:
5168         * gst-libs/gst/audio/gstaudiosink.c:
5169         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5170         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5171         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5172         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5173         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5174         (gst_audiosink_create_ringbuffer):
5175         * gst-libs/gst/audio/gstbaseaudiosink.c:
5176         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5177         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5178         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5179         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5180         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5181         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5182         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5183         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5184         * gst-libs/gst/audio/gstbaseaudiosink.h:
5185         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5186         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5187         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5188         (gst_ringbuffer_release), (gst_ringbuffer_play),
5189         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5190         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5191         (gst_ringbuffer_set_sample), (wait_segment),
5192         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5193         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5194         * gst-libs/gst/audio/gstringbuffer.h:
5195         Make ringbuffer faster and more simple by removing the locks
5196         in the playback thread.
5197         Add sample accurate playback based on buffer sample offsets.
5198         Make the baseaudiosink provide a clock.
5199         Parse caps in the base class.
5200         Correctly handle seeking, flushing and state changes.
5201
5202 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5203
5204         * configure.ac:
5205         * gst/audioconvert/Makefile.am:
5206         * gst/audioscale/Makefile.am:
5207           Fix part of the build.  Come on guys, autogen didn't even work :)
5208
5209 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5210
5211         * configure.ac:
5212         * gst-libs/gst/Makefile.am:
5213         * gst-libs/gst/media-info/.cvsignore:
5214         * gst-libs/gst/media-info/Makefile.am:
5215         * gst-libs/gst/media-info/README:
5216         * gst-libs/gst/media-info/media-info-priv.c:
5217         * gst-libs/gst/media-info/media-info-priv.h:
5218         * gst-libs/gst/media-info/media-info-test.c:
5219         * gst-libs/gst/media-info/media-info.c:
5220         * gst-libs/gst/media-info/media-info.h:
5221         * gst-libs/gst/media-info/media-info.vcproj:
5222         * pkgconfig/Makefile.am:
5223         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5224         * pkgconfig/gstreamer-media-info.pc.in:
5225           Remove media-info, which is also successed by playbin (see Totem
5226           implementation).
5227
5228 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5229
5230         * configure.ac:
5231         * examples/Makefile.am:
5232         * examples/gstplay/.cvsignore:
5233         * examples/gstplay/Makefile.am:
5234         * examples/gstplay/player.c:
5235         * gst-libs/gst/Makefile.am:
5236         * gst-libs/gst/play/.cvsignore:
5237         * gst-libs/gst/play/Makefile.am:
5238         * gst-libs/gst/play/play.c:
5239         * gst-libs/gst/play/play.h:
5240         * gst-libs/gst/play/play.vcproj:
5241         * pkgconfig/Makefile.am:
5242         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5243         * pkgconfig/gstreamer-play.pc.in:
5244           Remove libgstplay, playbin is now the official successor.
5245
5246 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5247
5248         * configure.ac:
5249         * gst-libs/gst/Makefile.am:
5250         * gst-libs/gst/xwindowlistener/Makefile.am:
5251         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5252         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5253           Remove deprecated xwindowlistener (I've moved xwindowlistening
5254           in the v4l/v4l2 plugins over to serverside).
5255
5256 2005-04-25  David Schleef  <ds@schleef.org>
5257
5258         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5259         to examples/dynparams.  Examples do not belong interspersed with
5260         source code.
5261         * examples/dynparams/demo-dparams.c:
5262         * gst/sine/Makefile.am:
5263         * gst/sine/demo-dparams.c:
5264
5265 2005-04-25  David Schleef  <ds@schleef.org>
5266
5267         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5268         * gst-libs/gst/audio/Makefile.am:
5269         * gst-libs/gst/riff/Makefile.am:
5270         * gst-libs/gst/tag/Makefile.am:
5271         * gst-libs/gst/video/Makefile.am:
5272         * gst-libs/gst/xwindowlistener/Makefile.am:
5273
5274         Convert to 0.9 API, seems to work:
5275         * sys/ximage/Makefile.am:
5276         * sys/ximage/ximagesink.c:
5277
5278 2005-04-24  David Schleef  <ds@schleef.org>
5279
5280         Link plugins against libraries:
5281         * ext/alsa/Makefile.am:
5282         * gst/tcp/Makefile.am:
5283
5284         Remove asm code that should be in liboil
5285         * gst/videoscale/Makefile.am:
5286         * gst/videoscale/videoscale_x86_asm.s:
5287
5288         gettext wants these checked in:
5289         * po/af.po:
5290         * po/az.po:
5291         * po/cs.po:
5292         * po/en_GB.po:
5293         * po/hu.po:
5294         * po/it.po:
5295         * po/nb.po:
5296         * po/nl.po:
5297         * po/or.po:
5298         * po/sq.po:
5299         * po/sr.po:
5300         * po/sv.po:
5301         * po/uk.po:
5302         * po/vi.po:
5303
5304 2005-04-24  David Schleef  <ds@schleef.org>
5305
5306         Convert gst_main() to g_main_loop_run()
5307         * gst/playback/decodetest.c: (main):
5308         * gst/playback/test2.c: (main):
5309         * gst/playback/test3.c: (main):
5310         * gst/playback/test4.c: (main):
5311
5312         Link plugins against libraries:
5313         * ext/libvisual/Makefile.am:
5314         * sys/xvimage/Makefile.am:
5315
5316 2005-04-24  David Schleef  <ds@schleef.org>
5317
5318         * configure.ac: Remove idct and resample libs
5319         * gst-libs/gst/Makefile.am: same
5320
5321         Remove usage of gst_library_load():
5322         * ext/alsa/gstalsaplugin.c: (plugin_init):
5323         * ext/libvisual/visual.c: (plugin_init):
5324         * ext/ogg/gstogg.c: (plugin_init):
5325         * ext/theora/theora.c: (plugin_init):
5326         * ext/vorbis/vorbis.c: (plugin_init):
5327         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5328         * gst/audioscale/gstaudioscale.c:
5329         * gst/adder/gstadder.c: (plugin_init):
5330         * gst/audioconvert/plugin.c: (plugin_init):
5331         * sys/ximage/ximagesink.c: (plugin_init):
5332         * sys/xvimage/xvimagesink.c: (plugin_init):
5333         * gst/tcp/gsttcpplugin.c: (plugin_init):
5334
5335         Link plugins against libraries:
5336         * ext/ogg/Makefile.am:
5337         * ext/theora/Makefile.am:
5338         * ext/vorbis/Makefile.am:
5339         * gst/audioconvert/Makefile.am:
5340
5341         Create proper libraries:
5342         * gst-libs/gst/riff/Makefile.am:
5343         * gst-libs/gst/audio/Makefile.am:
5344         * gst-libs/gst/video/Makefile.am:
5345
5346         Move resample library to audioscale plugin directory:
5347         * gst-libs/gst/resample/Makefile.am:
5348         * gst-libs/gst/resample/README:
5349         * gst-libs/gst/resample/dtof.c:
5350         * gst-libs/gst/resample/dtos.c:
5351         * gst-libs/gst/resample/functable.c:
5352         * gst-libs/gst/resample/private.h:
5353         * gst-libs/gst/resample/resample.c:
5354         * gst-libs/gst/resample/resample.h:
5355         * gst-libs/gst/resample/resample.vcproj:
5356         * gst-libs/gst/resample/test.c:
5357         * gst/audioscale/Makefile.am:
5358         * gst/audioscale/README:
5359         * gst/audioscale/dtof.c:
5360         * gst/audioscale/dtos.c:
5361         * gst/audioscale/functable.c:
5362         * gst/audioscale/private.h:
5363         * gst/audioscale/resample.c:
5364         * gst/audioscale/resample.h:
5365         * gst/audioscale/test.c:
5366
5367         Move tagedit library to gst-libs:
5368         * gst-libs/gst/tag/Makefile.am:
5369         * gst-libs/gst/tag/gstid3tag.c:
5370         * gst-libs/gst/tag/gsttagediting.c:
5371         * gst-libs/gst/tag/gsttageditingprivate.h:
5372         * gst-libs/gst/tag/gstvorbistag.c:
5373         * gst/tags/Makefile.am:
5374         * gst/tags/gstid3tag.c:
5375         * gst/tags/gstvorbistag.c:
5376
5377         Fix for core changes:
5378         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5379         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5380         (gst_sinesrc_getrange):
5381
5382 2005-04-23  David Schleef  <ds@schleef.org>
5383
5384         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5385         in gst-plugins in a long time, and properly belongs in liboil.
5386         * gst-libs/gst/idct/Makefile.am:
5387         * gst-libs/gst/idct/README:
5388         * gst-libs/gst/idct/dct.h:
5389         * gst-libs/gst/idct/doieee:
5390         * gst-libs/gst/idct/fastintidct.c:
5391         * gst-libs/gst/idct/floatidct.c:
5392         * gst-libs/gst/idct/idct.c:
5393         * gst-libs/gst/idct/idct.h:
5394         * gst-libs/gst/idct/idtc.vcproj:
5395         * gst-libs/gst/idct/ieeetest.c:
5396         * gst-libs/gst/idct/intidct.c:
5397
5398 2005-04-20  Wim Taymans  <wim@fluendo.com>
5399
5400         * docs/design-audiosinks.txt:
5401         * gst-libs/gst/audio/Makefile.am:
5402         * gst-libs/gst/audio/TODO:
5403         * gst-libs/gst/audio/gstaudiosink.c:
5404         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5405         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5406         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5407         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5408         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5409         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5410         (gst_audiosink_class_init), (gst_audiosink_init),
5411         (gst_audiosink_create_ringbuffer):
5412         * gst-libs/gst/audio/gstaudiosink.h:
5413         * gst-libs/gst/audio/gstbaseaudiosink.c:
5414         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5415         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5416         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5417         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5418         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5419         (gst_baseaudiosink_create_ringbuffer),
5420         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5421         * gst-libs/gst/audio/gstbaseaudiosink.h:
5422         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5423         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5424         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5425         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5426         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5427         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5428         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5429         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5430         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5431         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5432         * gst-libs/gst/audio/gstringbuffer.h:
5433         An attempt at a set of audio base classes together with some
5434         design docs.
5435
5436 2005-04-20  Wim Taymans  <wim@fluendo.com>
5437
5438         * gst/audioconvert/Makefile.am:
5439         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5440         (gst_audio_convert_caps_remove_format_info),
5441         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5442         (gst_audio_convert_channels):
5443         Link against audio libs.
5444         Fix audio convert plugin.
5445
5446 2005-04-20  Wim Taymans  <wim@fluendo.com>
5447
5448         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5449         (gst_ogg_demux_sink_activate):
5450         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5451         (theora_set_header_on_caps), (theora_enc_sink_event),
5452         (theora_enc_chain):
5453         Fix theora encoder.
5454
5455 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5456
5457         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5458         * gst/playback/gstdecodebin.c: (find_compatibles):
5459           Work with staticpadtemplates in elementfactories.
5460
5461 2005-04-12  Wim Taymans  <wim@fluendo.com>
5462
5463         * gst/playback/README:
5464         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5465         (compare_ranks), (print_feature), (gst_decode_bin_init),
5466         (dynamic_create), (dynamic_free), (find_compatibles),
5467         (mimetype_is_raw), (close_pad_link), (got_redirect),
5468         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5469         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5470         (gst_decode_bin_change_state):
5471         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5472         (gst_play_base_bin_init), (group_destroy), (group_commit),
5473         (check_queue), (queue_overrun), (queue_threshold_reached),
5474         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5475         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5476         (got_redirect), (setup_source), (play_base_eos),
5477         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5478         (gst_play_base_bin_remove_element):
5479         * gst/playback/gstplaybasebin.h:
5480         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5481         (gst_play_bin_init), (gst_play_bin_dispose),
5482         (gst_play_bin_set_property), (gen_video_element),
5483         (gen_text_element), (gen_audio_element), (remove_sinks),
5484         (gst_play_bin_send_event):
5485         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5486         (stream_info_change_state), (gst_stream_info_set_mute):
5487         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5488         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5489         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5490         (gst_stream_selector_chain):
5491         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5492         (main):
5493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5494         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5495         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5496         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5497         Raw and crude port of decodebin. 
5498         Make playbin compile.
5499
5500 2005-04-06  Wim Taymans  <wim@fluendo.com>
5501
5502         * ext/gnomevfs/Makefile.am:
5503         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5504         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5505         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5506         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5507         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5508         (gst_gnomevfssrc_stop):
5509         * ext/ogg/Makefile.am:
5510         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5511         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5512         * ext/theora/Makefile.am:
5513         * ext/theora/theoradec.c: (_inc_granulepos),
5514         (theora_dec_sink_event), (theora_dec_chain):
5515         * ext/vorbis/Makefile.am:
5516         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5517         (vorbis_dec_sink_event), (vorbis_dec_chain):
5518         * gst-libs/gst/audio/Makefile.am:
5519         * sys/xvimage/Makefile.am:
5520         Make gnomevfssrc extend the source base class.
5521         Fix linking against libs in various plugins.
5522
5523 2005-04-06  Andy Wingo  <wingo@pobox.com>
5524
5525         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5526         GST_BASE_LIBS.
5527
5528         * configure.ac: Add check and AC_SUBST for libgstbase.
5529
5530 2005-03-31  Wim Taymans  <wim@fluendo.com>
5531
5532         * examples/seeking/Makefile.am:
5533         * examples/seeking/cdparanoia.c: (main):
5534         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5535         (play_cb), (pause_cb), (stop_cb), (main):
5536         * examples/seeking/playbin.c:
5537         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5538         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5539         (make_sid_pipeline), (make_vorbis_pipeline),
5540         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5541         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5542         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5543         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5544         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5545         (stop_cb), (main):
5546         * examples/seeking/spider_seek.c:
5547         * examples/seeking/vorbisfile.c:
5548         * ext/gnomevfs/Makefile.am:
5549         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5550         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5551         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5552         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5553         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5554         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5555         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5556         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5557         * ext/ogg/README:
5558         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5559         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5560         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5561         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5562         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5563         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5564         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5565         (gst_ogg_demux_factory_filter), (compare_ranks),
5566         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5567         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5568         (gst_ogg_chain_new), (gst_ogg_chain_free),
5569         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5570         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5571         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5572         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5573         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5574         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5575         (gst_ogg_demux_get_prev_page),
5576         (gst_ogg_demux_deactivate_current_chain),
5577         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5578         (gst_ogg_demux_bisect_forward_serialno),
5579         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5580         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5581         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5582         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5583         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5584         (gst_ogg_demux_change_state), (gst_ogg_print):
5585         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5586         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5587         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5588         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5589         (gst_ogg_mux_loop):
5590         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5591         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5592         (theora_dec_src_convert), (theora_dec_sink_convert),
5593         (theora_dec_src_query), (theora_dec_src_event),
5594         (theora_dec_sink_event), (theora_dec_chain),
5595         (theora_dec_change_state):
5596         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5597         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5598         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5599         (theora_enc_change_state):
5600         * ext/vorbis/Makefile.am:
5601         * ext/vorbis/oggvorbisenc.c:
5602         * ext/vorbis/oggvorbisenc.h:
5603         * ext/vorbis/vorbis.c: (plugin_init):
5604         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5605         (vorbis_dec_src_query), (vorbis_dec_src_event),
5606         (vorbis_dec_sink_event), (vorbis_dec_chain),
5607         (vorbis_dec_change_state):
5608         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5609         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5610         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5611         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5612         (gst_vorbisenc_change_state):
5613         * ext/vorbis/vorbisenc.h:
5614         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5615         * gst-libs/gst/audio/audioclock.c:
5616         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5617         (gst_audiofilter_init), (gst_audiofilter_chain):
5618         * gst-libs/gst/audio/testchannels.c: (main):
5619         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5620         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5621         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5622         (gmip_find_track_streaminfo), (gmip_find_track_format):
5623         * gst-libs/gst/media-info/media-info.c:
5624         (gst_media_info_read_idler):
5625         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5626         (gst_play_get_all_by_interface):
5627         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5628         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5629         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5630         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5631         (gst_riff_parse_info):
5632         * gst-libs/gst/riff/riff-read.h:
5633         * gst-libs/gst/riff/riff.c: (plugin_init):
5634         * gst-libs/gst/video/Makefile.am:
5635         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5636         (gst_videosink_class_init), (gst_videosink_get_type):
5637         * gst-libs/gst/video/videosink.h:
5638         * gst/audioconvert/bufferframesconvert.c:
5639         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5640         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5641         * gst/audioconvert/channelmixtest.c: (main):
5642         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5643         (gst_audio_convert_chain),
5644         (gst_audio_convert_caps_remove_format_info),
5645         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5646         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5647         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5648         (gst_audio_convert_buffer_to_default_format),
5649         (gst_audio_convert_buffer_from_default_format),
5650         (gst_audio_convert_channels):
5651         * gst/audioconvert/gstchannelmix.h:
5652         * gst/ffmpegcolorspace/avcodec.h:
5653         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5654         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5655         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5656         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5657         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5658         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5659         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5660         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5661         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5662         (dv_type_find):
5663         * gst/videotestsrc/gstvideotestsrc.c:
5664         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5665         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5666         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5667         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5668         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5669         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5670         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5672         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5673         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5674         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5675         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5676         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5677         (gst_xvimagesink_navigation_send_event),
5678         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5679         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5680         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5681         * sys/xvimage/xvimagesink.h:
5682         Plugin port to 0.9, ogg/theora playback should work in the seek
5683         example now.
5684         Removed old examples.
5685         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5686         explained in 0.9 TODO doc.
5687
5688
5689 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5690
5691         * autogen.sh:
5692         * configure.ac:
5693         * ext/Makefile.am:
5694         * gst/Makefile.am:
5695         * po/POTFILES.in:
5696         * po/af.po:
5697         * po/az.po:
5698         * po/cs.po:
5699         * po/en_GB.po:
5700         * po/hu.po:
5701         * po/it.po:
5702         * po/nb.po:
5703         * po/nl.po:
5704         * po/or.po:
5705         * po/sq.po:
5706         * po/sr.po:
5707         * po/sv.po:
5708         * po/uk.po:
5709         * po/vi.po:
5710         * sys/Makefile.am:
5711         * testsuite/Makefile.am:
5712           remove a whole bunch of plugins.  This module now contains a set
5713           of free reference plugins/elements as agreed.
5714
5715 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5716
5717         * configure.ac:
5718           hunting season on 0.9 is now OPEN
5719
5720 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5721
5722         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5723           Kick the hell out of gcc for not warning me about a symbol conflict.
5724
5725 2005-02-22  Luca Ognibene  <luogni@tin.it>
5726
5727         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5728
5729         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5730           Don't leak caps string (fixes #168134)
5731
5732         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5733         (gst_jpegenc_init), (gst_jpegenc_finalize),
5734         (gst_jpegenc_change_state):
5735           Don't leak line buffers and context struct (fixes #168133).
5736
5737 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5738
5739         * configure.ac:
5740         * ext/dirac/gstdiracdec.cc:
5741         (gst_diracdec_chain):
5742           Since dirac 0.5.0 the framerate in dirac is expressed as a
5743           rational number. Fix build and up requirement to 0.5.0, and
5744           also pass parameters to gst_diracdec_link in the right order
5745           (fixes #167959).
5746
5747 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5748
5749         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
5750         * ext/faad/gstfaad.h:
5751         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
5752         certain invalid muxed streams, where some packets will contain 
5753         junk after decoder data. Partially fixes #149158.
5754
5755 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
5756         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
5757           Make sure we only write to writable buffers
5758
5759 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
5760
5761         * gst-libs/gst/riff/riff-media.c:
5762         (gst_riff_create_audio_caps_with_data):
5763           Do actually fix invalid RIFF fmt header values for alaw
5764           and mulaw audio instead of just saying so.
5765
5766         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5767           Give gst_riff_create_audio_caps_with_data() a chance to
5768           fix up broken format header fields before extracting any
5769           parameters from the header. (fixes #167633)
5770
5771 2005-02-19  Martin Holters  <martin.holters@gmx.de>
5772
5773         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5774
5775         * gst/audioconvert/bufferframesconvert.c:
5776         (buffer_frames_convert_link):
5777           Don't leak othercaps. (fixes #167878)
5778
5779 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
5780
5781         * configure.ac:
5782         * ext/libvisual/visual.c: (gst_visual_srclink),
5783         (gst_visual_change_state):
5784           Support libvisual 0.2.0.
5785
5786 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
5787
5788         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
5789         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
5790           Use same rowstrides for I420 as used everywhere else.
5791
5792 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
5793
5794         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
5795           Declare variables at beginning of block and make gcc-2.95 happy
5796           (fixes # 167482, patch by Gergely Nagy).
5797           
5798         * gst/tcp/gsttcpclientsrc.c:
5799         * gst/tcp/gsttcpclientsrc.h:
5800           Move some includes into the header, so that struct sockaddr_in is
5801           defined when it should be defined on FreeBSD as well (fixes
5802           #167483).
5803           
5804         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
5805           Don't pass uninitialised values to setsockopt() here either.
5806
5807 2005-02-17  Luca Ognibene  <luogni at tin dot it>
5808
5809         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5810
5811         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
5812           Don't pass uninitialised values to setsockopt(). (fixes #167704)
5813
5814 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5815
5816         * gst/playback/gstplaybin.c: (add_sink):
5817           Invert bin_add/link order to workaround deadlock in opt.
5818
5819 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5820
5821         * gst/modplug/gstmodplug.cc:
5822           Add missing break causing position queries to fail.
5823
5824 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5825
5826         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
5827           Granpos can apparently be -1, which screws up calculations...
5828
5829 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
5830
5831         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5832         (gst_ximagesink_send_pending_navigation),
5833         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
5834         (gst_ximagesink_init):
5835         * sys/ximage/ximagesink.h:
5836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5837         (gst_xvimagesink_send_pending_navigation),
5838         (gst_xvimagesink_navigation_send_event),
5839         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
5840         * sys/xvimage/xvimagesink.h:
5841           Use a mutex protected list to marshal navigation
5842           events into the stream thread from whichever thread
5843           sends them.
5844
5845 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
5846
5847         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
5848           Display current position and track length; misc. clean-ups.
5849           
5850         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
5851         (speed_init), (speed_chain):
5852           Add query function, so that the stream length and current position
5853           get adjusted when queried (note that current position queries may
5854           still be wrong if the audio sink returns values based on buffer
5855           timestamps instead of passing on the query).
5856
5857 2005-02-13  Benjamin Otte  <otte@gnome.org>
5858
5859         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5860         (gst_audio_convert_channels):
5861           create channel conversion matrix when linking
5862         * gst/audioconvert/.cvsignore:
5863         * gst/audioconvert/Makefile.am:
5864         * gst/audioconvert/channelmixtest.c: (main):
5865           add (ugly) test that ensures stereo <=> mono conversion works
5866           correctly
5867
5868 2005-02-13  Benjamin Otte  <otte@gnome.org>
5869
5870         * gst/audioconvert/gstchannelmix.h:
5871           include missing header file
5872         * gst/audioconvert/gstchannelmix.c:
5873         (gst_audio_convert_fill_compatible):
5874           use same sign for both channels when converting to/from compatible
5875           channel. Previously used different signs made the signals cancel
5876           each other out and appear like silence. (fixes #167269)
5877
5878 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5879
5880         * gst/ffmpegcolorspace/avcodec.h:
5881         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5882         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5883         (gst_ffmpegcsp_avpicture_fill):
5884         * gst/ffmpegcolorspace/imgconvert.c:
5885           Convert to and from YV12 (fixes #156379).
5886
5887 2005-02-12  Julien MOUTTE  <julien@moutte.net>
5888
5889         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5890         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
5891         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
5892         (gst_ximagesink_expose), (gst_ximagesink_set_property),
5893         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
5894         methods from chain and negotiation and vice versa (Fixes #166142).
5895         * sys/ximage/ximagesink.h: Add stream_lock.
5896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
5897         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5898         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5899         (gst_xvimagesink_expose): Check for xcontext before trying to link.
5900
5901 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5902
5903         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
5904           Don't send "Hey! You gave me a NULL pointer you naughty person" as
5905           error message when we can't open the DVD device (when dvdnav_open()
5906           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
5907           the above). Send something more useful instead (fixes #167117).
5908
5909 2005-02-11  Julien MOUTTE  <julien@moutte.net>
5910
5911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5912         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
5913         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5914         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5915         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5916         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
5917         methods from chain and negotiation and vice versa (Fixes #166142).
5918         Fix a possible bug of images in the buffer pool being discarded because
5919         we are looking at the wrong geometry.
5920         * sys/xvimage/xvimagesink.h: Add stream_lock.
5921
5922 2005-02-11  David Schleef  <ds@schleef.org>
5923
5924         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
5925         unsigned int. (fixes #167128)
5926
5927 2005-02-11  David Schleef  <ds@schleef.org>
5928
5929         * gst/librfb/Makefile.am: Testing stuff before committing is
5930           for wimps... and people with fast machines.  Fix stupid
5931           mistake.
5932
5933 2005-02-11  David Schleef  <ds@schleef.org>
5934
5935         * configure.ac: Pull in librfb from my CVS tree, because it is
5936           too small and annoying to be separate.  Move rfbsrc plugin
5937           to gst/.
5938         * ext/Makefile.am:
5939         * ext/librfb/Makefile.am:
5940         * ext/librfb/gstrfbsrc.c:
5941         * gst/librfb/Makefile.am:
5942         * gst/librfb/gstrfbsrc.c:
5943         * gst/librfb/rfb.c:
5944         * gst/librfb/rfb.h:
5945         * gst/librfb/rfbbuffer.c:
5946         * gst/librfb/rfbbuffer.h:
5947         * gst/librfb/rfbbytestream.c:
5948         * gst/librfb/rfbbytestream.h:
5949         * gst/librfb/rfbcontext.h:
5950         * gst/librfb/rfbdecoder.c:
5951         * gst/librfb/rfbdecoder.h:
5952         * gst/librfb/rfbutil.h:
5953
5954 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
5955
5956         * gst/speed/Makefile.am:
5957         * gst/speed/demo-mp3.c: (main):
5958         * gst/speed/filter.func:
5959         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
5960         (speed_class_init), (speed_init), (speed_chain_int16),
5961         (speed_chain_float32), (speed_chain), (speed_set_property),
5962         (speed_get_property), (speed_change_state):
5963         * gst/speed/gstspeed.h:
5964           Fix speed element and make it chain-based (fixes #156467),
5965           and make it handle more than one channel.
5966
5967 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
5968
5969         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
5970         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
5971         (gst_dtsdec_chain), (gst_dtsdec_change_state):
5972         * ext/dts/gstdtsdec.h:
5973           Don't clobber the stack constructing the channels array.
5974           Make the element chain-based. DTS tracks can now be played.
5975           
5976 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
5977
5978         * gst-libs/gst/audio/multichannel.h:
5979         * gst-libs/gst/gconf/gconf.h:
5980         * gst-libs/gst/idct/idct.h:
5981         * gst-libs/gst/media-info/media-info-priv.h:
5982         * gst-libs/gst/play/play.h:
5983         * gst-libs/gst/resample/private.h:
5984         * gst-libs/gst/resample/resample.h:
5985         * gst-libs/gst/riff/riff-ids.h:
5986         * gst-libs/gst/video/video.h:
5987         * gst-libs/gst/video/videosink.h:
5988           Add G_BEGIN_DECLS and G_END_DECLS around headers where
5989           missing, so that they work when included from C++ code.
5990
5991 2005-02-09  David Schleef  <ds@schleef.org>
5992
5993         * testsuite/gst-lint: Check for non-statically scoped
5994           parent_class variables.  This won't be a problem once
5995           plugins are loaded with RTLD_LOCAL.
5996
5997 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5998
5999         * ext/mplex/gstmplexibitstream.cc:
6000           gcc madness.
6001
6002 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6003
6004         * ext/ogg/gstogmparse.c:
6005         * gst/debug/gstnavigationtest.c:
6006           Die, thou faulty symbol pollutors (non-static parent_class).
6007
6008 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6009
6010         * ext/mplex/gstmplexibitstream.cc:
6011           Fix event handling (#165525).
6012
6013 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6014
6015         * ext/mikmod/gstmikmod.c:
6016         * gst/modplug/gstmodplug.cc:
6017           Add missing endianness to template (fixes #165509).
6018
6019 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6020
6021         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6022           Fix wrong order of reading of optional bytes (#165290).
6023
6024 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6025
6026         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6027           Implement FILLER event awareness.
6028
6029 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6030
6031         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6032           Fix track calculations (#166208).
6033
6034 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6035
6036         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6037
6038         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6039         * ext/libpng/gstpngenc.c:
6040           Fix byte-order, use proper fixed caps. Fixes #164197.
6041
6042 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6043
6044         * configure.ac:
6045           Add dvdlpcmdec 
6046
6047         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6048         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6049           Don't push buffers if the src pad isn't negotiated yet.
6050           
6051         * gst/audioconvert/gstaudioconvert.c:
6052         (gst_audio_convert_buffer_to_default_format),
6053         (gst_audio_convert_buffer_from_default_format):
6054           Add support for 24-bit width.
6055
6056         * gst/dvdlpcmdec/.cvsignore:
6057         * gst/dvdlpcmdec/Makefile.am:
6058         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6059         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6060         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6061         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6062         (plugin_init):
6063         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6064           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6065           format. Needs support for the channels maps if someone can find 
6066           a DVD LPCM track with > 2 channels.
6067
6068         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6069         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6070         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6071         * gst/mpegstream/gstdvddemux.h:
6072         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6073         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6074         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6075         * gst/mpegstream/gstmpegdemux.h:
6076         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6077         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6078         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6079         (gst_mpeg_parse_handle_src_query),
6080         (gst_mpeg_parse_handle_src_event):
6081           Use audio/x-dvd-lpcm for LPCM output.
6082           Add DTS output.
6083
6084 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6085
6086         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6087
6088         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6089         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6090           Add BGRA handling (#165736).
6091
6092 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6093
6094         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6095
6096         * gst/law/alaw-decode.c: (alawdec_link):
6097         * gst/law/alaw-encode.c: (alawenc_link):
6098         * gst/law/mulaw-decode.c: (mulawdec_link):
6099         * gst/law/mulaw-encode.c: (mulawenc_link):
6100           Fix caps memleaks (#166600).
6101
6102 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6103
6104         * ext/tarkin/mem.h:
6105         * ext/tarkin/wavelet.h:
6106         * ext/tarkin/yuv.h:
6107         * gst/ffmpegcolorspace/avcodec.h:
6108           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6109           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6110
6111 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6112
6113         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6115         (gst_xvimagesink_change_state):
6116           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6117           Xv video (and thereby regenerate Xv colourkey) in clear() so
6118           that PLAY -> READY -> PLAY works (fixes #162504).
6119
6120 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6121
6122         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6123           Switch to list instead of range, since MJPEG-devices really just
6124           support decimations, not any size.
6125
6126 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6127         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6128         (gst_mpeg2dec_reset), (free_all_buffers),
6129         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6130         * ext/mpeg2dec/gstmpeg2dec.h:
6131           The libmpeg2 user-allocated buffer management is awkward, 
6132           to say the least. Hopefully this fixes things.
6133
6134 2005-02-04  Andy Wingo  <wingo@pobox.com>
6135
6136         * gst/audioconvert/bufferframesconvert.c
6137         (buffer_frames_convert_fixate): New function, fixates to 256
6138         frames per buffer by default. (Much better than 1.)
6139         (buffer_frames_convert_init): Set the fixate function for both src
6140         and sink pad.
6141         (buffer_frames_convert_link): After success setting nonfixed caps,
6142         get the negotiated caps so we can know how many buffer-frames it
6143         will be. No idea how this worked at all before.
6144
6145 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6146
6147         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6148         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6149         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6150         (handle_sequence), (handle_picture):
6151         * ext/mpeg2dec/gstmpeg2dec.h:
6152           Rearrange buffer tracking and refcounting and refactor
6153           a little for readability. 
6154
6155 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6156         * sys/v4l/gstv4l.c: (plugin_init):
6157         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6158         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6159         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6160         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6161         * sys/v4l/gstv4ljpegsrc.h:
6162         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6163         * sys/v4l/v4l_calls.h:
6164         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6165         (gst_v4lsrc_get_fps):
6166         * sys/v4l/v4lsrc_calls.h:
6167           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6168           you jpeg inside rgb frames" driver.
6169           Don't error in the v4lsrc link function, just return 
6170           REFUSED.
6171
6172 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6173
6174         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6175         (gst_qcamsrc_open):
6176           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6177
6178 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6179
6180         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6181           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6182
6183 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6184
6185         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6186           Reset negotiated state on PAUSED->READY.
6187
6188 2005-02-02  David Schleef  <ds@schleef.org>
6189
6190         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6191         whereever possible.  (Fixes #165997)
6192         * examples/capsfilter/capsfilter1.c: (main):
6193         * examples/dynparams/filter.c: (create_ui):
6194         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6195         * examples/seeking/chained.c: (main):
6196         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6197         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6198         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6199         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6200         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6201         * examples/switch/switcher.c: (main):
6202         * ext/dv/demo-play.c: (main):
6203         * ext/faad/gstfaad.c: (gst_faad_change_state):
6204         * ext/mad/gstmad.c: (gst_mad_chain):
6205         * ext/smoothwave/demo-osssrc.c: (main):
6206         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6207         (gst_gconf_render_bin_from_description),
6208         (gst_gconf_get_default_audio_sink),
6209         (gst_gconf_get_default_video_sink),
6210         (gst_gconf_get_default_audio_src),
6211         (gst_gconf_get_default_video_src),
6212         (gst_gconf_get_default_visualization_element):
6213         * gst/level/demo.c: (main):
6214         * gst/level/plot.c: (main):
6215         * gst/playback/gstplaybin.c: (gen_video_element),
6216         (gen_audio_element):
6217         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6218         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6219         * gst/sine/demo-dparams.c: (main):
6220         * gst/spectrum/demo-osssrc.c: (main):
6221         * gst/speed/demo-mp3.c: (main):
6222         * gst/volume/demo.c: (main):
6223         * testsuite/embed/embed.c: (main):
6224
6225 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6226
6227         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6228         (gst_tcpclientsink_finalize):
6229         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6230         (gst_tcpclientsrc_finalize):
6231         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6232         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6233         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6234         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6235           Don't leak the hostname when shutting down.
6236           In tcpserversrc, take a copy of the default hostname.
6237
6238 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6239
6240         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6241           Set caps to systemstream=TRUE.
6242
6243 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6244
6245         * testsuite/Makefile.am:
6246           Fix more OSX buildbots.
6247
6248 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6249
6250         * ext/mpeg2dec/gstmpeg2dec.c:
6251           Don't send things to NULL PAD_PEERs
6252
6253         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6254           Copy-on-write the incoming buffer.
6255
6256         * gst/mpegstream/gstdvddemux.h:
6257         * gst/mpegstream/gstmpegclock.h:
6258         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6259         (normal_seek), (gst_mpeg_demux_handle_src_event):
6260         * gst/mpegstream/gstmpegdemux.h:
6261         * gst/mpegstream/gstmpegpacketize.h:
6262         * gst/mpegstream/gstmpegparse.c:
6263         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6264         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6265         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6266         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6267         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6268         * gst/mpegstream/gstmpegparse.h:
6269         * gst/mpegstream/gstrfc2250enc.h:
6270           Various changes to the way time is computed that make seeking and
6271           total time estimation much better here.
6272           Use G_BEGIN/END_DECLS instead of __cplusplus
6273
6274         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6275           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6276
6277 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6278
6279         * gst/subparse/gstsubparse.c:
6280           Fix OSX buildbot.
6281
6282 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6283
6284         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6285         (theora_enc_chain), (theora_enc_change_state):
6286         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6287         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6288         (gst_vorbisenc_change_state):
6289         * ext/vorbis/vorbisenc.h:
6290           Set granulepos and timestamp correctly for streams not
6291           starting at 0, taking into account the initial delay.
6292
6293 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6294
6295         * gst/mpegstream/gstdvddemux.c:
6296           Add audio/x-dts to audio pad template caps
6297
6298 2005-01-30  David Schleef  <ds@schleef.org>
6299
6300         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6301         (create_context), (gst_polypsink_link): Fix silly endianness
6302         bug.  Add some debugging.  Remove float from caps; it doesn't
6303         work.  Attempt to get remote audio working.
6304
6305 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6306
6307         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6308           Add 3IV2 fourcc.
6309
6310 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6311
6312         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6313         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6314         (gst_avi_demux_stream_data):
6315         * gst/avi/gstavidemux.h:
6316           Invert DIB images. Fixes #132341.
6317
6318 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6319
6320         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6321         (gst_ffmpegcsp_chain):
6322           D'oh, reference the palette data, not the palette structure.
6323           Fixes color distortion in #132341.
6324
6325 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6326
6327         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6328           PAR can be non-fixed when not provided as argument (#162626).
6329
6330 2005-01-29  David Moore  <dcm@acm.org>
6331
6332         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6333
6334         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6335         (gst_qtdemux_loop_header):
6336           Re-apply patch from #142272 that allows non-seekable sources,
6337           re-proposed by Daniel Drake <dsd@gentoo.org>.
6338
6339 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6340
6341         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6342           Use the src template for creating the src pad (#162330).
6343
6344 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6345
6346         * configure.ac:
6347         * ext/musepack/Makefile.am:
6348         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6349         (gst_musepackdec_init), (gst_musepackdec_dispose),
6350         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6351         (gst_musepack_stream_init), (gst_musepackdec_loop),
6352         (gst_musepackdec_change_state):
6353         * ext/musepack/gstmusepackdec.cpp:
6354         * ext/musepack/gstmusepackdec.h:
6355         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6356         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6357         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6358         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6359         * ext/musepack/gstmusepackreader.cpp:
6360         * ext/musepack/gstmusepackreader.h:
6361           Update to 1.1 API (#165446).
6362
6363 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6364
6365         * ext/Makefile.am:
6366           Unbreak buildbot.
6367
6368 2005-01-28  Andy Wingo  <wingo@pobox.com>
6369
6370         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6371         to reflect a different dubious internet source. Add a reference
6372         and some commentary.
6373
6374 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6375
6376         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6377         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6378         * gst/playback/gststreamselector.h:
6379           Be more selective when we're redoing caps negotiation from
6380           within the chain function on a stream change.
6381
6382 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6383
6384         * configure.ac:
6385         * ext/Makefile.am:
6386         * ext/amrnb/Makefile.am:
6387         * ext/amrnb/amrnb.c: (plugin_init):
6388         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6389         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6390         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6391         (gst_amrnbdec_state_change):
6392         * ext/amrnb/amrnbdec.h:
6393         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6394         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6395         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6396         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6397         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6398         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6399         * ext/amrnb/amrnbparse.h:
6400           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6401         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6402           Add AMR-NB/-WB raw formats.
6403         * ext/alsa/gstalsa.c: (gst_alsa_link):
6404           Keep valid time when changing format.
6405         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6406         (qtdemux_parse_trak):
6407           Add some more format-specific options (#140141, #143555, #155163).
6408
6409 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6410
6411         * gst/matroska/matroska-demux.c:
6412         (gst_matroska_demux_parse_blockgroup):
6413           Fix logic error in timing of subtitle stream synchronization.
6414         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6415           Add skip-chunk, which is found in kodak-camera streams.
6416
6417 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6418
6419         * po/LINGUAS:
6420         * po/vi.po:
6421           Adding Vietnamese translation (submitted by Clytie Siddall)
6422
6423 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6424
6425         * gst/playback/gstdecodebin.c: (try_to_link_1):
6426           Use realpad for signal.
6427
6428 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6429
6430         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6431           Fix category so decodebin picks it up.
6432
6433 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6434
6435         * ext/mad/Makefile.am:
6436         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6437         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6438         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6439         (found_type), (gst_id3demux_bin_change_state):
6440         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6441         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6442         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6443         (gst_id3_tag_change_state), (plugin_init):
6444         * ext/mad/gstmad.h:
6445           Add id3demuxbin (which is a simple bin consisting of id3demux
6446           and typefind), take over rank from id3demux, remove typefind
6447           code from id3demux. Makes all broken mp3s that I know of work,
6448           and thereby fixes #152688.
6449
6450 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6451
6452         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6453
6454         * ext/mad/gstmad.c: (gst_mad_src_event):
6455         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6456           Allow seeks on audio pad, make mad forward those (#164826).
6457         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6458           Set duration (#165335).
6459
6460 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6461
6462         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6463         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6464         (gst_asf_demux_process_ext_content_desc),
6465         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6466         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6467         * gst/asfdemux/gstasfdemux.h:
6468           Improve metadata display, e.g. if the metadata comes before the
6469           streams are loaded (which is perfectly valid).
6470
6471 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6472
6473         * tools/gst-launch-ext-m.m:
6474           Fix AVI/ASF pipelines (#165340).
6475
6476 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6477         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6478         build failure on amd64
6479
6480 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6481
6482         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6483         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6484           Check environment variables GST_ID3V2_TAG_ENCODING,
6485           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6486           list of character encodings to force interpretation of non-unicode
6487           strings stored in an ID3v2 tag to a particular encoding. If none
6488           is specified, try to use current locale's encoding, then fall back
6489           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6490         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6491         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6492           Check environment variables GST_ID3V1_TAG_ENCODING,
6493           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6494           list of character encodings to use in case a string encountered
6495           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6496           specified, try to use the current locale's encoding, then fall
6497           back to ISO-8859-1 (which will always succeed).
6498
6499 2005-01-25  Benjamin Otte  <otte@gnome.org>
6500
6501         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6502           - on half framerate, compute the rate in advance so the comparisons
6503             don't compare wrong values
6504           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6505             behaviour
6506           - don't use mad_header_decode anymore, mad_frame_decode does that
6507             automatically
6508           - when getting rid of consumed bytes, reset the stream's skiplen
6509           (fixes #163867)
6510
6511 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6512
6513         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6514           Use 1/2 a second for default max_discont, as PES streams from DVB
6515           seem to have larger spacings in the SCR. 
6516           Fix a typo.
6517
6518 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6519
6520         * gst/playback/gstplaybasebin.c: (group_commit):
6521           Notify delayed stream-info availability.
6522
6523 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6524         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6525         (gst_a52dec_handle_event), (gst_a52dec_chain):
6526         Add some debug output. Check that a discont has a valid
6527         time associated.
6528         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6529         (gst_alsa_sink_loop):
6530         Ignore TAG events. A little extra debug for broken timestamps.
6531         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6532         (dvdnavsrc_change_state):
6533         Ensure we send a discont to engage the link before we send any
6534         other events.
6535         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6536         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6537         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6538         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6539         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6540         dvd://title works in totem because typefinding sends a seek that ends
6541         up going back to chapter 1 regardless.
6542         * ext/mpeg2dec/gstmpeg2dec.c:
6543         * ext/mpeg2dec/gstmpeg2dec.h:
6544         Output correct timestamps and handle disconts.
6545         * ext/ogg/gstoggdemux.c: (get_relative):
6546         Small guard against a null dereference.
6547         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6548         (gst_textoverlay_set_property):
6549         Free memory when done. Don't call gst_event_filler_get_duration on
6550         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6551         g_warning.
6552         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6553         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6554         (gst_sw_srclink), (gst_smoothwave_chain):
6555         Draw solid lines, prettier colours.
6556         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6557         Add a default palette that'll work for some movies.
6558         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6559         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6560         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6561         * gst/mpegstream/gstdvddemux.h:
6562         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6563         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6564         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6565         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6566         * gst/mpegstream/gstmpegparse.h:
6567         Use PTM/NAV events when for timestamp adjustment when connected to 
6568         dvdnavsrc. Don't use many discont events where one suffices.
6569         * gst/playback/gstplaybasebin.c: (group_destroy),
6570         (gen_preroll_element), (gst_play_base_bin_add_element):
6571         * gst/playback/gstplaybasebin.h:
6572         Make sure we remove subtitles from the same bin we put them in.
6573         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6574         (gst_subparse_buffer_format_autodetect),
6575         (gst_subparse_change_state):
6576         Fix some memleaks and invalid accesses.
6577         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6578         (oggskel_type_find), (cmml_type_find), (plugin_init):
6579         Some typefind functions for Annodex v3.0 files
6580         * gst/wavparse/gstwavparse.h:
6581         GstRiffReadClass is the correct parent class.
6582
6583 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6584
6585         * gst-libs/gst/riff/riff-media.c:
6586         (gst_riff_create_video_caps_with_data):
6587           Add extradata to huffyuv (fixes #165013).
6588         * gst-libs/gst/riff/riff-read.c:
6589         (gst_riff_read_strf_vids_with_data):
6590           Fix extradata extraction if it is in the chunk size.
6591
6592 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6593
6594         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6595
6596         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6597         (gst_quarktv_change_state), (gst_quarktv_dispose):
6598           Memory free'ing location fix (#164708).
6599
6600 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6601
6602         * gst/playback/gstplaybasebin.c: (group_commit),
6603         (gen_preroll_element), (probe_triggered), (gen_source_element),
6604         (setup_source), (gst_play_base_bin_change_state),
6605         (gst_play_base_bin_add_element):
6606           Don't block for streams.
6607         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6608         (gst_stream_info_set_mute):
6609           Use gst_pad_set_active_recursive.
6610
6611 2005-01-25  Andy Wingo  <wingo@pobox.com>
6612
6613         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6614         for #ifndef HAVE_XVIDEO.
6615
6616 2005-01-24  Jeffrey C. Ollie
6617
6618         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6619
6620         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6621         * ext/gsm/gstgsmdec.h:
6622         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6623         * ext/gsm/gstgsmenc.h:
6624         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6625         was given by property. Add proper buffer timestamps and offsets.
6626
6627 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6628
6629         * gst-libs/gst/riff/riff-media.c:
6630         (gst_riff_create_audio_caps_with_data):
6631           Audio can be <8000Hz.
6632
6633 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6634
6635         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6636           Explicit state change to workaround refcount bugs.
6637
6638 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6639
6640         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6641         (gst_avimux_riff_get_avi_header):
6642           Fix...
6643
6644 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6645
6646         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6647         (gst_riff_read_element_data):
6648         * gst-libs/gst/riff/riff-read.h:
6649           Add _peek version (req'ed in CDXA).
6650         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6651         (gst_cdxaparse_loop):
6652           Fix parsing in playbin.
6653         * gst/playback/gstdecodebin.c: (close_pad_link):
6654           Ignore current_ pads, they cause major annoyance.
6655
6656 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6657
6658         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6659           Safety guard.
6660
6661 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6662
6663         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6664           Fix padding...
6665
6666 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6667
6668         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6669           Allow for 0-sized buffers. Fixes length query problems in
6670           starwars.mkv from the testsuite.
6671
6672 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6673
6674         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6675         (gst_video_box_i420), (gst_video_box_chain):
6676           Fix row strides for I420 (fixes #163159)
6677           
6678 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6679
6680         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6681           MPEG2 has a useful rate property, so we can actually use that.
6682           For MPEG-1, continue using the bytes/time properties.
6683
6684 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6685
6686         * gst-libs/gst/riff/riff-media.c:
6687         (gst_riff_create_video_caps_with_data),
6688         (gst_riff_create_video_template_caps):
6689           Add intel-h263.
6690
6691 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6692
6693         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6694           Fail if caps negotiation fails. Should fix #162184, and should
6695           definately be in there regardless of it fixing the actual bug.
6696         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6697         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6698         (gst_avimux_riff_get_avix_header),
6699         (gst_avimux_riff_get_video_header),
6700         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6701         (gst_avimux_start_file), (gst_avimux_handle_event),
6702         (gst_avimux_change_state):
6703         * gst/avi/gstavimux.h:
6704           Refactor structure writing to use GST_WRITE_UINT macros, add
6705           metadata writing support.
6706
6707 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6708
6709         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6710           Elements may already be destroyed when this function is called.
6711
6712 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6713
6714         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6715         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6716           More memory leak fixes (#149162).
6717
6718 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6719
6720         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6721         (gst_qtdemux_add_stream):
6722           Fix two memleaks.
6723
6724 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6725
6726         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6727           Argh...
6728
6729 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6730
6731         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6732           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6733           when fixating to six channels in Totem.
6734
6735 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6736
6737         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6738           Fix compile warnings on Solaris 10 buildbot
6739
6740 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6741
6742         * ext/dvdread/dvdreadsrc.c: (_read):
6743           Don't read beyond the last cell in a chapter (fixes 
6744           invalid memory access)
6745
6746 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6747
6748         * ext/dvdread/stream_labels.c:
6749         (dvdreadsrc_get_audio_stream_labels):
6750           Use NULL for an empty GList instead of g_list_alloc(); fix 
6751           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
6752           of GString (easier to bulk free later)
6753
6754 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6755
6756         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6757
6758         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6759         (gst_ffmpeg_pixfmt_to_caps):
6760           Fix BGRA32 caps (#164209).
6761
6762 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6763
6764         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6765
6766         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6767         (gst_ffmpeg_caps_to_pixfmt):
6768           alpha_mask can be RGBA/ABGR. Fixes #164265.
6769
6770 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
6771
6772         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6773
6774         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
6775         (gst_mpeg2dec_alloc_buffer):
6776         * ext/mpeg2dec/gstmpeg2dec.h:
6777           Crop if decoding size is not the actual image size (#163676).
6778
6779 2005-01-17  Steve Baker  <steve@stevebaker.org>
6780
6781         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6782
6783         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
6784         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
6785           Add libsndfile typefind functions (#163309).
6786
6787 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6788
6789         * tools/gst-launch-ext-m.m:
6790           Add .aac, fix .m1v/.m2v (#163891).
6791
6792 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6793
6794         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
6795           Sanity check, don't wait endlessly since the clock might not
6796           actually run at this point (which is a deadlock). Fixes #164069.
6797
6798 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6799
6800         * gst/playback/gstplaybasebin.c: (probe_triggered):
6801           Of course, only pause if group is done...
6802
6803 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6804
6805         * gst/playback/gstplaybasebin.c: (probe_triggered):
6806           Thread safety.
6807
6808 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
6809
6810         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
6811           Don't return state change success when the parent
6812           failed.
6813
6814 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6815
6816         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
6817           Free events (fix memleak in #162905).
6818
6819 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
6820
6821         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6822
6823         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6824         (gst_ffmpeg_caps_to_pixfmt):
6825           Fix for depth = 15. Fixes #161675.
6826
6827 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6828
6829         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
6830           Set FPS correctly, even for webcams and the like.
6831         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
6832           Don error on setting while capturing.
6833
6834 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6835
6836         * ext/dv/gstdvdec.c:
6837         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6838         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6839           I'm a bad boy. using /1001. to force C to do float division
6840           and not integer division (as it did in my last commit)
6841           Thanks to David I. Lehn for pointing this mistake.
6842
6843 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6844
6845         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6846           Revert Johan??s 1.35->1.36 since it breaks compat.
6847
6848 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6849
6850         * ext/dv/gstdvdec.c:
6851         * ext/libfame/gstlibfame.c:
6852         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6853         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6854           replace framerate aproximations by their real value
6855           (24000/1001, 30000/1001, 60000/1001)
6856           Finish fixing bug #164049
6857
6858 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6859
6860         * ext/ogg/gstoggmux.c:
6861           eos/bos debugging
6862         * gst/tcp/gstmultifdsink.c:
6863         * gst/tcp/gstmultifdsink.h:
6864         * gst/tcp/gsttcp.c:
6865         * gst/tcp/gsttcp.h:
6866         * gst/tcp/gsttcpclientsink.c:
6867         * gst/tcp/gsttcpclientsrc.c:
6868         * gst/tcp/gsttcpserversink.c:
6869         * gst/tcp/gsttcpserversrc.c:
6870           improve reusability of elements after state changes and errors
6871           make multifdsink throw away streamheaders when receiving new ones
6872
6873 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6874
6875         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6876           Fix for if items are already in list...
6877
6878 2005-01-12  Benjamin Otte  <otte@gnome.org>
6879
6880         * gst/adder/gstadder.c: (gst_adder_loop):
6881           fix adder a bit so it doesn't screw up with events as much anymore
6882
6883 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
6884
6885         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
6886         (pixbufscale_scale), (gst_pixbufscale_chain):
6887         * ext/gdk_pixbuf/pixbufscale.h:
6888           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
6889           to ensure rowstrides are calculated the same way as 
6890           ffmpegcolorspace
6891           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
6892           that we pick up duration and offset also.
6893
6894 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6895
6896         * gst/avi/gstavimux.c: (gst_avimux_class_init),
6897         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
6898           Reusability fixes.
6899
6900 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6901
6902         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
6903         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6904         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
6905         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
6906           Update flags when requested.
6907
6908 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6909
6910         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6911           Fix dmix.
6912
6913 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6914
6915         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6916         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
6917         (probe_triggered), (new_decoded_pad), (gen_source_element),
6918         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
6919         * gst/playback/gstplaybasebin.h:
6920         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6921         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
6922         (gst_play_bin_change_state):
6923           Implement group-switch signal for use in apps to clear metadata
6924           cache, clean up subtitle, add suburi property instead of # hack,
6925           some error-out fixes.
6926
6927 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6928
6929         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6930           Debug.
6931         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
6932           If we got a state change in the _get handler, don't return success.
6933
6934 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6935
6936         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
6937         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
6938           Make jpegdec quiet on MJPEG decoding
6939         * gst/asfdemux/README:
6940           Fix mimetypes for MJPEG and H263
6941
6942 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6943
6944         * ext/theora/theoradec.c: (theora_dec_chain):
6945           Fix broken code generation by gcc by swapping arguments.
6946         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6947           Fix \n in debug.
6948
6949 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6950
6951         * TODO:
6952           delete this file, it is by far outdated
6953         * ext/alsa/gstalsa.1: remove
6954         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
6955         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
6956         (gst_alsa_get_caps):
6957           Add HW probing for supported sample rates. Fixes #161704
6958
6959 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6960
6961         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6962           Don't crash, biatch! :).
6963
6964 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6965
6966         * ext/musepack/gstmusepackreader.cpp:
6967         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
6968           Some work on tags - still doesn't work in playbin...
6969         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6970           Handle events...
6971
6972 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6973
6974         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
6975           Also shove tags on kid pads.
6976
6977 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6978
6979         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
6980           Don't bail on unknown events.
6981         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6982           Don't crash on events before negotiation.
6983         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6984           Send tags on pads, too.
6985         * gst/playback/gststreamselector.c:
6986         (gst_stream_selector_request_new_pad):
6987           Forward events on first pad if no input was selected yet.
6988
6989 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6990
6991         * gst/playback/gstplaybasebin.c: (setup_substreams):
6992           Don't disable streamtype if the stream doesn't exist, since
6993           then playing a video after audio will disable both and nothing
6994           will happen. Fixes the testsuite.
6995
6996 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6997
6998         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
6999         (gst_v4l_xoverlay_set_xwindow_id):
7000         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7001         (gst_v4l2_xoverlay_set_xwindow_id):
7002           Add debug categories, fix overlay disabling.
7003
7004 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7005
7006         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7007         * ext/alsa/gstalsa.h:
7008           Add HW probing for period_count/size and buffer_size MIX/MAX
7009           Adjust default/user defined value if out of bounds
7010           Should fix bug #162024
7011
7012 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7013
7014         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7015           Fix warning (#161191).
7016
7017 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7018
7019         * ext/dvdread/stream_labels.c:
7020         (dvdreadsrc_get_audio_stream_labels):
7021           Fix warning (init the good variable in switch default)
7022
7023 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7024
7025         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7026
7027         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7028           Fix gcc-2.95 compile (#163485).
7029
7030 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7031
7032         * configure.ac:
7033         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7034         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7035         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7036         (gst_flacenc_change_state):
7037         * ext/flac/gstflacenc.h:
7038           Update for API change in flac-1.1.1. Update requirement in
7039           configure.ac. Fixes #162974.
7040
7041 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7042
7043         * gst/playback/gstplaybasebin.c: (group_destroy):
7044           Remove hack to get rid of assert and get rid of unlinked
7045           signals properly.
7046
7047 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7048
7049         * gst/playback/gstplaybasebin.c: (setup_source):
7050           Set source to NULL so that resources are free'ed. Fixes issues
7051           with playback of CDDA and similar device-accessing things.
7052
7053 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7054
7055         * testsuite/embed/Makefile.am:
7056           test->noinst, fix make test in buildbot.
7057
7058 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7059
7060         * ext/dvdread/stream_labels.c: new file
7061         * ext/dvdread/stream_labels.h: new file
7062         * ext/dvdread/Makefile.am:
7063         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7064           Extract audio stream label from DVD IFO files.
7065           It only dump them on the console for now, still have to
7066           make playbin aware of them.
7067
7068 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7069
7070         * gst/playback/gstplaybasebin.c: (setup_source):
7071           Fix hanging subs.
7072
7073 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7074
7075         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7076         (gen_preroll_element), (remove_groups), (setup_subtitle),
7077         (gen_source_element), (setup_source):
7078         * gst/playback/gstplaybasebin.h:
7079           Multiple .sub files is just a stupid idea... Fix some threading
7080           mistakes. Interestingly, external .sub files cause playbin to
7081           hang, I don't know why... Parsing fixes contributed by Fran??ois
7082           Kooman <fkooman@tuxed.net>.
7083
7084 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7085
7086         * testsuite/embed/Makefile.am:
7087           Fix buildbot.
7088
7089 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7090
7091         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7092
7093         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7094         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7095         (gst_pngenc_set_property):
7096         * ext/libpng/gstpngenc.h:
7097           Add compression level property (#163323).
7098
7099 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7100
7101         * configure.ac:
7102         * examples/capsfilter/capsfilter1.c: (main):
7103         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7104         * ext/dvdread/Makefile.am:
7105         * ext/dvdread/demo-play:
7106         * ext/dvdread/demo-play.c:
7107         * gconf/gstreamer.schemas.in:
7108         * gst-libs/gst/gconf/gconf.c:
7109         * sys/v4l/TODO:
7110         * testsuite/Makefile.am:
7111         * testsuite/embed/Makefile.am:
7112         * testsuite/embed/embed.c: (cb_expose), (main):
7113           Remove all references to xvideosink, fix examples (#140845).
7114         * gst/playback/gstplaybasebin.c: (group_destroy):
7115           Apparently, disposal does not unlink - so do explicitely.
7116         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7117           Add debug.
7118
7119 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7120
7121         * README: fix PKG_CONFIG_PATH instructions, what was there
7122         previously was breaking default search path, not nice. 
7123         Fixes #163358
7124
7125 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7126
7127         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7128         (gst_audioscale_chain):
7129           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7130           when resampling - how the ^@$^!@^! is this possible?!?
7131
7132 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7133
7134         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7135           Reset variables on READY.
7136         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7137         (gst_matroska_mux_loop):
7138           Require data before writing header.
7139
7140 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7141
7142         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7143
7144         * ext/mad/gstmad.c: (gst_mad_chain):
7145           Don't call mad_stream_sync() directly after recovering sync.
7146           Fixes #151661.
7147
7148 2005-01-09  Martin Eikermann  <meiker@upb.de>
7149
7150         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7151
7152         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7153         (snapshot_handler), (gst_snapshot_sinkconnect),
7154         (gst_snapshot_chain):
7155           Allocate resources when required, fix recursive signal emission
7156           and fix caps. Fixes #161667.
7157
7158 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7159
7160         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7161
7162         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7163         (gst_pngdec_chain):
7164           Handle only 8-bppc (bits-per-pixel-component) images, better
7165           error handling and correct strides. Fixes #163177.
7166         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7167         (gst_pngenc_chain):
7168           Better error handling. Fixes #163348.
7169
7170 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7171
7172         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7173         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7174         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7175         (dvdnavsrc_uri_handler_init):
7176           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7177         * gst/playback/gstplaybasebin.c: (gen_source_element):
7178           Add MMS to streaming URIs.
7179
7180 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7181
7182         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7183         * sys/xvimage/xvimagesink.c:
7184         (gst_xvimagesink_navigation_send_event):
7185           Check for pad availability before sending event.
7186
7187 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7188
7189         * gst-plugins.spec.in:
7190           Add subparse.
7191
7192 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7193
7194         * configure.ac:
7195           Since we use functions from CVS, up requirement.
7196
7197 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7198
7199         * gst/playback/Makefile.am:
7200         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7201         (group_destroy), (group_commit), (group_is_muted),
7202         (gen_preroll_element), (add_stream), (unknown_type),
7203         (probe_triggered), (preroll_unlinked), (mute_stream),
7204         (silence_stream), (new_decoded_pad), (setup_substreams),
7205         (setup_source), (get_active_source), (mute_group_type),
7206         (muted_group_change_state), (set_active_source),
7207         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7208         (play_base_eos), (gst_play_base_bin_change_state):
7209         * gst/playback/gstplaybasebin.h:
7210         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7211         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7212         (gst_stream_info_dispose), (stream_info_mute_pad),
7213         (stream_info_change_state), (gst_stream_info_set_mute):
7214         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7215         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7216         (gst_stream_selector_init), (gst_stream_selector_dispose),
7217         (gst_stream_selector_get_linked_pad),
7218         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7219         (gst_stream_selector_get_linked_pads),
7220         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7221         * gst/playback/gststreamselector.h:
7222           Adding stream selection support plus required properties for
7223           applications to use this. Fully fixes #100931.
7224
7225 2005-01-08  Benjamin Otte  <otte@gnome.org>
7226
7227         * gst/games/gstpuzzle.c: (nav_event_handler):
7228           - handle nav events differently: forward every event no matter if it
7229             was handled or not.
7230           - translate events
7231           You can now cheat by using navigationtest ! puzzle and moving the
7232           mouse close to the edge of a tile. ;)
7233
7234 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7235
7236         * configure.ac:
7237         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7238         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7239         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7240         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7241         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7242         (gst_ogm_parse_plugin_init):
7243         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7244         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7245         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7246         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7247         * ext/pango/gsttextoverlay.h:
7248         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7249         (gst_matroska_demux_handle_seek_event),
7250         (gst_matroska_demux_sync_streams),
7251         (gst_matroska_demux_parse_blockgroup),
7252         (gst_matroska_demux_subtitle_caps),
7253         (gst_matroska_demux_plugin_init):
7254         * gst/matroska/matroska-ids.h:
7255         * gst/playback/gstdecodebin.c: (close_pad_link):
7256         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7257         (gen_preroll_element), (remove_groups), (add_stream),
7258         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7259         (setup_source):
7260         * gst/playback/gstplaybasebin.h:
7261         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7262         * gst/subparse/Makefile.am:
7263         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7264         (gst_subparse_base_init), (gst_subparse_class_init),
7265         (gst_subparse_init), (gst_subparse_formats),
7266         (gst_subparse_eventmask), (gst_subparse_event),
7267         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7268         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7269         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7270         (parse_mpsub_deinit), (parse_mpsub_init),
7271         (gst_subparse_buffer_format_autodetect),
7272         (gst_subparse_format_autodetect), (gst_subparse_loop),
7273         (gst_subparse_change_state), (gst_subparse_type_find),
7274         (plugin_init):
7275         * gst/subparse/gstsubparse.h:
7276         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7277         (plugin_init):
7278           Add subtitle support, .sub parser (supports SRT and MPsub),
7279           OGM text support, Matroska UTF-8 text support, deadlock fixes
7280           all over the place, subtitle awareness in decodebin/playbin
7281           and some fixes to textoverlay to handle subtitles in a stream
7282           correctly. Fixes #100931.
7283
7284 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7285
7286         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7287           Check for pad availability before doing a query on it.
7288
7289 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7290
7291         * ext/dv/gstdvdec.c:
7292           really fix bpp24/32 dvdec caps (classic rgba indeed)
7293         * gst/asfdemux/gstasfdemux.c:
7294         (gst_asf_demux_process_ext_content_desc):
7295           don't send text tags if they are empty (bis repetita)
7296
7297 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7298
7299         * ext/dv/gstdvdec.c:
7300          remove unneeded comment from dvdec
7301           (related to DV 4CC codes in AVI files)
7302           moved them in gstreamer/docs/random/mimetypes
7303         * gst/asfdemux/gstasfdemux.c:
7304         (gst_asf_demux_process_ext_content_desc):
7305          don't send text tags if they are empty
7306          fix mem leak on error path
7307         * gst/ffmpegcolorspace/avcodec.h:
7308         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7309         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7310         (gst_ffmpegcsp_avpicture_fill):
7311         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7312         * gst/ffmpegcolorspace/imgconvert_template.h:
7313          adds BGR32 and BGRA32 to ffmpegcolorspace
7314           (still bad colors, fixing it on next commit)
7315           helps with dvdec outputing BGR32
7316
7317 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7318
7319         * ext/dv/gstdvdec.c:
7320          Fix audio caps i just broke (missing ',')
7321         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7322         (gst_matroska_mux_reset):
7323          Fix typo + add FIXME about old "x-gst-metadata" crap
7324
7325 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7326
7327         * ext/dv/demo-play.c: (main):
7328          xvideosink -> xvimagesink
7329         * ext/dv/gstdvdec.c:
7330          change rgb 32/32 caps to 24/32 (no alpha)
7331          change nb of channels to be a list (2 or 4, not 2)
7332          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7333         * gst/asfdemux/gstasfdemux.c:
7334         (gst_asf_demux_process_ext_content_desc):
7335          Add 'date/year' to extracted metadata list
7336
7337 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7338
7339         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7340           The return value of fixate_to does not imply that the requested
7341           value was set, so don't assume.
7342
7343 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7344
7345         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7346
7347         * ext/libpng/gstpngdec.c:
7348         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7349         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7350         * ext/libpng/gstpngenc.h:
7351           Alpha support (encoder; #163161), mime fixage.
7352
7353 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7354
7355         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7356
7357         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7358         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7359         (gst_faac_set_property), (gst_faac_get_property):
7360         * ext/faac/gstfaac.h:
7361           Allow for ADTS output (#153434).
7362
7363 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7364
7365         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7366           Fix against template (#150576).
7367
7368 2005-01-06  Benjamin Otte  <otte@gnome.org>
7369
7370         * gst/games/gstpuzzle.c: (draw_puzzle):
7371           don't draw a puzzle if either width or height of tiles would be 0.
7372
7373 2005-01-06  Benjamin Otte  <otte@gnome.org>
7374
7375         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7376         (gst_puzzle_class_init), (gst_puzzle_finalize):
7377           no memleaks, please
7378         (gst_puzzle_create), (gst_puzzle_init),
7379         (gst_puzzle_set_property), (gst_puzzle_setup):
7380           change initialization code around so we don't reshuffle on resize
7381         (draw_puzzle):
7382           fix another stupid typo
7383
7384 2005-01-06  Benjamin Otte  <otte@gnome.org>
7385
7386         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7387           fix stupid typo that borked copying on YUY2
7388
7389 2005-01-06  Benjamin Otte  <otte@gnome.org>
7390
7391         * gst/games/gstpuzzle.c: (draw_puzzle):
7392           fix edges when image sizes aren't multiples of tile sizes
7393
7394 2005-01-06  Benjamin Otte  <otte@gnome.org>
7395
7396         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7397           make RGB endianness work correctly
7398         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7399           refactor and fix race with initial shuffling
7400         (nav_event_handler):
7401           allow using the mouse to puzzle
7402         (draw_puzzle):
7403           insist on tiles having width and height as multiples of 4 to get
7404           clean YUV image handling
7405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7406         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7407           s/DEBUG/LOG/ for common messages
7408         (gst_xvimagesink_navigation_send_event):
7409           fix mouse event translation to not include screen PAR
7410         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7411           fix mouse event translation to actually work
7412
7413 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7414
7415         * gst/asfdemux/gstasfdemux.c:
7416         (gst_asf_demux_process_ext_content_desc):
7417          Extract TrackNumber metadata + clean up code
7418         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7419          Hope this is the good fix (var used unitialised)
7420
7421 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7422
7423         * ext/faad/gstfaad.c: (gst_faad_chain):
7424           Only increment timestamp if it's valid. Fixes raw AAC streams.
7425
7426 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7427
7428         * configure.ac:
7429         * gst/games/Makefile.am:
7430         * gst/games/gstpuzzle.c:
7431           add a puzzle game with...
7432         * gst/games/gstvideoimage.c:
7433         * gst/games/gstvideoimage.h:
7434           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7435           from videotestsrc and made into something that would be a nice
7436           library for a lot of other plugins.
7437
7438 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7439
7440         * configure.ac:
7441          don't compile faad plugin if a RC of 2.0 is found
7442          Fixes #155346 (and FC1 buildbot)
7443         * gst/asfdemux/gstasfdemux.c:
7444         (gst_asf_demux_process_ext_content_desc):
7445          try to make Solaris compiler happier
7446
7447 2005-01-06  Paul Jack  <pjack@sfaf.org>
7448
7449         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7450
7451         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7452           Fix segfault (#161667).
7453
7454 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7455
7456         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7457           Fix framerate reporting.
7458
7459 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7460
7461         * gst-libs/gst/riff/riff-ids.h:
7462         * gst/wavenc/riff.h:
7463          Add AMR (VBR and CBR) ids to riff.h audio codec list
7464         * gst/asfdemux/gstasfdemux.c:
7465         (gst_asf_demux_process_ext_content_desc),
7466         (gst_asf_demux_process_object):
7467           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7468
7469 2005-01-05  Martin Eikermann  <meiker@upb.de>
7470
7471         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7472
7473         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7474         (gst_dvd_demux_handle_discont):
7475         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7476         (gst_mpeg_demux_handle_discont):
7477           Recreate pads on new-media (#160730).
7478         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7479           Send discont even if manager changes timestamps (#161929).
7480
7481 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7482
7483         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7484
7485         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7486           Fix invalid memory access (#159211).
7487
7488 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7489
7490         * examples/gstplay/player.c: (main):
7491           Don't iterate.
7492         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7493           Add visualizations.
7494         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7495         (gst_a52dec_handle_frame):
7496           Set duration.
7497         * ext/dvdnav/gst-dvd:
7498           Add audioconvert. Fixes #161325.
7499         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7500           Explicitely case to gint64. Possible valgrind error.
7501         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7502         (gst_play_tick_callback), (gst_play_change_state),
7503         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7504         (gst_play_set_location), (gst_play_get_location),
7505         (gst_play_seek_to_time), (gst_play_set_data_src),
7506         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7507         (gst_play_set_visualization), (gst_play_connect_visualization),
7508         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7509         (gst_play_new):
7510           Use playbin. Fixes #139749 and #147744.
7511         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7512           Add genre tag.
7513         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7514         (audioscale_get_type), (gst_audioscale_base_init),
7515         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7516         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7517         (gst_audioscale_link), (gst_audioscale_get_buffer),
7518         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7519         (gst_audioscale_init), (gst_audioscale_dispose),
7520         (gst_audioscale_chain), (gst_audioscale_set_property),
7521         (gst_audioscale_get_property), (plugin_init):
7522           Indent properly.
7523         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7524           Fix LPCM.
7525         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7526         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7527         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7528           Add more metadata (fixes #162656).
7529
7530 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7531
7532         * configure.ac:
7533           back to cvs
7534
7535 === release 0.8.7 ===
7536
7537 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7538
7539         * NEWS:
7540         * RELEASE:
7541         * configure.ac:
7542           releasing 0.8.7, "Hyperspace"
7543
7544 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7545
7546         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7547
7548         * gst/playback/gstplaybasebin.c:
7549          Fix for #162924 - free caps after use, not before
7550
7551 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7552
7553         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7554
7555         * gst/playback/gstplaybasebin.c:
7556         * gst/wavparse/gstwavparse.c:
7557           Fix for #154773 - fixes playback of small .wav files
7558
7559 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7560
7561         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7562
7563         * gst/audioscale/gstaudioscale.c:
7564           Fix for #162819 - make audioscale reusable
7565           Fixes playback of more than one file with playbin/totem
7566
7567 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7568
7569         * gst/ffmpegcolorspace/avcodec.h:
7570         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7571         * gst/ffmpegcolorspace/imgconvert.c:
7572           clean up the mess that made me cry and avoid needless duplication
7573
7574 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7575
7576         * gst/ffmpegcolorspace/imgconvert.c:
7577           give some indication of why we're segfaulting
7578
7579 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7580
7581         * configure.ac:
7582           Fix indentation, fix v4l2 plugin detection.
7583         * ext/Makefile.am:
7584           Fix libmms location (Maciej, use diff -u!).
7585         * ext/alsa/gstalsa.c: (gst_alsa_init):
7586           Initialize caps cache to NULL.
7587         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7588           Only change state on audiosink if it exists.
7589
7590 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7591
7592         * gst/matroska/matroska-demux.c:
7593         * gst/matroska/matroska-ids.h:
7594         * gst/matroska/matroska-demux.h:
7595         Fix Vorbis streams failing to decode in some files, where cluster_time
7596         isn't 0, because then it doesn't send codec_priv before actual data.
7597         Remove time-based test and replace it with marker set on beginning of
7598         new stream
7599
7600 2004-12-28  David Schleef  <ds@schleef.org>
7601
7602         Merge patch from Ronald fixing problems with streaming
7603         text.
7604         * ext/cairo/gstcairo.c: (plugin_init):
7605         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7606         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7607         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7608         (gst_textoverlay_font_init), (gst_textoverlay_init),
7609         (gst_textoverlay_set_property):
7610         * ext/cairo/gsttextoverlay.h:
7611
7612 2004-12-27  David Schleef  <ds@schleef.org>
7613
7614         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7615         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7616         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7617         (gst_textoverlay_font_init), (gst_textoverlay_init),
7618         (gst_textoverlay_set_property): Improvements to actually
7619         render text as white on black outline on video, including
7620         font selection and horizontal/vertical alignment.  (Ronald's
7621         christmas present)
7622         * ext/cairo/gsttextoverlay.h:
7623
7624 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7625
7626         * ext/ogg/gstogg.c:
7627         * ext/ogg/gstogmparse.c:
7628           fix ogm[audio/video]parse plugin registration
7629           (riff won't load if bytestream is already loaded)
7630
7631 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7632
7633         * gst/audioconvert/gstchannelmix.c:
7634           fix for GLIB < 2.4
7635
7636 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7637
7638         * Makefile.am:
7639         * configure.ac:
7640           disable docs again until it actually passes make distcheck.
7641
7642 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7643
7644         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7645         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7646         (plugin_init):
7647           Add 3GP (variables name Q3GP because they can't start with a
7648           number). Add samr audio fourcc (used in .3gp files), decoder
7649           is work in progress. Also do a GST_WARNING instead of ERROR
7650           in case of unknown nodes, to decrease output.
7651
7652 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7653
7654         * Makefile.am:
7655           really fix dist
7656
7657 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7658
7659         * configure.ac:
7660         * ext/speex/gstspeexdec.h:
7661         * ext/speex/gstspeexenc.h:
7662           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7663           Fix detection code in configure.ac
7664
7665 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7666
7667         * gst/matroska/matroska-demux.c:
7668         (gst_matroska_demux_parse_blockgroup):
7669           Save position, so that queries give proper return values. Don't
7670           know how this could ever have worked before...
7671
7672 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7673
7674         * configure.ac:
7675           Put additional LAME check inside the conditional.  Fixes #152339
7676
7677 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7678
7679         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7680         (gst_avi_demux_stream_scan):
7681           Add some more debug. Fix logic error when setting movi offset
7682           while reading index.
7683
7684 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7685
7686         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7687         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7688         (gst_avi_demux_process_next_entry):
7689           Add some debugging. Better detection of broken indexes and the
7690           accompanying index recovery. No infinite loops on state changes
7691           when we're still in our loopfunction.
7692
7693 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7694
7695         * configure.ac:
7696           Fix up.
7697
7698 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7699
7700         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7701
7702         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7703           Normalizing the value before setting
7704         (gst_sunaudiomixer_get_volume):
7705           Normalizing the value after getting. Fixes bug# 161980
7706
7707 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7708
7709         * Makefile.am: Make sure docs gets disted
7710         * docs/Makefile.am: Make sure all needed files get disted
7711         * gst-plugins.spec.in: latest updates
7712
7713 2004-12-22  Wim Taymans  <wim@fluendo.com>
7714
7715         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7716         Revert patch 1.38 as clock distribution over schedulers does
7717         not work correcly in the core yet.
7718
7719 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7720
7721         * sys/oss/README: remove this file, which predates my birth
7722           (and which content is by far outdated)
7723
7724 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7725
7726         * Makefile.am:
7727         * configure.ac:
7728         * docs/Makefile.am:
7729         * docs/libs/Makefile.am:
7730         * docs/libs/gst-plugins-libs-docs.sgml:
7731         * docs/libs/gst-plugins-libs-sections.txt:
7732         * docs/libs/tmpl/gstgconf.sgml:
7733         * docs/upload.mak:
7734         * docs/version.entities.in:
7735           Added boilerplate gtk-doc files for plugin-libs documentation.
7736
7737 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7738
7739         * gst/auparse/gstauparse.c: fix int and float audio caps
7740
7741 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7742
7743         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7744         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7745           g_assert() can be a macro, don't use #ifdef inside it.
7746
7747 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7748
7749         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7750
7751         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7752         (gst_videorate_init), (gst_videorate_chain),
7753         (gst_videorate_change_state):
7754           Event handling (fixes #159986).
7755
7756 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7757
7758         * gst-libs/gst/riff/riff-media.c:
7759         (gst_riff_create_video_caps_with_data):
7760           Add BLZ0 (Blizzard's version of DivX) fourcc.
7761
7762 2004-12-18  David Schleef  <ds@schleef.org>
7763
7764         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
7765         portability fix.
7766
7767 2004-12-18  David Schleef  <ds@schleef.org>
7768
7769         * gst/tta/ttadec.h: Disable some header code that isn't used
7770         and clearly isn't portable.
7771
7772 2004-12-18  David Schleef  <ds@schleef.org>
7773
7774         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
7775         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7776         (avcodec_get_pix_fmt), (avpicture_layout),
7777         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
7778         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
7779         Fix code to not use GCC extensions (and c99 extensions that
7780         Forte does not like.)
7781
7782 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7783
7784         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7785
7786         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
7787         (gst_deinterlace_chain):
7788           Rowstride fixes. Fixes #161039.
7789         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
7790         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
7791         (gst_video_crop_getcaps), (gst_video_crop_link),
7792         (gst_video_crop_i420), (gst_video_crop_chain),
7793         (gst_video_crop_change_state):
7794           Rework of negotiation. Actually works now. Fixes #158650.
7795
7796 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7797
7798         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
7799           That was very stupid.
7800
7801 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7802
7803         * gst/matroska/matroska-demux.c:
7804         (gst_matroska_demux_parse_blockgroup):
7805           Fix possible crasher.
7806
7807 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7808
7809         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
7810         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
7811           Lace sizes can be zero.
7812
7813 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7814
7815         * ext/musepack/gstmusepackdec.cpp:
7816           Fetch error return values. Fixes #161624.
7817         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7818           Really EOS.
7819
7820 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7821
7822         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7823           Work for truncated (unfinished download etc.) files. Fixes #160514.
7824
7825 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7826
7827         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7828           Fix for integer overflow. Makes #156001 not crash. Probably masks
7829           the real bug.
7830
7831 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7832
7833         * gst/ac3parse/gstac3parse.c: (plugin_init):
7834           Parsers never have ranks. Fixes #159651.
7835
7836 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7837
7838         * gst/playback/gstdecodebin.c: (compare_ranks):
7839           make sure the facotries are ordered the same every time even if they
7840           have the same rank by using the name
7841         * gst/playback/gstdecodebin.c: (find_compatibles):
7842           make sure we don't add factories to the list twice
7843
7844 2004-12-16  David Schleef  <ds@schleef.org>
7845
7846         * configure.ac: look for musepack headers as musepack/*.h
7847         (fixes #159847)
7848         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
7849         * ext/musepack/gstmusepackreader.h: same
7850
7851 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7852
7853         * gst-libs/gst/riff/riff-read.c:
7854         (gst_riff_read_strf_auds_with_data):
7855           Read extradata correctly (fixes #155879).
7856
7857 2004-12-16  David Schleef  <ds@schleef.org>
7858
7859         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
7860         audio.  does _not_ attempt or allow conversion unless channels
7861         is 1 or 2.
7862
7863 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7864
7865         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
7866
7867 2004-12-16  David Schleef  <ds@schleef.org>
7868
7869         * gst/audioscale/gstaudioscale.c: the resample library only
7870         handles 1 or 2 channels.  Change caps to compensate.
7871
7872 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7873
7874         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
7875         (gst_matroska_demux_audio_caps):
7876           Some MPEG-AAC hacks, because else it doesn't work...
7877
7878 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7879
7880         * gst-libs/gst/riff/riff-media.c:
7881         (gst_riff_create_video_caps_with_data),
7882         (gst_riff_create_video_template_caps):
7883           Add h264.
7884
7885 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7886
7887         * gst-libs/gst/audio/Makefile.am:
7888           Try to fix buildbot.
7889
7890 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7891
7892         * gst/tcp/gstmultifdsink.c:
7893           Clean up and uniformize debugging.
7894
7895 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
7896
7897         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7898
7899         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7900         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
7901         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
7902         (gst_mpeg_demux_change_state):
7903           Reset on ready. Fixes 160276.
7904
7905 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7906
7907         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7908
7909         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7910         (gst_ffmpegcsp_pad_link):
7911           Fix memleak (#154815).
7912
7913 2004-12-16  James Bowes  <bowes@cs.dal.ca>
7914
7915         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7916
7917         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
7918         (gst_musicbrainz_init), (gst_musicbrainz_chain),
7919         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
7920         * ext/musicbrainz/gsttrm.h:
7921           Add support for using a proxy server when getting a trm id from
7922           the MusicBrainz database (#149613).
7923
7924 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
7925
7926         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7927
7928         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
7929         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7930           Fix memleaks (#157233).
7931
7932 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7933
7934         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7935
7936         * gst-libs/gst/resample/resample.c: (gst_resample_close):
7937         * gst-libs/gst/resample/resample.h:
7938         * gst/audioscale/gstaudioscale.c:
7939           Fix memleak (#159215).
7940
7941 2004-12-16  Toni Willberg  <toniw@iki.fi>
7942
7943         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7944
7945         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7946         * sys/oss/oss_probe.c: (main):
7947           Check for mono/stereo support (similar to samplerate probing),
7948           fixes #159433. Also add missing copyright header to oss_probe.c.
7949
7950 2004-12-15  David Schleef  <ds@schleef.org>
7951
7952         * configure.ac: add audioresample and cairo plugins.  Remove
7953         HAVE_MMX stuff, because it's not used.
7954         * ext/Makefile.am: same
7955         * ext/audioresample/Makefile.am: You are not ready for an
7956         audio resampling element based on audioresample.
7957         * ext/audioresample/gstaudioresample.c:
7958         * ext/audioresample/gstaudioresample.h:
7959         * ext/cairo/Makefile.am: You are not ready for overlay elements
7960         based on cairo.  Don't look too closely, these elements kinda
7961         suck right now.
7962         * ext/cairo/gstcairo.c: new
7963         * ext/cairo/gsttextoverlay.c: new
7964         * ext/cairo/gsttextoverlay.h: new
7965         * ext/cairo/gsttimeoverlay.c: new
7966         * ext/cairo/gsttimeoverlay.h: new
7967         * gst-libs/gst/media-info/media-info-priv.h: fix compile
7968         problem with compilers that don't support variadic macros.
7969
7970 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
7971
7972         Reviewed by:  David Schleef  <ds@schleef.org>
7973
7974         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
7975         Bala, registering sunaudiosrc (oops!), and cleaning up code a
7976         bit.  Also ran indent-gst.
7977         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
7978         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
7979         (gst_sunaudiosrc_setparams):
7980
7981 2004-12-14  David Schleef  <ds@schleef.org>
7982
7983         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
7984         output rate to 16000.  Should fix #160235.
7985
7986 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7987
7988         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7989         Add typefinding for mpeg2 pes streams
7990
7991 2004-12-13  David Schleef  <ds@schleef.org>
7992
7993         * configure.ac:  Applied patch from bug #143659, making default
7994         sources and sinks OS-dependent (for Solaris), and added code
7995         for OS/X.
7996         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
7997
7998 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7999
8000         * gst-libs/gst/riff/riff-media.c:
8001           forgot to add h2.64 to avidemux template caps
8002
8003 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8004
8005         * gst/wavenc/riff.h:
8006         * gst-libs/gst/riff/riff-media.c:
8007         * gst-libs/gst/riff/riff-ids.h:
8008         * gst/avi/gstavimux.c
8009         add 4CC code for VideoSoft h264 in AVI (VSSH)
8010           fixes bug #160655
8011         remove s323 from riff, it's quicktime specific :(
8012
8013 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8014
8015         * gst/asfdemux/README
8016         * gst/wavenc/riff.h
8017         * gst-libs/gst/riff/riff-ids.h
8018         * gst-libs/gst/riff/riff-media.c
8019         * gst/qtdemux/qtdemux.c:
8020           add new 4CC codes for h263 related codecs
8021           fixes partially bug #155163
8022
8023 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8024
8025         * configure.ac: Update polyaudio requirement to 0.7
8026         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8027
8028 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8029
8030         * gst/interleave/deinterleave.c:
8031         fix my name's spelling! :)
8032
8033 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8034
8035         * AUTHORS ChangeLog
8036         * gst/auparse/gstauparse.c
8037         * gst/interleave/deinterleave.c
8038         * gst/law/:
8039                 alaw-decode.c alaw-encode.c
8040                 mulaw-decode.c mulaw-encode.c
8041         * gst/oneton/gstoneton.c
8042         * sys/osxaudio/:
8043                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8044         * sys/osxvideo/:
8045                 cocoawindow.h cocoawindow.m
8046                 osxvideosink.h osxvideosink.m
8047
8048         put the same mail address for Zaheer Abbas Merali everywhere
8049
8050 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8051
8052         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8053           Align by packetsize, and assert that we a packet available before
8054           playing. The first makes webstreams work (they often include
8055           trailing padding data in a packet), the second allows pausing a
8056           ASF stream in totem without getting demux errors afterwards.
8057
8058 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8059
8060         * ext/ogg/gstoggdemux.c: (get_relative):
8061           Check for non-NULL before accessing member (end-of-chain).
8062
8063 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8064
8065         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8066         (cdparanoia_set_property), (cdparanoia_get_property):
8067         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8068         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8069         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8070         (dvdreadsrc_init), (dvdreadsrc_set_property),
8071         (dvdreadsrc_get_property):
8072         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8073         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8074           Synchronize property names where not yet the case. Devices are
8075           now device=X, other versions are deprecated (but still exist).
8076           Also use g_free() unconditionally.
8077         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8078         (setup_source), (gst_play_base_bin_get_property):
8079           Expose source.
8080
8081 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8082
8083         * configure.ac: move GCONF macro outside conditional for the am
8084           conditional. Fixes #160439
8085
8086 2004-12-08  David Schleef  <ds@schleef.org>
8087
8088         * tools/gst-visualise-m.m: Switch to elements that currently
8089         exist.
8090
8091 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8092
8093         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8094           We love wrong commas.
8095
8096 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8097
8098         * gst/matroska/matroska-demux.c:
8099         (gst_matroska_demux_handle_src_query):
8100           Don't set DEFAULT, unsupported - makes length display incorrectly
8101           in some cases.
8102
8103 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8104
8105         * gst/monoscope/README: remove blurb about files being GPL
8106         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8107         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8108           monoscope is now effectively LGPL licensed
8109
8110 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8111
8112         * gst/monoscope/README: Update information to be more correct
8113         * gst/monoscope/convolve.c: Relicense to LGPL
8114         * gst/monoscope/convolve.h: Relicense to LGPL
8115
8116 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8117
8118         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8119           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8120         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8121           set default_duration for mpeg1 audio
8122
8123 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8124
8125         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8126         * ext/alsa/gstalsa.h:
8127           refactor big chunks of the core caps negotiation code to make it
8128           a lot faster, because people claim it's really slow
8129           (actually, just cache the getcaps when the device is opened)
8130
8131 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8132
8133         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8134         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8135         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8136         (gst_a52dec_change_state), (plugin_init):
8137         * ext/a52dec/gsta52dec.h:
8138           Do something useful with timestamps. Make chain-based (since
8139           there's really no reason to be loopbased).
8140         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8141           Update current_byte/frame correctly.
8142
8143 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8144
8145         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8146         (gst_ape_demux_stream_init):
8147           Forward tags, too.
8148
8149 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8150
8151         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8152           Let's make sure we're done typefinding when detecting tags.
8153
8154 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8155
8156         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8157         (gst_ebml_read_init), (gst_ebml_read_use_event),
8158         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8159         (gst_ebml_read_seek), (gst_ebml_read_skip),
8160         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8161         (gst_ebml_read_master):
8162         * gst/matroska/ebml-read.h:
8163         * gst/matroska/matroska-demux.c:
8164         (gst_matroska_demux_parse_contents),
8165         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8166           Disgustingly evil hack for working around INTERRUPT events and
8167           their extremely annoying habit of being a pain in the ass. We
8168           simply peek a cluster before reading any of it.
8169
8170 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8171
8172         * ext/musepack/gstmusepackdec.cpp:
8173           There's also floating point libmusepacks.
8174
8175 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8176
8177         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8178         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8179           Set DURATION even if source buffer didn't. Also use increasing
8180           timestamps.
8181         * gst-libs/gst/riff/riff-media.c:
8182         (gst_riff_create_audio_caps_with_data):
8183           Block_align can have larger values than 8192.
8184
8185 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8186
8187         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8188         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8189         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8190         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8191           Fix caps.
8192
8193 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8194
8195         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8196           Fix logic bug.
8197
8198 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8199
8200         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8201           Yay, another one.
8202
8203 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8204
8205         * ext/esd/esdsink.c: (gst_esdsink_chain):
8206           Make error actually say something useful (fixes #156798).
8207         * gst-libs/gst/riff/riff-media.c:
8208         (gst_riff_create_video_caps_with_data),
8209         (gst_riff_create_video_template_caps):
8210           Add Intel Video 5.0 fourcc (IV50).
8211
8212 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8213
8214         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8215         detection on mono and stereo mp3 files.
8216
8217 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8218
8219         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8220           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8221           the contained stream).
8222
8223 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8224
8225         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8226           Oops, remove debug.
8227
8228 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8229
8230         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8231
8232         * gst/law/alaw-decode.c: (alawdec_getcaps):
8233         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8234           Prevent warnings when negotiating caps (fixes #159338).
8235
8236 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8237
8238         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8239         (gst_ffmpegcsp_chain):
8240           Remove old leftover that shouldn't be there...
8241
8242 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8243
8244         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8245
8246         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8247           Don't forward DISCONT events (fixes #159684).
8248
8249 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8250
8251         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8252           Unlink manually since sometimes bin disposal (and therefore
8253           pad unlinking) is delayed, which will cause a new media file
8254           to not be able to start playing instantly.
8255
8256 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8257
8258         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8259           On mute of an unlinked stream, check for pad availability so
8260           we don't crash on unlinked pad.
8261
8262 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8263
8264         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8265         (gst_avi_demux_massage_index):
8266           Fix quite humiliating bug in omitting 0-sized index chunks but
8267           forgetting to count them for timestamps.
8268
8269 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8270
8271         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8272           Actually leave the loop if we failed to sync. Don't crash.
8273
8274 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8275
8276         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8277         (gst_dvd_demux_process_private):
8278         * gst/mpegstream/gstdvddemux.h:
8279           Fix crash (#159759). Doesn't work, though. :-(.
8280
8281 2004-11-28  Benjamin Otte  <otte@gnome.org>
8282
8283         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8284           more overwriting protection due to modifying channels one by one
8285           instead of all at once
8286
8287 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8288
8289         * gst/audioconvert/gstchannelmix.c:
8290         (gst_audio_convert_fill_normalize):
8291           Normalize using absolute values.
8292
8293 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8294
8295         * configure.ac:
8296         * ext/Makefile.am:
8297         * ext/directfb/Makefile.am:
8298         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8299         (gst_directfbvideosink_get_pixel_format),
8300         (gst_directfbvideosink_get_format_from_fourcc),
8301         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8302         (gst_directfbvideosink_sink_link),
8303         (gst_directfbvideosink_change_state),
8304         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8305         (gst_directfbvideosink_buffer_alloc),
8306         (gst_directfbvideosink_interface_supported),
8307         (gst_directfbvideosink_interface_init),
8308         (gst_directfbvideosink_navigation_send_event),
8309         (gst_directfbvideosink_navigation_init),
8310         (gst_directfbvideosink_set_property),
8311         (gst_directfbvideosink_get_property),
8312         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8313         (gst_directfbvideosink_base_init),
8314         (gst_directfbvideosink_class_init),
8315         (gst_directfbvideosink_get_type), (plugin_init):
8316         * ext/directfb/directfbvideosink.h: Adding a first version of
8317         directfbvideosink.
8318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8319         more.
8320
8321 2004-11-28  Benjamin Otte  <otte@gnome.org>
8322
8323         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8324           walk the samples backwards if out_channels > in_channels so we don't
8325           overwrite data
8326
8327 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8328
8329         * gst/audioconvert/Makefile.am:
8330         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8331         (gst_audio_convert_link), (gst_audio_convert_change_state),
8332         (gst_audio_convert_channels):
8333         * gst/audioconvert/gstchannelmix.c:
8334         (gst_audio_convert_unset_matrix),
8335         (gst_audio_convert_fill_identical),
8336         (gst_audio_convert_fill_compatible),
8337         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8338         (gst_audio_convert_fill_others),
8339         (gst_audio_convert_fill_normalize),
8340         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8341         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8342         * gst/audioconvert/gstchannelmix.h:
8343           Implement a channel mixer.
8344
8345 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8346
8347         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8348         * ext/alsa/gstalsa.h:
8349         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8350         Make alsasink actually honor gst_element_set_clock and use that
8351         clock instead of its internal one.
8352
8353 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8354
8355         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8356         (gst_play_base_bin_change_state): nullify source and decoder when
8357         going from READY to NULL so that we don't try to do weird stuff with
8358         them when going from NULL to READY
8359         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8360         instead of g_object_unref
8361         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8362         it should be correct
8363         (gst_play_bin_change_state): don't call remove_sinks if we are
8364         currently disposing the object
8365
8366 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8367
8368         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8369           Don't forget bass if it's there. Else left channel is silent...
8370
8371 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8372
8373         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8374         (gst_a52dec_change_state):
8375           Don't do sample adjusting anymore, we use float audio now.
8376         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8377           Don't fixate to non-existing properties.
8378
8379 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8380
8381         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8382         (gst_a52dec_change_state):
8383           Advertise that we can do surround sound.
8384
8385 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8386
8387         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8388           Add buffer-frames=0.
8389         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8390         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8391         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8392         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8393         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8394         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8395         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8396         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8397         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8398         * ext/dvdread/dvdreadsrc.h:
8399           Add seeking, querying for bytes, sectors, title, angle and
8400           chapter. Handle multiple chapters. Relicense to LGPL because
8401           Billy agreed on that (thanks Billy!).
8402
8403 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8404
8405         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8406         call parent dispose method
8407
8408 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8409
8410         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8411         (gst_audio_clock_get_internal_time):
8412         Fix active <-> inactive transitions: ensure time value always
8413         grows and avoid abrupt value changes.
8414
8415 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8416
8417         * configure.ac:
8418         * gst/tta/Makefile.am:
8419         * gst/tta/crc32.h:
8420         * gst/tta/filters.h:
8421         * gst/tta/gsttta.c:
8422         * gst/tta/gstttadec.c:
8423         * gst/tta/gstttadec.h:
8424         * gst/tta/gstttaparse.c:
8425         * gst/tta/gstttaparse.h:
8426         * gst/tta/ttadec.h:
8427           added TTA parser and decoder
8428
8429 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8430
8431         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8432         (probe_triggered), (check_queue), (buffer_underrun),
8433         (buffer_running), (buffer_overrun), (gen_source_element),
8434         (setup_source):
8435         * gst/playback/gstplaybasebin.h:
8436           Implement buffering. Needs some more work.
8437
8438 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8439
8440         * ext/theora/theoradec.c: (theora_dec_chain):
8441           Fix ilog mask range overflow.
8442
8443 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8444
8445         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8446           Don't omit the last (which in case of dmix is the only :) )
8447           channel count. Don't set channels if <= 2.
8448
8449 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8450
8451         * gst/playback/gstplaybin.c: (gen_video_element),
8452         (gen_audio_element): Removed 2 obsolete comments
8453
8454 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8455
8456         * ext/vorbis/oggvorbisenc.c
8457         * ext/vorbis/vorbisenc.c :
8458           change description fields of those plugins to differentiate them
8459           (pitivi show Encoders by description, they had the same one)
8460
8461 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8462
8463         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8464
8465         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8466         (gst_play_bin_set_property), (gen_video_element),
8467         (gen_audio_element):
8468           Refcounting fixes for provided audio-/videosinks.
8469
8470 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8471
8472         * gst/playback/gstplaybin.c: (gen_video_element),
8473         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8474           Don't reference all sinks, but only the video- and audiosinks.
8475           The vis. element should be disposed when we're done with it.
8476           We don't have any reason to keep it around. This fixes warnings
8477           when reusing playbin for playing multiple audio files with
8478           vis. enabled. Also release audio device on pause - idea stolen
8479           from Rhythmbox.
8480
8481 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8482
8483         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8484         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8485         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8486         * ext/alsa/gstalsaplugin.c: (plugin_init):
8487         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8488         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8489         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8490         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8491         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8492         (gst_faad_change_state), (plugin_init):
8493         * ext/faad/gstfaad.h:
8494         * ext/vorbis/vorbis.c: (plugin_init):
8495         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8496         * gst-libs/gst/audio/Makefile.am:
8497         * gst-libs/gst/audio/audio.c: (plugin_init):
8498         * gst-libs/gst/audio/multichannel.c:
8499         (gst_audio_check_channel_positions),
8500         (gst_audio_get_channel_positions),
8501         (gst_audio_set_channel_positions),
8502         (gst_audio_set_structure_channel_positions_list),
8503         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8504         (gst_audio_fixate_channel_positions):
8505         * gst-libs/gst/audio/multichannel.h:
8506         * gst-libs/gst/audio/testchannels.c: (main):
8507         * gst/audioconvert/gstaudioconvert.c:
8508         (gst_audio_convert_class_init), (gst_audio_convert_init),
8509         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8510         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8511         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8512         * gst/audioconvert/plugin.c: (plugin_init):
8513           Surround sound support.
8514
8515 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8516
8517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8518           Fix position for discont if we're close as well. Nitpicking, but
8519           saves a few milliseconds of extra waiting or skipping.
8520
8521 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8522
8523         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8524           We sometimes need parsers for playback, so add those too.
8525
8526 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8527
8528         * configure.ac:
8529         * gst/apetag/Makefile.am:
8530         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8531         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8532         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8533         (gst_ape_demux_get_src_query_types),
8534         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8535         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8536         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8537         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8538         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8539         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8540         (gst_ape_demux_change_state):
8541         * gst/apetag/apedemux.h:
8542         * gst/apetag/apetag.c: (plugin_init):
8543         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8544         (plugin_init):
8545           APE v1/2 tag reader plus typefind function.
8546
8547 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8548
8549         * configure.ac:
8550         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8551         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8552           Remove hacks for older core. Require newer core version
8553           accordingly.
8554
8555 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8556
8557         * gst/cdxaparse/Makefile.am:
8558         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8559         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8560         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8561         * gst/cdxaparse/gstcdxaparse.h:
8562         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8563         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8564         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8565         (gst_cdxastrip_get_src_query_types),
8566         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8567         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8568         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8569         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8570         * gst/cdxaparse/gstcdxastrip.h:
8571           SVCD/VCD header stripping separated from CDXA image parsing.
8572         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8573         (plugin_init):
8574           Add VCD/SVCD header typefinding for VCD/SVCD.
8575         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8576         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8577         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8578         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8579         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8580         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8581         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8582         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8583         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8584         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8585         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8586         * sys/vcd/vcdsrc.h:
8587           Fix up, add seeking, querying, URI interface. Works in totem now.
8588
8589 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8590
8591         * configure.ac:
8592           back to CVS
8593
8594 === release 0.8.6 ===
8595
8596 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8597
8598         * NEWS:
8599         * RELEASE:
8600         * configure.ac:
8601         * po/af.po:
8602         * po/az.po:
8603         * po/cs.po:
8604         * po/en_GB.po:
8605         * po/hu.po:
8606         * po/it.po:
8607         * po/nb.po:
8608         * po/nl.po:
8609         * po/or.po:
8610         * po/sq.po:
8611         * po/sr.po:
8612         * po/sv.po:
8613         * po/uk.po:
8614           releasing 0.8.6, "IOU Love"
8615
8616 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8617
8618         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8619
8620         * gst/playback/gstplaybasebin.c:
8621           Fix unplayable files error handling.  Fixes #158365
8622
8623 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8624
8625         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8626
8627         * gst/typefind/gsttypefindfunctions.c:
8628           Fix broken mp3 typefinding.  Fixes #158375
8629
8630 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8631
8632         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8633
8634         * ext/ogg/gstoggdemux.c:
8635           Fix sync on broken files.  Fixes #158976
8636
8637 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8638
8639         patch by: Edward Hervey <bilboed@bilboed.com>
8640
8641         * ext/libpng/gstpngenc.c:
8642           Copy over buffer properties.  Fixes #158832
8643
8644 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8645
8646         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8647
8648         * ext/dvdread/dvdreadsrc.c:
8649           Fixes invalid reads (#158462)
8650
8651 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8652
8653         * sys/v4l/gstv4lsrc.c:
8654         * sys/v4l/gstv4lsrc.h:
8655         * sys/v4l/v4lsrc_calls.c:
8656           Probe less and cache it.  Fixes #159187.
8657
8658 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8659
8660         * gst/videorate/gstvideorate.c:
8661           Handle all video formats. Fixes #159186.
8662
8663 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8664         * gst/synaesthesia/gstsynaesthesia.c:
8665         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8666         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8667         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8668         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8669         (gst_synaesthesia_change_state), (plugin_init):
8670         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8671         Force 320x200 output, as that's the only thing the underlying
8672         synaesthesia implementation supports. Still needs to be made
8673         re-entrant.
8674
8675 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8676
8677         * configure.ac:
8678           Fix mpeg2enc configure check (similar to mplex check below).
8679
8680 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8681
8682         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8683
8684         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8685           Fix for gcc-2.95 (fixes #158221).
8686
8687 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8688
8689         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8690           Re-add clock distribution hack (until new core is released).
8691           Fixes #158125.
8692
8693 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8694         * configure.ac:
8695           fix mplex configure check segfaulting on some systems (bug #140994)
8696
8697 2004-11-13  Benjamin Otte  <otte@gnome.org>
8698
8699         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8700           add debugging
8701         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8702           do a wait when we enter the loop func with no data available to
8703           write instead of getting into an 100% CPU loop by just returning and
8704           being called again by the scheduler
8705
8706 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8707
8708         * configure.ac:
8709         * ext/libvisual/visual.c: (gst_visual_get_type),
8710         (libvisual_log_handler), (gst_visual_getcaps),
8711         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8712         (plugin_init):
8713           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8714         * ext/smoothwave/Makefile.am:
8715         * ext/smoothwave/demo-osssrc.c: (main):
8716         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8717         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8718         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8719         (plugin_init):
8720         * ext/smoothwave/gstsmoothwave.h:
8721           Make gstsmoothwave a working element in the 20th century.
8722
8723         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8724           Fix incorrect link function
8725
8726 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8727
8728         * gst/volume/gstvolume.c:
8729           Allow buffer-frames=0.
8730
8731 2004-11-12 Iain <iaingnome@gmail.com>
8732
8733         * configure.ac: Check for polypaudio
8734
8735         * ext/Makefile.am: Build the polyp dir
8736
8737         * ext/polyp: The polypsink sources.
8738
8739 2004-10-30 Iain <iaingnome@gmail.com>
8740
8741         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8742         caps to reflect the new number of channels.
8743
8744 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8745
8746         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8747           Fix for negotiation order problem. This would show when the
8748           ALSA loopfuction was called before any other function. ALSA
8749           wouldn't do anything because we're not negotiated yet, leading
8750           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
8751
8752 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8753
8754         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8755
8756         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8757           No warnings (#157986).
8758
8759 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8760
8761         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8762           Prefer apev1/2 and id3v1 (at end of file) over musepack.
8763
8764 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8765
8766         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
8767           Signal no-more-pads (so it works in playbin).
8768
8769 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8770
8771         * ext/musepack/gstmusepackreader.cpp:
8772           Workaround for older core.
8773
8774 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8775
8776         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
8777           Actually test for odd width/height rather than testing whether
8778           a temporary variable that was 0 before we subtracted 1 is now
8779           not equal to zero (which it always is).
8780
8781 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8782
8783         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8784         Fix compilation if HAVE_XVIDEO is not defined
8785
8786 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8787
8788         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8789         Fix compilation if HAVE_XVIDEO is not defined
8790
8791 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
8792
8793         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8794         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
8795         (gst_goom_change_state), (plugin_init):
8796         Use the bytestream adapter so goom doesn't depend on the input
8797         buffer size.
8798         Add a debug category
8799
8800 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8801
8802         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8803           Only set hardware parameters *after* negotiation. Before
8804           negotiation, it will set ANY and that seems to cause crashes
8805           (see e.g. #151288, #153227).
8806
8807 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8808
8809         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
8810           This seems to be antique leftover. It needs to pass error
8811           checking.
8812         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8813         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
8814         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
8815         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
8816           Fix GstXOverlay implementation (#151059).
8817
8818 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8819
8820         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8821           Don't assert (#157853).
8822
8823 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8824
8825         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8826           Fix bytes/samples confustion.
8827         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
8828           Fix for underrun (#144389).
8829
8830 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8831
8832         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8833           Disable halfway-seek for pending release (since it needs a new
8834           core release).
8835
8836 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8837
8838         * sys/v4l/gstv4lsrc.c:
8839         * sys/v4l/gstv4lsrc.h:
8840         * sys/v4l/v4lsrc_calls.c:
8841           add autoprobe-fps property so we can separate autoprobing parts
8842
8843 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8844
8845         * sys/v4l/gstv4lsrc.c:
8846         * sys/v4l/v4lsrc_calls.c:
8847         initialise fourcc to catch unset fourcc's, and debug
8848
8849 2004-11-09  Wim Taymans  <wim@fluendo.com>
8850
8851         * gst/playback/README:
8852         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8853         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8854         (gst_play_bin_dispose), (gst_play_bin_set_property),
8855         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
8856         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
8857         (gst_play_bin_get_formats), (gst_play_bin_convert),
8858         (gst_play_bin_get_query_types), (gst_play_bin_query):
8859         Cleanups and some more documentation.
8860
8861 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
8862
8863         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
8864         (gst_cacasink_init), (gst_cacasink_chain):
8865         * ext/libcaca/gstcacasink.h:
8866         Cacasink inherits from VideoSink, so let that store the clock.
8867
8868 2004-11-09  Wim Taymans  <wim@fluendo.com>
8869
8870         * gst/playback/README:
8871         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
8872         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
8873         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
8874         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
8875         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
8876         (setup_sinks):
8877         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
8878         (gst_stream_info_is_mute), (gst_stream_info_set_property):
8879         * gst/playback/gststreaminfo.h:
8880         Updated README.
8881         Only switch groups if all streams have muted (EOSed).
8882         Send Tags in sync with the stream playback instead of in
8883         the playback/preroll phase.
8884         Some cleanups, free the fakesrc elements.
8885
8886 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8887
8888         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
8889           buffer-frames property was missing
8890         * ext/arts/gst_arts.c:
8891           rate missing from sinkcaps
8892         * ext/audiofile/gstafparse.c:
8893         * ext/audiofile/gstafsink.c:
8894         * ext/audiofile/gstafsrc.c:
8895         * ext/swfdec/gstswfdec.c:
8896           int audio doesn't know buffer-frames
8897         * ext/cdparanoia/gstcdparanoia.c:
8898           int audio doesn't know chunksize either
8899         * ext/nas/nassink.c:
8900           it's endianness, not endianess
8901         * gst-libs/gst/audio/audio.h:
8902           make float standard pad template caps really describe float
8903         * gst/law/mulaw.c: (linear_factory):
8904           signed only, please
8905         * gst/mpegstream/gstdvddemux.c:
8906           widths of 20 are not valid
8907
8908 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8909
8910         Submitted by: Luca Ferretti <elle.uca@infinito.it>
8911
8912         * po/LINGUAS:
8913         * po/it.po:
8914           Add Italian
8915
8916 2004-11-08  Wim Taymans  <wim@fluendo.com>
8917
8918         * gst/playback/README:
8919         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8920         * gst/playback/gstplaybasebin.c: (probe_triggered),
8921         (gst_play_base_bin_change_state):
8922         Updated README, added more comments for fixmes etc..
8923
8924 2004-11-08  Wim Taymans  <wim@fluendo.com>
8925
8926         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8927         We can remove this hack now.
8928
8929 2004-11-08  Wim Taymans  <wim@fluendo.com>
8930
8931         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8932         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8933         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8934         Only mix AYUV for maximum quality.
8935
8936 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8937
8938         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
8939         (gst_ogg_demux_push), (gst_ogg_pad_push):
8940           Let's act as if we're synchronized now! :).
8941         * ext/theora/theoradec.c: (theora_dec_chain):
8942           Add some debug.
8943
8944 2004-11-08  Wim Taymans  <wim@fluendo.com>
8945
8946         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8947         (gst_alpha_set_property), (gst_alpha_sink_link),
8948         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
8949         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
8950         (gst_alpha_init_params), (gst_alpha_chain):
8951         Implement alpha functions for AYUV too, this increases
8952         accuracy quite a bit.
8953
8954 2004-11-08  Wim Taymans  <wim@fluendo.com>
8955
8956         * gst/ffmpegcolorspace/avcodec.h:
8957         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8958         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8959         (gst_ffmpegcsp_avpicture_fill):
8960         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8961         (gst_ffmpegcsp_caps_remove_format_info):
8962         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8963         (shrink12), (img_get_alpha_info), (deinterlace_line),
8964         (deinterlace_line_inplace):
8965         * gst/ffmpegcolorspace/imgconvert_template.h:
8966         Added AYUV colorspace and handle RGBA a bit more respectful.
8967
8968 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8969
8970         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8971           Actually always send a discont (cornercase when resending the
8972           same serial-tagged chain twice).
8973
8974 2004-11-08  Julien MOUTTE  <julien@moutte.net>
8975
8976         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
8977         (gst_ximagesink_finalize):
8978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8979         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
8980
8981 2004-11-08  Wim Taymans  <wim@fluendo.com>
8982
8983         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
8984         Don't segfault on NULL data.
8985
8986 2004-11-08  Wim Taymans  <wim@fluendo.com>
8987
8988         * gst/playback/gstdecodebin.c: (unlinked):
8989         * gst/playback/gstplay-marshal.list:
8990         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8991         (gst_play_base_bin_init), (group_create), (get_active_group),
8992         (get_building_group), (group_destroy), (group_commit),
8993         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
8994         (add_element_stream), (no_more_pads), (probe_triggered),
8995         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
8996         (state_change), (setup_source), (gst_play_base_bin_get_property),
8997         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8998         (gst_play_base_bin_link_stream),
8999         (gst_play_base_bin_get_streaminfo):
9000         * gst/playback/gstplaybasebin.h:
9001         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9002         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9003         Add support for chained ogg files. Prepare for playlist
9004         support. This patch introduces the concept of pad groups, which
9005         together compose one playable media file.
9006
9007 2004-11-07  David Schleef  <ds@schleef.org>
9008
9009         * testsuite/gst-lint: Check for pad templates that aren't statically
9010         scoped.
9011
9012 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9013
9014         * configure.ac:
9015         * ext/Makefile.am:
9016         * ext/musepack/Makefile.am:
9017         * ext/musepack/gstmusepackdec.cpp:
9018         * ext/musepack/gstmusepackdec.h:
9019         * ext/musepack/gstmusepackreader.cpp:
9020         * ext/musepack/gstmusepackreader.h:
9021           Add musepack decoder.
9022         * ext/faad/gstfaad.c: (gst_faad_base_init):
9023           Make pad templates static.
9024         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9025         (plugin_init):
9026           Add musepack typefinder, make mp3 typefinding work halfway stream,
9027           which doesn't actually work yet because id3demux doesn't implement
9028           _get_length().
9029
9030 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9031
9032         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9033         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9034           Fix interrupt event handling (#144436).
9035
9036 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9037
9038         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9039           Hide unused glory.
9040
9041 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9042
9043         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9044
9045         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9046           Fix weird caps (#157548).
9047
9048 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9049
9050         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9051
9052         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9053           Add missing NULL terminator (#157543).
9054
9055 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9056
9057         * gst/tcp/gsttcp.h:
9058         * gst/tcp/gsttcpclientsink.c:
9059         * gst/tcp/gsttcpclientsrc.c:
9060         * gst/tcp/gsttcpserversink.c:
9061         * gst/tcp/gsttcpserversrc.c:
9062           ports can go up to 65535.  Move common defines to gsttcp.h
9063
9064 2004-11-05  Wim Taymans  <wim@fluendo.com>
9065
9066         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9067         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9068         Added two more colorspaces.
9069
9070 2004-11-05  Wim Taymans  <wim@fluendo.com>
9071
9072         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9073         (gst_ffmpegcsp_avpicture_fill):
9074         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9075         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9076         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9077         More stride fixes.
9078
9079 2004-11-05  Wim Taymans  <wim@fluendo.com>
9080
9081         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9082         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9083         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9084         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9085         (gst_videomixer_loop):
9086         More stride fixes.
9087
9088 2004-11-05  Benjamin Otte  <otte@gnome.org>
9089
9090         * ext/mad/gstmad.c: (gst_mad_chain):
9091           don't overflow data buffer. Flush not needed sync data when syncing
9092           failed.
9093
9094 2004-11-04  Wim Taymans  <wim@fluendo.com>
9095
9096         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9097         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9098         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9099         (gst_alpha_init_params), (gst_alpha_chain),
9100         (gst_alpha_change_state):
9101         Updated the chroma keying algorithm with something more
9102         sophisticated.
9103
9104 2004-11-03  Wim Taymans  <wim@fluendo.com>
9105
9106         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9107         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9108         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9109         Fix stride issues. Does not completely work for odd
9110         heights.
9111
9112 2004-11-03  Wim Taymans  <wim@fluendo.com>
9113
9114         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9115         (gst_alpha_chroma_key), (gst_alpha_chain):
9116         Fix stride issues. Does not completely work for odd
9117         heights.
9118
9119 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9120
9121         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9122         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9123         leak fixes
9124
9125 2004-11-03  Wim Taymans  <wim@fluendo.com>
9126
9127         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9128         (gst_ffmpegcsp_avpicture_fill):
9129         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9130         (avpicture_alloc):
9131         * gst/ffmpegcolorspace/imgconvert_template.h:
9132         Use correct _fill function to get correct strides.
9133
9134 2004-11-02  David Schleef  <ds@schleef.org>
9135
9136         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9137         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9138         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9139         Change all g_print()s to debugging.  Add a bunch of consistency
9140         checks.
9141
9142 2004-11-02  Wim Taymans  <wim@fluendo.com>
9143
9144         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9145         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9146         (unlinked), (no_more_pads), (close_link):
9147         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9148         (unknown_type), (add_element_stream), (new_decoded_pad),
9149         (removed_decoded_pad), (setup_source):
9150         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9151         (gst_stream_info_class_init), (gst_stream_info_init),
9152         (gst_stream_info_new), (gst_stream_info_dispose),
9153         (stream_info_mute_pad), (gst_stream_info_set_property),
9154         (gst_stream_info_get_property):
9155         * gst/playback/gststreaminfo.h:
9156         Fix playback of multiple files.
9157         a slightly different approach to handling dynamic pad removals.
9158         This one only looks at pads that we have linked.
9159
9160 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9161
9162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9163         free" warning from libc.
9164
9165 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9166
9167         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9168         (get_unconnected_element), (remove_starting_from), (pad_removed),
9169         (close_link):
9170           Implement support for dynamic pad changing. We listen to "live"
9171           pad removals (i.e. while playing) and re-setup autoplugging
9172           after that. Playbasebin/playbin need some more work for this
9173           to finally work, but decodebin supports (and replugs) chained
9174           ogg now.
9175
9176 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9177
9178         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9179         (gst_alsa_finalize):
9180         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9181         (gst_cdaudio_finalize):
9182         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9183         (cdparanoia_finalize):
9184         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9185         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9186         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9187         (dvdreadsrc_finalize):
9188         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9189         (gst_flacdec_finalize):
9190         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9191         (gst_flacenc_finalize):
9192         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9193         (gst_gnomevfssink_finalize):
9194         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9195         (gst_gnomevfssrc_finalize):
9196         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9197         (gst_fameenc_finalize):
9198         * ext/nas/nassink.c: (gst_nassink_class_init),
9199         (gst_nassink_finalize):
9200         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9201         (gst_sdlvideosink_class_init):
9202         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9203         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9204         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9205         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9206         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9207         (gst_x_window_listener_dispose):
9208         * gst/audioscale/gstaudioscale.c:
9209         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9210         (play_on_demand_finalize):
9211         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9212         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9213         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9214         (cdplayer_finalize):
9215         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9216         (gst_glimagesink_class_init):
9217         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9218         (gst_osselement_finalize):
9219         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9220         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9221         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9222           Fixes a bunch of problems with finalize and dispose functions,
9223           either assumptions that dispose is only called once, or not calling
9224           the parent class dispose/finalize function
9225
9226 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9227
9228         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9229           added two api precondition guards
9230           use g_strdup with getenv to fix crash when using ENVVAR
9231
9232 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9233         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9234         (gst_esdsink_finalize):
9235         Use a finalize function, not dispose, and more importantly,
9236         call the parent class finalize function too
9237
9238 2004-11-01  Johan Dahlin  <johan@gnome.org>
9239
9240         * ext/ogg/gstoggdemux.c:
9241         * gst/tags/gstvorbistag.c:
9242         Plug leaks.
9243
9244 2004-10-31  Benjamin Otte  <otte@gnome.org>
9245
9246         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9247           lotsa memleaks today. But they're all small...
9248
9249 2004-10-31  Benjamin Otte  <otte@gnome.org>
9250
9251         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9252           another memleak crushed
9253
9254 2004-10-31  Benjamin Otte  <otte@gnome.org>
9255
9256         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9257           fix memleak
9258
9259 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9260
9261         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9262           Hack to prevent crash when going to READY inside signal handler
9263           while this function is active.
9264
9265 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9266
9267         * gst/ffmpegcolorspace/Makefile.am:
9268         * gst/ffmpegcolorspace/avcodec.h:
9269         * gst/ffmpegcolorspace/common.h:
9270         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9271         * gst/ffmpegcolorspace/dsputil.h:
9272         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9273         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9274         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9275         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9276         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9277         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9278         (gst_ffmpegcsp_avpicture_fill):
9279         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9280         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9281         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9282         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9283         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9284         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9285         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9286         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9287         * gst/ffmpegcolorspace/imgconvert.c:
9288         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9289         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9290         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9291         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9292         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9293         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9294         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9295         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9296         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9297         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9298         (grow21), (grow22), (grow41), (grow44), (conv411),
9299         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9300         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9301         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9302         (avpicture_free), (is_yuv_planar), (img_convert),
9303         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9304         (deinterlace_line_inplace), (deinterlace_bottom_field),
9305         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9306         * gst/ffmpegcolorspace/imgconvert_template.h:
9307         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9308         * gst/ffmpegcolorspace/mmx.h:
9309         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9310         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9311         (av_freep), (avcodec_get_context_defaults),
9312         (avcodec_alloc_context), (avcodec_init):
9313           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9314           handling plus update from ffmpeg CVS. Large clean-up.
9315
9316 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9317
9318         * gst/playback/Makefile.am:
9319           We need the marshallers for decodebin, too.
9320
9321 2004-10-30  David Schleef  <ds@schleef.org>
9322
9323         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9324           quicktime typefinding work with 64-bit offsets.
9325
9326 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9327
9328         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9329           Set EOS on the element when processing an EOS event.
9330         * ext/speex/gstspeexdec.h:
9331         * ext/speex/gstspeexenc.h:
9332           Only keep a const ptr to the mode
9333         * gst-libs/gst/riff/riff-media.c:
9334         (gst_riff_create_audio_caps_with_data),
9335         (gst_riff_create_audio_template_caps):
9336           Allow WMAV3, with up to 6 channels.
9337         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9338           Don't call gst_pad_set_event_function on a sink pad.
9339         * gst/mpegstream/gstdvddemux.c:
9340         (gst_dvd_demux_get_subpicture_stream),
9341         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9342           Copy the explicit caps that were set across to the cur_* pads,
9343           instead of trying to use a possibly non-existent negotiated caps.
9344           Reset the type of subpicture pads to UNKNOWN after calling
9345           init_stream, so that the caps get set.
9346
9347 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9348
9349         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9350
9351         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9352           Don't touch buffer if it is of size 0 (fixes #151064).
9353
9354 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9355
9356         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9357           Synchronized discont handling.
9358
9359 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9360
9361         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9362         (gst_ogg_demux_push):
9363           Make seeking sort-of exact again (fixes #156387).
9364
9365 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9366
9367         * gst/playback/gstplaybasebin.c: (unknown_type),
9368         (add_element_stream), (new_decoded_pad),
9369         (gst_play_base_bin_change_state):
9370         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9371         (gst_stream_info_init), (gst_stream_info_new),
9372         (gst_stream_info_dispose), (gst_stream_info_get_property):
9373         * gst/playback/gststreaminfo.h:
9374           Make caps explicitely available. Makes testing for unsupported
9375           types possible. Improves error reporting.
9376
9377 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9378
9379         * gst/audioconvert/gstaudioconvert.c:
9380         (gst_audio_convert_buffer_to_default_format):
9381           Really don't touch read-only buffers (#156563).
9382
9383 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9384
9385         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9386
9387         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9388           Fix memleak (#155223).
9389
9390 2004-10-29  Wim Taymans  <wim@fluendo.com>
9391
9392         * gst/tcp/.cvsignore:
9393         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9394         (gst_multifdsink_class_init), (gst_multifdsink_init),
9395         (gst_multifdsink_add), (gst_multifdsink_remove),
9396         (gst_multifdsink_remove_client_link), (is_sync_frame),
9397         (gst_multifdsink_new_client),
9398         (gst_multifdsink_handle_client_write),
9399         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9400         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9401         (gst_multifdsink_get_property):
9402         * gst/tcp/gstmultifdsink.h:
9403         Added burst on connect sync_method, deprecated sync_clients,
9404         streamlined the sync code some more.
9405
9406 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9407
9408         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9409         (gst_play_base_bin_change_state):
9410           Improve error reporting.
9411
9412 2004-10-28  Wim Taymans  <wim@fluendo.com>
9413
9414         * gst/tcp/Makefile.am:
9415         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9416         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9417         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9418         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9419         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9420         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9421         (gst_fdset_wait):
9422         Added more locks around fdset structures. Fixed/reworked
9423         the poll array resizing code.
9424         Added stress test for fdset.
9425
9426 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9427
9428         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9429         fix build
9430
9431 2004-10-28  Benjamin Otte  <otte@gnome.org>
9432
9433         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9434           fix link function to always query channels and query width for
9435           floats
9436         * configure.ac:
9437           add equalizer dir
9438         * gst/equalizer/Makefile.am:
9439         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9440         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9441         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9442         (arg_to_scale), (setup_filter),
9443         (gst_iir_equalizer_compute_frequencies),
9444         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9445         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9446         (plugin_init):
9447           add an equalizer
9448
9449 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9450
9451         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9452
9453         * po/LINGUAS:
9454         * po/nb.po:
9455           Added Norwegian Bokmaal translation
9456
9457 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9458
9459         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9460           Don't break on options (fixes #156488).
9461
9462 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9463
9464         * configure.ac:
9465         * ext/cdaudio/Makefile.am:
9466         * sys/Makefile.am:
9467           fix build on older automake
9468
9469 2004-10-26  Wim Taymans  <wim@fluendo.com>
9470
9471         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9472         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9473         Allow a little margin when negotiating the framerate.
9474
9475 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9476
9477         * gst/level/gstlevel.c:
9478           synchonised naming of pads and pad-templates
9479
9480 2004-10-26  Wim Taymans  <wim@fluendo.com>
9481
9482         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9483         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9484         (_find_streams_check), (gst_ogg_demux_push):
9485         Fix EOS again. Needs to be done in a better way. We should not
9486         remove the pad if there is no new chained stream.
9487
9488 2004-10-26 Iain <iaingnome@gmail.com>
9489
9490         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9491         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9492         of the caps.
9493         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9494         pad.
9495         (interleave_release_pad): Remove the pad.
9496         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9497         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9498         the set device.
9499         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9500         attrs
9501         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9502         (gst_xvimagesink_finalize): Free the par.
9503
9504 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9505
9506         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9507         (gst_avimux_stop_file):
9508           First calculate the rate, and only then use it. Hdr.rate is a
9509           multiple and not a derivative of hdr.scale. Scale is not the
9510           same as blockalign but is solely related to rate.
9511
9512 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9513
9514         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9515         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9516           Implement seeking.
9517
9518 2004-10-25  James Henstridge  <james@jamesh.id.au>
9519
9520         Reviewed by:  David Schleef  <ds@schleef.org>
9521
9522         * examples/gstplay/player.c: (got_stream_length), (main):
9523         * examples/seeking/cdplayer.c: (update_scale):
9524         * examples/seeking/seek.c: (format_value), (update_scale):
9525         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9526         (stop_seek):
9527         Build fixes on AMD64.
9528
9529 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9530
9531         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9532
9533         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9534         Fix for some v4l cards which hang in v4lsrc
9535
9536 2004-10-25  Wim Taymans  <wim@fluendo.com>
9537
9538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9539         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9540         Make sure to remove the pad when a new chain is
9541         encountered. Set some vars to NULL so we don't try
9542         to reference freed memory.
9543
9544 2004-10-25  Wim Taymans  <wim@fluendo.com>
9545
9546         * examples/seeking/Makefile.am:
9547         * examples/seeking/cdplayer.c: (update_scale):
9548         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9549         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9550         (format_value), (update_scale), (iterate), (start_seek),
9551         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9552         (print_usage), (main):
9553         Added some more examples, update others.
9554
9555 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9556
9557         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9558         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9559         * ext/theora/theoradec.c: (theora_dec_chain):
9560         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9561           Add codec-name metadata.
9562
9563 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9564
9565         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9566
9567         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9568         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9569         * ext/alsa/gstalsamixertrack.h:
9570         * po/POTFILES.in:
9571           ALSA mixer track label internationalization (#154054).
9572
9573 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9574
9575         * ext/theora/theoradec.c: (theora_dec_chain):
9576           Export bitrate as metadata.
9577
9578 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9579
9580         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9581         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9582         * ext/alsa/gstalsamixertrack.h:
9583           Fix names, fix loop.
9584
9585 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9586
9587         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9588         (speex_dec_convert):
9589           sinkconvert function so oggdemux can get the file length (totem).
9590
9591 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9592
9593         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9594
9595         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9596           Don't push incomplete packets.
9597         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9598           Fix MPEG-4 audio typefinding.
9599
9600 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9601
9602         * sys/v4l/Makefile.am:
9603         * sys/v4l/gstv4l.c: (plugin_init):
9604         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9605         (gst_v4lelement_init), (gst_v4lelement_dispose),
9606         (gst_v4lelement_change_state):
9607         * sys/v4l/gstv4lelement.h:
9608         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9609         (gst_v4l_xoverlay_close), (idle_refresh),
9610         (gst_v4l_xoverlay_set_xwindow_id):
9611         * sys/v4l/gstv4lxoverlay.h:
9612         * sys/v4l/v4l-overlay_calls.c:
9613         * sys/v4l/v4l_calls.h:
9614         * sys/v4l2/Makefile.am:
9615         * sys/v4l2/gstv4l2.c: (plugin_init):
9616         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9617         (gst_v4l2element_init), (gst_v4l2element_dispose),
9618         (gst_v4l2element_change_state):
9619         * sys/v4l2/gstv4l2element.h:
9620         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9621         (gst_v4l2_xoverlay_close), (idle_refresh),
9622         (gst_v4l2_xoverlay_set_xwindow_id):
9623         * sys/v4l2/gstv4l2xoverlay.h:
9624         * sys/v4l2/v4l2-overlay_calls.c:
9625         * sys/v4l2/v4l2_calls.h:
9626           Remove client-side overlay handling, use the X-server v4l plugin
9627           for that. Nicer overlay, less code. Also make the plugin
9628           compileable without X (but then without overlay, obviously).
9629           Makes xwindowlistener obsolete, should we remove that?
9630
9631 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9632
9633         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9634         (gst_osssrc_src_query):
9635         * sys/oss/gstosssrc.h:
9636           OK, so people want offset in DEFAULT. This time, actually fix all
9637           cases.
9638         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9639           Add FPS properly.
9640
9641 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9642
9643         * gst/asfdemux/gstasfmux.c:
9644         * gst/avi/gstavimux.c:
9645           Framerate.
9646
9647 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9648
9649         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9650           Fix properties (channel, norm, frequency).
9651
9652 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9653
9654         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9655           Flag typo.
9656         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9657           No warnings.
9658
9659 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9660
9661         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9662           Fix hang.
9663
9664 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9665
9666         * sys/v4l2/gstv4l2element.h:
9667           Yet Another Hack (tm) for kernel header borkedness.
9668         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9669         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9670         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9671         (gst_v4l2src_change_state):
9672         * sys/v4l2/gstv4l2src.h:
9673         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9674         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9675           Fix caps, keep track of state, work.
9676
9677 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9678
9679         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9680           Quiet.
9681
9682 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9683
9684         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9685           Don't mix bytes and samples.
9686
9687 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9688
9689         * ext/ogg/gstoggmux.c:
9690           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9691           and theora. Any is incorrect.
9692         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9693           Fix caps.
9694         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9695         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9696         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9697         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9698         * sys/v4l/gstv4lmjpegsrc.h:
9699         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9700         (gst_v4lsrc_change_state):
9701         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9702         (gst_v4lmjpegsrc_capture_stop):
9703           Fix caps. Keep track of internal state. Work.
9704
9705 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9706
9707         * ext/Makefile.am:
9708           Fix the build fixes.
9709
9710 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9711
9712         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9713         (gst_ogg_demux_src_event), (_find_chain_seek),
9714         (gst_ogg_pad_push):
9715           Check for pad availability before using it.
9716         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9717           Fix parsing of chained ogg. Needs more work on the decoder side.
9718
9719 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9720
9721         * gst/spectrum/Makefile.am:
9722         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9723         (idle_func):
9724           Fix demo and reenable it. Yes, I'm currently playing with audio
9725           analysis tools
9726
9727 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9728
9729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9730           We love it if files that start at zero work too...
9731
9732 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9733
9734         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9735           Handle files with missing EOS headers.
9736
9737 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9738
9739         * gst/tcp/gsttcpserversink.c:
9740         (gst_tcpserversink_handle_server_read),
9741         (gst_tcpserversink_init_send):
9742         Zero some variables first (need for accept not to return EINVAL)
9743
9744 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9745
9746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9747         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9748         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9749         (theora_dec_chain):
9750         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9751         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
9752           Seeking and querying finetune.
9753
9754 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9755
9756         * configure.ac:
9757         * ext/Makefile.am:
9758         * ext/raw1394/Makefile.am:
9759           fix the build
9760
9761 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9762
9763         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9764           Wrong return.
9765         * gst/playback/Makefile.am:
9766         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9767         * gst/playback/gstplay-marshal.list:
9768         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9769           Fix marshallers.
9770
9771 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9772
9773         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
9774           Silence.
9775
9776 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9777
9778         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9779         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9780         (gst_ogg_pad_push):
9781           Yay for non-lineair granulepos in theora.
9782
9783 2004-10-18  Wim Taymans  <wim@fluendo.com>
9784
9785         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9786         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9787         * ext/dv/gstdvdec.h:
9788         Make sure we renegotiate aspect ratio when the camera switches.
9789
9790 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9791
9792         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9793         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9794           Start at zero.
9795         * ext/theora/theoradec.c: (theora_dec_chain):
9796           Skip headers. Bad idea for chained ogg, but fixes seeking.
9797
9798 2004-10-18  Wim Taymans  <wim@fluendo.com>
9799
9800         * configure.ac:
9801         I swear, this is the last time I touch this.
9802
9803 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9804
9805         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9806         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9807         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
9808           Faster seeking.
9809         * ext/theora/theoradec.c: (theora_dec_sink_convert):
9810           Time-to-default conversion.
9811         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9812           Don't error on unknown packets, just skip. We should probably
9813           read them if we want to support chained ogg.
9814
9815 2004-10-18  Wim Taymans  <wim@fluendo.com>
9816
9817         * configure.ac:
9818         Added cdaudio to wrong list.
9819
9820 2004-10-18  Wim Taymans  <wim@fluendo.com>
9821
9822         * configure.ac:
9823         Revive cdaudio.
9824
9825 2004-10-18  Wim Taymans  <wim@fluendo.com>
9826
9827         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9828         (gst_dvdec_video_link), (gst_dvdec_push):
9829         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9830         (gst_smokeenc_resync), (gst_smokeenc_chain):
9831         Fix mimetype on smoke encoder.
9832         Add aspect ratio to dvdec. Not sure if these
9833         values are correct though....
9834
9835 2004-10-18  Wim Taymans  <wim@fluendo.com>
9836
9837         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
9838         Fix vorbis property descriptions and ranges.
9839
9840 2004-10-18  Wim Taymans  <wim@fluendo.com>
9841
9842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9843         Really do nothing when no data is available.
9844         Go to the playing state when the stream is not seekable
9845         instead of failing.
9846
9847 2004-10-18  Wim Taymans  <wim@fluendo.com>
9848
9849         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
9850         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
9851         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
9852         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
9853         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
9854         Added uri handler for cd://
9855         Port to new API.
9856
9857 2004-10-18  Wim Taymans  <wim@fluendo.com>
9858
9859         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9860         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9861         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9862         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9863         (remove_prerolls), (unknown_type), (add_element_stream),
9864         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
9865         (gst_play_base_bin_remove_element),
9866         (gst_play_base_bin_link_stream):
9867         * gst/playback/gstplaybin.c: (gen_video_element),
9868         (gen_vis_element), (remove_sinks), (setup_sinks):
9869         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9870         (gst_stream_info_get_type), (gst_stream_info_class_init),
9871         (gst_stream_info_init), (gst_stream_info_new),
9872         (gst_stream_info_dispose), (stream_info_mute_pad),
9873         (gst_stream_info_set_property), (gst_stream_info_get_property):
9874         * gst/playback/gststreaminfo.h:
9875         Add sink padtemplate to decodebin.
9876         Added some more comments.
9877         Make queue size configurable in playbasebin.
9878         Added possibility to use elements as sinks (ex cdaudio).
9879
9880 2004-10-15  Wim Taymans  <wim@fluendo.com>
9881
9882         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
9883         (gst_speexenc_chain):
9884         Fix speex timestamps so that it gets muxed properly.
9885
9886 2004-10-15  Wim Taymans  <wim@fluendo.com>
9887
9888         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
9889         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
9890         (gst_dv1394src_init), (gst_dv1394src_dispose),
9891         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
9892         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
9893         (gst_dv1394src_event), (gst_dv1394src_get_formats),
9894         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
9895         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
9896         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
9897         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
9898         * ext/raw1394/gstdv1394src.h:
9899         Added conversion/query functions.
9900         Update buffer timestamps,
9901         Added signals.
9902         Added uri dv:// so it might play from the firewire in playbin.
9903         Fix a possible leak.
9904         Added debugging.
9905
9906 2004-10-15  Wim Taymans  <wim@fluendo.com>
9907
9908         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
9909         (gst_dv1394src_init), (gst_dv1394src_set_property),
9910         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
9911         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
9912         * ext/raw1394/gstdv1394src.h:
9913         Added AV/C VTR control support needed for some cameras.
9914         Added automatic port detection.
9915         Added properties for selecting the channel.
9916         The configure.ac script is not yet updated to reflect the
9917         new libavc1394 and librom1394 dependencies.
9918
9919 2004-10-15  Wim Taymans  <wim@fluendo.com>
9920
9921         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9922         (qtdemux_parse), (gst_qtdemux_handle_esds):
9923         An esds box is not a container.
9924         Fix parsing of mp4v boxes.
9925         Do not try to renegotiate fps for each frame. Need to
9926         find a better method. This should fix mp4 playback.
9927
9928 2004-10-14  David Schleef  <ds@schleef.org>
9929
9930         * configure.ac: update for swfdec-0.3 and liboil-0.2
9931         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
9932         * ext/swfdec/gstswfdec.h: same
9933         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
9934         * gst/videotestsrc/videotestsrc.c: same
9935
9936 2004-10-14  Wim Taymans  <wim@fluendo.com>
9937
9938         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9939         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
9940         (is_sync_frame), (gst_multifdsink_new_client),
9941         (gst_multifdsink_handle_client_write),
9942         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9943         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
9944         Turn warnings into info.
9945         Don't allow a state change in the streaming thread.
9946
9947 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9948
9949         * ext/vorbis/oggvorbisenc.c:
9950         * ext/vorbis/vorbisdec.c:
9951           fix template sample rate
9952
9953 2004-10-13  Wim Taymans  <wim@fluendo.com>
9954
9955         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9956         Decoding the header first fixes some problems in resyncing
9957         in more mp3s.
9958
9959 2004-10-12  Wim Taymans  <wim@fluendo.com>
9960
9961         * gst/playback/gstplaybin.c: (gen_video_element),
9962         (gen_vis_element), (remove_sinks), (setup_sinks):
9963         Added vis plugin support, need to configure the vis
9964         element to activate it.
9965
9966 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9967
9968         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
9969         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9970           Some debug.
9971         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9972         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
9973         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
9974         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
9975         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
9976         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
9977         * gst/avi/gstavidemux.h:
9978           Support for openDML-2.0 indx/ix## chunks. Support for broken index
9979           recovery (where, if part of the index is broken, we will still read
9980           the rest of the index and recover the broken part by stream
9981           scanning). More broken media support. EOS workarounds. General AVI
9982           braindamage headache recovery. Aspirin included.
9983
9984 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9985
9986         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
9987         (cdparanoia_event), (cdparanoia_query):
9988           Get rid of hideous lead-in.
9989
9990 2004-10-11  Wim Taymans  <wim@fluendo.com>
9991
9992         * gst/playback/gstplaybasebin.c: (setup_source):
9993         Wrong var used to get g_list_next.
9994
9995 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9996
9997         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9998         (cdparanoia_get), (cdparanoia_open):
9999           Report discid as metadata, add duration.
10000
10001 2004-10-11  Wim Taymans  <wim@fluendo.com>
10002
10003         * gst/playback/gstplaybasebin.c: (setup_source):
10004         Cleanup the previous pipeline a little earlier for the
10005         case that a source element provides raw data.
10006
10007 2004-10-11  Benjamin Otte  <otte@gnome.org>
10008
10009         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10010           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10011           consuming the last 128 bytes, even though it was valid mp3 data.
10012
10013 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10014
10015         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10016         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10017         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10018         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10019
10020 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10021
10022         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10023         Fix for webcams that support only specific width or height
10024
10025 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10026
10027         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10028
10029         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10030           Fix wrong discont event setup (fixes #154967).
10031
10032 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10033
10034         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10035
10036         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10037           Error out on invalid data (fixes #154807).
10038
10039 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10040
10041         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10042
10043         * ext/dvdread/dvdreadsrc.c: (_read):
10044           Make titles > 0 work again (fixes #154834).
10045
10046 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10047
10048         * gst-libs/gst/riff/riff-media.c:
10049         (gst_riff_create_video_template_caps):
10050           WMV3 missing in template caps.
10051
10052 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10053
10054         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10055           OK, so the original code was too strict. It makes random AVI files
10056           hang for seconds upon opening, which is unacceptable and is far
10057           beyond the original goal of getting multiple chunks for one-chunk
10058           sounc stream files. So now do just that.
10059
10060 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10061
10062         * gst/playback/gstplaybasebin.c: (setup_source),
10063         (gst_play_base_bin_change_state):
10064           Actually clean up streaminfo if output fails. This would trigger
10065           if, for example, there was no CD in the drive. No preroll, so
10066           a streaminfo structure is created, but the subsequent state change
10067           of the thread fails.
10068         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10069           Don't change state if parent failed.
10070
10071 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10072
10073         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10074         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10075         (gen_video_element), (remove_sinks):
10076           Add small bits of code for screenshot handling.
10077
10078 2004-10-08  Wim Taymans  <wim@fluendo.com>
10079
10080         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10081         (gen_video_element), (gen_audio_element), (setup_sinks):
10082         Don't assume the user provided sinks are named "sink"...
10083
10084 2004-10-08  Wim Taymans  <wim@fluendo.com>
10085
10086         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10087         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10088         (gst_play_base_bin_link_stream):
10089         Do not try to autoplug sources that generate raw streams like
10090         cdparanoia.
10091         disconnect the preroll overrun signal when we don't need it anymore.
10092
10093 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10094
10095         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10096         Added reworked patch from #154903 from milosz derezynski (deadchip).
10097
10098 2004-10-08  Wim Taymans  <wim@fluendo.com>
10099
10100         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10101         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10102         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10103         (cdparanoia_convert), (cdparanoia_uri_get_type),
10104         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10105         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10106         * ext/cdparanoia/gstcdparanoia.h:
10107         This adds the cdda://<tracknum> uri.
10108
10109 2004-10-08  Wim Taymans  <wim@fluendo.com>
10110
10111         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10112         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10113         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10114         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10115         (unknown_type), (gst_play_base_bin_remove_element),
10116         (gst_play_base_bin_link_stream):
10117         * gst/playback/gstplaybasebin.h:
10118         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10119         (gst_play_bin_set_property), (gen_video_element),
10120         (gen_audio_element), (setup_sinks):
10121         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10122         (gst_stream_info_get_type), (gst_stream_info_class_init),
10123         (gst_stream_info_init), (gst_stream_info_new),
10124         (gst_stream_info_dispose), (stream_info_mute_pad),
10125         (gst_stream_info_set_property), (gst_stream_info_get_property):
10126         * gst/playback/gststreaminfo.h:
10127         Reuse the audio and video bins.
10128         Some internal cleanups in the stream selection code.
10129
10130 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10131
10132         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10133         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10134         * sys/ximage/ximagesink.h:
10135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10136         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10137         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10138         not coming from those elements. Moreover these elements should not keep
10139         the xid they have been given when in NULL state.
10140
10141 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10142
10143         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10144         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10145         * sys/ximage/ximagesink.h:
10146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10147         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10148         * sys/xvimage/xvimagesink.h:
10149           Actually only create a new toplevel window if we're not gonna
10150           embed it right after.
10151
10152 2004-10-07  Wim Taymans  <wim@fluendo.com>
10153
10154         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10155         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10156         * gst/playback/gstplaybin.c: (setup_sinks):
10157         Implement muting/unmuting of streams, mute streams that are not
10158         used.
10159
10160 2004-10-07  Wim Taymans  <wim@fluendo.com>
10161
10162         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10163         (plugin_init):
10164         Added lame audio/x-ac3 typefind function.
10165
10166 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10167
10168         * configure.ac:
10169           bump nano to cvs
10170
10171 === release 0.8.5 ===
10172
10173 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10174
10175         * NEWS:
10176         * RELEASE:
10177         * configure.ac:
10178           releasing 0.8.5, "Take You On"
10179
10180 2004-10-06  Wim Taymans  <wim@fluendo.com>
10181
10182         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10183         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10184         (no_more_pads), (close_link), (type_found):
10185         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10186         * gst/playback/gstplaybin.c: (gen_video_element):
10187         Do not signal the no_more_pads after the first pad when
10188         we are plugging a non dynamic element with multiple
10189         output pads (like swfdec, dvdec, ...).
10190
10191 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10192
10193         * configure.ac:
10194           bump for prerelease
10195
10196 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10197
10198         * gst/wavparse/gstwavparse.c:
10199           add ATRAC3 to STATIC CAPS to fix a warning
10200
10201         * gst/matroska/ebml-read.c:
10202         * gst-libs/gst/riff/riff-read.c:
10203           fix typos
10204
10205 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10206
10207         * gst-libs/gst/riff/riff-media.c:
10208           generate caps for ATRAC3 audio streams
10209
10210         * gst/realmedia/rmdemux.c:
10211           generate caps for ATRAC3 audio streams
10212
10213 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10214
10215         * gst/wavparse/Makefile.am
10216         * gst/wavparse/riff.h
10217         * gst/wavparse/wavparse.vcproj
10218           riff.h removal (unused and duplication with riff-ids.h)
10219
10220 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10221
10222         * gst/wavparse/gstwavparse.h
10223           remove duplicated defines for audio codec codes
10224
10225         * gst-libs/gst/riff/riff-ids.h
10226         * gst/wavenc/riff.h:
10227           add "4CC" code for ATRAC3 audio streams
10228           add "4CC" code for ITU_G721_ADPCM (unused for now)
10229
10230 2004-10-06  Wim Taymans  <wim@fluendo.com>
10231
10232         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10233         Actually _do_ negotiation. Pass gdouble as arg instead
10234         of guint64 for the framerate.
10235
10236 2004-10-06  Wim Taymans  <wim@fluendo.com>
10237
10238         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10239         (find_compatibles), (close_pad_link), (try_to_link_1),
10240         (no_more_pads), (close_link), (type_found):
10241         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10242         * gst/playback/gstplaybin.c: (gen_video_element),
10243         (gen_audio_element):
10244         Set state on newly added element to READY so that negotiation
10245         can happen ASAP.
10246         Addes some more debug info.
10247         Do not try to plug pads with multiple caps structures or ANY
10248         because it is too dangerous since we do not do dynamic
10249         replugging.
10250
10251 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10252
10253         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10254
10255         * po/LINGUAS:
10256         * po/or.po:
10257           add Oriya translation
10258
10259 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10260
10261         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10262           Prevent overwrite of size member. Makes audio sound crappy.
10263
10264 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10265
10266         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10267         Add rmvb to the list of known RealMedia extensions
10268
10269 2004-10-05  Wim Taymans  <wim@fluendo.com>
10270
10271         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10272         (mngdec_openstream), (mngdec_closestream),
10273         (mngdec_handle_sink_event), (mngdec_readdata),
10274         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10275         (mngdec_getcanvasline), (mngdec_refresh),
10276         (gst_mngdec_change_state):
10277         Set the framerate correctly.
10278
10279 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10280
10281         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10282           There was something wrong with the index massaging.
10283
10284 2004-10-04  Wim Taymans  <wim@fluendo.com>
10285
10286         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10287         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10288         (gst_smokedec_chain):
10289         * ext/jpeg/gstsmokedec.h:
10290         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10291         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10292         * ext/jpeg/gstsmokeenc.h:
10293         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10294         (smokecodec_decode_new), (smokecodec_info_free),
10295         (smokecodec_set_quality), (smokecodec_get_quality),
10296         (smokecodec_set_threshold), (smokecodec_get_threshold),
10297         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10298         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10299         (smokecodec_encode), (smokecodec_parse_id),
10300         (smokecodec_parse_header), (smokecodec_decode):
10301         * ext/jpeg/smokecodec.h:
10302         * ext/jpeg/smokeformat.h:
10303         Updated smoke, new bitstream, allows embedding in ogg.
10304
10305 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10306
10307         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10308           Fix seeking in some files. All this code is no longer needed (and
10309           actually breaks stuff) because we now synchronize the full index
10310           right when reading the header.
10311
10312 2004-10-04  Wim Taymans  <wim@fluendo.com>
10313
10314         * configure.ac:
10315         configure update for libmng.
10316
10317 2004-10-04  Wim Taymans  <wim@fluendo.com>
10318
10319         * ext/libmng/Makefile.am:
10320         * ext/libmng/gstmng.c: (plugin_init):
10321         * ext/libmng/gstmng.h:
10322         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10323         (gst_mngdec_base_init), (gst_mngdec_class_init),
10324         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10325         (gst_mngdec_loop), (gst_mngdec_get_property),
10326         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10327         (mngdec_closestream), (mngdec_handle_sink_event),
10328         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10329         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10330         (gst_mngdec_change_state):
10331         * ext/libmng/gstmngdec.h:
10332         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10333         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10334         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10335         (gst_mngenc_chain), (gst_mngenc_get_property),
10336         (gst_mngenc_set_property):
10337         * ext/libmng/gstmngenc.h:
10338         Added basic MNG decoder. Needs more work. The encoder does
10339         not work yet.
10340
10341 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10342
10343         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10344         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10345         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10346           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10347           no-more-pads.
10348
10349 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10350
10351         * configure.ac:
10352           you need at least 1.0.4 of speex
10353
10354 2004-10-04 Iain <iaingnome@gmail.com>
10355
10356         * ext/speex/gstspeexdec.h: Revert the includes changes.
10357
10358         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10359
10360 2004-09-30 Iain <iaingnome@gmail.com>
10361
10362         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10363         found during init or set as a property instead of hardcoding /dev/audio
10364
10365 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10366
10367         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10368         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10369         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10370         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10371         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10372         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10373         (gst_rmdemux_dump_data):
10374           Use debug category, fix EOS handling. filesrc ! rmdemux now
10375           works.
10376
10377 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10378
10379         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10380         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10381         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10382           Improve allocation, cutting and sorting of the index. How takes a
10383           few seconds instead of minutes.
10384
10385 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10386
10387         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10388           fixed compilation
10389
10390 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10391
10392         * gst-libs/gst/riff/riff-media.c:
10393         (gst_riff_create_video_caps_with_data),
10394         (gst_riff_create_video_template_caps):
10395           Add wing commander format mimetype/fourccs.
10396         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10397           Don't crash if some value is 0.
10398
10399 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10400
10401         * gst-libs/gst/riff/riff-media.c:
10402         (gst_riff_create_video_caps_with_data),
10403         (gst_riff_create_video_template_caps):
10404           Add DIB fourcc (raw, palettized 8-bit RGB).
10405         * gst-libs/gst/riff/riff-read.c:
10406         (gst_riff_read_strf_vids_with_data):
10407           Oops, fix strf_data reading bug.
10408         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10409           Use a non-NULL tag.
10410         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10411           Time for hacks. Sorry Dave. At least one quicktime movie (a
10412           trailer) that I've encountered contains multiple video tracks.
10413           One of those is the actual video track, the other are one-frame
10414           tracks (images). Unfortunately, the number of frames according
10415           to the trak header is 1 for each, so that doesn't help. So
10416           instead, I look at the duration and discard tracks with a
10417           duration shorter than 20% of the length of the stream. Better
10418           than nothing.
10419
10420 2004-10-01  Christian Schaller <christian@fluendo.com>
10421
10422         * ext/ivorbis/vorbis.c:
10423           Patch from Phil Blundell (Bug 152341)
10424
10425 2004-10-01  Wim Taymans  <wim@fluendo.com>
10426
10427         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10428         (speex_dec_get_formats), (speex_dec_convert),
10429         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10430         (speex_dec_chain), (gst_speexdec_get_property),
10431         (gst_speexdec_set_property):
10432         Small cleanups.
10433
10434 2004-10-01  Wim Taymans  <wim@fluendo.com>
10435
10436         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10437         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10438         (gst_wavparse_other), (gst_wavparse_loop),
10439         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10440         (gst_wavparse_srcpad_event):
10441         * gst/wavparse/gstwavparse.h:
10442         Added some more debugging info.
10443         Fix the case where the length of the file is 0.
10444         Make sure we seek to sample borders.
10445
10446 2004-10-01  Wim Taymans  <wim@fluendo.com>
10447
10448         * gst/playback/README:
10449         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10450         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10451         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10452         Add some debug info to decodebin, update README
10453
10454 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10455
10456         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10457           Don't use g_print(); use GST_DEBUG().
10458
10459 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10460
10461         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10462         (gst_ogg_mux_queue_pads):
10463           Handle EOS properly.
10464
10465 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10466
10467         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10468
10469         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10470         (gst_faad_chain), (gst_faad_change_state):
10471         * ext/faad/gstfaad.h:
10472           Allow playback of raw (unframed) MPEG AAC files (#148993).
10473
10474 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10475
10476         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10477
10478         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10479           Throw error if we didn't recognize the stream. Fixes #152289.
10480
10481 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10482
10483         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10484           Fix negotiation.
10485
10486 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10487
10488         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10489
10490         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10491           Fix memleak.
10492
10493 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10494
10495         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10496
10497         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10498           Solve #152805.
10499         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10500           Solve 152806.
10501
10502 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10503
10504         * gst-libs/gst/riff/riff-media.c:
10505         (gst_riff_create_video_caps_with_data),
10506         (gst_riff_create_audio_caps_with_data):
10507           Add codec_data handling (like asfdemux used to do).
10508         * gst/asfdemux/gstasf.c: (plugin_init):
10509         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10510         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10511           Use riff-media for caps creation instead of our own (mostly
10512           broken) copy of its functions.
10513
10514 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10515
10516         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10517           Don't actually error out if we get another return value than
10518           -EINVAL. Opposite to what I first thought, drivers have random
10519           return values for this, although -EINVAL is the expected return
10520           value. Since this is not fatal, we shouldn't use
10521           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10522
10523 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10524
10525         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10526         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10527         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10528         (dvdreadsrc_get), (dvdreadsrc_open_file),
10529         (dvdreadsrc_change_state):
10530           Fix. Don't do one big huge loop around the whole DVD, that will
10531           cache all data and thus eat sizeof(dvd) (several GB) before we
10532           see something.
10533         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10534           Actually NULL'ify event after using it.
10535         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10536         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10537         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10538         (gst_ebml_read_seek), (gst_ebml_read_skip):
10539           Handle events.
10540         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10541         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10542         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10543           Fix timing (this will probably break if I seek using menus, but
10544           I didn't get there yet). VOBs and normal DVDs should now work.
10545           Add a mpeg2-only pad with high rank so this get autoplugged for
10546           MPEG-2 movies.
10547         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10548         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10549         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10550         (gst_mpeg_demux_get_audio_stream),
10551         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10552         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10553           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10554           MPEG-1 but use dvddemux for MPEG-2.
10555         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10556         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10557         (gst_mpeg_parse_parse_packhead):
10558           Timing. Only add pad template if it exists. Add sink template from
10559           class and not from ourselves. This means we will always use the
10560           correct sink template even if it is not the one defined in this
10561           file.
10562
10563 2004-09-29  Wim Taymans  <wim@fluendo.com>
10564
10565         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10566         (gst_mpeg_demux_parse_pes):
10567         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10568         Fix playback of mpeg again, timestamps where screwed up by
10569         patch 1.61.
10570
10571 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10572
10573         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10574           Only return true if we actually filled something in. Prevents
10575           player applications from showing a random length for flac files.
10576         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10577         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10578         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10579         (gst_riff_read_strf_vids_with_data),
10580         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10581           OK, ok, so I implemented event handling. Apparently it's normal
10582           that we receive random events at random points without asking
10583           for it.
10584         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10585         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10586         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10587         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10588         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10589         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10590         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10591         * gst/avi/gstavidemux.h:
10592           Implement non-lineair chunk handling and subchunk processing.
10593           The first solves playback of AVI files where the audio and video
10594           data of individual buffers that we read are not synchronized.
10595           This should not happen according to the wonderful AVI specs, but
10596           of course it does happen in reality. It is also a prerequisite for
10597           the second. Subchunk processing allows us to cut chunks in small
10598           pieces and process each of these pieces separately. This is
10599           required because I've seen several AVI files with incredibly large
10600           audio chunks, even some files with only one audio chunk for the
10601           whole file. This allows for proper playback including seeking.
10602           This patch is supposed to fix all AVI A/V sync issues.
10603         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10604         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10605           Work.
10606         * gst/modplug/gstmodplug.cc:
10607           Proper return value setting for the query() function.
10608         * gst/playback/gstplaybasebin.c: (setup_source):
10609           Being in non-playing state (after, e.g., EOS) is not necessarily
10610           a bad thing. Allow for that. This fixes playback of short files.
10611           They don't actually playback fully now, because the clock already
10612           runs. This means that small files (<500kB) with a small length
10613           (<2sec) will still not or barely play. Other files, such as mod
10614           or flx, will work correctly, however.
10615
10616 2004-09-28  Wim Taymans  <wim@fluendo.com>
10617
10618         * ext/speex/gstspeex.c: (plugin_init):
10619         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10620         (gst_speex_dec_class_init), (speex_dec_get_formats),
10621         (speex_get_event_masks), (speex_get_query_types),
10622         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10623         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10624         (gst_speexdec_get_property), (gst_speexdec_set_property),
10625         (speex_dec_change_state):
10626         * ext/speex/gstspeexdec.h:
10627         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10628         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10629         (gst_speexenc_base_init), (gst_speexenc_class_init),
10630         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10631         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10632         (gst_speexenc_src_query), (gst_speexenc_init),
10633         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10634         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10635         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10636         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10637         (gst_speexenc_chain), (gst_speexenc_get_property),
10638         (gst_speexenc_set_property), (gst_speexenc_change_state):
10639         * ext/speex/gstspeexenc.h:
10640         Rewrote speex encoder, make sure it can be embedded in ogg.
10641         Implemented speex decoder.
10642
10643 2004-09-28  Christian Schaller <christian@fluendo.com>
10644
10645         * configure.ac:
10646         Remove kioslave plugin. Markey is brewing a new working one
10647         * ext/Makefile.am: Remove kioslave plugin
10648         * ext/kio: remove
10649         * gst-plugins.spec.in: remove kio plugin from spec
10650
10651 2004-09-27  Wim Taymans  <wim@fluendo.com>
10652
10653         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10654         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10655         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10656         (gst_multifdsink_new_client),
10657         (gst_multifdsink_handle_client_write),
10658         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10659         (gst_multifdsink_handle_clients):
10660         * gst/tcp/gstmultifdsink.h:
10661         Make syncing to keyframes actually work for new clients and lagging
10662         clients.
10663
10664 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10665
10666         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10667         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10668         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10669         * gst/debug/gstnavigationtest.h:
10670           make navigationtest display button-press and button-release events
10671
10672 2004-09-26 Iain <iaingnome@gmail.com>
10673
10674         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10675         the channels have received a new media event.
10676         (interleave_buffered_loop): Compresses a new media event on all
10677         channels into one.
10678
10679 2004-09-26 Iain <iaingnome@gmail.com>
10680
10681         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10682         call the sinkpad's default event handler and not the srcpads. He also
10683         says this is confusing :)
10684         (gst_wavenc_stop_file): Company says that seek events only go upstream
10685         we should send a discontinuous downstream instead.
10686
10687 2004-09-25  Christian Schaller <christian@fluendo.com>
10688
10689         * Update SPEC file to be usable in conjunction with Fedora Core,
10690           Fedora.us and freshrpms packages
10691         * Fix typo in multifilesrc test Makefile
10692
10693 2004-09-24  Wim Taymans  <wim@fluendo.com>
10694
10695         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10696         Only signal the no_more_pads signal when we have
10697         added the stream to our list.
10698
10699 2004-09-24  Wim Taymans  <wim@fluendo.com>
10700
10701         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10702         (new_decoded_pad):
10703         * gst/playback/gstplaybasebin.h:
10704         * gst/playback/gstplaybin.c: (setup_sinks):
10705         Don't try to preroll or decode more than one audio/video
10706         track.
10707
10708 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10709
10710         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10711           Throw error if we failed to find a suitable output. This should
10712           throw an error if we successfully set up a pipeline (e.g. because
10713           we recognized a media file) but found no decodable streams in it
10714           (e.g. because it contains only media stream types for which we
10715           have no decoders, or because it's not a media type).
10716
10717 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10718
10719         * ext/dirac/Makefile.am:
10720         * ext/dirac/gstdirac.cc:
10721         * ext/dirac/gstdiracdec.cc:
10722         * ext/dirac/gstdiracdec.h:
10723           Do something. Don't actually know if this works because I don't
10724           have a demuxer yet.
10725         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10726           Add channels=1 to caps returned from _getcaps().
10727         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10728         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10729         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10730         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10731         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10732         (gst_ogm_parse_change_state):
10733           Separate between audio/video so ogmaudioparse actually uses the
10734           audio pad templates. Both audio and video work now, including
10735           autoplugging. Also use sometimes-srcpad hack.
10736         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10737           Handle events better. Don't hang on infinite loops.
10738         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10739         (gst_avi_demux_init), (gst_avi_demux_reset),
10740         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10741         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10742         (gst_avi_demux_change_state):
10743         * gst/avi/gstavidemux.h:
10744           Improve A/V sync. Still not perfect.
10745         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10746         (gst_ebml_read_skip):
10747           Handle events better.
10748         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10749         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
10750         (qtdemux_audio_caps):
10751           Add IMA4. Improve event handling. Save offset after a seek when
10752           the headers are at the end of the file so that we don't end up in
10753           an infinite loop.
10754         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10755           Add low-priority typefind support for files with no length.
10756
10757 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10758
10759         * testsuite/multifilesink/Makefile.am:
10760         fix typo
10761
10762 2004-09-22  Julien MOUTTE  <julien@moutte.net>
10763
10764         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
10766         mistakes from thaytan's patches.
10767
10768 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10769
10770         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10771           For completeness, XSync in the destroy function as xvimage does.
10772
10773 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10774
10775         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
10776            Correct caps negotiation
10777         * gst/volume/gstvolume.c: (volume_chain_float),
10778         (volume_chain_int16):
10779            Modify debug output to be little more informative
10780         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10782         (gst_xvimagesink_xvimage_destroy):
10783           Add XSync calls after detaching from the shared memory segment to
10784           avoid a crash.
10785
10786 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10787
10788         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10789         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
10790         * ext/vorbis/vorbis.c: (plugin_init):
10791         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10792         (gst_vorbisenc_chain):
10793         * ext/vorbis/vorbisenc.h:
10794         remove explicit newmedia support from oggmux and vorbisenc
10795         add debug category to vorbisenc
10796         * gst/multifilesink/gstmultifilesink.c:
10797         (gst_multifilesink_class_init), (gst_multifilesink_init),
10798         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
10799         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
10800         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
10801         (plugin_init):
10802         * gst/multifilesink/gstmultifilesink.h:
10803         add support for streamheader in multifilesink
10804
10805 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10806
10807         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
10808         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
10809         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
10810           Prevent infinite loops. More correct error reporting.
10811         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10812           Error out if negotiation fails.
10813         * gst/playback/gstplaybasebin.c: (setup_source),
10814         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
10815         (gst_play_base_bin_found_tag):
10816           Error/tag forwarding. Pre-roll fixes for source errors on state
10817           changes (e.g. "file does not exist") to prevent hangs.
10818
10819 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10820
10821         * testsuite/multifilesink/Makefile.am:
10822         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
10823         (gst_newmedia_class_init), (gst_newmedia_init),
10824         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10825         (newfile_signal), (test_signal), (main):
10826         * testsuite/multifilesink/multifilesrc_test.c: (main):
10827         * testsuite/multifilesink/oggtheora_test.c:
10828         (gst_newmedia_base_init), (gst_newmedia_class_init),
10829         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10830         (test_format), (newfile_signal), (test_signal), (main):
10831         * testsuite/multifilesink/oggvorbis_test.c:
10832         (gst_newmedia_base_init), (gst_newmedia_class_init),
10833         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10834         (test_format), (newfile_signal), (test_signal), (main):
10835         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
10836         (gst_newmedia_class_init), (gst_newmedia_init),
10837         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10838         (newfile_signal), (test_signal), (main):
10839         New media tests
10840
10841 2004-09-20  Christian Schaller <christian@fluendo.com>
10842
10843         * Fix mikmod license to LGPL as they have relicensed
10844         * Move Dirac and Effectv into LGPL section of README_license
10845
10846 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10847
10848         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
10849         (gst_mad_change_state):
10850           Allow for mp3 rate/channels changes. However, only very
10851           conservatively. Reason that we *have* to enable this is smiply
10852           because the mad find_sync() function is not good enough, it will
10853           regularly sync on random data as valid frames and therefore make
10854           us provide random caps as *final* caps of the stream. The best fix
10855           I could think of is to simply require several of the same stream
10856           changes in a row before we change caps.
10857           The actual testcase that works now is #
10858         * ext/ogg/Makefile.am:
10859         * ext/ogg/gstogg.c: (plugin_init):
10860         * ext/ogg/gstogmparse.c:
10861           OGM support (video only for now; I need an audio sample file).
10862         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10863         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
10864         (gst_asf_demux_add_video_stream):
10865           WMV extradata.
10866         * gst/playback/gstplaybasebin.c: (unknown_type):
10867           Don't error out on single unknown-types after all. It's wrong.
10868           If we found type of video and audio but not of a subtitle stream,
10869           it will still error out (which is unwanted). Will find a better fix
10870           later on.
10871         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
10872         (ogmaudio_type_find), (plugin_init):
10873           OGM support.
10874
10875 2004-09-20  Johan Dahlin  <johan@gnome.org>
10876
10877         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
10878         after setting caps.
10879
10880 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10881
10882         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
10883         * gst/wavenc/gstwavenc.h:
10884         Added newmedia support to wavenc
10885
10886 2004-09-17  Wim Taymans  <wim@fluendo.com>
10887
10888         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
10889         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
10890         (gst_fdset_fd_can_write), (gst_fdset_wait):
10891         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
10892         (gst_multifdsink_init), (gst_multifdsink_add),
10893         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
10894         (gst_multifdsink_remove_client_link),
10895         (gst_multifdsink_client_queue_buffer),
10896         (gst_multifdsink_handle_client_write),
10897         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
10898         (gst_multifdsink_close), (gst_multifdsink_change_state):
10899         * gst/tcp/gstmultifdsink.h:
10900         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10901         (gst_tcpserversink_removed):
10902         Small cleanups in fdset.c
10903         Use a hastable to map fd to the client structure for faster
10904         lookup in _remove and get_stats.
10905         Added virtual function to close the fds.
10906         Handle clients even when the select/poll call was unblocked because
10907         of a command.
10908         Implement syncing to keyframe in the recovery procedure.
10909
10910 2004-09-16 Iain <iaingnome@gmail.com>
10911
10912         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
10913         try caps.
10914
10915 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10916
10917         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
10918           Caps are only set if the type of the stream is unknown, but this
10919           is initialized in ->init_stream(), so set to UNKNOWN after calling
10920           ->init_stream() so that capsnego starts.
10921
10922 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10923
10924         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10925         (gst_avi_demux_stream_data):
10926           Just hardcode for raw audio then. AVI audio sucks.
10927
10928 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
10929
10930         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
10931         * gst/matroska/matroska-mux.c: (audiosink_templ),
10932         (gst_matroska_mux_audio_pad_link):
10933         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
10934         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
10935
10936 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10937
10938         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10939         (gst_avi_demux_stream_data):
10940           Try to fix a/v sync issues.
10941
10942 2004-09-15  David Schleef  <ds@schleef.org>
10943
10944         * configure.ac: remove NASM check, since we don't use it.  Update
10945         dirac check to 0.4
10946         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
10947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10948         Initialized variables.
10949         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10950         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
10951         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
10952         SVQ3 format
10953
10954 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10955
10956         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10957         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
10958         * gst/avi/gstavidemux.h:
10959           Fix for compressed audio (mp3) timestamp generation. How did this
10960           ever work?
10961
10962 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10963
10964         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10965           Volume is a double not a float.
10966
10967 2004-09-15  Wim Taymans  <wim@fluendo.com>
10968
10969         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
10970         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10971         Don't close the fd in multifdsink as we didn't open it in the
10972         first place. Some cleanups.
10973
10974 2004-09-15  Wim Taymans  <wim@fluendo.com>
10975
10976         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10977         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10978         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
10979         Fix the case where the muxer would mark pages as delta
10980         frames when they are not (vorbis only ogg).
10981
10982 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10983
10984         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
10985         (gst_play_base_bin_change_state):
10986           Handle the case where we failed to setup a clear pipeline. This
10987           will throw an error (or EOS, another nice case) and if you don't
10988           catch that, the app will wait for the signal forever (and thus
10989           hang).
10990
10991 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10992
10993         * ext/gnomevfs/gstgnomevfssink.c:
10994         (gst_gnomevfssink_uri_get_protocols):
10995         * ext/gnomevfs/gstgnomevfssrc.c:
10996         (gst_gnomevfssrc_uri_get_protocols):
10997         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10998         * ext/gnomevfs/gstgnomevfsuri.h:
10999           Use _uri_new() instead of _open(), so it doesn't take as long and
11000           Christophe's computer won't hang.
11001         * gst/playback/gstplaybasebin.c: (unknown_type):
11002           Throw error on unknown media type, so apps actually display it.
11003
11004 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11005
11006         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11007           this script to work on Solaris since bash shell handles echo
11008           differenly than bash.
11009
11010 2004-09-17  Wim Taymans  <wim@fluendo.com>
11011
11012         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11013         (setup_source), (gst_play_base_bin_set_property),
11014         (gst_play_base_bin_add_element):
11015         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11016         Some more work on making sure seeking pauses the pipeline and
11017         that changing the uri actually does something.
11018
11019 2004-09-17  Wim Taymans  <wim@fluendo.com>
11020
11021         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11022         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11023         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11024         (gst_tcpserversink_close):
11025         Be a bit more paranoid when freeing memory.
11026
11027 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11028
11029         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11030         (qtdemux_parse_trak):
11031           Don't crash by dividing by zero (see sample movie in #126922).
11032
11033 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11034
11035         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11036           Don't touch non-existing data (fixes crash on file in #140147).
11037
11038 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11039
11040         * gst/playback/gstplaybasebin.c:
11041         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11042           Handle double disposals, and proper change of URIs.
11043
11044 2004-09-13  Martin Eikermann <meiker@upb.de>
11045
11046         * gst/mpegstream/gstmpegparse.c:
11047           fix synchronistation for streams recorded from digital PCR
11048           fixes bug #119376
11049
11050 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11051
11052         * ext/gnomevfs/Makefile.am:
11053         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11054         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11055         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11056         (gst_gnomevfssink_uri_get_type),
11057         (gst_gnomevfssink_uri_get_protocols),
11058         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11059         (gst_gnomevfssink_uri_handler_init),
11060         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11061         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11062         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11063         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11064         (gst_gnomevfssrc_uri_get_type),
11065         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11066         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11067         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11068         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11069         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11070         * ext/gnomevfs/gstgnomevfsuri.h:
11071           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11072           of fake URIs to see which this version of Gnome-VFS likes, and
11073           uses that for the Gst-URI interface. Makes playbin support http://
11074           streams. Also fix up some stupid behaviour in gnomevfssrc.
11075
11076 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11077
11078         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11079         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11080         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11081         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11082           Update mixer (to sync with other sessions) if we try to obtain
11083           a new value. This makes alsamixer work accross applications.
11084         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11085           Only call sync functions if we're running, else alsalib asserts.
11086         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11087           Sometimes fails to compile. Possibly a gcc bug.
11088         * gst/playback/gstplaybin.c: (gen_video_element),
11089         (gen_audio_element):
11090           Add a reference to an application-provided object, because we lose
11091           this same reference if we add it to the bin. If we don't do this,
11092           we can only use this object once and thus crash if we go from
11093           ready to playing, back to ready and back to playing again.
11094           Also add an audioscale element because several cheap soundcards -
11095           like mine - don't support all samplerates.
11096         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11097         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11098           Fix wrong order or PAR calls. Makes automatically obtained PAR
11099           from the X server atually being used.
11100
11101 2004-09-12  David Schleef  <ds@schleef.org>
11102
11103         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11104         #151887, #152102, #152247.
11105         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11106         * examples/seeking/cdparanoia.c: same
11107         * examples/seeking/cdplayer.c: same
11108         * examples/seeking/seek.c: same
11109         * examples/seeking/spider_seek.c: same
11110         * examples/seeking/vorbisfile.c: same
11111         * examples/stats/mp2ogg.c: same
11112         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11113         (gst_esdsink_dispose): Dispose of element properly.
11114         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11115         fixes.
11116         * ext/nas/nassink.c: (gst_nassink_class_init),
11117         (gst_nassink_dispose): Dispose of element correctly.
11118         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11119         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11120         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11121         Fix 64-bit warning.
11122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11123         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11124         Fix 64-bit warning.
11125
11126 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11127
11128         * configure.ac : change speex detection as 1.1.6 now uses
11129           .pc/pkg-config and they changed their headers location.
11130
11131 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11132
11133         * gst/matroska/matroska-mux.h:
11134         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11135         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11136         (gst_matroska_mux_write_data):
11137           Write multiple blocks/frames per cluster.
11138                 Write meta-seek information (seek heads).
11139
11140 2004-09-09  Scott Wheeler <wheeler@kde.org>
11141
11142         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11143         (gst_play_bin_set_property), (gst_play_bin_get_property),
11144         (gen_audio_element), (gen_audio_element):
11145           Add a volume element / property to the pipeline.
11146
11147 2004-09-07  Wim Taymans  <wim@fluendo.com>
11148
11149         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11150         Copy timestamps from the master pad to the output buffers.
11151
11152 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11153
11154         * ext/raw1394/gstdv1394src.c:
11155           throw errors when applicable
11156
11157 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11158
11159         * gst/matroska/ebml-ids.h:
11160         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11161         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11162         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11163           automatically convert unix time <-> ebml time when reading/writing
11164           a date, use gst_ebml_write_uint to write CUETIME,
11165           not gst_ebml_write_date.
11166         * gst/matroska/matroska-ids.h:
11167         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11168         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11169         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11170         (gst_matroska_mux_write_data):
11171           Write track and segment UIDs, write muxing date, write
11172           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11173           Create cues for audio only files.
11174
11175 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11176
11177         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11178         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11179           Re-commit ALSA switches.
11180         * gst/adder/gstadder.c: (gst_adder_loop):
11181           64-bit fix (#151416).
11182         * gst/debug/progressreport.c: (gst_progressreport_report):
11183           64-bit fix (#151419).
11184         * gst/matroska/matroska-demux.c:
11185         (gst_matroska_demux_parse_contents):
11186           64-bit fix (#151420).
11187         * gst/playback/test3.c: (update_scale):
11188           64-bit fix (#151421).
11189
11190 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11191
11192         * configure.ac:
11193           bump nano to cvs
11194
11195 === release 0.8.4 ===
11196
11197 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11198
11199         * configure.ac: releasing 0.8.4, "Alias"
11200
11201 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11202
11203         * ext/theora/Makefile.am:
11204           fix makefile.  Fixes #151462.
11205
11206 2004-08-30  Wim Taymans  <wim@fluendo.com>
11207
11208         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11209         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11210         (gst_multifdsink_remove_client_link),
11211         (gst_multifdsink_client_queue_buffer),
11212         (gst_multifdsink_handle_client_write):
11213         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11214         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11215         Fix some memory leaks.
11216
11217 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11218
11219         Patch by: David Schleef
11220
11221         * configure.ac:
11222         * sys/Makefile.am:
11223           rename our detection macro for V4L2.  Fixes #151236.
11224
11225 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11226
11227         Patch by: David Schleef
11228
11229         * configure.ac:
11230           check to define LAMEPRESET.  Fixes #151232.
11231
11232 2004-08-27  David Schleef  <ds@schleef.org>
11233
11234         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11235         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11236         (gst_glimagesink_fixate):  Move local variable declarations to
11237         make gcc-2.95 happy.
11238
11239 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11240
11241         * configure.ac:
11242           bump nano for prerelease
11243
11244 2004-08-27  David Schleef  <ds@schleef.org>
11245
11246         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11247         * sys/sunaudio/gstsunaudiosrc.c:
11248         * sys/sunaudio/gstsunaudiosrc.h:
11249
11250 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11251
11252         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11253         handle EOS correctly
11254         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11255         * gst/matroska/matroska-mux.h:
11256         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11257         VFW compatibility mode
11258
11259 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11260
11261         patch by: Zaheer Abbas Merali
11262
11263         * ext/ogg/gstoggmux.c:
11264         * ext/vorbis/vorbisenc.c:
11265         * ext/vorbis/vorbisenc.h:
11266           handle NEWMEDIA
11267
11268 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11269
11270         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11271         fix byte order reversion on little endian machines.
11272         * gst/matroska/matroska-mux.c: (audiosink_templ),
11273         (gst_matroska_mux_audio_pad_link):
11274         add TTA codec to the list of supported codecs.
11275         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11276         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11277         (gst_matroska_mux_write_data):
11278         * gst/matroska/matroska-mux.h:
11279         write segment duration correctly, write muxing app string, fixes bugs
11280         #140897 and #140898.
11281         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11282         wait for all pads to be negotiated before starting to mux.
11283
11284 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11285
11286         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11287         * ext/lame/gstlame.h:
11288         Added new media support to lame
11289
11290 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11291
11292         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11293         send vorbis headers at the beginning of a stream, fixes bug #141554.
11294         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11295         bug #148950.
11296         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11297         (gst_matroska_demux_plugin_init):
11298         * gst/matroska/matroska-ids.h:
11299         enable demuxing of TTA audio streams, fixes bug #148951.
11300         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11301         enable typefinding for TTA audio files, fixes bug #148711.
11302         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11303         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11304         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11305
11306 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11307
11308         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11309         (gst_riff_read_element_data), (gst_riff_read_seek),
11310         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11311         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11312         <teuf@gnome.org>
11313
11314 2004-08-23 Iain <iaingnome@gmail.com>
11315
11316         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11317         tags. They appear to be handled differently to normal.
11318         (tag_list_to_id3_tag_foreach): Ditto.
11319
11320 2004-08-22  Wim Taymans  <wim@fluendo.com>
11321
11322         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11323         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11324         Make sure we never send -1 granulepos.
11325
11326 2004-08-20  Wim Taymans  <wim@fluendo.com>
11327
11328         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11329         (gst_ogg_mux_loop):
11330         I will accept bitchslappings with non sharp objects.
11331
11332 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11333
11334         * configure.ac:
11335         Clean up the test for lame presets
11336
11337 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11338
11339         * configure.ac:
11340         * ext/lame/Makefile.am:
11341         * ext/lame/gstlame.c: (gst_lame_class_init),
11342         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11343         Only enable lame presets if version of lame has presets in API
11344
11345 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11346         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11347         * gst/udp/gstudpsrc.h:
11348           Don't call gst_pad_push in a get function. Fixes #150449
11349
11350 2004-08-18  Wim Taymans  <wim@fluendo.com>
11351
11352         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11353         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11354         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11355         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11356         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11357         (gst_fdset_wait):
11358         * gst/tcp/gstfdset.h:
11359         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11360         (gst_multifdsink_client_queue_buffer),
11361         (gst_multifdsink_handle_client_write):
11362         * gst/tcp/gstmultifdsink.h:
11363         Some extra checks in gstfdset.
11364         Only use send() when the fd is a socket. Don't try to
11365         read from write only fds.
11366
11367 2004-08-18  Wim Taymans  <wim@fluendo.com>
11368
11369         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11370         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11371         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11372         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11373         (gst_fdset_wait):
11374         Add more locking and bounds checking.
11375
11376 2004-08-18  Wim Taymans  <wim@fluendo.com>
11377
11378         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11379         Realloc test fdset in the lock and right before starting
11380         the poll call. Bump the limit to 4096.
11381
11382 2004-08-17  David Schleef  <ds@schleef.org>
11383
11384         * sys/sunaudio/Makefile.am:
11385         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11386         of rates and channels.  Make debugging less obnoxious.
11387
11388         Patch from Balamurali Viswanathan implementing a mixer for
11389         Sun audio.  (bug #144091):
11390         * sys/sunaudio/gstsunelement.c:
11391         * sys/sunaudio/gstsunelement.h:
11392         * sys/sunaudio/gstsunmixer.c:
11393         * sys/sunaudio/gstsunmixer.h:
11394
11395 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11396
11397         * gst/audioscale/gstaudioscale.c:
11398         * gst/audioscale/gstaudioscale.h:
11399         made audioscale resample from any sample rate to any sample rate
11400
11401 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11402
11403         * ext/libpng/gstpngdec.c:
11404           error out on unsupported types
11405
11406 2004-08-17  Iain <iaingnome@gmail.com>
11407
11408         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11409         mid_side and loose_mid_side properties if its a stereo stream.
11410
11411 2004-08-17  Wim Taymans  <wim@fluendo.com>
11412
11413         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11414         (theora_get_formats), (theora_dec_src_convert),
11415         (theora_dec_sink_convert), (theora_dec_src_query),
11416         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11417         Add a debug line.
11418
11419 2004-08-17  Wim Taymans  <wim@fluendo.com>
11420
11421         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11422         (gst_ogg_pad_push):
11423         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11424         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11425         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11426         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11427         Mark delta units in the muxer.
11428         Try to decode the packet after an out-of-sync error from
11429         libogg.
11430
11431 2004-08-17  Wim Taymans  <wim@fluendo.com>
11432
11433         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11434         (gst_multifdsink_init), (gst_multifdsink_add),
11435         (gst_multifdsink_client_queue_buffer),
11436         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11437         * gst/tcp/gstmultifdsink.h:
11438         Added option to send a keyframe to clients as the first buffer.
11439         Make timeout property writable.
11440
11441 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11442
11443         patch by: Wim Taymans
11444
11445         * gst/tcp/gstfdset.c:
11446         * gst/tcp/gstmultifdsink.c:
11447           fix index comparison, should include 0
11448
11449 2004-08-16  Wim Taymans  <wim@fluendo.com>
11450
11451         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11452         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11453         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11454         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11455         (gst_fdset_wait):
11456           copy when reallocing for poll so the select arguments don't get
11457           changed during the call
11458
11459 2004-08-16  Wim Taymans  <wim@fluendo.com>
11460
11461         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11462         (gst_theora_enc_class_init), (theora_enc_sink_link),
11463         (theora_buffer_from_packet), (theora_enc_chain):
11464         Fix bug where buffers were not marked as keyframes
11465         correctly.
11466
11467 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11468
11469         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11470         (gst_lame_preset_get_type), (gst_lame_class_init):
11471         describe the enum values for vbr mode and presets more verbosely
11472
11473 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11474
11475         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11476         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11477         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11478         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11479         * ext/lame/gstlame.h:
11480         add preset property to lame so it can use lame presets
11481
11482 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11483
11484         * ext/lame/gstlame.c: (gst_lame_get_property):
11485         whoops forgot break, thanks teuf
11486
11487 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11488
11489         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11490         (gst_lame_class_init), (gst_lame_src_getcaps),
11491         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11492         (gst_lame_get_property), (gst_lame_setup):
11493         * ext/lame/gstlame.h:
11494         fix lame's broken vbr stuff, allow it to resample if need be, and also
11495         make xing header optional
11496
11497 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11498
11499         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11500         added getcaps function so samplerate doesnt get fixated to silly values
11501
11502 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11503
11504         * ext/lame/gstlame.c: (gst_lame_src_link):
11505         revert previous fix
11506
11507 2004-08-12  Johan Dahlin  <johan@gnome.org>
11508
11509         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11510         checks. Doesn't matter what state we are in. Interfaces are a
11511         compile time thing, not runtime. It also broke the python bindings.
11512
11513 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11514
11515         * ext/lame/gstlame.c: (gst_lame_src_link):
11516         made source pad link function check if sinkpad is ok..fixes the problem
11517         where core fixates the output rate of lame stupidly
11518
11519 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11520
11521         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11522         * sys/v4l/v4l_calls.c:
11523         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11524           fix fixate function to handle nonsimple caps.
11525           remove bogus check in _link
11526           cleanups
11527
11528 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11529
11530         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11531         set default compression ratio parameter to 0.0 so bitrate parameter
11532         works :)
11533
11534 2004-08-11  David Schleef  <ds@schleef.org>
11535
11536         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11537
11538 2004-08-11  David Schleef  <ds@schleef.org>
11539
11540         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11541         before.
11542
11543 2004-08-11  David Schleef  <ds@schleef.org>
11544
11545         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11546
11547 2004-08-11  David Schleef  <ds@schleef.org>
11548
11549         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11550           license field
11551         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11552         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11553           LGPL.
11554         * gst/auparse/gstauparse.c: Fix plugin license field.
11555         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11556         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11557         * gst/rtp/gstrtp.c: Fix plugin license field.
11558
11559 2004-08-11  Wim Taymans  <wim@fluendo.com>
11560
11561         * gst/tcp/Makefile.am:
11562         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11563         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11564         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11565         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11566         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11567         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11568         (gst_fdset_fd_can_write), (gst_fdset_wait):
11569         * gst/tcp/gstfdset.h:
11570         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11571         (gst_multifdsink_class_init), (gst_multifdsink_init),
11572         (gst_multifdsink_add), (gst_multifdsink_remove),
11573         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11574         (gst_multifdsink_remove_client_link),
11575         (gst_multifdsink_handle_client_read),
11576         (gst_multifdsink_client_queue_data),
11577         (gst_multifdsink_client_queue_caps),
11578         (gst_multifdsink_client_queue_buffer),
11579         (gst_multifdsink_handle_client_write),
11580         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11581         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11582         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11583         (gst_multifdsink_close):
11584         * gst/tcp/gstmultifdsink.h:
11585         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11586         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11587         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11588         (gst_tcpserversink_close):
11589         * gst/tcp/gsttcpserversink.h:
11590         Abstracted away the select call, implemented poll (yes we ran into
11591         the 1024 limit in production).
11592
11593 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11594
11595         * gst/tcp/gsttcp.c:
11596         * gst/tcp/gsttcpplugin.c:
11597           improve debuggging, remove assert
11598
11599 2004-08-10  Wim Taymans  <wim@fluendo.com>
11600
11601         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11602         (gst_client_status_get_type), (gst_multifdsink_class_init),
11603         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11604         (gst_multifdsink_handle_client_read),
11605         (gst_multifdsink_handle_client_write),
11606         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11607         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11608         (gst_multifdsink_get_property):
11609         * gst/tcp/gstmultifdsink.h:
11610         * gst/tcp/gsttcp-marshal.list:
11611         Starting to prepare for specifying buffer time in other units
11612         than buffers. Expose remove reason in signal.
11613
11614 2004-08-10  Wim Taymans  <wim@fluendo.com>
11615
11616         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11617         (gst_multifdsink_remove), (gst_multifdsink_clear),
11618         (gst_multifdsink_remove_client_link),
11619         (gst_multifdsink_handle_client_read),
11620         (gst_multifdsink_client_queue_data),
11621         (gst_multifdsink_client_queue_buffer),
11622         (gst_multifdsink_handle_client_write),
11623         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11624         (gst_multifdsink_chain), (gst_multifdsink_close):
11625         * gst/tcp/gstmultifdsink.h:
11626         Added more debugging info. Changed the way clients are
11627         removed from the lists. Fixed a bug where a bad file descriptor
11628         could cause many clients to be removed.
11629
11630 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11631
11632         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11633           allow all pixel-aspect-ratios, not just 1:1
11634
11635 2004-08-09  David Schleef  <ds@schleef.org>
11636
11637         * sys/glsink/ARB_multitexture.h:  Remove old files.
11638         * sys/glsink/EXT_paletted_texture.h:
11639         * sys/glsink/NV_register_combiners.h:
11640         * sys/glsink/gstgl_nvimage.c:
11641         * sys/glsink/gstgl_pdrimage.c:
11642         * sys/glsink/gstgl_rgbimage.c:
11643         * sys/glsink/gstglsink.c:
11644         * sys/glsink/gstglsink.h:
11645         * sys/glsink/gstglxwindow.c:
11646         * sys/glsink/regcomb_yuvrgb.c:
11647
11648 2004-08-09  David Schleef  <ds@schleef.org>
11649
11650         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11651         GL sink plugin.  (Bug #147302)
11652
11653         * configure.ac: Test for OpenGL
11654         * sys/Makefile.am: Use test for OpenGL
11655         * sys/glsink/Makefile.am:
11656         * sys/glsink/glimagesink.c: rewrite
11657         * sys/glsink/glimagesink.h: rewrite
11658
11659 2004-08-09  David Schleef  <ds@schleef.org>
11660
11661         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11662         sane framerates.
11663         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11665         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11666
11667 2004-08-09  Wim Taymans  <wim@fluendo.com>
11668
11669         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11670         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11671         (gst_multifdsink_client_remove),
11672         (gst_multifdsink_handle_client_read),
11673         (gst_multifdsink_handle_client_write),
11674         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11675         Do a bit more logging, make the client_read code more robust.
11676
11677 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11678
11679         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11680         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11681         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11682         (gst_jpegdec_init), (gst_jpegdec_chain):
11683         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11684         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11685           cleanups, debugging fixes and memleak plugging
11686
11687 2004-08-09  Wim Taymans  <wim@fluendo.com>
11688
11689         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11690         (theora_get_formats), (theora_dec_src_convert),
11691         (theora_dec_sink_convert), (theora_dec_src_query),
11692         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11693         (theora_dec_change_state):
11694         Don't crash on missing header packets.
11695
11696 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11697
11698         * po/LINGUAS:
11699         * po/sq.po:
11700           Added Albanian translation (Laurent Dhima)
11701         * po/cs.po:
11702           updated
11703
11704 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11705
11706         * ext/lame/gstlame.c:
11707           fix/add debugging
11708
11709 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11710
11711         * sys/ximage/ximagesink.c:
11712         * sys/xvimage/xvimagesink.c:
11713           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11714
11715 2004-08-06  Wim Taymans  <wim@fluendo.com>
11716
11717         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11718         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11719         (gst_multifdsink_client_remove),
11720         (gst_multifdsink_handle_client_read),
11721         (gst_multifdsink_handle_client_write),
11722         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11723         Make sure we don't try to read more from a client that what
11724         ioctl says us or we deadlock.
11725
11726 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11727
11728         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11729         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11730         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11731           decouple running_time and n_frames so it can handle changing
11732           framerate while running
11733
11734 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11735
11736         * po/nl.po:
11737         * po/sv.po:
11738           updated translations
11739
11740 2004-08-04  Benjamin Otte  <otte@gnome.org>
11741
11742         * gst/videotestsrc/gstvideotestsrc.c:
11743         (gst_videotestsrc_get_capslist), (generate_capslist),
11744         (plugin_init):
11745           generate the list of supported caps at startup and reuse it instead
11746           of always generating it
11747
11748 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11749
11750         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
11751           whoops, last checkin broke normal build
11752
11753 2004-08-03  Benjamin Otte  <otte@gnome.org>
11754
11755         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
11756         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11757         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11758         (gst_alsa_mixer_get_option):
11759         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
11760         (dvdnavsrc_print_event):
11761         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
11762         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
11763         (gst_ogg_mux_pad_unlink):
11764         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
11765         (gst_multipart_mux_pad_unlink):
11766         * gst/videofilter/gstvideobalance.c:
11767         (gst_videobalance_colorbalance_set_value):
11768         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
11769         (gst_videomixer_pad_unlink):
11770         * po/uk.po:
11771         * sys/oss/gstossmixer.c:
11772         * sys/v4l/gstv4lcolorbalance.c:
11773         * sys/v4l/gstv4ltuner.c:
11774         * sys/v4l/v4lsrc_calls.c:
11775         * sys/v4l2/gstv4l2colorbalance.c:
11776         * sys/v4l2/gstv4l2tuner.c:
11777           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
11778
11779 2004-08-03  Benjamin Otte  <otte@gnome.org>
11780
11781         * examples/dynparams/filter.c: (ui_control_create):
11782         * examples/gstplay/player.c: (print_tag):
11783         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
11784         * ext/gdk_pixbuf/gstgdkanimation.c:
11785         (gst_gdk_animation_iter_may_advance):
11786         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
11787         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
11788         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
11789         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
11790         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
11791         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
11792         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
11793         * gst/sine/demo-dparams.c: (main):
11794         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11795         * testsuite/alsa/formats.c: (create_pipeline):
11796         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
11797           fixes for G_DISABLE_ASSERT and friends
11798         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11799         (mp3_type_frame_length_from_header), (mp3_type_find),
11800         (plugin_init):
11801           require mp3 typefinding to have at least MIN_HEADERS valid headers
11802           add typefinding for AAC adts files
11803
11804 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
11805
11806         * sys/ximage/ximagesink.c:
11807         (gst_ximagesink_calculate_pixel_aspect_ratio):
11808         * sys/xvimage/xvimagesink.c:
11809         (gst_xvimagesink_calculate_pixel_aspect_ratio):
11810         Make sure we calculate pixel-aspect-ratio using floating point maths
11811
11812 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11813
11814         * po/uk.po:
11815           updated translation
11816
11817 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11818
11819         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
11821           add debugging for display PAR calculation
11822
11823 2004-08-02  David Schleef  <ds@schleef.org>
11824
11825         * configure.ac: Fix mikmod CFLAGS.
11826
11827 2004-07-27  Benjamin Otte  <otte@gnome.org>
11828
11829         * gst/audioscale/gstaudioscale.c:
11830         - fix templates to only support S16, it's the only format that works
11831         - make caps nego code use try_set_caps_nonfixed and fixation instead
11832         of try_set_caps twice, which is not nice for autopluggers
11833         - change rank to secondary, so autopluggers can pick it up after
11834         audioconvert
11835
11836 2004-08-02  Iain <iain@prettypeople.org>
11837
11838         * gst/interleave/interleave.c (interleave_init),
11839         (interleave_request_new_pad),
11840         (interleave_pad_removed),
11841         (interleave_buffered_loop): Use the real pad count, not the artificial
11842         one.
11843
11844 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11845
11846         * configure.ac: bump nano back to development
11847
11848 === release 0.8.3 ===
11849
11850 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11851
11852         * configure.ac: releasing 0.8.3, "Water"
11853
11854 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11855
11856         * sys/xvimage/xvimagesink.c:
11857         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11858         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
11859         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
11860         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11861         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11862         * sys/xvimage/xvimagesink.h:
11863           apply similar PAR fixes as to ximagesink
11864
11865 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11866
11867         patch from: Benjamin Otte
11868
11869         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
11870           add link function to lame.  Fixes #148986.
11871
11872 2004-08-02  Johan Dahlin  <johan@gnome.org>
11873
11874         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
11875         fix debugging log
11876
11877 2004-07-30  David Schleef  <ds@schleef.org>
11878
11879         * gst/videomixer/Makefile.am: Fix things that should have been
11880         fixed in the last checkin.
11881
11882 2004-07-30  David Schleef  <ds@schleef.org>
11883
11884         * gst/multipart/Makefile.am: Fix things that should have been
11885         fixed in the last checkin.
11886
11887 2004-07-30  David Schleef  <ds@schleef.org>
11888
11889         * testsuite/multifilesink/Makefile.am: Fix unused variable.
11890
11891 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11892
11893         * configure.ac:
11894           bump nano for prerelease
11895         * po/af.po:
11896         * po/az.po:
11897         * po/cs.po:
11898         * po/en_GB.po:
11899         * po/hu.po:
11900         * po/nl.po:
11901         * po/sr.po:
11902         * po/sv.po:
11903         * po/uk.po:
11904           updates
11905
11906 2004-07-30  Wim Taymans  <wim@fluendo.com>
11907
11908         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11909         (gst_multifdsink_add), (gst_multifdsink_remove),
11910         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11911         (gst_multifdsink_client_remove),
11912         (gst_multifdsink_handle_client_write),
11913         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11914         * gst/tcp/gstmultifdsink.h:
11915         Recover from a select with a bad file descriptor by removing
11916         the client.
11917
11918 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11919
11920         * configure.ac:
11921           fix requirement of core
11922         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
11923         (gst_play_pipeline_setup):
11924           don't use colorspace element.  do use hermescolorspace element.
11925           make macro to get a colorspace element.
11926           mark strings for translation.
11927         * po/POTFILES.in:
11928           add play.c
11929         * po/af.po:
11930         * po/az.po:
11931         * po/cs.po:
11932         * po/en_GB.po:
11933         * po/hu.po:
11934         * po/nl.po:
11935         * po/sr.po:
11936         * po/sv.po:
11937         * po/uk.po:
11938           update translations
11939
11940 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11941
11942         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11943         fix default for newmedia flag
11944
11945 2004-07-30  Wim Taymans  <wim@fluendo.com>
11946
11947         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11948         (gst_theora_dec_init), (theora_get_formats),
11949         (theora_dec_src_convert), (theora_dec_sink_convert),
11950         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11951         (theora_dec_chain), (theora_dec_set_property),
11952         (theora_dec_get_property):
11953         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11954         (gst_theora_enc_class_init), (gst_theora_enc_init),
11955         (theora_enc_sink_link), (theora_enc_chain),
11956         (theora_enc_set_property), (theora_enc_get_property):
11957         Added cropping option to theora decoder.
11958         Added border option to theora encoder.
11959
11960 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11961
11962         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11963         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11964         (gst_pngenc_set_property):
11965         * ext/libpng/gstpngenc.h:
11966         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
11967
11968 2004-07-30  Wim Taymans  <wim@fluendo.com>
11969
11970         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11971         (theora_enc_sink_link), (theora_enc_chain),
11972         (theora_enc_set_property), (theora_enc_get_property):
11973         Fix encoding of non-multiple-of-16 video.
11974
11975 2004-07-29  David Schleef  <ds@schleef.org>
11976
11977         * configure.ac: make test for audiofile more strict
11978
11979 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11980
11981         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11982           give different names to typefind functions
11983
11984 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11985
11986         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11987         (gst_ximagesink_calculate_pixel_aspect_ratio),
11988         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
11989         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11990         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
11991         (gst_ximagesink_get_property), (gst_ximagesink_init):
11992         * sys/ximage/ximagesink.h:
11993           allocate PAR's dynamically.
11994           use autodetected PAR if no object-set PAR is given.
11995           add workaround for directfb's X not setting physical size.
11996           fix to xvimagesink will follow tomorrow.
11997
11998 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11999
12000         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12001         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12002         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12003         (gst_shout2send_class_init), (gst_shout2send_init),
12004         (set_shout_metadata), (gst_shout2send_set_metadata),
12005         (gst_shout2send_chain), (gst_shout2send_set_property),
12006         (gst_shout2send_get_property), (gst_shout2send_connect),
12007         (gst_shout2send_change_state):
12008         * ext/shout2/gstshout2.h:
12009         - fix for sending mp3 audio to icecast2 server, if pad link function not
12010         called before PAUSED state
12011         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12012         - added tagging support for mp3 audio broadcasted
12013         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12014         debug info
12015
12016 2004-07-28  Wim Taymans  <wim@fluendo.com>
12017
12018         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12019         (gst_ogg_demux_push):
12020         Return query failure when we don't know the length of
12021         an ogg stream insteda of returning TRUE with a bogus value.
12022
12023 2004-07-28  Wim Taymans  <wim@fluendo.com>
12024
12025         * ext/theora/theoradec.c: (theora_get_formats),
12026         (theora_dec_src_convert), (theora_dec_sink_convert),
12027         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12028         (theora_dec_chain):
12029         Don't screw up the 1 Chroma for 1 luma sample situation when we
12030         have an odd offset/width by adding a black border in those cases.
12031
12032 2004-07-28  Wim Taymans  <wim@fluendo.com>
12033
12034         * ext/theora/theoradec.c: (theora_get_formats),
12035         (theora_dec_src_convert), (theora_dec_sink_convert),
12036         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12037         (theora_dec_chain):
12038         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12039         Added first attempt at cropping of the image as required by the
12040         theora spec. We need more properties in the caps (offset_x,
12041         offset_y,stride) to implement this correctly.
12042
12043 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12044
12045         * ext/dvdnav/README:
12046           Update the README to use dvddemux
12047         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12048           Ensure getcaps returns a subset of the template caps
12049         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12050         (gst_mpeg2subt_init):
12051           Ensure getcaps returns a subset of the template caps
12052         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12053         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12054         (gst_dvd_demux_get_subpicture_stream),
12055         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12056         * gst/mpegstream/gstdvddemux.h:
12057           Set the explicit caps on the current_video pad before pushing
12058           anything
12059         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12060         (gst_mpeg_demux_get_audio_stream):
12061           Free caps used to gst_pad_set_explicit_caps, which takes a const
12062           GstCaps *
12063
12064 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12065
12066         * configure.ac: update GStreamer requirement to 0.8.4 because of
12067           GstFraction.
12068
12069 2004-07-28  Wim Taymans  <wim@fluendo.com>
12070
12071         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12072         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12073         Add the pad to the element after setting up the caps. This
12074         makes it a lot easier to autoplug.
12075
12076 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12077
12078         * gst/median/gstmedian.c:
12079         * gst/mpeg2subt/gstmpeg2subt.c:
12080         * gst/mpegaudioparse/gstmpegaudioparse.c:
12081         * gst/mpegstream/gstdvddemux.c:
12082         * gst/mpegstream/gstmpegdemux.c:
12083         * gst/mpegstream/gstmpegpacketize.c:
12084         * gst/rtjpeg/gstrtjpeg.c:
12085         * gst/rtjpeg/gstrtjpegdec.c:
12086         * gst/rtjpeg/gstrtjpegenc.c:
12087         * gst/sine/gstsinesrc.c:
12088         * gst/smooth/gstsmooth.c:
12089         * gst/smpte/gstsmpte.c:
12090         * gst/smpte/gstsmpte.h:
12091         * gst/stereo/gststereo.c:
12092         * gst/videofilter/gstgamma.c:
12093         * gst/videofilter/gstvideobalance.c:
12094         * gst/videofilter/gstvideofilter.c:
12095         * gst/videofilter/gstvideoflip.c:
12096         * gst/videoscale/gstvideoscale.c:
12097         * gst/videoscale/videoscale.c:
12098         * gst/videotestsrc/gstvideotestsrc.c:
12099         * gst/videotestsrc/videotestsrc.c:
12100         * gst/wavenc/gstwavenc.c:
12101         * gst/wavparse/gstwavparse.c:
12102           fix local includes and 64 bits constants
12103
12104 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12105
12106         * win32/gst.sln:
12107         * gst-libs/gst/*/*.vcproj:
12108         * gst/*/*.vcproj:
12109           more working plugins
12110
12111 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12112
12113         * testsuite/alsa/Makefile.am:
12114         * testsuite/alsa/srcstate.c:
12115         add test for alsasrc changing state
12116
12117 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12118
12119         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12120         (gst_silence_get):
12121         * gst/silence/gstsilence.h:
12122         fix silence generation for 16bit raw audio
12123
12124 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12125
12126         * gst/matroska/matroska-demux.c:
12127         (gst_matroska_demux_parse_metadata),
12128         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12129         * gst/mpegaudio/common.c:
12130         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12131         (gst_videoscale_getcaps), (gst_videoscale_link),
12132         (gst_videoscale_src_fixate), (gst_videoscale_init),
12133         (gst_videoscale_finalize):
12134         * gst/videoscale/gstvideoscale.h:
12135         * gst/videotestsrc/gstvideotestsrc.c:
12136         (gst_videotestsrc_get_capslist):
12137         * gst/wavenc/gstwavenc.c:
12138         * sys/oss/gstossmixer.c: (fill_labels):
12139         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12140         (gst_ximagesink_handle_xevents),
12141         (gst_ximagesink_calculate_pixel_aspect_ratio),
12142         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12143         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12144         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12145         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12146         (gst_ximagesink_init), (gst_ximagesink_class_init):
12147         * sys/ximage/ximagesink.h:
12148         * sys/xvimage/xvimagesink.c:
12149         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12150         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12151         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12152         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12153         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12154         * sys/xvimage/xvimagesink.h:
12155           first batch of pixel aspect ratio commits.
12156
12157 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12158
12159         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12160         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12161         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12162           handle stride, needs work if we want to move stride handling
12163           upstream, but works correctly for our purposes.
12164
12165 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12166
12167         * gst/videoscale/README:
12168           add testing examples
12169         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12170         (gst_videoscale_chain):
12171         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12172         (gst_videoscale_get_size):
12173           add get_size function that handles stride like videotestsrc.
12174           fixes conversion for YUV formats for as much as I can test them.
12175
12176 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12177
12178         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12179         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12181         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12182         (gst_xvimagesink_xvimage_put):
12183           further cleanups, logging, error handling and synchronizing
12184
12185 2004-07-27  Wim Taymans  <wim@fluendo.com>
12186
12187         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12188         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12189         (gst_videomixer_pad_set_property),
12190         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12191         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12192         (gst_videomixer_class_init), (gst_videomixer_init),
12193         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12194         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12195         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12196         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12197         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12198         (gst_videomixer_loop), (plugin_init):
12199         Be a nicer negotiation citizen and provide a getcaps function on
12200         the srcpad. This also fixes a crash when resizing.
12201
12202 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12203
12204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12205         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12206
12207 2004-07-27  Wim Taymans  <wim@fluendo.com>
12208
12209         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12210         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12211         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12212         (gst_pngenc_set_property):
12213         * ext/libpng/gstpngenc.h:
12214         Added snapshot property to pngenc.
12215         removed g_print from pngdec
12216
12217 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12218
12219         * gst/ac3parse/ac3parse.vcproj
12220         * gst/adder/adder.vcproj
12221         * gst/alpha/alpha.vcproj
12222         * gst/alpha/alphacolor.vcproj
12223         * gst/asfdemux/asf.vcproj
12224         * gst/audioconvert/audioconvert.vcproj
12225         * gst/audiorate/audiorate.vcproj
12226         * gst/audioscale/audioscale.vcproj
12227         * gst/auparse/auparse.vcproj
12228         * gst/avi/avi.vcproj
12229         * gst/cdxaparse/cdxaparse.vcproj
12230         * gst/chart/chart.vcproj
12231         * gst/colorspace/colorspace.vcproj
12232         * gst/cutter/cutter.vcproj
12233         * gst/debug/debug.vcproj
12234         * gst/debug/efence.vcproj
12235         * gst/debug/navigationtest.vcproj
12236         * gst/deinterlace/deinterlace.vcproj
12237         * gst/effectv/effectv.vcproj
12238         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12239         * gst/filter/filter.vcproj
12240         * gst/flx/flxdec.vcproj
12241         * gst/goom/goom.vcproj
12242         * gst/interleave/interleave.vcproj
12243         * gst/law/alaw.vcproj
12244         * gst/law/mulaw.vcproj
12245         * gst/matroska/matroska.vcproj
12246         * gst/median/median.vcproj
12247         * gst/mixmatrix/mixmatrix.vcproj
12248         * gst/mpeg1sys/mpeg1systemencode.vcproj
12249         * gst/mpeg1videoparse/mp1videoparse.vcproj
12250         * gst/mpeg2sub/mpeg2subt.vcproj
12251         * gst/mpegaudio/mpegaudio.vcproj
12252         * gst/mpegaudioparse/mpegaudioparse.vcproj
12253         * gst/mpegstream/mpegstream.vcproj
12254         * gst/multifilesink/multifilesink.vcproj
12255         * gst/multipart/multipart.vcproj
12256         * gst/oneton/oneton.vcproj
12257         * gst/overlay/overlay.vcproj
12258         * gst/passthrough/passthrough.vcproj
12259         * gst/qtdemux/qtdemux.vcproj
12260         * gst/realmedia/rmdemux.vcproj
12261         * gst/rtjpeg/rtjpeg.vcproj
12262         * gst/rtp/rtp.vcproj
12263         * gst/silence/silence.vcproj
12264         * gst/sine/sinesrc.vcproj
12265         * gst/smooth/smooth.vcproj
12266         * gst/smpte/smpte.vcproj
12267         * gst/spectrum/spectrum.vcproj
12268         * gst/speed/speed.vcproj
12269         * gst/stereo/stereo.vcproj
12270         * gst/switch/switch.vcproj
12271         * gst/tags/tagedit.vcproj
12272         * gst/tcp/tcp.vcproj
12273         * gst/typefind/typefindfunctions.vcproj
12274         * gst/udp/udp.vcproj
12275         * gst/videobox/videobox.vcproj
12276         * gst/videocrop/videocrop.vcproj
12277         * gst/videodrop/videodrop.vcproj
12278         * gst/videofilter/gamma.vcproj
12279         * gst/videofilter/videobalance.vcproj
12280         * gst/videofilter/videofilter.vcproj
12281         * gst/videofilter/videoflip.vcproj
12282         * gst/videoflip/videoflip.vcproj
12283         * gst/videomixer/videomixer.vcproj
12284         * gst/videorate/videorate.vcproj
12285         * gst/videoscale/videoscale.vcproj
12286         * gst/videotestsrc/videotestsrc.vcproj
12287         * gst/virtualdub/virtualdub.vcproj
12288         * gst/volenv/volenv.vcproj
12289         * gst/volume/volume.vcproj
12290         * gst/wavenc/wavenc.vcproj
12291         * gst/wavparse/wavparse.vcproj
12292         * gst/y4m/y4menc.vcproj
12293         * gst-libs/gst/audio/audio.vcproj
12294         * gst-libs/gst/audio/audiofilter.vcproj
12295         * gst-libs/gst/colorbalance/colorbalance.vcproj
12296         * gst-libs/gst/idct/idtc.vcproj
12297         * gst-libs/gst/media-info/media-info.vcproj
12298         * gst-libs/gst/mixer/mixer.vcproj
12299         * gst-libs/gst/navigation/navigation.vcproj
12300         * gst-libs/gst/play/play.vcproj
12301         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12302         * gst-libs/gst/resample/resample.vcproj
12303         * gst-libs/gst/riff/riff.vcproj
12304         * gst-libs/gst/tuner/tuner.vcproj
12305         * gst-libs/gst/video/video.vcproj
12306         * gst-libs/gst/xoverlay/xoverlay.vcproj
12307           avoid problems with math.h, fix release dependancy
12308           rename GStreamer-0.8.lib to libgstreamer.lib
12309
12310 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12311
12312         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12314         the atom is not available we have to unlock the mutex. Fixes #148023
12315
12316 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12317
12318         * gst-libs/gst/media-info/media-info.h:
12319           issue for a vararg macro with MSVC
12320
12321 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12322
12323         * gst/effectv/effectv.vcproj
12324         * gst-libs/gst/idct/idct.vcproj:
12325         * gst-libs/gst/media-info/media-info.vcproj:
12326         * gst-libs/gst/navigation/navigation.vcproj:
12327         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12328         * gst-libs/gst/video/video.vcproj:
12329         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12330           fixes for build problems
12331
12332 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12333
12334         * gst-libs/gst/audio/audio.def:
12335         * gst-libs/gst/audio/riff.def:
12336           add some definitions needed by plugins
12337
12338 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12339
12340         * gst/asfdemux/gstasfmux.c
12341           Fix some 64 bits constants to be glib friendly
12342
12343 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12344
12345         * gst/ac3parse/gstac3parse.c
12346         * gst/audioscale/gstaudioscale.c
12347         * gst/auparse/gstauparse.c
12348         * gst/colorspace/gstcolorspace.c
12349         * gst/colorspace/yuv2rgb.h
12350           local include fixes
12351
12352 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12353
12354         * win32/gst.sln
12355           add more plugins to the build
12356
12357 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12358
12359         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12360         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12361
12362 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12363
12364         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12365         (gst_level_set_property), (gst_level_get_property),
12366         (gst_level_base_init), (gst_level_class_init):
12367           add debugging categories.  cleanups.
12368
12369 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12370
12371         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12372         (gst_videoscale_planar411), (gst_videoscale_planar400),
12373         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12374         (gst_videoscale_scale_nearest_str1),
12375         (gst_videoscale_scale_nearest_str2),
12376         (gst_videoscale_scale_nearest_str4),
12377         (gst_videoscale_scale_nearest_16bit),
12378         (gst_videoscale_scale_nearest_24bit):
12379           fixed stride issues
12380           tested with 320x240 -> 321, 322, 324 x240
12381           tested with YV12, I420, YUY2, UYVY
12382           fixed packed422rev (don't think it could have worked before)
12383           by testing with UYVY
12384
12385 2004-07-26  Benjamin Otte  <otte@gnome.org>
12386
12387         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12388         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12389         (plugin_init):
12390           add debugging category, add error checks like checking return values
12391           of setup calls, make sure it still works after
12392           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12393
12394 2004-07-26  Wim Taymans  <wim@fluendo.com>
12395
12396         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12397         (gst_mpeg_demux_get_audio_stream),
12398         (gst_mpeg_demux_process_private):
12399         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12400         Check for error codes from the negotiation functions. Make sure
12401         we really set the pad caps when a new pad is created.
12402
12403 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12404
12405         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12406         (gst_ffmpeg_caps_to_pix_fmt):
12407         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12408         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12409         (gst_ffmpegcolorspace_pad_link):
12410           don't make function do two things at the same time without reason.
12411
12412 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12413
12414         * gst/ac3parse/ac3parse.vcproj
12415         * gst/adder/adder.vcproj
12416         * gst/alpha/alpha.vcproj
12417         * gst/alpha/alphacolor.vcproj
12418         * gst/asfdemux/asf.vcproj
12419         * gst/audioconvert/audioconvert.vcproj
12420         * gst/audiorate/audiorate.vcproj
12421         * gst/audioscale/audioscale.vcproj
12422         * gst/auparse/auparse.vcproj
12423         * gst/avi/avi.vcproj
12424         * gst/cdxaparse/cdxaparse.vcproj
12425         * gst/chart/chart.vcproj
12426         * gst/colorspace/colorspace.vcproj
12427         * gst/cutter/cutter.vcproj
12428         * gst/debug/debug.vcproj
12429         * gst/debug/efence.vcproj
12430         * gst/debug/navigationtest.vcproj
12431         * gst/deinterlace/deinterlace.vcproj
12432         * gst/effectv/effectv.vcproj
12433         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12434         * gst/filter/filter.vcproj
12435         * gst/flx/flxdec.vcproj
12436         * gst/goom/goom.vcproj
12437         * gst/interleave/interleave.vcproj
12438         * gst/law/alaw.vcproj
12439         * gst/law/mulaw.vcproj
12440         * gst/matroska/matroska.vcproj
12441         * gst/median/median.vcproj
12442         * gst/mixmatrix/mixmatrix.vcproj
12443         * gst/mpeg1sys/mpeg1systemencode.vcproj
12444         * gst/mpeg1videoparse/mp1videoparse.vcproj
12445         * gst/mpeg2sub/mpeg2subt.vcproj
12446         * gst/mpegaudio/mpegaudio.vcproj
12447         * gst/mpegaudioparse/mpegaudioparse.vcproj
12448         * gst/mpegstream/mpegstream.vcproj
12449         * gst/multifilesink/multifilesink.vcproj
12450         * gst/multipart/multipart.vcproj
12451         * gst/oneton/oneton.vcproj
12452         * gst/overlay/overlay.vcproj
12453         * gst/passthrough/passthrough.vcproj
12454         * gst/qtdemux/qtdemux.vcproj
12455         * gst/realmedia/rmdemux.vcproj
12456         * gst/rtjpeg/rtjpeg.vcproj
12457         * gst/rtp/rtp.vcproj
12458         * gst/silence/silence.vcproj
12459         * gst/sine/sinesrc.vcproj
12460         * gst/smooth/smooth.vcproj
12461         * gst/smpte/smpte.vcproj
12462         * gst/spectrum/spectrum.vcproj
12463         * gst/speed/speed.vcproj
12464         * gst/stereo/stereo.vcproj
12465         * gst/switch/switch.vcproj
12466         * gst/tags/tagedit.vcproj
12467         * gst/tcp/tcp.vcproj
12468         * gst/typefind/typefindfunctions.vcproj
12469         * gst/udp/udp.vcproj
12470         * gst/videobox/videobox.vcproj
12471         * gst/videocrop/videocrop.vcproj
12472         * gst/videodrop/videodrop.vcproj
12473         * gst/videofilter/gamma.vcproj
12474         * gst/videofilter/videobalance.vcproj
12475         * gst/videofilter/videofilter.vcproj
12476         * gst/videofilter/videoflip.vcproj
12477         * gst/videoflip/videoflip.vcproj
12478         * gst/videomixer/videomixer.vcproj
12479         * gst/videorate/videorate.vcproj
12480         * gst/videoscale/videoscale.vcproj
12481         * gst/videotestsrc/videotestsrc.vcproj
12482         * gst/virtualdub/virtualdub.vcproj
12483         * gst/volenv/volenv.vcproj
12484         * gst/volume/volume.vcproj
12485         * gst/wavenc/wavenc.vcproj
12486         * gst/wavparse/wavparse.vcproj
12487         * gst/y4m/y4menc.vcproj
12488           more plugins supported under windows
12489
12490 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12491
12492         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12493         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12494         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12496         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12497           Add debugging statements.  Use the sizes as returned by the
12498           *CreateImage calls.
12499
12500 2004-07-26  Johan Dahlin  <johan@gnome.org>
12501
12502         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12503         the pad is negotiated.
12504
12505         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12506
12507 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12508
12509         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12510         * gst-libs/gst/idct/idct.vcproj:
12511         * gst-libs/gst/media-info/media-info.vcproj:
12512         * gst-libs/gst/mixer/mixer.vcproj:
12513         * gst-libs/gst/navigation/navigation.vcproj:
12514         * gst-libs/gst/play/play.vcproj:
12515         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12516         * gst-libs/gst/resample/resample.vcproj:
12517         * gst-libs/gst/tuner/tuner.vcproj:
12518         * gst-libs/gst/video/video.vcproj:
12519         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12520           more plugins supported under windows
12521
12522 2004-07-25 Iain <iain@prettypeople.org>
12523
12524         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12525         pad now rather than when the pad is created because state changes wipe
12526         explicit caps (fixes #148043).
12527
12528 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12529
12530         reviewed by Benjamin Otte  <otte@gnome.org>
12531
12532         * ext/mad/gstmad.c:
12533           fix mad plugin crashing on Sun (fixes #148289)
12534
12535 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12536
12537         * gst/avi/avi.def:
12538         * gst/avi/avi.vcproj:
12539         * gst/matroska/matroska.def:
12540         * gst/matroska/matroska.vcproj:
12541           remove unused .def files
12542
12543 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12544
12545         * gst-libs/gst/audio/gstaudiofilter.c:
12546           Clean the local include
12547
12548 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12549
12550         * win32/gst.sln:
12551         * gst-libs/gst/audio/audio.def:
12552         * gst-libs/gst/audio/audio.vcproj:
12553         * gst-libs/gst/audio/audiofilter.vcproj:
12554         * gst-libs/gst/audio/riff.def:
12555         * gst-libs/gst/audio/riff.vcproj:
12556         * gst-libs/gst/gst-libs.def:
12557         * gst-libs/gst/gst-libs.vcproj:
12558         * gst/avi/avi.vcproj:
12559         * gst/avi/avi.vcproj:
12560           Copy the files where needed after building, cleaner projects
12561
12562 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12563
12564         * gst/matroska/ebml-write.c:
12565           Fix some 64 bits constants to be glib friendly
12566
12567 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12568
12569         * win32/gst.sln:
12570         * gst-libs/gst/gst-libs.def:
12571         * gst-libs/gst/gst-libs.vcproj:
12572         * gst/matroska/matroska.def:
12573         * gst/matroska/matroska.vcproj:
12574           Add the preliminary canvas to build plugins on Win32
12575
12576 2004-07-23  Benjamin Otte  <otte@gnome.org>
12577
12578         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12579           don't enfore negotiation from source side, it breaks
12580           sinesrc ! audioconvert ! osssink
12581
12582 2004-07-22  David Schleef  <ds@schleef.org>
12583
12584         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12585         for ELF files, since they can easily be recognized as audio/mpeg.
12586         (bug #147441)
12587
12588 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12589
12590         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12591         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12592         (gst_videoscale_scale_nearest_24bit),
12593         (gst_videoscale_scale_nearest_16bit):
12594           fix 16bit and 24bit for stride (24bit might need testing)
12595           don't pretend we do more than one algorithm
12596
12597 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12598
12599         * configure.ac:
12600         * gst/Makefile.am:
12601         * gst/multifilesink/Makefile.am:
12602         * gst/multifilesink/gstmultifilesink.c:
12603         (gst_multifilesink_get_formats),
12604         (gst_multifilesink_get_query_types), (_do_init),
12605         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12606         (gst_multifilesink_init), (gst_multifilesink_dispose),
12607         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12608         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12609         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12610         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12611         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12612         (gst_multifilesink_uri_get_type),
12613         (gst_multifilesink_uri_get_protocols),
12614         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12615         (gst_multifilesink_uri_handler_init), (plugin_init):
12616         * gst/multifilesink/gstmultifilesink.h:
12617         * testsuite/Makefile.am:
12618         * testsuite/multifilesink/Makefile.am:
12619         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12620         (gst_newmedia_class_init), (gst_newmedia_init),
12621         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12622         (newfile_signal), (test_signal), (main):
12623         multifilesink plugin for creating new files every time a new media
12624         discontinuity event occurs
12625
12626 2004-07-22  Wim Taymans  <wim@fluendo.com>
12627
12628         * gst/alpha/Makefile.am:
12629         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12630         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12631         (gst_alpha_color_init), (gst_alpha_color_set_property),
12632         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12633         (transform), (gst_alpha_color_chain),
12634         (gst_alpha_color_change_state), (plugin_init):
12635         Stupid plugin to to RGBA to AYUV conversion because none of
12636         the colorspace plugins can handle that yet.
12637
12638 2004-07-22  Wim Taymans  <wim@fluendo.com>
12639
12640         * examples/seeking/seek.c: (update_scale), (main):
12641         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12642         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12643         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12644         (gst_decode_bin_init), (gst_decode_bin_dispose),
12645         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12646         (no_more_pads), (close_link), (type_found),
12647         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12648         (plugin_init):
12649         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12650         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12651         (gst_play_base_bin_dispose), (queue_overrun),
12652         (gen_preroll_element), (remove_prerolls), (unknown_type),
12653         (no_more_pads), (new_stream), (setup_source),
12654         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12655         (play_base_eos), (gst_play_base_bin_change_state),
12656         (gst_play_base_bin_add_element),
12657         (gst_play_base_bin_remove_element),
12658         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12659         (gst_play_base_bin_unlink_stream),
12660         (gst_play_base_bin_get_streaminfo):
12661         * gst/playback/gstplaybin.c: (gen_video_element),
12662         (gen_audio_element):
12663         * gst/playback/gststreaminfo.h:
12664         More playback updates, attempt to fix things after the state change
12665         breakage.
12666
12667 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12668
12669         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12670         (gst_videoscale_scale_nearest_16bit):
12671           comment algorithm
12672
12673 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12674
12675         * gst/videotestsrc/gstvideotestsrc.c:
12676         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12677         (gst_videotestsrc_init), (gst_videotestsrc_get),
12678         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12679         (gst_videotestsrc_get_property):
12680         * gst/videotestsrc/gstvideotestsrc.h:
12681         * gst/videotestsrc/videotestsrc.c:
12682         * gst/videotestsrc/videotestsrc.h:
12683           cleanup and commenting
12684
12685 2004-07-21  Wim Taymans  <wim@fluendo.com>
12686
12687         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12688         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12689         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12690         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12691         (_find_chain_get_unknown_part), (_find_streams_check),
12692         (gst_ogg_demux_push), (gst_ogg_pad_push):
12693         * ext/theora/theoradec.c: (theora_get_formats),
12694         (theora_dec_src_convert), (theora_dec_sink_convert),
12695         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12696         (theora_dec_chain):
12697         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12698         (vorbis_dec_convert), (vorbis_dec_src_query),
12699         (vorbis_dec_src_event), (vorbis_dec_event):
12700         More seeking fixes, oggdemux now supports seeking to time and
12701         uses the downstream element to convert granulepos to time.
12702         Seeking in theora-only ogg files now works.
12703
12704 2004-07-21  Wim Taymans  <wim@fluendo.com>
12705
12706         * ext/theora/theoradec.c: (gst_theora_dec_init),
12707         (theora_get_formats), (theora_get_event_masks),
12708         (theora_get_query_types), (theora_dec_src_convert),
12709         (theora_dec_sink_convert), (theora_dec_src_query),
12710         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12711         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12712         (vorbis_get_event_masks), (vorbis_get_query_types),
12713         (gst_vorbis_dec_init), (vorbis_dec_convert),
12714         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12715         Added query/convert/formats functions to vorbis and theora decoders
12716         so that the outside world can use them too. Fixed seeking on an
12717         ogg/theora/vorbis file by disabling the seeking seeking on the
12718         theora srcpad.
12719
12720 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12721
12722         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12723         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12724         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12725         images creation for both elements. We don't create the image on caps
12726         nego or renego, we just destroy the internal one if present if it does
12727         not match the needs. The chain function takes care of creating a new
12728         image when needed.
12729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12730         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12731         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12732         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12733         the image format information. The buffer pool checks for the context
12734         image format and discard images with different formats.
12735         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12736
12737 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12738
12739         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12740         (gst_ffmpegcolorspace_chain):
12741           no point in doing any chaining if the pad we want to push from
12742           isn't usable.
12743
12744 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12745
12746         * gst-libs/gst/riff/riff-media.c:
12747         (gst_riff_create_audio_caps_with_data):
12748           Fix double end-to-native symbol conversion (#148021).
12749
12750 2004-07-20  David Schleef  <ds@schleef.org>
12751
12752         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12753         Don't use an Atom that doesn't exist.
12754
12755 2004-07-20  Wim Taymans  <wim@fluendo.com>
12756
12757         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12758         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12759         (gst_multifdsink_client_remove),
12760         (gst_multifdsink_handle_client_write),
12761         (gst_multifdsink_queue_buffer):
12762         * gst/tcp/gstmultifdsink.h:
12763         More multifdsink stats. Avoid deadlock by releasing locks
12764         before sending out a signal.
12765
12766 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12767
12768         * po/LINGUAS:
12769         * po/hu.po:
12770           added Hungarian translation (Laszlo Dvornik)
12771
12772 2004-07-20  Wim Taymans  <wim@fluendo.com>
12773
12774         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12775         (gst_multifdsink_add), (gst_multifdsink_client_remove),
12776         (gst_multifdsink_handle_client_write),
12777         (gst_multifdsink_queue_buffer):
12778         * gst/tcp/gsttcp-marshal.list:
12779         Fixed the stupid marshal definition.
12780
12781 2004-07-20  Wim Taymans  <wim@fluendo.com>
12782
12783         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12784         (gst_multifdsink_init), (gst_multifdsink_add),
12785         (gst_multifdsink_client_remove),
12786         (gst_multifdsink_handle_client_write),
12787         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
12788         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
12789         (gst_multifdsink_init_send):
12790         * gst/tcp/gstmultifdsink.h:
12791         Added more stats, added timeout for a client, fixed some typos
12792         and added some comments.
12793
12794 2004-07-20  Wim Taymans  <wim@fluendo.com>
12795
12796         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12797         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12798         (gst_multifdsink_client_remove),
12799         (gst_multifdsink_handle_client_write):
12800         * gst/tcp/gstmultifdsink.h:
12801         * gst/tcp/gsttcp-marshal.list:
12802         Added get_stats method that returns a GValueArray of
12803         stats values.
12804
12805 2004-07-19  Benjamin Otte  <otte@gnome.org>
12806
12807         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12808           make sure longname, description and author are valid UTF-8
12809
12810 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12811
12812         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
12813         (gst_ximagesink_set_property):
12814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
12815         (gst_xvimagesink_set_property):
12816           make sure SYNCHRONOUS is respected after getting the X context
12817
12818 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12819
12820         * gst/matroska/matroska-demux.c:
12821         (gst_matroska_demux_handle_src_event),
12822         (gst_matroska_demux_parse_blockgroup):
12823         * gst/matroska/matroska-ids.h:
12824           add BlockReference tag and ignore it to clear out log.
12825           ignore NAVIGATION events to clear out log.
12826
12827 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12828
12829         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
12830         (gst_matroska_demux_add_stream):
12831         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
12832           add debug categories
12833
12834 2004-07-16  Wim Taymans  <wim@fluendo.com>
12835
12836         * ext/libpng/Makefile.am:
12837         * ext/libpng/gstpng.c: (plugin_init):
12838         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
12839         (gst_pngdec_get_type), (gst_pngdec_base_init),
12840         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
12841         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
12842         * ext/libpng/gstpngdec.h:
12843         Added png decoder.
12844
12845 2004-07-16  Julien MOUTTE  <julien@moutte.net>
12846
12847         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
12848         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
12849         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
12850         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
12851         (gst_ximagesink_buffer_alloc):
12852         * sys/ximage/ximagesink.h:
12853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12854         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12855         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12856         (gst_xvimagesink_buffer_alloc):
12857         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
12858         again. Using internal data pointer of the x(v)image to store image's
12859         data to be coherent with the buffer alloc mechanism. Investigated the
12860         image destruction code to be sure that everything gets freed correctly.
12861
12862 2004-07-16  Wim Taymans  <wim@fluendo.com>
12863
12864         * gst-libs/gst/riff/riff-read.c:
12865         (gst_riff_read_strf_vids_with_data),
12866         (gst_riff_read_strf_auds_with_data):
12867         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12868         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
12869         Make sure we don't create 0 sized subbuffers in riff-read.
12870         Signal the no more pads signal after reading the avi header.
12871
12872 2004-07-16  Wim Taymans  <wim@fluendo.com>
12873
12874         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12875         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12876         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12877         (gst_decode_bin_init), (gst_decode_bin_dispose),
12878         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12879         (no_more_pads), (close_link), (type_found),
12880         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12881         (gst_decode_bin_change_state), (plugin_init):
12882         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12883         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12884         (gst_play_base_bin_dispose), (queue_overrun),
12885         (gen_preroll_element), (remove_prerolls), (unknown_type),
12886         (no_more_pads), (new_stream), (setup_source),
12887         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12888         (play_base_eos), (gst_play_base_bin_change_state),
12889         (gst_play_base_bin_add_element),
12890         (gst_play_base_bin_remove_element),
12891         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12892         (gst_play_base_bin_unlink_stream),
12893         (gst_play_base_bin_get_streaminfo):
12894         * gst/playback/gstplaybasebin.h:
12895         Better error recovery. Added configurable preroll queue size. Faster
12896         detection of no-more-pads.
12897
12898 2004-07-16  Wim Taymans  <wim@fluendo.com>
12899
12900         * gst-libs/gst/video/video.h:
12901         Added 32 bits RGBA. Not sure if we should use another mime-type
12902         for alpha rgb. Currently the presence of the alpha_mask property
12903         signals an alpha channel.
12904
12905 2004-07-16  Wim Taymans  <wim@fluendo.com>
12906
12907         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12909         FPS seems to be 0.0 to MAX everywhere else.
12910
12911 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12912
12913         * gst-libs/gst/riff/riff-media.c:
12914         (gst_riff_create_video_caps_with_data):
12915           mp42/mp43 (no caps) exist too.
12916         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
12917           Set pixel_width/height; we've got them in-caps.
12918         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12919         * gst/wavparse/gstwavparse.c: (plugin_init):
12920           Both are valid primary.
12921         * sys/oss/gstossmixer.c:
12922           Remove i18n hack and enable translations.
12923
12924 2004-07-15  Benjamin Otte  <otte@gnome.org>
12925
12926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12927         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
12928           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
12929
12930 2004-07-15  Benjamin Otte  <otte@gnome.org>
12931
12932         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12933         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
12934         (gst_alsa_close_audio):
12935           disable some of the debugging code for now. Writing debugging to a
12936           buffer is broken in current alsalib releases.
12937
12938 2004-07-12  Benjamin Otte  <otte@gnome.org>
12939
12940         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
12941           use bufferpools
12942
12943 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12944
12945         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12946         (theora_dec_src_query), (theora_dec_event):
12947         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
12948           add debugging categories.  Remove \n's.
12949
12950 2004-07-13  Johan Dahlin  <johan@gnome.org>
12951
12952         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
12953         (gst_play_bin_get_property): Impl.
12954
12955 2004-07-13  Wim Taymans  <wim@fluendo.com>
12956
12957         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
12958         When trying to find the stream length, seek back N pages
12959         instead of just one, where N is the number of streams in
12960         the current chain.
12961
12962 2004-07-13  Wim Taymans  <wim@fluendo.com>
12963
12964         * gst-libs/gst/riff/riff-media.c:
12965         (gst_riff_create_audio_caps_with_data),
12966         (gst_riff_create_audio_caps),
12967         (gst_riff_create_audio_template_caps):
12968         * gst-libs/gst/riff/riff-media.h:
12969         * gst-libs/gst/riff/riff-read.c:
12970         (gst_riff_read_strf_vids_with_data),
12971         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
12972         * gst-libs/gst/riff/riff-read.h:
12973         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12974         (gst_avi_demux_add_stream):
12975         Set codec_data on caps for avidemuxer.
12976
12977 2004-07-12  David Schleef  <ds@schleef.org>
12978
12979         * configure.ac: Fix test for Objective C
12980
12981 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
12982         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
12983         (gst_gdk_pixbuf_chain):
12984           Add svg and pcx to template caps, and ensure that getcaps returns a
12985           subset of the template caps.
12986           Copy each row manually for output, as gdkpixbuf may pad the
12987           rowstride to a 32-bit word boundary.
12988
12989 2004-07-12  Wim Taymans  <wim@fluendo.com>
12990
12991         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12992         (gst_riff_create_video_template_caps):
12993         Fix the template caps to include some more media types.
12994
12995 2004-07-12  Wim Taymans  <wim@fluendo.com>
12996
12997         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12998         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12999         (compare_ranks), (print_feature), (gst_decode_bin_init),
13000         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13001         (try_to_link_1), (new_pad), (close_link), (type_found),
13002         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13003         (gst_decode_bin_change_state), (plugin_init):
13004         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13005         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13006         (gst_play_base_bin_dispose), (queue_overrun),
13007         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13008         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13009         (gst_play_base_bin_get_property), (play_base_eos),
13010         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13011         (gst_play_base_bin_remove_element),
13012         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13013         (gst_play_base_bin_unlink_stream),
13014         (gst_play_base_bin_get_streaminfo):
13015         * gst/playback/gstplaybasebin.h:
13016         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13017         (gst_play_bin_class_init), (gst_play_bin_init),
13018         (gst_play_bin_dispose), (gst_play_bin_set_property),
13019         (gst_play_bin_get_property), (gen_video_element),
13020         (gen_audio_element), (remove_sinks), (setup_sinks),
13021         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13022         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13023         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13024         (gst_play_bin_query), (plugin_init):
13025         * gst/playback/test4.c: (main):
13026         More fixes on reusing of the element.
13027
13028 2004-07-11  Benjamin Otte  <otte@gnome.org>
13029
13030         * ext/mad/gstmad.c: (normal_seek):
13031           allow seeking for other methods than just SET
13032
13033 2004-07-11  Andy Wingo  <wingo@pobox.com>
13034
13035         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13036         float, "any" caps -> buffer_frames=[0,MAX].
13037
13038         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13039         doesn't intersect our caps with the template any more. Do it
13040         ourselves.
13041         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13042
13043 2004-07-09  Wim Taymans  <wim@fluendo.com>
13044
13045         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13046         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13047         (compare_ranks), (print_feature), (gst_decode_bin_init),
13048         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13049         (try_to_link_1), (new_pad), (close_link), (type_found),
13050         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13051         (gst_decode_bin_change_state), (plugin_init):
13052         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13053         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13054         (gst_play_base_bin_dispose), (queue_overrun),
13055         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13056         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13057         (gst_play_base_bin_get_property), (play_base_eos),
13058         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13059         (gst_play_base_bin_remove_element),
13060         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13061         (gst_play_base_bin_unlink_stream),
13062         (gst_play_base_bin_get_streaminfo):
13063         * gst/playback/gstplaybasebin.h:
13064         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13065         (gst_play_bin_class_init), (gst_play_bin_init),
13066         (gst_play_bin_dispose), (gst_play_bin_set_property),
13067         (gst_play_bin_get_property), (gen_video_element),
13068         (gen_audio_element), (remove_sinks), (setup_sinks),
13069         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13070         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13071         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13072         (gst_play_bin_query), (plugin_init):
13073         * gst/playback/test4.c: (main):
13074         Work on object reuse and seeking.
13075
13076 2004-07-09  Wim Taymans  <wim@fluendo.com>
13077
13078         * examples/seeking/seek.c: (iterate):
13079         Don't consume all CPU in the idle loop.
13080
13081 2004-07-09  Wim Taymans  <wim@fluendo.com>
13082
13083         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13084         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13085         Add pad to element *after* setting the pad functions so that
13086         the scheduler can use the correct ones.
13087
13088 2004-07-09  Wim Taymans  <wim@fluendo.com>
13089
13090         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13091         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13092         Sync to keyframe after seek
13093
13094 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13095
13096         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13097         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13098         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13099         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13100         * ext/libvisual/visual.c: (gst_visual_change_state):
13101         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13102         * ext/theora/theoradec.c: (theora_dec_change_state):
13103         * ext/theora/theoraenc.c: (theora_enc_change_state):
13104         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13105         * gst-libs/gst/navigation/navigation.c:
13106         * gst/adder/gstadder.c: (gst_adder_change_state):
13107         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13108         (gst_audio_convert_get_buffer):
13109         * gst/multipart/multipartdemux.c:
13110         (gst_multipart_demux_change_state):
13111         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13112         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13113         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13114         * gst/videoscale/gstvideoscale.c:
13115         (gst_videoscale_handle_src_event):
13116         * gst/volume/gstvolume.c: (volume_chain_int16):
13117           don't assert in state change, this should be done by the base
13118           GstElement class.
13119           various debugging fixes.
13120
13121 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13122
13123         * configure.ac:
13124         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13125         (gst_play_dispose), (gst_play_set_location),
13126         (gst_play_set_data_src), (gst_play_set_video_sink),
13127         (gst_play_set_audio_sink), (gst_play_set_visualization),
13128         (gst_play_connect_visualization), (gst_play_get_sink_element),
13129         (gst_play_get_all_by_interface):
13130         * gst-libs/gst/play/play.h:
13131           add new method to get elements implementing an interface.
13132           add various error logging
13133
13134 2004-07-08  Wim Taymans  <wim@fluendo.com>
13135
13136         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13137         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13138         (make_playerbin_pipeline), (query_durations_elems),
13139         (query_durations_pads), (query_positions_elems),
13140         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13141         (main):
13142         Added playbin seeking example.
13143
13144 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13145
13146         * gst-libs/gst/play/play.c: (gst_play_set_location),
13147         (gst_play_set_data_src), (gst_play_set_video_sink),
13148         (gst_play_set_audio_sink), (gst_play_set_visualization),
13149         (gst_play_connect_visualization), (gst_play_get_framerate):
13150           use a macro to look up elements from hash table
13151
13152 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13153
13154         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13155         (gst_play_get_length_callback), (gst_play_set_location),
13156         (gst_play_seek_to_time), (gst_play_set_data_src),
13157         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13158         (gst_play_set_visualization), (gst_play_connect_visualization),
13159         (gst_play_get_sink_element):
13160         - add debugging info
13161         - fix looking up sink elements by iterating over complete caps
13162         - put everything except for source and autoplugger in a complete bin
13163
13164 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13165
13166         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13167         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13168         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13169         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13170         * ext/alsa/gstalsasink.h:
13171         - add debugging info
13172         - clean up schizophrenia of data/buffer/event
13173         - fix double event unref error
13174
13175 2004-07-08  Wim Taymans  <wim@fluendo.com>
13176
13177         * gst/playback/Makefile.am:
13178         Add headers to noinst
13179
13180 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13181
13182         * tools/gst-launch-ext-m.m:
13183         * tools/gst-launch-ext.1.in:
13184           convert to the third millenium
13185
13186 2004-07-07  David Schleef  <ds@schleef.org>
13187
13188         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13189
13190 2004-07-07  Wim Taymans  <wim@fluendo.com>
13191
13192         * gst/playback/Makefile.am:
13193         * gst/playback/README:
13194         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13195         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13196         (compare_ranks), (print_feature), (gst_decode_bin_init),
13197         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13198         (try_to_link_1), (new_pad), (close_link), (type_found),
13199         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13200         (plugin_init):
13201         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13202         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13203         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13204         (gen_preroll_element), (no_more_pads), (new_stream),
13205         (setup_source), (gst_play_base_bin_set_property),
13206         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13207         (gst_play_base_bin_add_element),
13208         (gst_play_base_bin_remove_element),
13209         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13210         (gst_play_base_bin_unlink_stream),
13211         (gst_play_base_bin_get_streaminfo):
13212         * gst/playback/gstplaybasebin.h:
13213         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13214         (gst_play_bin_class_init), (gst_play_bin_init),
13215         (gst_play_bin_dispose), (gst_play_bin_set_property),
13216         (gst_play_bin_get_property), (gen_video_element),
13217         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13218         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13219         (gst_play_bin_get_formats), (gst_play_bin_convert),
13220         (gst_play_bin_get_query_types), (gst_play_bin_query),
13221         (plugin_init):
13222         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13223         (gst_stream_info_get_type), (gst_stream_info_class_init),
13224         (gst_stream_info_init), (gst_stream_info_new),
13225         (gst_stream_info_dispose), (gst_stream_info_set_property),
13226         (gst_stream_info_get_property):
13227         * gst/playback/gststreaminfo.h:
13228         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13229         (main):
13230         * gst/playback/test2.c: (main):
13231         * gst/playback/test3.c: (update_scale), (main):
13232         More playbin fixes. Added README. Do better element filtering.
13233         Added base class to preroll media. Added test apps.
13234
13235 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13236
13237         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13238         * ext/mpeg2dec/gstmpeg2dec.h:
13239           various debugging improvements.  Reset stream to next picture
13240           instead of sequence header, otherwise seeks cannot work.
13241
13242 2004-07-07  Wim Taymans  <wim@fluendo.com>
13243
13244         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13245         (gst_video_box_class_init), (gst_video_box_set_property),
13246         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13247         Use pad_alloc where possible.
13248
13249 2004-07-07  Wim Taymans  <wim@fluendo.com>
13250
13251         * sys/oss/gstosselement.c: (gst_osselement_reset),
13252         (gst_osselement_parse_caps):
13253         * sys/oss/gstosselement.h:
13254         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13255         Fix offset on osssrc.
13256
13257 2004-07-07  Wim Taymans  <wim@fluendo.com>
13258
13259         * ext/theora/theora.c: (plugin_init):
13260         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13261         (theora_dec_src_query), (theora_dec_chain):
13262         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13263         (theora_enc_sink_link), (theora_buffer_from_packet),
13264         (theora_push_packet), (theora_enc_chain):
13265         Fix theora granulepos calculation.
13266         Fix overflow in duration/position calculation.
13267         Bump rank to PRIMARY for theoradec.
13268         Use granulepos of last packet to calculate position.
13269         Set keyframe flag on buffers when needed.
13270
13271 2004-07-06  David Schleef  <ds@schleef.org>
13272
13273         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13274         serious?  (Fixed, obviously.)
13275
13276 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13277
13278         * po/LINGUAS:
13279         * po/cs.po:
13280           added Czech translation (Miloslav Trmac)
13281
13282 2004-07-05  Wim Taymans  <wim@fluendo.com>
13283
13284         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13285         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13286         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13287         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13288         (close_link), (type_found), (gst_decode_bin_set_property),
13289         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13290         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13291         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13292         (gst_decode_bin_query), (plugin_init):
13293         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13294         (gst_play_bin_class_init), (gst_play_bin_init),
13295         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13296         (get_video_element), (new_pad), (setup_source),
13297         (gst_play_bin_set_property), (gst_play_bin_get_property),
13298         (gst_play_bin_change_state), (gst_play_bin_add_element),
13299         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13300         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13301         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13302         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13303         * gst/playback/test.c: (main):
13304         More fixes, cleaned up playbin, make it use decodebin. Added
13305         threaded property to playbin.
13306
13307 2004-07-05  Wim Taymans  <wim@fluendo.com>
13308
13309         * configure.ac:
13310         * gst/playback/Makefile.am:
13311         * gst/playback/decodetest.c: (main):
13312         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13313         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13314         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13315         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13316         (close_link), (type_found), (gst_decode_bin_set_property),
13317         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13318         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13319         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13320         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13321         (plugin_init):
13322         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13323         (gst_play_bin_class_init), (gst_play_bin_init),
13324         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13325         (collect_sink_pads), (find_compatibles), (close_pad_link),
13326         (try_to_link_1), (new_pad), (close_link), (type_found),
13327         (setup_source), (gst_play_bin_set_property),
13328         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13329         (compare_ranks), (gst_play_bin_collect_factories),
13330         (gst_play_bin_change_state), (gst_play_bin_add_element),
13331         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13332         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13333         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13334         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13335         * gst/playback/test.c: (main):
13336         Added some playback helper elements and some test apps, very alpha
13337         still.
13338
13339 2004-07-04  Benjamin Otte  <otte@gnome.org>
13340
13341         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13342           only restart audio when we indeed have an xrun to fix repeated
13343           xruns. Fix suggested by Giuliano Pochini.
13344
13345 2004-07-03  David Schleef  <ds@schleef.org>
13346
13347         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13348         call to gst_debug_log() if debugging is disabled (bug #145118)
13349
13350 2004-07-03  Benjamin Otte  <otte@gnome.org>
13351
13352         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13353           use our own functions for restarting the alsa device.
13354         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13355           I should apply patches myself - use MIN for the third argument, not
13356           the second, this fixes seeking
13357
13358 2004-07-02  David Schleef  <ds@schleef.org>
13359
13360         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13361         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13362         do with the logic.
13363
13364 2004-07-02  David Schleef  <ds@schleef.org>
13365
13366         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13367         output buffers.  Fix logic mistake.  (bug #144866)
13368
13369 2004-07-02  David Schleef  <ds@schleef.org>
13370
13371         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13372         on X.  (bug #144753)
13373
13374 2004-07-02  David Schleef  <ds@schleef.org>
13375
13376         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13377         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13378         (bug #144624)
13379         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13380         (gst_osselement_rate_probe_check): Add another workaround for
13381         buggy drivers (bug #145336)
13382
13383 2004-07-02  David Schleef  <ds@schleef.org>
13384
13385         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13386         Most systems don't have MSG_NOSIGNAL.
13387
13388 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13389
13390         * Makefile.am:
13391         * gst-libs/gst/colorbalance/Makefile.am:
13392         * gst-libs/gst/mixer/Makefile.am:
13393         * gst-libs/gst/play/Makefile.am:
13394         * gst-libs/gst/tuner/Makefile.am:
13395           (hopefully) fix both install and dist and make error message useful.
13396           needs testing across automakes.
13397
13398 2004-07-02  Benjamin Otte  <otte@gnome.org>
13399
13400         * ext/ogg/gstogg.c: (plugin_init):
13401           we require bytestream now
13402         * ext/ogg/gstoggdemux.c:
13403           huge diff to implement chain setup in a fast and generic way. This
13404           improves tag reading and startup of huge files (read: Theora videos)
13405           quite a bit. It probably contains bugs, too, so please test.
13406           Seeking is not improved to the fast method.
13407
13408 2004-06-29  Wim Taymans  <wim@fluendo.com>
13409
13410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13411         * ext/ogg/gstoggmux.c:
13412         Fix memleak in oggdemux when running unconnected pads.
13413         doc update in mux, start working on keyframe mode.
13414
13415 2004-06-29  Benjamin Otte  <otte@gnome.org>
13416
13417         * sys/oss/gstosssink.c:
13418         * sys/oss/gstosssrc.c:
13419           advertise correct template caps - we indeed do non-native endianness
13420           and 8bit audio has no endianness
13421         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13423           avoid (wrong) duplications in getcaps function and return
13424           template caps
13425
13426 2004-06-29  Wim Taymans  <wim@fluendo.com>
13427
13428         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13429         (gst_multifdsink_class_init), (gst_multifdsink_add),
13430         (gst_multifdsink_remove), (gst_multifdsink_clear),
13431         (gst_multifdsink_client_remove),
13432         (gst_multifdsink_handle_client_read),
13433         (gst_multifdsink_client_queue_data),
13434         (gst_multifdsink_client_queue_caps),
13435         (gst_multifdsink_client_queue_buffer),
13436         (gst_multifdsink_handle_client_write),
13437         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13438         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13439         (gst_multifdsink_init_send), (gst_multifdsink_close):
13440         Fix wrong GList iteration that could crash the server when
13441         more then 2 clients disconnect at the same time. Read all the
13442         pending commands in one batch to recover from command storms under
13443         very heavy load.
13444
13445 2004-06-28  Wim Taymans  <wim@fluendo.com>
13446
13447         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13448         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13449         (gst_videomixer_pad_set_property),
13450         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13451         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13452         (gst_videomixer_class_init), (gst_videomixer_init),
13453         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13454         (pad_zorder_compare), (gst_videomixer_sort_pads),
13455         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13456         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13457         (gst_videomixer_update_queues), (gst_videomixer_loop),
13458         (plugin_init):
13459         Avoid divide by zero, choose masterpad as the pad with the highest
13460         framerate.
13461
13462 2004-06-27  Julien Moutte  <julien@moutte.net>
13463
13464         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13465         (gst_ximagesink_xwindow_new):
13466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13467         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13468         function directly. We might want to call it from somewhere else one day.
13469
13470 2004-06-27  Julien Moutte  <julien@moutte.net>
13471
13472         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13473         (gst_ximagesink_xwindow_new):
13474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13475         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13476         window decorations.
13477
13478 2004-06-27  Wim Taymans  <wim@fluendo.com>
13479
13480         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13481         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13482         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13483         (gst_dvdec_set_property), (gst_dvdec_get_property):
13484         * ext/dv/gstdvdec.h:
13485         Implement drop_factor property to lower the framerate with
13486         a factor.
13487
13488 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13489
13490         * gst-libs/gst/colorbalance/Makefile.am:
13491         * gst-libs/gst/mixer/Makefile.am:
13492         * gst-libs/gst/play/Makefile.am:
13493         * gst-libs/gst/tuner/Makefile.am:
13494           unbreak Company's fix that didn't install the -enum.h files
13495
13496 2004-06-27  Wim Taymans  <wim@fluendo.com>
13497
13498         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13499         (gst_dvdec_change_state):
13500         * ext/dv/gstdvdec.h:
13501         Fix timestamp, duration and offset of the buffers.
13502
13503 2004-06-27  Wim Taymans  <wim@fluendo.com>
13504
13505         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13506         (gst_multifdsink_class_init), (gst_multifdsink_add),
13507         (gst_multifdsink_remove), (gst_multifdsink_clear),
13508         (gst_multifdsink_client_remove),
13509         (gst_multifdsink_handle_client_read),
13510         (gst_multifdsink_client_queue_data),
13511         (gst_multifdsink_client_queue_caps),
13512         (gst_multifdsink_client_queue_buffer),
13513         (gst_multifdsink_handle_client_write),
13514         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13515         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13516         (gst_multifdsink_init_send), (gst_multifdsink_close):
13517         * gst/tcp/gstmultifdsink.h:
13518         * gst/tcp/gsttcpserversink.c:
13519         (gst_tcpserversink_handle_server_read),
13520         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13521         More multifdsink fixes, more recovery policy fixes.
13522         Removed stupid g_print
13523
13524 2004-06-26  Wim Taymans  <wim@fluendo.com>
13525
13526         * gst/tcp/Makefile.am:
13527         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13528         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13529         (gst_multifdsink_class_init), (gst_multifdsink_init),
13530         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13531         (gst_multifdsink_handle_client_read),
13532         (gst_multifdsink_client_queue_data),
13533         (gst_multifdsink_client_queue_caps),
13534         (gst_multifdsink_client_queue_buffer),
13535         (gst_multifdsink_handle_client_write),
13536         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13537         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13538         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13539         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13540         (gst_multifdsink_close), (gst_multifdsink_change_state):
13541         * gst/tcp/gstmultifdsink.h:
13542         * gst/tcp/gsttcpplugin.c: (plugin_init):
13543         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13544         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13545         (gst_tcpserversink_handle_server_read),
13546         (gst_tcpserversink_handle_select),
13547         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13548         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13549         * gst/tcp/gsttcpserversink.h:
13550         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13551         one of the locks, added recovery policy to multifdsink.
13552
13553 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13554
13555         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13556           fix decision for when getting frames with same timestamp
13557         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13558         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13559         (gst_v4lsrc_get_property):
13560         * sys/v4l/gstv4lsrc.h:
13561           add latency offset property
13562
13563 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13564
13565         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13566         (plugin_init):
13567           fix debugging. add category.
13568
13569 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13570
13571         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13572           fix wrong offsets
13573
13574 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13575
13576         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13577         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13578         (gst_alsa_src_change_state):
13579           return a time that is in sync with the element's processing
13580
13581 2004-06-25  Wim Taymans  <wim@fluendo.com>
13582
13583         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13584         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13585         (gst_tcpserversink_client_remove),
13586         (gst_tcpserversink_handle_client_read),
13587         (gst_tcpserversink_client_queue_data),
13588         (gst_tcpserversink_client_queue_caps),
13589         (gst_tcpserversink_client_queue_buffer),
13590         (gst_tcpserversink_handle_client_write),
13591         (gst_tcpserversink_queue_buffer),
13592         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13593         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13594         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13595         (gst_tcpserversink_close):
13596         * gst/tcp/gsttcpserversink.h:
13597         Serversink rewrite. Really do non blocking writes to clients and
13598         maintain an internal queue to handle slower clients while not
13599         disturbing fast clients.
13600
13601 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13602
13603         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13604           better debug, don't override OFFSET and OFFSET_END
13605
13606 2004-06-25  Iain <iain@prettypeople.org>
13607
13608         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13609         name=source for the wavparse pipeline.
13610
13611 2004-06-24  Johan Dahlin  <johan@gnome.org>
13612
13613         * ext/theora/theoraenc.c (theora_enc_chain): Call
13614         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13615         streamheader caps are set correctly.
13616
13617 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13618
13619         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13620         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13621           respect minimum bitrate; same could be done for max bitrate
13622
13623 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13624
13625         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13626         (gst_vorbisenc_setup):
13627           fix sample rate range
13628
13629 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13630
13631         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13632         (gst_oggvorbisenc_setup):
13633         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13634         (gst_vorbisenc_setup):
13635           resolve ambiguities in code and description
13636
13637 2004-06-24  Wim Taymans  <wim@fluendo.com>
13638
13639         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13640         * ext/alsa/gstalsa.h:
13641         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13642         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13643         Use alsa trigger_tstamp to get the timestamp of the first
13644         sample in the buffer for more precise sync. Some cleanups.
13645
13646 2004-06-24  Wim Taymans  <wim@fluendo.com>
13647
13648         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13649         (gst_audiorate_init), (gst_audiorate_chain),
13650         (gst_audiorate_set_property), (gst_audiorate_get_property):
13651         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13652         (gst_videorate_chain):
13653         Added some logging, fixed an overflow bug in videorate.
13654
13655 2004-06-24  Benjamin Otte  <otte@gnome.org>
13656
13657         * ext/kio/Makefile.am:
13658           fix for builddir != srcdir and distcheck
13659
13660 2004-06-24  Benjamin Otte  <otte@gnome.org>
13661
13662         * gst-libs/gst/colorbalance/Makefile.am:
13663         * gst-libs/gst/mixer/Makefile.am:
13664         * gst-libs/gst/play/Makefile.am:
13665         * gst-libs/gst/tuner/Makefile.am:
13666         * gst/tcp/Makefile.am:
13667         * sys/dxr3/Makefile.am:
13668           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13669           tarball.
13670           Also add all *.list files that were missing.
13671         * Makefile.am:
13672           add a distcheck hook to ensure the above doesn't happen again.
13673
13674 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13675
13676         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13677
13678 2004-06-23  Colin Walters  <walters@redhat.com>
13679
13680         * m4/Makefile.am: Distribute gst-fionread.m4.
13681
13682 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13683
13684         * configure.ac: back to dev
13685
13686 2004-06-23  Wim Taymans  <wim@fluendo.com>
13687
13688         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13689         (gst_alsa_xrun_recovery):
13690         * ext/alsa/gstalsa.h:
13691         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13692         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13693         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13694         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13695         (gst_alsa_src_loop):
13696         Add clock to alsasrc. Take new capture timestamp when
13697         restarting after an overrun. Split up some functions between
13698         alsasrc and alsasink.
13699
13700 === release 0.8.2 ===
13701
13702 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13703
13704         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13705         (gst_alsa_change_state), (gst_alsa_update_avail),
13706         (gst_alsa_xrun_recovery):
13707         * ext/alsa/gstalsa.h:
13708         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13709           merge back changes from release
13710
13711 2004-06-23  Wim Taymans  <wim@fluendo.com>
13712
13713         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13714         (gst_audiorate_init), (gst_audiorate_chain),
13715         (gst_audiorate_set_property), (gst_audiorate_get_property):
13716         Implement sample dropping and notify
13717
13718 2004-06-22  Wim Taymans  <wim@fluendo.com>
13719
13720         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13721         (theora_enc_sink_link), (theora_buffer_from_packet),
13722         (theora_push_packet), (theora_enc_chain):
13723         Some cleanups, make sure the timestamps are correct.
13724
13725 2004-06-22  Wim Taymans  <wim@fluendo.com>
13726
13727         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13728         (gst_alsa_change_state), (gst_alsa_update_avail),
13729         (gst_alsa_xrun_recovery):
13730         * ext/alsa/gstalsa.h:
13731         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13732         Cleanups, take queued samples into account when reporting
13733         the time.
13734
13735 2004-06-22  Wim Taymans  <wim@fluendo.com>
13736
13737         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13738         (gst_videorate_init):
13739         Initialize the property as well.
13740
13741 2004-06-22  Wim Taymans  <wim@fluendo.com>
13742
13743         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13744         (gst_videorate_init), (gst_videorate_chain),
13745         (gst_videorate_set_property), (gst_videorate_get_property):
13746         Add property to make videorate silent.
13747         Add property to prefer new frames over old ones.
13748
13749 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13750
13751         * sys/osxvideo/Makefile.am:
13752         Workaround so that the osxvideo .so file gets linked with the
13753         Cocoa, OpenGL and QuickTime frameworks
13754
13755 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13756
13757         * sys/osxaudio/Makefile.am:
13758         Workaround so that the osxaudio .so file gets linked with the
13759         CoreAudio framework
13760
13761 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13762
13763         * configure.ac:
13764         Whoops, my fault...fixed build issues
13765
13766 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13767
13768         * configure.ac:
13769         Add objective-c support if running in Darwin/Mac OS X
13770         * sys/Makefile.am:
13771         * sys/osxvideo:
13772         * sys/osxvideo/Makefile.am:
13773         * sys/osxvideo/osxvideosink.h:
13774         * sys/osxvideo/osxvideosink.m:
13775         * sys/osxvideo/cocoawindow.h:
13776         * sys/osxvideo/cocoawindow.m:
13777         Add osxvideosink, a cocoa-based osx video sink
13778
13779
13780 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
13781         * ext/dvdnav/gst-dvd:
13782         Grab the gconf key from the right spot
13783         * gst/debug/gstnavseek.c: (gst_navseek_init),
13784         (gst_navseek_segseek), (gst_navseek_handle_src_event),
13785         (gst_navseek_chain):
13786         * gst/debug/gstnavseek.h:
13787           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
13788           and loop parameters of a segment seek.
13789         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
13790         (gst_videotestsrc_get_event_masks),
13791         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13792         * gst/videotestsrc/gstvideotestsrc.h:
13793           Add seeking support to videotestsrc
13794           Initialise the timestamp_offset variable.
13795
13796 2004-06-18  Wim Taymans  <wim@fluendo.com>
13797
13798         * ext/sidplay/gstsiddec.cc:
13799         Fix negotiation and set correct end offset.
13800
13801 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13802
13803         * configure.ac: branch and prerelease
13804
13805 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13806
13807         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
13808         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
13809         (gst_tcpclientsrc_init_receive):
13810         * gst/tcp/gsttcpclientsrc.h:
13811           read caps when connecting to server for GDP so we set them correctly
13812
13813 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13814
13815         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13816           notify drops and duplicates
13817         * gst/videoscale/videoscale.c: (videoscale_get_structure):
13818           no good reason to limit ourselves to 100x100
13819
13820 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13821
13822         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13823         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13824         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13825         (gst_v4lsrc_get_property):
13826         * sys/v4l/gstv4lsrc.h:
13827         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13828         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13829         (gst_v4l_set_audio):
13830         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
13831         (gst_v4lsrc_try_capture):
13832         * sys/v4l/v4lsrc_calls.h:
13833           change try_palette to more general try_capture
13834           add autoprobe option so we can turn off autoprobing
13835           various fixes
13836
13837 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13838
13839         * configure.ac:
13840           add videorate
13841         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
13842         (gst_ximagesink_class_init):
13843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
13844         (gst_xvimagesink_class_init):
13845           run them as finalize, not dispose, since dispose can be invoked
13846           multiple times
13847
13848 2004-06-17  Wim Taymans  <wim@fluendo.com>
13849
13850         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13851         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
13852         * ext/alsa/gstalsa.h:
13853         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
13854         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
13855         (gst_alsa_src_change_state):
13856         * ext/alsa/gstalsasrc.h:
13857         Make the xrun code timestamp and offset the buffers correctly.
13858         moved the clock to the base class, use alsa methods to get time.
13859         Do correct timestamping on outgoing buffers.
13860
13861 2004-06-17  Wim Taymans  <wim@fluendo.com>
13862
13863         * gst/audiorate/Makefile.am:
13864         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
13865         (gst_audiorate_base_init), (gst_audiorate_class_init),
13866         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
13867         (gst_audiorate_set_property), (gst_audiorate_get_property),
13868         (gst_audiorate_change_state), (plugin_init):
13869         Added an audiorate converter that fills in gaps.
13870
13871 2004-06-17  Johan Dahlin  <johan@gnome.org>
13872
13873         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
13874
13875 2004-06-16  Wim Taymans  <wim@fluendo.com>
13876
13877         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
13878         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13879         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13880         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13881         (gst_v4lsrc_get_property):
13882         * sys/v4l/gstv4lsrc.h:
13883         Added a copy mode to v4lsrc where it will output a copied version
13884         of its internal hardware buffer.
13885         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
13886         can't | them.
13887
13888 2004-06-16  Wim Taymans  <wim@fluendo.com>
13889
13890         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13891         Timestamp fixes.
13892
13893 2004-06-16  Wim Taymans  <wim@fluendo.com>
13894
13895         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13896         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13897         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13898         (gst_v4lsrc_get_property):
13899         * sys/v4l/gstv4lsrc.h:
13900         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13901         Added a sync mode enum property to control v4lsrc timestamp method
13902         Removed the use-fixed-fps property and moved functionality in
13903         the enum.
13904         Don't error on an error value from v4l-conf, it might not always
13905         be a real error.
13906
13907 2004-06-16  Wim Taymans  <wim@fluendo.com>
13908
13909         * gst/videorate/Makefile.am:
13910         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
13911         (gst_videorate_base_init), (gst_videorate_class_init),
13912         (gst_videorate_getcaps), (gst_videorate_link),
13913         (gst_videorate_init), (gst_videorate_chain),
13914         (gst_videorate_set_property), (gst_videorate_get_property),
13915         (gst_videorate_change_state), (plugin_init):
13916         Added a video timestamp corrector.
13917
13918 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13919
13920         fixed a potential leak with previous commit
13921
13922         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13923
13924 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13925
13926         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13927         Added missing refcount, fixes bug #144425
13928         Cheers Tim for finding the bug
13929
13930 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13931
13932         * sys/v4l/gstv4l.c: (plugin_init):
13933         * sys/v4l/gstv4lcolorbalance.c:
13934         * sys/v4l/gstv4lcolorbalance.h:
13935         * sys/v4l/gstv4lelement.c:
13936         * sys/v4l/gstv4lelement.h:
13937         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
13938         * sys/v4l/gstv4lmjpegsink.h:
13939         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13940         * sys/v4l/gstv4lmjpegsrc.h:
13941         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13942         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13943         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13944         * sys/v4l/gstv4lsrc.h:
13945         * sys/v4l/gstv4ltuner.c:
13946         * sys/v4l/gstv4ltuner.h:
13947         * sys/v4l/gstv4lxoverlay.c:
13948         * sys/v4l/gstv4lxoverlay.h:
13949         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
13950         (gst_v4l_set_window), (gst_v4l_enable_overlay):
13951         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13952         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13953         (gst_v4l_set_audio):
13954         * sys/v4l/v4l_calls.h:
13955         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
13956         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
13957         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
13958         (gst_v4lmjpegsink_playback_init),
13959         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
13960         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
13961         (gst_v4lmjpegsink_playback_stop),
13962         (gst_v4lmjpegsink_playback_deinit):
13963         * sys/v4l/v4lmjpegsink_calls.h:
13964         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
13965         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
13966         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
13967         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
13968         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
13969         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
13970         * sys/v4l/v4lmjpegsrc_calls.h:
13971         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13972         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
13973         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
13974         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
13975         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
13976         (gst_v4lsrc_try_palette):
13977         * sys/v4l/v4lsrc_calls.h:
13978           bunch of paranoia cleanups
13979
13980 2004-06-14  David Schleef  <ds@schleef.org>
13981
13982         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
13983         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
13984         Send discont events and change timestamps appropriately when
13985         we get a seek event.  (bug #144240)
13986         * ext/cdparanoia/gstcdparanoia.h:
13987
13988 2004-06-14  Benjamin Otte  <otte@gnome.org>
13989
13990         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
13991           snd_pcm_hw_params_set_rate  since the latter fails for no good
13992           reason on some setups.
13993
13994 2004-06-14  David Schleef  <ds@schleef.org>
13995
13996         * gst/volume/demo.c: (value_changed_callback): exp10() is not
13997         standard.  Thank you for playing.
13998
13999 2004-06-14  Wim Taymans  <wim@fluendo.com>
14000
14001         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14002         Patch 1.3 broke the ordering of the colorspace info and
14003         made the plugin basically work by coincidence, reordered
14004         the info.
14005
14006 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14007
14008         * ext/lame/gstlame.c:
14009         * ext/mad/gstmad.c:
14010           sync caps.  Make sure mad can only output a list of rates, not
14011           a full range.  In the future, have three caps lists for each of the
14012           mpeg versions.  Change mpegversion to a double as well.
14013
14014 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14015
14016         * gst/volume/.cvsignore:
14017         * gst/volume/Makefile.am:
14018         * gst/volume/demo.c: (value_changed_callback), (idler),
14019         (setup_gui), (main):
14020           added small demo app
14021
14022 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14023         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14024         * ext/esd/esdsink.h:
14025         Close the esd connection on pause, because esd will just wait -
14026         blocking all other esd clients indefinitely.
14027
14028 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14029
14030         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14031           previous commit with GST_DEBUG
14032
14033 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14034
14035         * configure.ac:
14036           add a header check for a dvdread header in dvdnav.  Fixes #133002
14037
14038 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14039
14040         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14041         * gst/tcp/gsttcpclientsink.h:
14042         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14043         * gst/tcp/gsttcpclientsrc.h:
14044         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14045         (gst_tcpserversink_handle_server_read),
14046         (gst_tcpserversink_init_send):
14047         * gst/tcp/gsttcpserversink.h:
14048         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14049         * gst/tcp/gsttcpserversrc.h:
14050         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14051         version of IP)
14052
14053 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14054
14055         * configure.ac:
14056         Added ogg library so that OSX detects libtheora properly
14057
14058 2004-06-11  Wim Taymans  <wim@fluendo.com>
14059
14060         * ext/theora/theoradec.c: (theora_dec_chain),
14061         (theora_dec_change_state):
14062         Don't try to decode frames before we received a keyframe.
14063
14064 2004-06-11  Wim Taymans  <wim@fluendo.com>
14065
14066         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14067         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14068         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14069         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14070         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14071         Added property to set the maximum delay of a page.
14072
14073 2004-06-10  Wim Taymans  <wim@fluendo.com>
14074
14075         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14076         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14077         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14078         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14079         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14080         Added max-delay property to control the maximum amount
14081         of data to put in one page.
14082
14083 2004-06-10  Wim Taymans  <wim@fluendo.com>
14084
14085         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14086         (gst_theora_enc_init), (theora_enc_sink_link),
14087         (theora_buffer_from_packet), (theora_enc_set_property),
14088         (theora_enc_get_property):
14089         Set duration on encoded buffer, added some more properties
14090
14091 2004-06-10  Wim Taymans  <wim@fluendo.com>
14092
14093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14094         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14095         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14096         * ext/theora/theoraenc.c: (theora_enc_chain):
14097         Fix refcounting bugs
14098
14099 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14100
14101         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14102         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14103         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14104         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14105         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14106         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14107         (gst_asf_demux_change_state):
14108         * gst/asfdemux/gstasfdemux.h:
14109           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14110           feels like. I think we should set a new requirement for demuxers
14111           from now on to implement sane loop functions, data loops, query
14112           and seek functions before first commit into CVS. And this commit
14113           fixes all of the above.
14114
14115 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14116
14117         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14118           vorbis comments are properly encoded in UTF-8 before adding them
14119           to a GstTagList
14120
14121 2004-06-09  Benjamin Otte  <otte@gnome.org>
14122
14123         * ext/alsa/gstalsa.c: (add_channels):
14124           handle min <= max correctly
14125         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14126         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14127           add fixation functions so we fixate correctly. No preferring of alaw
14128           anymore because it's the first structure.
14129         * ext/alsa/gstalsa.h:
14130         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14131         (gst_alsa_hw_params_dump):
14132           add functions to ease debugging in alsalib
14133         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14134         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14135         (gst_alsa_start_audio):
14136           only specify hw params if we really setup a format (fixes #134007 -
14137           or at least works around it)
14138
14139 2004-06-09  Wim Taymans  <wim@fluendo.com>
14140
14141         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14142         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14143         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14144         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14145         (gst_ogg_mux_loop):
14146         Use stream caps to setup the initial pages in the ogg stream.
14147         Correctly set the streamheader caps on the srcpad.
14148
14149 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14150
14151         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14152         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14153         (gst_v4lsrc_getcaps):
14154         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14155         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14156           add querying of fps lists for webcams.  Negotiating to a framerate
14157           now works.
14158
14159 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14160
14161         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14162         (theora_push_buffer), (theora_push_packet),
14163         (theora_set_header_on_caps), (theora_enc_chain):
14164           mark buffers and put on streamheader, raw theora streaming
14165           now works too, whee
14166
14167 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14168
14169         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14170         (gst_tcp_gdp_read_caps):
14171           do a looping read for caps and GDP headers too
14172
14173 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14174
14175         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14176         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14177           return EOS instead of NULL in _get
14178
14179 2004-06-08  Wim Taymans  <wim@fluendo.com>
14180
14181         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14182         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14183         (gst_tcp_gdp_write_caps):
14184         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14185         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14186         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14187         Memory leak fixes
14188
14189 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14190
14191         * ext/vorbis/Makefile.am:
14192         * ext/vorbis/vorbis.c: (plugin_init):
14193         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14194         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14195         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14196         (vorbis_parse_change_state):
14197         * ext/vorbis/vorbisparse.h:
14198           adding a vorbisparse element that marks the buffers, streaming
14199           raw vorbis using GDP now works, whee
14200
14201 2004-06-08  Wim Taymans  <wim@fluendo.com>
14202
14203         * ext/jpeg/Makefile.am:
14204         * ext/jpeg/README:
14205         * ext/jpeg/gstjpeg.c: (plugin_init):
14206         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14207         (gst_smokedec_base_init), (gst_smokedec_class_init),
14208         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14209         * ext/jpeg/gstsmokedec.h:
14210         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14211         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14212         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14213         (gst_smokeenc_resync), (gst_smokeenc_chain),
14214         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14215         * ext/jpeg/gstsmokeenc.h:
14216         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14217         (smokecodec_flush_destination), (smokecodec_term_destination),
14218         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14219         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14220         (smokecodec_term_source), (smokecodec_encode_new),
14221         (smokecodec_decode_new), (smokecodec_info_free),
14222         (smokecodec_set_quality), (smokecodec_get_quality),
14223         (smokecodec_set_threshold), (smokecodec_get_threshold),
14224         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14225         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14226         (smokecodec_parse_header), (smokecodec_decode):
14227         * ext/jpeg/smokecodec.h:
14228         Added a new simple jpeg based codec
14229
14230 2004-06-08  Wim Taymans  <wim@fluendo.com>
14231
14232         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14233         (gst_multipart_mux_loop):
14234         Fix memory leak
14235
14236 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14237
14238         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14239         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14240         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14241         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14242         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14243         * gst/tcp/gsttcpserversink.h:
14244           take streamheader into account
14245
14246 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14247
14248         * gst/level/Makefile.am:
14249         * gst/level/gstlevel.c: (gst_level_class_init):
14250           clean up marshal generation
14251
14252 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14253
14254         * gst/tcp/Makefile.am:
14255         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14256         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14257         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14258         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14259         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14260         (gst_tcpclientsrc_get_property):
14261         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14262         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14263         (gst_tcpserversink_handle_client_read),
14264         (gst_tcpserversink_handle_client_write),
14265         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14266         * gst/tcp/gsttcpserversink.h:
14267           add signals client-added and client-removed
14268         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14269         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14270         (gst_tcpserversrc_get_property):
14271         uniformized, change default protocol to NONE
14272         * gst/tcp/gsttcp-marshal.list: added
14273 2004-06-07  Benjamin Otte  <otte@gnome.org>
14274
14275         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14276           handle discont events if they happen before caps nego
14277
14278 2004-06-07  Wim Taymans  <wim@fluendo.com>
14279
14280         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14281         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14282         (gst_multipart_demux_plugin_init):
14283         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14284         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14285         (gst_multipart_mux_change_state):
14286         Small updates, fix a memleak
14287
14288 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14289
14290         * configure.ac: OSS portability
14291         * ext/arts/gst_arts.c: idem
14292         * sys/oss/gstosselement.c: idem
14293         * sys/oss/gstossmixer.c: idem
14294         * sys/oss/gstosssink.c: idem
14295         * sys/oss/gstosssrc.c: idem
14296         * sys/oss/oss_probe.c: idem
14297           - check for soundcard.h in different places for some BSD
14298
14299 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14300
14301         * AUTHORS:
14302         Add me to the authors file
14303         * configure.ac:
14304         Increase the libdv requirement to >= version 0.100
14305         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14306         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14307         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14308         * ext/dv/gstdvdec.h:
14309         Add support for the new_media flag when sending DISCONT events
14310         Make the querying work when video pad is not linked
14311
14312 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14313
14314         reviewed by Benjamin Otte  <otte@gnome.org>
14315
14316         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14317           create a NULL-initialized array of pads, so we don't think they
14318           exist already. (fixes #143130)
14319
14320 2004-06-07  Benjamin Otte  <otte@gnome.org>
14321
14322         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14323         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14324         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14325           don't use // coments
14326
14327 2004-06-07  Benjamin Otte  <otte@gnome.org>
14328
14329         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14330           cast to GstClockTime to get higher granularity
14331         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14332           use gst_element_set_time_delay to get the exact time
14333         * ext/mad/gstmad.c: (gst_mad_chain):
14334           use the negotiated rate instead of the current frame's rate which
14335           might be wrong because of bit errors. This avoids emitting totally
14336           bogus timestamps and screwing sync.
14337         (fixes #143454)
14338
14339 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14340
14341         reviewed by Benjamin Otte  <otte@gnome.org>
14342
14343         * gst/adder/gstadder.c: (gst_adder_loop):
14344           properly error out when no negotiation has happened yet. (fixes
14345           #143032)
14346
14347 2004-06-06  Benjamin Otte  <otte@gnome.org>
14348
14349         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14350           forward correctly transformed offset in discont events. Based on
14351           patch by Arwed v. Merkatz. (fixes #142851)
14352
14353 2004-06-06  David Schleef  <ds@schleef.org>
14354
14355         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14356         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14357         problems on several systems.
14358
14359 2004-06-06  Benjamin Otte  <otte@gnome.org>
14360
14361         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14362           use explicit caps on the srcpad
14363         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14364           properly error out if caps couldn't be set (fixes #142764)
14365
14366 2004-06-06  Benjamin Otte  <otte@gnome.org>
14367
14368         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14369         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14370         (gst_alsa_start_audio):
14371           - don't call set_periods_integer anymore, it breaks the
14372           configuration randomly
14373           - call snd_pcm_hw_params_set_access directly instead of using masks
14374           - don't fail if the sw_params can't be set, just use the default
14375           params and hope it works. Alsalib has weird issues when you touch
14376           sw_params and does no proper error reporting about what failed.
14377         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14378         (gst_alsa_close_audio):
14379           make our alsa debugging go via gst debugging and not conditionally
14380           defined
14381         * ext/alsa/gstalsa.h:
14382           add ALSA_DEBUG_FLUSH macro
14383         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14384         (plugin_init):
14385           wrap alsa errors to be printed via the gst debugging system and not
14386           spammed to stderr
14387
14388 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14389
14390         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14391         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14392         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14393         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14394         (qtdemux_parse_trak):
14395         * gst/qtdemux/qtdemux.h:
14396           Bitch. Also known as seeking, querying & co.
14397         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14398         (gst_osssink_change_state):
14399         * sys/oss/gstosssink.h:
14400           Resyncing is for weenies, this hack is no longer needed and was
14401           broken anyway (since it - unintendedly - always leaves resync to
14402           TRUE).
14403
14404 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14405
14406         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14407         * gst/tcp/gsttcpclientsrc.h: idem
14408           - define MSG_NOSIGNAL if not done
14409           - include unistd.h for off_t
14410           (fixes #143749)
14411
14412 2004-06-05  Benjamin Otte  <otte@gnome.org>
14413
14414         * configure.ac:
14415         * ext/kio/Makefile.am:
14416           check for qt's moc preprocessor explicitly and use it
14417
14418 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14419
14420         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14421           don't get a signal for EPIPE on socket writes
14422           (somebody check if this works on other platforms)
14423
14424 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14425
14426         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14427         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14428           check error condition on available samples correctly
14429
14430 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14431
14432         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14433           avoid a segfault
14434         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14435         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14436         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14437         (gst_tcpserversrc_gdp_read_header):
14438          use ssize_t over size_t since the former is signed and thus the
14439          check for error codes can work
14440
14441 2004-06-02  Wim Taymans  <wim@fluendo.com>
14442
14443         reviewed by: Johan
14444
14445         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14446         (gst_multipart_mux_loop):
14447         Oops
14448
14449 2004-06-02  Wim Taymans  <wim@fluendo.com>
14450
14451         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14452         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14453         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14454         (gst_multipart_mux_change_state):
14455         Added configurable boundary specifier, added the value as a
14456         caps field as well.
14457
14458 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14459
14460         * gst/tcp/gsttcp.c:
14461         * gst/tcp/gsttcpclientsrc.c:
14462         * gst/tcp/gsttcpclientsrc.h:
14463         * gst/tcp/gsttcpserversrc.c:
14464           - portability fix, to compile on OSX
14465             (fixes #143146)
14466
14467         * sys/osxaudio/gstosxaudioelement.c:
14468         * sys/osxaudio/gstosxaudiosink.c:
14469         * sys/osxaudio/gstosxaudiosrc.c:
14470           - compilation warnings on OSX
14471             (fixes #143153)
14472
14473 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14474
14475         * ext/vorbis/vorbisdec.c : sign warning fixes
14476
14477         * gst-libs/gst/mixer/mixertrack.c :
14478           do no use defines which are glib 2.4 specific
14479
14480 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14481
14482         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14483           buffer since libflac doesn't expect it (reports a sync error when
14484           it encounters that)
14485
14486
14487 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14488
14489         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14490         * gst-libs/gst/mixer/mixertrack.c:
14491         (gst_mixer_track_get_property), (get_mixer_track_init),
14492         (get_mixer_track_get_property): Added property accessors
14493         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14494         * gst-libs/gst/mixer/mixeroptions.c:
14495         (gst_mixer_options_get_values): Added
14496         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14497         * gst-libs/gst/mixer/mixer.c: Fixed comment
14498
14499
14500 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14501
14502         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14503           improve error messages on open
14504
14505
14506 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14507
14508         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14509           check if v4l-conf is in path
14510
14511 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14512
14513         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14514           change assert to a more readable error message
14515
14516 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14517
14518         * gst-libs/gst/tuner/tunerchannel.h:
14519           - add a freq_multiplicator field to make the conversion
14520             between internal frequency unit and Hz
14521         * sys/v4l/gstv4lelement.c:
14522         * sys/v4l2/gstv4l2element.c:
14523           - change default video device to /dev/video0
14524         * sys/v4l/v4l_calls.c:
14525         * sys/v4l2/v4l2_calls.c:
14526           - we only expose frequency to the user in Hz instead of
14527             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14528
14529 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14530         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14531           Initialise b_o_s and e_o_s variables
14532         * gst-libs/gst/riff/riff-media.c:
14533         (gst_riff_create_video_caps_with_data):
14534           Add some unusual fourcc's from mplayer avi's
14535         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14536           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14537           autoplugging.
14538
14539 2004-05-28  Wim Taymans  <wim@fluendo.com>
14540
14541         * configure.ac:
14542         * gst/alpha/Makefile.am:
14543         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14544         (gst_alpha_get_type), (gst_alpha_base_init),
14545         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14546         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14547         (gst_alpha_chroma_key), (gst_alpha_chain),
14548         (gst_alpha_change_state), (plugin_init):
14549         A plugin to add an alpha channel to I420 video. Can optionally do
14550         chroma keying.
14551         * gst/multipart/Makefile.am:
14552         * gst/multipart/multipart.c: (plugin_init):
14553         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14554         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14555         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14556         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14557         (gst_multipart_demux_change_state),
14558         (gst_multipart_demux_plugin_init):
14559         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14560         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14561         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14562         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14563         (gst_multipart_mux_pad_unlink),
14564         (gst_multipart_mux_request_new_pad),
14565         (gst_multipart_mux_handle_src_event),
14566         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14567         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14568         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14569         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14570         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14571         send multipart jpeg images to a browser.
14572         * gst/videobox/Makefile.am:
14573         * gst/videobox/README:
14574         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14575         (gst_video_box_get_type), (gst_video_box_base_init),
14576         (gst_video_box_class_init), (gst_video_box_init),
14577         (gst_video_box_set_property), (gst_video_box_get_property),
14578         (gst_video_box_sink_link), (gst_video_box_i420),
14579         (gst_video_box_ayuv), (gst_video_box_chain),
14580         (gst_video_box_change_state), (plugin_init):
14581         Crops or adds borders around an image. can do alpha channel
14582         borders as well.
14583         * gst/videomixer/Makefile.am:
14584         * gst/videomixer/README:
14585         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14586         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14587         (gst_videomixer_pad_get_sink_event_masks),
14588         (gst_videomixer_pad_get_property),
14589         (gst_videomixer_pad_set_property),
14590         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14591         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14592         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14593         (gst_videomixer_base_init), (gst_videomixer_class_init),
14594         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14595         (gst_videomixer_handle_src_event),
14596         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14597         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14598         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14599         (gst_videomixer_loop), (gst_videomixer_get_property),
14600         (gst_videomixer_set_property), (gst_videomixer_change_state),
14601         (plugin_init):
14602         Generic video mixer plugin, can handle multiple inputs all with
14603         different framerates and video sizes. Is fully alpha channel
14604         aware.
14605
14606 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14607
14608         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14609           Select first track as master track. Not sure how else to handle
14610           that...
14611         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14612           Discard discont events. Should fix #142962.
14613
14614 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14615
14616         * ext/alsa/Makefile.am:
14617         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14618         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14619         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14620         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14621         (gst_alsa_mixer_get_option):
14622         * ext/alsa/gstalsamixer.h:
14623         * ext/alsa/gstalsamixeroptions.c:
14624         (gst_alsa_mixer_options_get_type),
14625         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14626         (gst_alsa_mixer_options_new):
14627         * ext/alsa/gstalsamixeroptions.h:
14628         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14629         * ext/alsa/gstalsamixertrack.h:
14630           Add enumerations (as GstMixerOptions). Make correct distinction
14631           between input/output tracks. Add capture/playback private flag.
14632           Use flag to decide on whether to set capture or playback volumes
14633           or switches. Use playback and record switches.
14634         * gst-libs/gst/mixer/Makefile.am:
14635         * gst-libs/gst/mixer/mixer-marshal.list:
14636         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14637         (gst_mixer_set_option), (gst_mixer_get_option),
14638         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14639         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14640         * gst-libs/gst/mixer/mixer.h:
14641         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14642         (gst_mixer_options_class_init), (gst_mixer_options_init),
14643         (gst_mixer_options_dispose):
14644         * gst-libs/gst/mixer/mixeroptions.h:
14645           Add GstMixerOptions.
14646         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14647           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14648           broken device detection on computers with multiple OSS sound
14649           cards.
14650
14651 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14652
14653         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14654           fixate nicely even when the peer is not negotiating
14655
14656 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14657
14658         * gst/audioconvert/gstaudioconvert.c:
14659         (gst_audio_convert_parse_caps):
14660           make sure we don't allow depth > width
14661         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14662           fixate endianness to G_BYTE_ORDER as default
14663         * gst/audioscale/gstaudioscale.c:
14664           we don't handle another endianness as host-endianness
14665
14666 2004-05-25  David Schleef  <ds@schleef.org>
14667
14668         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14669
14670 2004-05-24  Benjamin Otte  <otte@gnome.org>
14671
14672         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14673         (gst_oggvorbisenc_setup):
14674           properly fail when we can't setup the vorbis encoder due to
14675           unsupported settings
14676         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14677         (gst_vorbisenc_setup):
14678           same
14679         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14680           fix case where warnings occured when one pad was unlinked while the
14681           other's link function was called
14682
14683 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14684
14685         * gst/tcp/Makefile.am:
14686           use GST_ENABLE_NEW
14687
14688 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14689
14690         * gst-libs/gst/resample/private.h:
14691           don't use optimizations that are #if 0'ed
14692
14693 2004-05-24  Wim Taymans  <wim@fluendo.com>
14694
14695         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14696         Fix potential division by zero error and hopefully get
14697         the position query right to get correct timestamps on avi
14698         audio.
14699
14700 2004-05-24  Wim Taymans  <wim@fluendo.com>
14701
14702         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14703         (gst_videoscale_scale_nearest_str2),
14704         (gst_videoscale_scale_nearest_str4),
14705         (gst_videoscale_scale_nearest_32bit),
14706         (gst_videoscale_scale_nearest_24bit),
14707         (gst_videoscale_scale_nearest_16bit):
14708         Fix the scaling algorithm and avoid a buffer overflow.
14709         removed the while loop in the scaling function as it
14710         was used for point sampling only.
14711
14712 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14713
14714         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14715         (gst_id3_tag_class_init), (gst_id3_tag_init),
14716         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14717         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14718         (gst_id3_tag_send_tag_event):
14719           lots of fixes to make id3mux work and id3demux work correctly
14720
14721 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14722
14723         * ext/Makefile.am:
14724           add rules to build shout2send (was removed by accident
14725           when this module was no more marked experimental/broken)
14726
14727 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14728
14729         * ext/shout2/gstshout2.c:
14730         * ext/shout2/gstshout2.h:
14731           adding a "connection problem" signal to shout2send
14732           (fixes #142954)
14733
14734 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14735
14736         * ext/kio/kioreceiver.cpp:
14737         * ext/kio/kioreceiver.h:
14738           fix sign comparison issues
14739
14740 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14741
14742         * gst/cdxaparse/gstcdxaparse.c:
14743         * gst/cdxaparse/gstcdxaparse.h:
14744           some renaming
14745           add some checks/sanity
14746           prepare for seek addition
14747
14748         * sys/sunaudio/gstsunaudio.c:
14749           remove exported dupe init function
14750
14751 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
14752
14753         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
14754         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
14755           Fix format conversion and position querying.
14756         * gst/debug/progressreport.c: (gst_progressreport_report):
14757           Don't output a bogus total value that we didn't query.
14758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14759           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
14760           only a blank window after xine has been used.
14761
14762 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14763
14764         * m4/as-arts.m4:
14765           sync with upstream version to fix test on FC2
14766           readd with -ko to preserve Id header
14767
14768 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14769
14770         * configure.ac:
14771           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
14772         * gst/tcp/gsttcpclientsrc.c: idem
14773         * gst/tcp/gsttcpserversink.c: idem
14774         * gst/tcp/gsttcpserversrc.c: idem
14775         * m4/gst-fionread.m4: idem
14776
14777         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
14778
14779         * configure.ac: enable speex plugin for speex 1.1.5+
14780         * ext/speex/gstspeexenc.c: fix cast warning
14781
14782         * ext/esd/README: fix typo
14783
14784 2004-05-20  David Schleef  <ds@schleef.org>
14785
14786         * configure.ac: Minor cosmetic change to convince the buildbot to
14787         reautogen.
14788         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
14789         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
14790         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
14791         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
14792         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
14793         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
14794         More hacking.  Plays audio now.
14795
14796 2004-05-20  David Schleef  <ds@schleef.org>
14797
14798         * configure.ac:
14799         * sys/Makefile.am:
14800
14801 2004-05-20  David Schleef  <ds@schleef.org>
14802
14803         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
14804         * sys/osxaudio/gstosxaudio.c:
14805         * sys/osxaudio/gstosxaudioelement.c:
14806         * sys/osxaudio/gstosxaudioelement.h:
14807         * sys/osxaudio/gstosxaudiosink.c:
14808         * sys/osxaudio/gstosxaudiosink.h:
14809         * sys/osxaudio/gstosxaudiosrc.c:
14810         * sys/osxaudio/gstosxaudiosrc.h:
14811
14812 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14813
14814         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
14815         (gst_vorbisenc_chain):
14816           put the codec headers on the caps as streamheader as well as
14817           pushing them out
14818
14819 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14820
14821         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14822         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
14823         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
14824         split up push_packet into two functions
14825
14826 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14827
14828         * gst/tcp/.cvsignore:
14829           ignore enums
14830         * gst/tcp/Makefile.am:
14831         * gst/tcp/README:
14832         * gst/tcp/gsttcp.c:
14833         * gst/tcp/gsttcp.h:
14834         * gst/tcp/gsttcpclientsink.c:
14835         * gst/tcp/gsttcpclientsink.h:
14836         * gst/tcp/gsttcpclientsrc.c:
14837         * gst/tcp/gsttcpclientsrc.h:
14838         * gst/tcp/gsttcpplugin.c:
14839         * gst/tcp/gsttcpserversink.c:
14840         * gst/tcp/gsttcpserversink.h:
14841         * gst/tcp/gsttcpserversrc.c:
14842         * gst/tcp/gsttcpserversrc.h:
14843           add new tcp elements
14844
14845 2004-05-19  Wim Taymans  <wim@fluendo.com>
14846
14847         * gst/law/mulaw-conversion.c: (mulaw_encode):
14848         Fix overflow bug in ulaw encoding.
14849
14850 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14851
14852         * ext/mad/gstmad.c: (gst_mad_handle_event):
14853           don't unref the event twice
14854
14855 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14856
14857         * configure.ac:
14858           remove -Wno-sign-compare
14859
14860 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14861
14862         * configure.ac:
14863           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
14864           if you want to work against glib 2.2 and 2.4
14865
14866 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14867
14868         * gst/tcp/Makefile.am:
14869         * gst/tcp/gsttcp.c:
14870         * gst/tcp/gsttcp.h:
14871         * gst/tcp/gsttcpsink.h:
14872         * gst/tcp/gsttcpsrc.h:
14873           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
14874
14875 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14876
14877         * gst/debug/tests.c: (md5_get_value):
14878           fix segfault on gst-inspect
14879
14880 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14881
14882         * gst/debug/testplugin.c:
14883         * gst/debug/tests.c:
14884         * gst/debug/tests.h:
14885           add new extensible and configurable testing element. Current tests
14886           include buffer count, stream length, timestamp/duration matching and
14887           md5.
14888         * gst/debug/Makefile.am:
14889         * gst/debug/gstdebug.c: (plugin_init):
14890           add infrastructure for new element
14891
14892 2004-05-19  Johan Dahlin  <johan@gnome.org>
14893
14894         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
14895         ending of the array. Fixes gst-inspect segfault on ppc.
14896
14897 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14898
14899         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
14900
14901         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
14902
14903 2004-05-18  David Schleef  <ds@schleef.org>
14904
14905         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
14906         warnings (bugs, actually) noticed by gcc but not forte.
14907
14908 2004-05-18  David Schleef  <ds@schleef.org>
14909
14910         * sys/sunaudio/Makefile.am:
14911         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
14912
14913 2004-05-18  David Schleef  <ds@schleef.org>
14914
14915         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14916         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
14917         to allow qtdemux to use non-seekable streams. (bug #142272)
14918
14919 2004-05-18  David Schleef  <ds@schleef.org>
14920
14921         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
14922         (gst_resample_sinc_ft_float): Remove use of static temporary
14923         buffer.  This code was obviously not supposed to last long, but
14924         it's stuck in our ABI, so it required a little hack to make it
14925         ABI-compatible.  Fixes #142585.
14926         * gst-libs/gst/resample/resample.h: same.
14927
14928 2004-05-18  David Schleef  <ds@schleef.org>
14929
14930         * configure.ac: Add sunaudio
14931         * examples/Makefile.am: make gstplay depend on gconf
14932         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
14933         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
14934         (convert_table_lookup), (img_convert): remove c99-isms
14935         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
14936           unsigned, to fix a warning on Solaris
14937         * gst/mpeg1sys/systems.c: bcopy->memcpy
14938         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
14939         * sys/Makefile.am: Add sunaudio
14940
14941 2004-05-18  Wim Taymans  <wim@fluendo.com>
14942
14943         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
14944         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14945         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
14946         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
14947         (gst_ogg_mux_loop):
14948         Fix an ugly memleak where the muxer didn't flush enough ogg
14949         pages. This also resulted in badly muxed ogg files.
14950
14951 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14952
14953         * gst/asfdemux/asfheaders.c :
14954         * gst/asfdemux/asfheaders.h :
14955         * gst/asfdemux/gstasfdemux.c :
14956           - fix ASF_OBJ_PADDING guid
14957           - add 3 new object guids (language list, metadata,
14958             extended stream properties)
14959           - add a function to parse extended header objects
14960
14961 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14962
14963         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
14964           remove leftover debugging g_print
14965
14966 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14967
14968         * ext/mad/gstmad.c: (gst_mad_handle_event):
14969           Fix for when the first format in a discont event is not a
14970           byte-based one. Should fix #137710.
14971
14972 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14973
14974         * m4/a52.m4 : fix compilation with -Wall -Werror
14975         * m4/libfame.m4 : idem
14976         * m4/libmikmod.m4 : idem
14977
14978 2004-05-17  Benjamin Otte  <otte@gnome.org>
14979
14980         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14981           signal the new tags before giving up the reference
14982
14983 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14984
14985         * ext/shout2/gstshout2.c:
14986           use application/ogg instead of application/x-ogg (patch by Patrick
14987           Guimond, fixes #142432)
14988         * sys/oss/gstosselement.c: (gst_osselement_reset),
14989         (gst_osselement_sync_parms):
14990           don't set fragment size unless specified (fixes #142493)
14991
14992 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14993
14994         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
14995           fixes #142664
14996
14997 2004-05-17  Benjamin Otte  <otte@gnome.org>
14998
14999         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15000           compute offsets correctly for internal buffers so timestamps are set
15001           correctly when we can't seek. Also handle cases where there are no
15002           offsets. (based on a patch by David Moore, fixes #142507)
15003
15004 2004-05-17  Benjamin Otte  <otte@gnome.org>
15005
15006         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15007           use correct variable when determining amount of data to skip so we
15008           don't skip into the void and segfault
15009
15010 2004-05-16  Benjamin Otte  <otte@gnome.org>
15011
15012         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15013           Hi, I'm a memleak
15014
15015 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15016
15017         * gst/asfdemux/gstasfdemux.c:
15018           - fix a mem leak and always propagate tags
15019           - add WMV3 to known video codecs (but no decoder yet)
15020           - replace "surplus data" at end of audio header for what
15021             it is : codec specific data
15022           - fix a typo
15023
15024 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15025
15026         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15027
15028         * gst-libs/gst/audio/audioclock.c:
15029           Fix wrong return type (#142205).
15030
15031 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15032
15033         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15034           Ignore CRCs by default (fixes #142566).
15035
15036 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15037
15038         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15039         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15040         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15041         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15042         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15043         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15044           Fix for cases where we fail to attach to a mixer.
15045
15046 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15047
15048         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15049           Don't touch events after not owning them anymore.
15050         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15051         (gst_wavparse_fmt), (gst_wavparse_other),
15052         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15053         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15054         (gst_wavparse_srcpad_event):
15055         * gst/wavparse/gstwavparse.h:
15056           Add seeking, fix querying.
15057
15058 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15059
15060         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15061           - process comments even if they don't end with \0\0
15062             g_convert would ignore them if present and works well without them
15063
15064 2004-05-16  Benjamin Otte  <otte@gnome.org>
15065
15066         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15067           simplify caps
15068
15069 2004-05-16  Benjamin Otte  <otte@gnome.org>
15070
15071         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15072           don't write to memory we might not write to - g_convert does that
15073           for us anyway (fixes #142613)
15074         (gst_asf_demux_audio_caps):
15075           comment out gst_util_dump_mem
15076
15077 2004-05-16  Benjamin Otte  <otte@gnome.org>
15078
15079         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15080           compute correct expected timestamps after seek (broken since
15081           last commit)
15082         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15083           rename element and debugging category to gdkpixbufscale
15084
15085 2004-05-16  Benjamin Otte  <otte@gnome.org>
15086
15087         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15088           add error checking to snd_pcm_delay and remove duplicate call to
15089           snd_pcm_delay that caused issues (see inline code comments)
15090         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15091           make more readable and fix return value when snd_pcm_delay fails
15092         (fixes #142586)
15093
15094 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15095         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15096         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15097         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15098         (gst_pixbufscale_link), (gst_pixbufscale_init),
15099         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15100         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15101         (gst_pixbufscale_get_property), (pixbufscale_init):
15102         * ext/gdk_pixbuf/pixbufscale.h:
15103         Add these files I forgot earlier
15104
15105 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15106         * ext/gdk_pixbuf/Makefile.am:
15107         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15108         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15109         Add new pixbufscale element to scale RGB video
15110         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15111         and HYPER interpolation correctly.
15112         * ext/theora/theoraenc.c: (theora_enc_chain),
15113         Discard buffer and return if explicit caps could not be set
15114         (theora_enc_get_property):
15115         Make _get return kbps for the bitrate consistent with
15116         the _set function.
15117
15118
15119 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15120
15121         * ext/libvisual/visual.c: (gst_visual_chain):
15122           add missing visual_audio_analyze
15123
15124 2004-05-14  David Schleef  <ds@schleef.org>
15125
15126         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15127         is killed while we're playing.
15128         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15129         gst_element_no_more_pads().
15130
15131 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15132
15133         * gst-libs/gst/riff/riff-read.c :
15134           - fix INFO tag extraction in RIFF/AVI files
15135             because gst_event_unref (event) also freed taglist
15136           - avoid a mem leak
15137
15138 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15139
15140         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15141         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15142
15143         * gst/auparse/gstauparse.c :
15144           - add code (commented for now) to support audio/x-adpcm on src pad
15145             (we have no decoder for those layout yet)
15146
15147         * gst/cdxaparse/gstcdxaparse.c :
15148         * gst/cdxaparse/gstcdxaparse.h :
15149           - partial rewrite using RiffRead (ripped iain's wavparse code)
15150
15151         * gst/rtp/gstrtpL16enc.c : typo
15152         * gst/rtp/gstrtpgsmenc.c : typo
15153
15154 2004-05-13  Benjamin Otte  <otte@gnome.org>
15155
15156         * configure.ac:
15157           check for exact version of libvisual, it's not supposed to be
15158           API/ABI stable yet
15159
15160 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15161
15162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15163           signal no-more-pads
15164
15165 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15166
15167         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15168         Report which format was used for GST_FORMAT_DEFAULT
15169         * gst/debug/Makefile.am:
15170         * gst/debug/gstdebug.c: (plugin_init):
15171         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15172         (gst_progressreport_class_init), (gst_progressreport_init),
15173         (gst_progressreport_report), (gst_progressreport_set_property),
15174         (gst_progressreport_get_property), (gst_progressreport_chain),
15175         (gst_progressreport_plugin_init):
15176         Add progressreport element for testing.
15177
15178 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15179
15180         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15181         * sys/v4l/gstv4lsrc.h:
15182         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15183         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15184         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15185         (gst_v4lsrc_grab_frame):
15186           add more debugging
15187           send a discont at start
15188
15189 2004-05-12  Colin Walters  <walters@redhat.com>
15190
15191         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15192         inflooping if we can't find a chunk.  Or in other words, don't blow
15193         chunks if we don't have a chunk to blow.
15194
15195 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15196         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15197         Remove old debug output
15198         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15199         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15200         (gst_dvdec_set_property), (gst_dvdec_get_property):
15201         Change the quality setting to an enum, so it works from gst-launch
15202         Don't renegotiate a non-linked pad. Allows audio only decoding.
15203         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15204         (gst_deinterlace_link), (gst_deinterlace_init):
15205         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15206         (gst_videodrop_link):
15207         Some caps negotiation fixes
15208
15209 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15210
15211         * ext/tarkin/gsttarkin.c :
15212           - Change RANK from NONE to PRIMARY
15213         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15214           - Change RANK from NONE to MARGINAL
15215         * ext/divx/gstdivxenc.c :
15216           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15217
15218 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15219
15220         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15221         (gst_vorbisenc_push_packet):
15222           copy a function that was added between 1.0 and 1.0.1 until we
15223           depend on worthwhile features of post-1.0
15224
15225 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15226
15227         * configure.ac:
15228           enable shout2 by default
15229         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15230         (gst_shout2send_base_init), (gst_shout2send_init),
15231         (gst_shout2send_connect), (gst_shout2send_change_state):
15232         * ext/shout2/gstshout2.h:
15233           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15234           #142262)
15235         * ext/theora/theora.c: (plugin_init):
15236           don't set rank on encoders
15237
15238 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15239
15240         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15241           Use codec_data property instead of flag1 and flag2 for wma
15242
15243 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15244
15245         * gst/cdxaparse/gstcdxaparse.c :
15246           - Add mpegversion to CAPS to make it link
15247           - Rank is as GST_RANK_SECONDARY instead of NONE
15248         * gst/auparse/gstauparse.c :
15249           - Document all audio encoding we can encounter from Solaris 9
15250             headers and libsndfile information.
15251           - Increase max. rate from 48000 to 192000 (to match other elements)
15252           - Don't try to play junk data between header and samples
15253
15254 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15255
15256         * ext/libvisual/visual.c: (gst_visual_getcaps):
15257           use the right caps depending on endianness (I hope)
15258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15259           use GST_RANK_NONE for all non-decoding elements or spider gets
15260           mighty confused
15261
15262 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15263
15264         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15265           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15266
15267 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15268
15269         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15270         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15271         (gst_switch_loop), (gst_switch_get_type):
15272           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15273           HEADERS. Had to be said.
15274
15275 2004-05-10  David Schleef  <ds@schleef.org>
15276
15277         * configure.ac: Add prototype Dirac support.
15278         * ext/Makefile.am:
15279         * ext/dirac/Makefile.am:
15280         * ext/dirac/gstdirac.cc:
15281         * ext/dirac/gstdiracdec.cc:
15282
15283 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15284
15285         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15286         (gst_auparse_init), (gst_auparse_chain),
15287         (gst_auparse_change_state):
15288           Hack around spider. Remove me some day please.
15289
15290 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15291
15292         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15293           Fix for some uninitialized variables in previous patch, also
15294           makes it work. Fixes #142286 while we're at it.
15295
15296 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15297
15298         * gst/auparse/gstauparse.c:
15299                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15300                 only unsupported formats are ADPCM/CCITT G.72x
15301                 reviewed by Ronald
15302         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15303
15304 2004-05-10  Wim Taymans  <wim@fluendo.com>
15305
15306         * ext/vorbis/Makefile.am:
15307         * ext/vorbis/README:
15308         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15309         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15310         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15311         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15312         (gst_oggvorbisenc_convert_sink),
15313         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15314         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15315         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15316         (get_constraints_string), (update_start_message),
15317         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15318         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15319         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15320         * ext/vorbis/oggvorbisenc.h:
15321         * ext/vorbis/vorbis.c: (plugin_init):
15322         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15323         (raw_caps_factory), (gst_vorbisenc_class_init),
15324         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15325         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15326         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15327         * ext/vorbis/vorbisenc.h:
15328         Added a raw vorbis encoder to be used with the oggmuxer.
15329         We still need the old encoder for some gnome applications,
15330         read the README to find out how that works.
15331         The raw encoder is called "rawvorbisenc" until 0.9.
15332
15333 2004-05-10  Wim Taymans  <wim@fluendo.com>
15334
15335         * ext/ogg/gstogg.c: (plugin_init):
15336         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15337         (gst_ogg_print):
15338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15339         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15340         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15341         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15342         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15343         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15344         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15345         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15346         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15347         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15348         Added an ogg muxer.
15349         Small typo fixes in the demuxer.
15350
15351 2004-05-10  Wim Taymans  <wim@fluendo.com>
15352
15353         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15354         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15355         (theora_enc_change_state), (theora_enc_set_property),
15356         (theora_enc_get_property):
15357         Mark the last packet with an EOS flag which is not really needed
15358         in gstreamer.
15359         Do some better video framerate initialisation.
15360         Update the buffer timestamp.
15361
15362 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15363
15364         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15365         Return the result of the parent state change call
15366
15367 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15368
15369         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15370         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15371         * gst/law/alaw-encode.c : (idem)
15372         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15373         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15374         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15375
15376 2004-05-09  Benjamin Otte  <otte@gnome.org>
15377
15378         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15379           don't use a fixed buffer size when writing variable length data to
15380           it. Fixes memory corruption and makes alsasrc work
15381
15382 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15383
15384         * ext/gnomevfs/gstgnomevfssink.c:
15385         (_gst_boolean_allow_overwrite_accumulator),
15386         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15387           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15388           RUN_LAST, and don't use that to set the accumulator value because
15389           then it's always FALSE.
15390
15391 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15392
15393         * gst-libs/gst/riff/riff-media.c:
15394         (gst_riff_create_video_caps_with_data),
15395         (gst_riff_create_audio_caps),
15396         (gst_riff_create_audio_template_caps):
15397         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15398           Fix for unaligned RIFF files (i.e. where all the chunks together
15399           in a LIST chunk are not of the same size as the size given in
15400           the LIST chunk header). Fixes several odd WAVE files. Also fix
15401           ADPCM (block_align property) in audio, so that wavparse based
15402           on this works now as it used to stand-alone.
15403
15404 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15405
15406         reviewed by Benjamin Otte  <otte@gnome.org>
15407
15408         * ext/a52dec/gsta52dec.c:
15409         * ext/divx/gstdivxdec.c:
15410         * ext/divx/gstdivxenc.c:
15411         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15412         * ext/faac/gstfaac.c: (gst_faac_base_init):
15413         * ext/faad/gstfaad.c: (gst_faad_base_init):
15414         * ext/ivorbis/vorbisfile.c:
15415         * ext/lame/gstlame.c:
15416         * ext/libfame/gstlibfame.c:
15417         * ext/mpeg2enc/gstmpeg2enc.cc:
15418         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15419         * ext/sidplay/gstsiddec.cc:
15420         * ext/speex/gstspeexdec.c:
15421         * ext/speex/gstspeexenc.c:
15422         * ext/xvid/gstxviddec.c:
15423         * ext/xvid/gstxvidenc.c:
15424           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15425           (fixes #142193)
15426
15427 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15428
15429         * ext/alsa/gstalsa.c: (device_list),
15430         (gst_alsa_class_probe_devices):
15431         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15432           Fix alsa oddness in mixer after the combination of using mixer
15433           in source/sink elements and using hw:x,y instead of just hw:x.
15434
15435 2004-05-09  Benjamin Otte  <otte@gnome.org>
15436
15437         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15438         (gst_wavparse_create_sourcepad):
15439           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15440           sourcepads
15441
15442 2004-05-09  Benjamin Otte  <otte@gnome.org>
15443
15444         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15445           allow discont events before caps nego
15446
15447 2004-05-08  Benjamin Otte  <otte@gnome.org>
15448
15449         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15450           don't leak events
15451
15452 2004-05-08  Benjamin Otte  <otte@gnome.org>
15453
15454         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15455         (gst_level_change_state), (gst_level_init):
15456         * gst/level/gstlevel.h:
15457           figure out if we're initialized directly instead of keeping a
15458           variable that's wrong in 90% of cases
15459           don't initialize pads and then leak them and use a new unitialized
15460           pad. (fixes #142084)
15461           these were bugs so n00bish I didn't find them for an hour :/
15462
15463 2004-05-08 Iain <iain@prettypeople.org>
15464
15465         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15466         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15467         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15468         return the length that was read.
15469         (gst_riff_read_strf_auds): Allow fmt tags as well.
15470
15471 2004-05-07  David Schleef  <ds@schleef.org>
15472
15473         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15474         signed char assumption in faad.h.
15475
15476 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15477
15478         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15479           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15480
15481 2004-05-07  Colin Walters  <walters@redhat.com>
15482
15483         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15484         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15485         function.
15486         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15487         Add dispose function.
15488
15489 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15490         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15491           Fix caps nego and pad templates. RGB mode caps should
15492           work now.
15493         * ext/dvdnav/gst-dvd:
15494           Move mpeg2dec inside the thread because otherwise the
15495           queue rejects cap changes mid-stream
15496         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15497         (gst_mpeg2dec_flush_decoder):
15498           For mpeg2dec > 0.4.0, call the flush function instead of
15499           manually extracting all in-flight frames.
15500         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15501         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15502           Change mime type video/dv go video/x-dv to match the
15503           rest of gst-plugins
15504
15505 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15506
15507         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15508         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15509         (gst_alsa_sink_class_init):
15510         * ext/alsa/gstalsasink.h:
15511         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15512         (gst_alsa_src_class_init):
15513         * ext/alsa/gstalsasrc.h:
15514           Make alsasink/src a subclass of alsamixer so that mixer stuff
15515           shows up in gst-rec. Needs some finetuning.
15516
15517 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15518
15519         * ext/lame/gstlame.c: (gst_lame_chain):
15520           simplify
15521         * ext/mad/gstmad.c: (gst_mad_handle_event):
15522           fix event leak
15523         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15524           be able to detect mp3 files < 4096 bytes
15525
15526 2004-05-06  Wim Taymans  <wim@fluendo.com>
15527
15528         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15529         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15530         (theora_enc_set_property), (theora_enc_get_property):
15531         Also encode the first frame, cleanup some code.
15532
15533 2004-05-06  Wim Taymans  <wim@fluendo.com>
15534
15535         * ext/mpeg2enc/gstmpeg2enc.cc:
15536         Forward events first before deciding that negotiation was
15537         not performed.
15538
15539 2004-05-06  Wim Taymans  <wim@fluendo.com>
15540
15541         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15542         First process the events before deciding that negotiation
15543         was not performed.
15544
15545 2004-05-06  Wim Taymans  <wim@fluendo.com>
15546
15547         * ext/theora/Makefile.am:
15548         * ext/theora/theora.c: (plugin_init):
15549         * ext/theora/theoradec.c: (theora_dec_change_state):
15550         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15551         (gst_theora_enc_class_init), (gst_theora_enc_init),
15552         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15553         (theora_enc_chain), (theora_enc_change_state),
15554         (theora_enc_set_property), (theora_enc_get_property):
15555         Added a theora encoder, grouped the encoder and decoder into the
15556         same plugin.
15557
15558 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15559
15560         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15561         (gst_jpegenc_chain):
15562         fix DURATION on outgoing buffers
15563         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15564         debug using time formats
15565         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15567         (gst_xvimagesink_sink_link):
15568         windows with width/height 0 generate X errors, so don't allow them
15569
15570 2004-05-05  Wim Taymans  <wim@fluendo.com>
15571
15572         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15573         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15574         (gst_mpeg2dec_negotiate_format):
15575         * ext/mpeg2dec/gstmpeg2dec.h:
15576           removed the static pad template so that we can add the
15577           more accurate framerate value to the caps.
15578
15579
15580 2004-05-04  Benjamin Otte  <otte@gnome.org>
15581
15582         * configure.ac:
15583           check for kdemacros.h, too (should fix #141821)
15584         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15585           don't crash if no header was sent, but nicely error out (fixes part
15586           of #141554)
15587
15588 2004-05-04  Wim Taymans  <wim@fluendo.com>
15589
15590         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15591         parent dispose function to avoid segfault on destroy.
15592
15593 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15594
15595         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15596         (plugin_init):
15597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15598         (gst_xvimagesink_sink_link):
15599         clean up debugging caps
15600         also recreate xvimage when format has changed
15601
15602 2004-05-04  Benjamin Otte  <otte@gnome.org>
15603
15604         * ext/libvisual/Makefile.am:
15605         * ext/libvisual/visual.c: (gst_visual_class_init),
15606         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15607         (gst_visual_srclink), (gst_visual_chain),
15608         (gst_visual_change_state), (plugin_init):
15609           use a GstAdapter to correctly adapt buffer sizes - allows using a
15610           framerate
15611
15612 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15613
15614         * sys/v4l/gstv4lelement.h:
15615         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15616         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15617         (gst_v4lsrc_buffer_free):
15618         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15619         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15620         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15621         (gst_v4lsrc_requeue_frame):
15622         move some debugging categories around
15623         query for fps index and set accordingly if found
15624
15625 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15626
15627         * ext/lame/gstlame.c:
15628         correct defaults that lame_init puts out of range
15629
15630 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15631
15632         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15633         (gst_divxenc_class_init):
15634         fix range since -1 is the default
15635         * gst/mpeg1sys/gstmpeg1systemencode.c:
15636         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15637         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15638         (gst_rtjpegdec_chain):
15639         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15640         (gst_rtjpegenc_chain):
15641         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15642         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15643         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15644         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15645         * sys/v4l/gstv4lsrc.c:
15646         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15647         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15648         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15649         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15650         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15651           remove gst_info calls
15652
15653 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15654
15655         * Makefile.am:
15656         * po/af.po:
15657         * po/az.po:
15658         * po/en_GB.po:
15659         * po/nl.po:
15660         * po/sr.po:
15661         * po/sv.po:
15662           Updated translations
15663
15664 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15665
15666         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15667           refactor/comment code
15668
15669 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15670
15671         * gst/asfdemux/Makefile.am:
15672         * gst/asfdemux/asfheaders.c:
15673         * gst/asfdemux/asfheaders.h:
15674         * gst/asfdemux/gstasf.c: (plugin_init):
15675         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15676         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15677         (gst_asf_demux_setup_pad):
15678         * gst/asfdemux/gstasfdemux.h:
15679         * gst/asfdemux/gstasfmux.c:
15680         * gst/asfdemux/gstasfmux.h:
15681           Add tagging support to demuxer, split out registration in its own
15682           file instead of in demux (hacky), and prevent having some tables
15683           in our memory multiple times (in asfheaders.h).
15684
15685 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15686
15687         * gst/matroska/matroska-demux.c:
15688         (gst_matroska_demux_parse_metadata):
15689         * gst/matroska/matroska-ids.h:
15690           Basic tag reading support.
15691
15692 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15693
15694         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15695           Really detect ac-3 audio.
15696         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15697           really detect matroska files (off-by-1).
15698
15699 2004-04-30  David Schleef  <ds@schleef.org>
15700
15701         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15702         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15703         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15704         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15705         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15706         hackage -- parse a lot more atoms, extract a few tags.  One might even
15707         mistake this for tag support.  Maybe it is.
15708         * gst/qtdemux/qtdemux.h:
15709
15710 2004-04-30  Colin Walters  <walters@verbum.org>
15711
15712         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15713
15714 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15715
15716         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15717         (gst_ffmpegcolorspace_getcaps):
15718           remove broken nego fix
15719
15720 2004-04-30  Benjamin Otte  <otte@gnome.org>
15721
15722         * configure.ac:
15723         * ext/Makefile.am:
15724         * ext/libvisual/Makefile.am:
15725         * ext/libvisual/visual.c:
15726           add initial support for libvisual (http://libvisual.sourceforge.net)
15727           libvisual is still quite alpha, so expect crashes in there :)
15728
15729 2004-04-29  David Schleef  <ds@schleef.org>
15730
15731         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15732         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15733         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15734         code; you will no longer respect me.
15735
15736 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15737
15738         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15739         * ext/alsa/gstalsa.h :
15740         change alsa pcm device discovery to find more than 1 device
15741         per card. code review by Ronald.
15742
15743 2004-04-29  David Schleef  <ds@schleef.org>
15744
15745         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15746         Add a check for a driver bug on FreeBSD.  (bug #140565)
15747
15748 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15749
15750         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
15751         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15752         (gst_jpegenc_getcaps):
15753           move format setting to inner loop
15754         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15755         (gst_ffmpegcolorspace_getcaps):
15756           use GST_PAD_CAPS if available so that we use already negotiated
15757           caps
15758         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15759         (qtdemux_parse_moov), (qtdemux_parse):
15760           extra debugging
15761         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
15762         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
15763           move hardcoded path to DEFINE
15764
15765 2004-04-28  David Schleef  <ds@schleef.org>
15766
15767         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
15768         (bug #140064)
15769
15770 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15771
15772         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15773           Don't probe for playback device if we're a source element. Fixes
15774           #139658.
15775
15776 2004-04-29  Benjamin Otte  <otte@gnome.org>
15777
15778         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
15779         (gst_id3_tag_chain):
15780           rewrite buffer offset
15781
15782 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15783
15784         * configure.ac:
15785         * ext/Makefile.am:
15786         * ext/dts/Makefile.am:
15787         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
15788         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
15789         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
15790         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
15791         (gst_dtsdec_loop), (gst_dtsdec_change_state),
15792         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
15793         (plugin_init):
15794         * ext/dts/gstdtsdec.h:
15795           New DTS decoder.
15796         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
15797         (gst_faad_srcconnect):
15798           Add ESDS atom handling (.m4a).
15799
15800 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15801
15802         * ext/divx/gstdivxdec.c: (plugin_init):
15803           Remove comment that makes no sense.
15804         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
15805           Fix for obvious typo that resulted in warnings during gst-register.
15806         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
15807         (gst_xviddec_sink_link):
15808           Fix caps negotiation a bit better.
15809         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15810           We call this 'codec_data', not 'esds'.
15811
15812 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15813
15814         * gst/monoscope/gstmonoscope.c:
15815           make sure we only provide 256x128
15816         * gst/monoscope/monoscope.c: (monoscope_init):
15817           assert size of 256x128
15818
15819 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15820
15821         * Makefile.am:
15822         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
15823         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
15824           fixate to max width and height of device
15825
15826 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15827
15828         * Makefile.am:
15829         * sys/v4l/gstv4l.c:
15830         * sys/v4l/gstv4lsrc.c:
15831         * sys/v4l/v4l_calls.c:
15832         * sys/v4l/v4lsrc_calls.c:
15833           fix for qc-usb driver which fakes having more than one buffer
15834           by handing the same buffer twice, which confused GStreamer's/v4lsrc
15835           buffer_free override
15836           add debugging
15837
15838 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15839
15840         * Makefile.am:
15841         * gst/videotestsrc/gstvideotestsrc.c:
15842         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
15843         (gst_videotestsrc_init), (gst_videotestsrc_get),
15844         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
15845         * gst/videotestsrc/gstvideotestsrc.h:
15846           add num-buffers property
15847
15848         2004-04-26  Benjamin Otte  <otte@gnome.org>
15849
15850         * ext/mad/gstid3tag.c: (plugin_init):
15851           set id3mux rank to NONE so it doesn't confuse spider
15852           require audio/mpeg,mpegversion=1 in id3mux
15853
15854 2004-04-26  Benjamin Otte  <otte@gnome.org>
15855
15856         * configure.ac:
15857           detect faad correctly as non-working if it's indeed non-working
15858
15859 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15860
15861         * Makefile.am:
15862         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15863         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
15864         fix _getcaps so it only negotiates to its supported format
15865
15866 2004-04-25  Benjamin Otte  <otte@gnome.org>
15867
15868         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15869           fix memleak
15870
15871 2004-04-23  Benjamin Otte  <otte@gnome.org>
15872
15873         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15874           audio/x-raw-int with height rules! not. Now it's depth.
15875
15876 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15877
15878         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
15879         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
15880         (gst_wavparse_loop):
15881           Missing variable initialization. Add handling of DVI ADPCM. Fix
15882           mis-parsing of LIST chunks. This works around a bug where we mis-
15883           parse non-aligning LIST chunks (so LIST chunks where the contents
15884           don't align with the actual LIST size). The correct fix is to use
15885           rifflib, I'm not going to fix wavparse - too much work. All this
15886           fixes #104878.
15887
15888 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15889
15890         reviewed by Benjamin Otte  <otte@gnome.org>
15891
15892         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
15893           fix shoutcast not working (fixes #140844)
15894
15895 2004-04-22  Benjamin Otte  <otte@gnome.org>
15896
15897         * ext/hermes/gsthermescolorspace.c:
15898         (gst_hermes_colorspace_caps_remove_format_info):
15899         * gst/colorspace/gstcolorspace.c:
15900         (gst_colorspace_caps_remove_format_info):
15901         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15902         (gst_ffmpegcolorspace_caps_remove_format_info):
15903           s/gst_caps_simplify/gst_caps_do_simplify/
15904
15905 2004-04-22  Benjamin Otte  <otte@gnome.org>
15906
15907         * gst-libs/gst/riff/riff-media.c:
15908         (gst_riff_create_video_caps_with_data):
15909           mpegversion is an int
15910         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
15911           don't try to create pad templates with NULL caps, use any caps
15912           instead.
15913
15914 2004-04-20  David Schleef  <ds@schleef.org>
15915
15916         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
15917         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
15918         (bug #140384)
15919
15920 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15921
15922         reviewed by David Schleef
15923
15924         * ext/mad/gstid3tag.c: Add stdlib.h
15925         * gst/rtp/gstrtpgsmenc.c: same
15926         * gst/tags/gstid3tag.c: same
15927         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
15928         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
15929         GST_DISABLE_LOADSAVE use.
15930         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
15931         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
15932         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
15933         atol(3)).
15934         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
15935         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
15936         strtoul(3)).
15937         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
15938         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
15939         $(ID3_CFLAGS).
15940         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
15941         $(LIBFAME_CFLAGS).
15942
15943 2004-04-20  David Schleef  <ds@schleef.org>
15944
15945         * gst/realmedia/rmdemux.c:  This was supposed to part of the
15946         last checkin.  Same idea.
15947
15948 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15949
15950         reviewed by David Schleef
15951
15952         * configure.ac: bump required gstreamer version to 0.8.1.1
15953         because of following changes [--ds]
15954
15955         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
15956         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
15957         (gst_riff_read_header):  Use GST_READ_UINT*
15958         macros to access possibly unaligned memory.
15959
15960         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
15961         (mp3_type_find):  Use GST_READ_UINT*
15962         macros to access possibly unaligned memory.
15963         (mp3_type_find, mpeg1_parse_header, qt_type_find)
15964         (speex_type_find): Likewise
15965
15966         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
15967
15968         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
15969         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
15970         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
15971         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
15972         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
15973         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
15974         macros to access possibly unaligned memory.
15975
15976         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
15977         Likewise.
15978
15979         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
15980         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
15981
15982         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15983         Likewise.
15984
15985         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
15986         (gst_mpeg2subt_chain_subtitle): Likewise.
15987
15988         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
15989         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
15990         Likewise.
15991
15992         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
15993         Likewise.
15994
15995         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
15996         Likewise.
15997
15998         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
15999         Likewise.
16000
16001 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16002
16003         * configure.ac:
16004           update required version of GStreamer because of GST_TIME_FORMAT
16005
16006 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16007
16008         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16009           remove leftover g_print
16010         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16011           don't try setting only a subset of the caps. We don't want to kill
16012           autoplugging on purpose
16013
16014 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16015
16016         * sys/ximage/ximagesink.c: (plugin_init):
16017         * sys/xvimage/xvimagesink.c: (plugin_init):
16018           add debugging categories
16019
16020 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16021
16022         * po/en_GB.po:
16023         * po/LINGUAS:
16024           Adding en_GB translation (Gareth Owen)
16025
16026 2004-04-20  David Schleef  <ds@schleef.org>
16027
16028         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16029         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16030         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16031         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16032         A number of new features and hacks to extract the esds atom and
16033         put it into the caps.  (bug #137724)
16034
16035 2004-04-19  David Schleef  <ds@schleef.org>
16036
16037         * gconf/Makefile.am: Fix for non-GNU make
16038         * gst-libs/gst/Makefile.am: Change directory order to handle
16039         GstPlay linking with gstinterfaces
16040         * gst-libs/gst/audio/make_filter: make use of tr portable
16041         * gst-libs/gst/play/Makefile.am: Add intended \
16042         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16043         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16044         function prototype instead of void *.
16045         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16046         macro.
16047         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16048         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16049         * gst/videofilter/make_filter: make use of tr portable
16050         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16051
16052 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16053
16054         * po/LINGUAS:
16055         * po/uk.po:
16056           Added Ukrainian translation (Maxim V. Dziumanenko)
16057
16058 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16059
16060         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16061         (gst_gsmdec_link), (gst_gsmdec_chain):
16062           Fix capsnego, simplify chain function slightly.
16063         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16064           Add GSM.
16065
16066 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16067
16068         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16069         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16070         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16071           Hack to make wavparse work with spider (always -> sometimes pad).
16072           Fixes #135862 && #140411.
16073
16074 2004-04-18  Benjamin Otte  <otte@gnome.org>
16075
16076         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16077         (gst_osselement_rate_probe_check),
16078         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16079           get rid of \n in debug output
16080
16081 2004-04-17  Iain <iain@prettypeople.org>
16082
16083         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16084         not just EOS.
16085
16086 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16087
16088         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16089         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16090         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16091         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16092         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16093         (gst_id3_tag_change_state), (plugin_init):
16094           deprecate id3tag element and replace with id3demux/id3mux.
16095           great side effect: this ugly file is now even uglier, yay!
16096         * ext/mad/gstmad.h:
16097           remove non-available function
16098           update for new get_type
16099
16100 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16101
16102         * configure.ac:
16103           require mpeg2dec >= 0.4.0
16104
16105 2004-04-17  Benjamin Otte  <otte@gnome.org>
16106
16107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16108         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16109         (gst_xvimagesink_set_xwindow_id):
16110           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16111           assorted cleanup fixes.
16112
16113 2004-04-16  David Schleef  <ds@schleef.org>
16114
16115         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16116         * sys/xvimage/xvimagesink.h: same
16117
16118 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16119
16120         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16121           Fix GST_ELEMENT_ERROR with (NULL)
16122
16123 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16124
16125         * gst-libs/gst/riff/riff-media.c:
16126         (gst_riff_create_video_caps_with_data):
16127           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16128
16129 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16130
16131         * gst-libs/gst/riff/riff-media.c:
16132         (gst_riff_create_video_caps_with_data),
16133         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16134         (gst_riff_create_video_template_caps),
16135         (gst_riff_create_audio_template_caps):
16136         * gst-libs/gst/riff/riff-media.h:
16137         * gst-libs/gst/riff/riff-read.c:
16138         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16139         * gst-libs/gst/riff/riff-read.h:
16140         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16141           Add MS RLE support. I added some functions to read out strf chunks
16142           into strf chunks and the data behind it. This is usually color
16143           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16144           caps creation. Lastly, add ADPCM (similar to wavparse - which
16145           should eventually be rifflib based).
16146         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16147         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16148         * gst/matroska/matroska-demux.h:
16149           Remove placeholders for some prehistoric tagging system. Didn't add
16150           support for any tag system really anyway.
16151         * gst/qtdemux/qtdemux.c:
16152           Add support for audio/x-m4a (MPEG-4) through spider.
16153         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16154         (gst_wavparse_loop):
16155           ADPCM support (#135862). Increase max. buffer size because we
16156           cannot split buffers for ADPCM (screws references) and I've seen
16157           files with 2048 byte chunks. 4096 seems safe for now.
16158
16159 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16160
16161         * configure.ac: bump nano to 1
16162
16163 === release 0.8.1 ===
16164
16165 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16166
16167         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16168
16169 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16170
16171         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16172           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16173           Fixes #140058
16174
16175 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16176
16177         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16178           lower rank of dvddemux so that it's not used for mpeg playback.
16179
16180 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16181
16182         * configure.ac:
16183           save libs correctly when checking mad
16184
16185 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16186
16187         * ext/mad/gstid3tag.c: (plugin_init):
16188           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16189
16190 2004-04-13  David Schleef  <ds@schleef.org>
16191
16192         * common/m4/gst-feature.m4: Call -config scripts with
16193         --plugin-libs if it is supported.
16194         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16195         JPEG images are image/jpeg.
16196         * gst/debug/Makefile.am:
16197         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16198         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16199         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16200         (gst_negotiation_plugin_init): Add a property that acts like
16201         filter caps.
16202         * testsuite/gst-lint:  Move license checking to be a standard
16203         test.
16204
16205 2004-04-13  David Schleef  <ds@schleef.org>
16206
16207         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16208         patch from Sebastien Cote (bug #139958)
16209
16210 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16211
16212         * examples/gstplay/Makefile.am:
16213         * examples/gstplay/player.c: (main):
16214           make the commandline player example use gconf settings
16215
16216 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16217
16218         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16219         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16220         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16221           init/end library during state transition, not object
16222           creation/disposal.  get rid of custom dispose handler.
16223
16224
16225 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16226
16227         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16228         be a symlink
16229
16230 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16231
16232         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16233           Handle JUNK chunks inside data section. Prevents warnings.
16234
16235 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16236
16237         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16238         (gst_riff_create_video_template_caps):
16239           Add MS video v1.
16240         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16241         (gst_avi_demux_stream_data):
16242           Add support for "rec-list" chunks.
16243
16244 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16245
16246         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16247           Fix another codecname mismatch.
16248
16249 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16250
16251         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16252           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16253           so that MJPEG plays back.
16254
16255 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16256
16257         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16258         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16259         * gst/mpeg1videoparse/gstmp1videoparse.h:
16260           Fix for some slight mis-cuts in buffer parsing, and for some
16261           potential overflows or faults-causers. Adds disconts. Also fixes
16262           #139105 while we're at it.
16263
16264 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16265
16266         * configure.ac:
16267         * sys/v4l2/gstv4l2element.h:
16268           Workaround for missing struct v4l2_buffer declaration in Suse 9
16269           and Mandrake 10 linux/videodev2.h header file (#135919).
16270
16271 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16272
16273         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16274           Bail out if no filename was given.
16275
16276 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16277
16278         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16279         (gst_v4l2_fourcc_from_structure):
16280           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16281           Y41B somewhere).
16282
16283 2004-04-09  Benjamin Otte  <otte@gnome.org>
16284
16285         * ext/gnomevfs/gstgnomevfssink.c:
16286         (_gst_boolean_allow_overwrite_accumulator),
16287         (gst_gnomevfssink_class_init):
16288           fix erase signal - if any handler returns false the file will not be
16289           overwritten. If no handler is connected, the file will not be
16290           overwritten either.
16291           renamed signal to "allow-overwrite"
16292         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16293           free string when adding it to ID3 failed
16294         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16295           unref event when done
16296         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16297           free caps
16298         * gst/typefind/gsttypefindfunctions.c:
16299         (mpeg_video_stream_type_find):
16300           fix invalid read
16301
16302 2004-04-08  David Schleef  <ds@schleef.org>
16303
16304         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16305         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16306
16307 2004-04-08  David Schleef  <ds@schleef.org>
16308
16309         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16310         we don't support (bug #139532)
16311
16312 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16313
16314         * ext/mad/gstmad.c: (gst_mad_handle_event),
16315         (gst_mad_check_caps_reset), (gst_mad_chain),
16316         (gst_mad_change_state):
16317           only set explicit caps if they haven't been set before for
16318           this stream.  MPEG-audio sample rate/channels aren't allowed
16319           to change in-stream.
16320           Fixes #139382
16321
16322 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16323
16324         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16325         (_gst_boolean_did_something_accumulator),
16326         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16327         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16328         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16329         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16330         (gst_gnomevfssink_change_state):
16331           Fix erase signal. Don't erase by default. Remove handoff signal.
16332           Remove erase property. Don't segfault. General cleanup.
16333
16334 2004-04-07  Benjamin Otte  <otte@gnome.org>
16335
16336         * gst-libs/gst/gconf/test-gconf.c: (main):
16337           add missing gst_init
16338
16339 2004-04-07  Benjamin Otte  <otte@gnome.org>
16340
16341         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16342           free the mutexes, too
16343
16344 2004-04-07  Benjamin Otte  <otte@gnome.org>
16345
16346         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16347           actually free the URI string
16348         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16349           compute offset correctly when passing discont events
16350         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16351           don't leak discont events
16352         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16353           add some missing breaks so caps aren't copied randomly
16354         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16355           if we realloc memory, we better use it
16356
16357 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16358
16359         * ext/mad/gstmad.c: (normal_seek):
16360           fix GST_FORMAT_TIME usage
16361
16362 2004-04-05  David Schleef  <ds@schleef.org>
16363
16364         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16365         a deprecated function (hack!)
16366
16367 2004-04-05  Benjamin Otte  <otte@gnome.org>
16368
16369         * ext/esd/esdmon.c: (gst_esdmon_get):
16370           fix nonterminated vararg and memleak
16371
16372 2004-04-05  Benjamin Otte  <otte@gnome.org>
16373
16374         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16375         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16376         (gst_ladspa_set_property), (gst_ladspa_get_property),
16377         (gst_ladspa_instantiate), (gst_ladspa_activate),
16378         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16379           clean up debugging
16380
16381 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16382
16383         reviewed by Benjamin Otte  <otte@gnome.org>
16384
16385         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16386           check for broken LADSPA parameters (fixes #138635)
16387
16388 2004-04-05  Benjamin Otte  <otte@gnome.org>
16389
16390         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16391           advertise buffer-frames correctly on sinkpads
16392
16393 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16394
16395         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16396         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16397         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16398         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16399         (gst_mad_check_caps_reset), (gst_mad_chain):
16400         add more debugging, only reset caps when we're not in error state
16401
16402 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16403
16404         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16405
16406 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16407
16408         reviewed by Benjamin Otte  <otte@gnome.org>
16409
16410         * configure.ac:
16411           fix == in test(1) operator
16412
16413 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16414
16415         reviewed by Benjamin Otte  <otte@gnome.org>
16416
16417         * configure.ac:
16418           fix --export-symblos-regex to a working regex.
16419
16420 2004-04-04  Benjamin Otte  <otte@gnome.org>
16421
16422         * sys/oss/.cvsignore:
16423           add for oss_probe
16424
16425 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16426
16427         reviewed by Benjamin Otte  <otte@gnome.org>
16428
16429         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16430           add missing 'new_media' argument (fixes #138168)
16431         * gst/matroska/matroska-demux.c:
16432         (gst_matroska_demux_handle_seek_event):
16433           add vararg terminator (fixes #138169)
16434
16435 2004-04-02  David Schleef  <ds@schleef.org>
16436
16437         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16438         disted (bug #138914)
16439
16440 2004-04-01  Benjamin Otte  <otte@gnome.org>
16441
16442         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16443         (gst_alsa_close_audio):
16444           handle case better where a soundcard can't pause
16445         * ext/ogg/gstoggdemux.c:
16446           don't crash when we get events but don't have pads yet
16447
16448 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16449
16450         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16451           throw an error if we couldn't probe any caps.
16452
16453 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16454
16455         * ext/dvdnav/gst-dvd:
16456         Add a really simple sample DVD player
16457
16458 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16459
16460         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16461         (gst_a52dec_push), (gst_a52dec_handle_event),
16462         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16463         (gst_a52dec_change_state):
16464         * ext/a52dec/gsta52dec.h:
16465           Use a debug category, Output timestamps correctly
16466           Emit tag info, Handle events, tell liba52dec about cpu
16467           capabilities so it can use MMX etc.
16468         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16469           Fix a crasher accessing invalid memory
16470         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16471         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16472         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16473         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16474         (dvdnavsrc_query):
16475           Some support for byte-format seeking.
16476           Small fixes for still frames and menu button overlays
16477         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16478         (gst_mpeg2dec_alloc_buffer):
16479           Use a debug category. Adjust the report level of several items to
16480           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16481           so it doesn't lose the GstBuffer pointer
16482         * gst/debug/Makefile.am:
16483         * gst/debug/gstdebug.c: (plugin_init):
16484         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16485         (gst_navseek_base_init), (gst_navseek_class_init),
16486         (gst_navseek_init), (gst_navseek_seek),
16487         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16488         (gst_navseek_get_property), (gst_navseek_chain),
16489         (gst_navseek_plugin_init):
16490         * gst/debug/gstnavseek.h:
16491           Add the navseek debug element for seeking back and forth in a
16492           video stream using arrow keys.
16493         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16494         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16495         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16496         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16497         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16498         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16499         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16500         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16501         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16502         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16503         * gst/mpeg2sub/gstmpeg2subt.h:
16504           Pretty much a complete rewrite. Now a loopbased element. May still
16505           require work to properly synchronise subtitle buffers.
16506         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16507         (gst_dvd_demux_send_subbuffer):
16508         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16509           Don't attempt to create subbuffers of size 0
16510           Reduce a couple of error outputs to warnings.
16511         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16512         (gst_y4mencode_chain):
16513         Output the y4m frame header correctly.
16514
16515 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16516
16517         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16518           throw errors instead of allowing SIGFPE
16519
16520 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16521
16522         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16523         (gst_gconf_render_bin_from_key):
16524           leak plugging and style fixing
16525
16526 2004-03-31  David Schleef  <ds@schleef.org>
16527
16528         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16529         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16530         (bug #138225)
16531         * gst/debug/Makefile.am:
16532         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16533         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16534         plugin.
16535         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16536         (gst_negotiation_base_init), (gst_negotiation_class_init),
16537         (gst_negotiation_init), (gst_negotiation_getcaps),
16538         (gst_negotiation_pad_link), (gst_negotiation_chain),
16539         (gst_negotiation_set_property), (gst_negotiation_get_property),
16540         (gst_negotiation_plugin_init):  New element to talk about random
16541         negotiation things happening in a pipeline.
16542
16543 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16544
16545         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16546           fix integer addition with help of Stefan Kost
16547
16548 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16549
16550         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16551
16552 2004-03-30  David Schleef  <ds@schleef.org>
16553
16554         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16555         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16556         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16557         (bug #137504)
16558         * ext/mpeg2dec/gstmpeg2dec.h:
16559
16560 2004-03-30  David Schleef  <ds@schleef.org>
16561
16562         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16563
16564 2004-03-30  David Schleef  <ds@schleef.org>
16565
16566         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16567         Michael Petullo) to handle .mov
16568
16569 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16570
16571         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16572         (gst_osselement_rate_check_rate):
16573           probe caps correctly for sound cards that only support one format
16574
16575 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16576
16577         * ext/kio/kiosrc.cpp: (process_events):
16578           update handling event processing if inside KDE - untested
16579
16580 2004-03-29  David Schleef  <ds@schleef.org>
16581
16582         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16583         by 2 to not interfere with other colorspaces.
16584         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16585         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16586         one to not interfere with ffmpeg_colorspace.
16587
16588 2004-03-29  David Schleef  <ds@schleef.org>
16589
16590         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16591         aren't in the caps.
16592         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16593         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16594
16595 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16596
16597         * gst-libs/gst/riff/riff-media.c:
16598           fail on error, don't try to set stuff on NULL caps
16599
16600 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16601
16602         * configure.ac:
16603         * ext/Makefile.am:
16604         * ext/kio/Makefile.am:
16605         * ext/kio/kioreceiver.cpp:
16606         * ext/kio/kioreceiver.h:
16607         * ext/kio/kiosrc.cpp:
16608         * ext/kio/kiosrc.h:
16609           add experimental kiosrc plugin
16610         * ext/alsa/gstalsaplugin.c: (plugin_init):
16611           initialize debugging category only when we're sure registering the
16612           plugins worked.
16613
16614 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16615
16616         * examples/gstplay/player.c: (main):
16617         * gst-libs/gst/play/play.c: (gst_play_class_init),
16618         (gst_play_set_location), (gst_play_set_data_src),
16619         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16620         (gst_play_set_visualization), (gst_play_connect_visualization):
16621           check return values of element_set_state and return FALSE where
16622           failed
16623
16624 2004-03-29  Benjamin Otte  <otte@gnome.org>
16625
16626         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16627           try harder to check if an event is really a discont
16628
16629 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16630
16631         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16632         * po/az.po:
16633
16634 2004-03-28  Benjamin Otte  <otte@gnome.org>
16635
16636         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16637         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16638         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16639           get rid of non-standard "..." ranges in case statements.
16640
16641 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16642
16643         * gst/mpegstream/gstmpegdemux.c:
16644         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16645         specific functionality split to the new dvddemux element.
16646         * gst/mpegstream/gstdvddemux.c:
16647         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16648         streams, derived from mpegdemux.
16649         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16650         up. SCR based timestamp rewriting can be turned off (will probably
16651         completely disappear soon).
16652         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16653         hacking. General cleanup. All printf statements replaced by
16654         debugging messages. Almost complete libdvdnav support.
16655         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16656         by events. New properties for audio and subpicture languages.
16657         (dvdnavsrc_update_highlight): Now uses events.
16658         (dvdnavsrc_user_op): Cleaned up.
16659         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16660         based). Lots of cleanup, and propper support for most libdvdnav
16661         events.
16662         (dvdnavsrc_make_dvd_event): New function.
16663         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16664         (dvdnavsrc_make_clut_change_event): New function.
16665
16666 2004-03-26  Benjamin Otte  <otte@gnome.org>
16667
16668         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16669           fix bug where typefinding would claim it's theora whenever less then
16670           7 bytes of data were available
16671
16672 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16673
16674         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16675         (gst_alawdec_base_init), (gst_alawdec_class_init),
16676         (gst_alawdec_init), (gst_alawdec_chain):
16677         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16678         (gst_alawenc_base_init), (gst_alawenc_class_init),
16679         (gst_alawenc_init), (gst_alawenc_chain):
16680         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16681         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16682         (gst_mulawdec_init), (gst_mulawdec_chain):
16683         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16684         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16685         (gst_mulawenc_init), (gst_mulawenc_chain):
16686           Fix capsnego in all four, remove the unused property functions and
16687           simplify the chain functions slightly. I guess we could use macros
16688           or something similar for those, since the code is so similar, but
16689           I'm currently too lazy...
16690
16691 2004-03-24  David Schleef  <ds@schleef.org>
16692
16693         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16694         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16695         (gst_osselement_get_format_structure),
16696         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16697         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16698         (gst_osselement_rate_int_compare): Add code to handle rate probing
16699         (bug #120883)
16700         * sys/oss/gstosselement.h: same
16701         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16702         Use rate probing provided by osselement.
16703         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16704
16705 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16706
16707         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16708         (gst_xvidenc_get_property):
16709           ulong/int mess-up.
16710
16711 2004-03-24  David Schleef  <ds@schleef.org>
16712
16713         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16714         (gst_speexdec_init):
16715         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16716         (gst_speexenc_init):  Create the pad template correctly (from
16717         the static pad template, not a NULL pointer.)
16718
16719 2004-03-25  Benjamin Otte  <otte@gnome.org>
16720
16721         * gst/debug/Makefile.am:
16722         * gst/debug/breakmydata.c:
16723           add element that quasi-randomly changes bytes in the stream.
16724           Intended use is robustness checking of demuxers and decoders in
16725           media tests.
16726
16727 2004-03-24  Benjamin Otte  <otte@gnome.org>
16728
16729         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16730         (gst_alsa_probe_hw_params):
16731         * ext/alsa/gstalsa.h:
16732           debugging output fixes
16733
16734 2004-03-24  Benjamin Otte  <otte@gnome.org>
16735
16736         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16737           don't g_return_if_fail if element is PLAYING, fail silently as every
16738           other element.
16739         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16740           only fix needed for cast lvalue issues in gst-plugins
16741         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16742           add proxy_getcaps
16743
16744 2004-03-24  Benjamin Otte  <otte@gnome.org>
16745
16746         * gst/level/gstlevel.c: (gst_level_init):
16747           add proxying getcaps function, so level doesn't advertise impossible
16748           caps
16749
16750 2004-03-24  David Schleef  <ds@schleef.org>
16751
16752         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16753         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
16754         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
16755         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
16756         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
16757         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
16758         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
16759         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
16760         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
16761         messages.  Divide the chunk size by the compression ratio
16762         (needed for MACE audio)
16763
16764 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16765
16766         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16767           Fix buffer overflow read error.
16768
16769 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16770
16771         * ext/alsa/gstalsa.h:
16772           Remove unused entry.
16773         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16774           Add cinepak.
16775         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16776         (gst_videodrop_link), (gst_videodrop_chain):
16777           Fix, sort of. Was horribly broken with new capsnego. Bah...
16778
16779 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
16780
16781         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
16782         (plugin_init):
16783         Add a monkeysaudio typefind function
16784
16785 2004-03-23  Johan Dahlin  <johan@gnome.org>
16786
16787         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
16788         (gst_play_video_fixate): Check so the structure has the field
16789         before trying to fixate them, this makes it possible to have
16790         fakesinks for video and audio output without printing errors on
16791         the output console.
16792
16793 2004-03-22  David Schleef  <ds@schleef.org>
16794
16795         * sys/oss/Makefile.am:
16796         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
16797         (check_rate), (add_rate):  Rate probing test app.
16798
16799 2004-03-21  Benjamin Otte  <otte@gnome.org>
16800
16801         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16802         (_fixate_caps_to_int), (gst_audio_convert_fixate):
16803           add a fixation function that pretty much does the right thing (fixes
16804           #137556)
16805
16806 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
16807
16808         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
16809
16810 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16811
16812         reviewed by: Benjamin Otte  <otte@gnome.org>
16813
16814         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16815           terminate gst_event_new_discontinuous correctly (fixes parts of
16816           #137711)
16817
16818 2004-03-19  David Schleef  <ds@schleef.org>
16819
16820         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
16821         since it doesn't depend on X, and it's part of our ABI.
16822
16823 2004-03-19  Iain <iain@prettypeople.org>
16824
16825         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
16826         is_int in the structure, not the local variable.
16827
16828 2004-03-19  David Schleef  <ds@schleef.org>
16829
16830         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
16831         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
16832         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
16833         Improvements in caps negotiation.
16834
16835 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16836
16837         * po/LINGUAS:
16838         * po/af.po:
16839           adding Afrikaans (Petri Jooste)
16840
16841 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16842
16843         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16844         (gst_ffmpegcolorspace_chain):
16845         throw error instead of g_critical (#137588)
16846
16847 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16848
16849         * Makefile.am:
16850         * configure.ac:
16851           dist common and m4 correctly
16852         * po/sv.po:
16853
16854 2004-03-17  David Schleef  <ds@schleef.org>
16855
16856         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
16857         (bug #137348)
16858
16859 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16860
16861         * po/LINGUAS:
16862         * po/sv.po:
16863           adding Swedish translation (Christian Rose)
16864
16865 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16866
16867         * Makefile.am: use release.mak
16868
16869 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16870
16871         * common/ChangeLog:
16872         * common/gst-autogen.sh:
16873           add some explanation about the version detection
16874         * configure.ac:
16875           fix X check
16876
16877 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16878
16879         * configure.ac: bump nano to 1
16880
16881 === release 0.8.0 ===
16882
16883 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16884
16885         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
16886
16887 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16888
16889         * configure.ac:
16890           update libtool version
16891         * gst-libs/gst/media-info/Makefile.am:
16892           actually use libtool version
16893
16894 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16895
16896         * configure.ac: fix speex detection to work with 1.0 but not 1.1
16897
16898 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16899
16900         * configure.ac:
16901         * gst-plugins.spec.in:
16902         * pkgconfig/Makefile.am:
16903         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16904         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16905         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16906         * pkgconfig/gstreamer-libs.pc.in:
16907         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16908         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16909         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
16910         * pkgconfig/gstreamer-plugins.pc.in:
16911           remove @VERSION@ from some of the pc files since core and plugins
16912           are decoupled.
16913           created gstreamer-plugins.pc as it's a better name, but keeping
16914           -libs around for now to get fixes upstream done first.
16915
16916 2004-03-15  Julien MOUTTE <julien@moutte.net>
16917
16918         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
16919         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
16920         * gst-libs/gst/play/play.h:
16921
16922 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16923
16924         * *.c, *.cc: don't mix tabs and spaces
16925
16926 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16927
16928         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
16929           use the new ffmpegcolorspace
16930         * gst-plugins.spec.in:
16931           package new colorspace and media-info
16932         * configure.ac:
16933         * pkgconfig/Makefile.am:
16934           fix some more disting issues
16935         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16936         * pkgconfig/gstreamer-media-info.pc.in:
16937           generate media-info pc files
16938
16939 2004-03-15  Johan Dahlin  <johan@gnome.org>
16940
16941         * *.h: Revert indenting
16942
16943 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16944
16945         * configure.ac:
16946           adding ffmpegcolorspace element
16947         * gst/ffmpegcolorspace/Makefile.am:
16948         * gst/ffmpegcolorspace/avcodec.h:
16949         * gst/ffmpegcolorspace/common.h:
16950         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
16951         * gst/ffmpegcolorspace/dsputil.h:
16952         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
16953         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16954         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
16955         (gst_ffmpeg_caps_to_pix_fmt):
16956         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16957         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16958         (gst_ffmpegcolorspace_caps_remove_format_info),
16959         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
16960         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
16961         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
16962         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
16963         (gst_ffmpegcolorspace_set_property),
16964         (gst_ffmpegcolorspace_get_property),
16965         (gst_ffmpegcolorspace_register):
16966         * gst/ffmpegcolorspace/imgconvert.c:
16967         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
16968         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
16969         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
16970         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
16971         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
16972         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
16973         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
16974         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
16975         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
16976         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
16977         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
16978         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
16979         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
16980         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
16981         (img_get_alpha_info), (deinterlace_line),
16982         (deinterlace_line_inplace), (deinterlace_bottom_field),
16983         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
16984         * gst/ffmpegcolorspace/imgconvert_template.h:
16985         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
16986         * gst/ffmpegcolorspace/mmx.h:
16987         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
16988           adding ffmpegcolorspace element supplied by Ronald after cleaning
16989           up and pulling in the right bits of upstream source.
16990           I'm sure a better C/compiler wizard could do some cleaning up (for
16991           example use GLIB's malloc stuff), but as a first pass this
16992           works very well
16993
16994 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16995
16996         * ext/alsa/gstalsa.h:
16997           I assume Ronald forgot to commit the change to have cardname
16998           as a struct member.  Expect some public spanking at the next
16999           opportunity.
17000
17001 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17002
17003         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17004         (gst_alsa_open_audio), (gst_alsa_close_audio):
17005         * ext/alsa/gstalsa.c:
17006           Don't open the device if we're a mixer (= padless).
17007         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17008         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17009         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17010           Open mixer during state change rather than during object
17011           initialization. Also, get a device name. Currently in a somewhat
17012           hackish fashion, but I didn't really find something better.
17013
17014 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17015
17016         * *.c, *.h: run gst-indent
17017
17018 2004-03-14  Benjamin Otte  <otte@gnome.org>
17019
17020         * gst/modplug/gstmodplug.cc:
17021         * gst/modplug/gstmodplug.h:
17022           set correct timestamps on outgoing buffers
17023
17024 2004-03-14  Benjamin Otte  <otte@gnome.org>
17025
17026         * gst/modplug/gstmodplug.cc:
17027           handle events - don't do crap when a discont arrives that's not
17028           necessary
17029           This allows correct loading and playback of mods in Rhythmbox
17030
17031 2004-03-14  Benjamin Otte  <otte@gnome.org>
17032
17033         * configure.ac:
17034         * gst-libs/gst/gconf/Makefile.am:
17035         * pkgconfig/Makefile.am:
17036           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17037           they get rebuilt properly
17038         * configure.ac:
17039           when checking for vorbis, try pkgconfig first.
17040         * gst/modplug/gstmodplug.cc:
17041           add fixate function
17042
17043 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17044
17045         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17046           Fix for obvious mistake, where we first shift the offset and then
17047           read a samplesize element assuming the old offset. Note that this
17048           part still has something weird, i.e. my movies containing those
17049           don't actually play well, but at least there's something that looks
17050           like sound now.
17051
17052 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17053         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17054         (plugin_init):
17055         Add a typefind function for speex format
17056
17057 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17058
17059         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17060         (gst_asf_demux_setup_pad):
17061           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17062           instead of 0. Reason is simple: some elements have a fps range
17063           of 1-max instead of 0-max. So now ASF video actually works.
17064
17065 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17066
17067         * po/LINGUAS:
17068         * po/sr.po:
17069           adding serbian as a language
17070
17071 2004-03-13  Benjamin Otte  <otte@gnome.org>
17072
17073         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17074           return taglist correctly from _get function, don't gst_pad_push it.
17075           (fixes #137042)
17076
17077 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17078         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17079
17080 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17081
17082         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17083         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17084         (gst_alsa_mixer_track_new):
17085         * ext/alsa/gstalsamixertrack.h:
17086           Fix ancient leftovers... MixerTrack is a GObject.
17087
17088 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17089
17090         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17091         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17092           Don't block during probing...
17093
17094 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17095
17096         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17097         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17098         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17099         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17100         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17101         (gst_alsa_open_audio), (gst_alsa_close_audio):
17102         * ext/alsa/gstalsa.h:
17103           Add propertyprobe interface implementation, add some device-name
17104           property, all this so that it looks good in gnome-volume-control.
17105
17106 2004-03-12  David Schleef  <ds@schleef.org>
17107
17108         * configure.ac: the Hermes library controls hermescolorspace, not
17109         colorspace.
17110         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17111         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17112         not /* */
17113         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17114         * ext/sdl/sdlvideosink.h: ditto.
17115         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17116
17117 2004-03-12  Benjamin Otte  <otte@gnome.org>
17118
17119         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17120         (gst_x_overlay_got_xwindow_id):
17121         * gst-libs/gst/xoverlay/xoverlay.h:
17122           replace XID with unsigned long to get rid of the xlibs dependency in
17123           XOverlay (fixes #137004)
17124
17125 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17126         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17127         (gst_agingtv_setup):
17128         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17129         (gst_dicetv_base_init), (gst_dicetv_class_init),
17130         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17131         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17132         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17133         (gst_edgetv_setup), (gst_edgetv_rgb32):
17134         * gst/effectv/gsteffectv.c:
17135         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17136         (gst_quarktv_set_property):
17137         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17138         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17139         (gst_revtv_setup), (gst_revtv_rgb32):
17140         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17141         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17142         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17143         (gst_shagadelictv_rgb32):
17144         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17145         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17146         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17147         * gst/effectv/gstwarp.c:
17148         Port everything that can be ported to videofilter and fix up the caps.
17149         Can someone with a big-endian machine please check these?
17150
17151 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17152
17153         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17154         (gst_osssink_chain), (gst_osssink_change_state):
17155           Latest fixes for A/V sync, audio playback and such. This is about
17156           all... MPEG playback issues are mostly related to the async build-
17157           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17158
17159 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17160
17161         patch from: Stephane Loeuillet
17162
17163         * configure.ac:
17164           use pkg-config for some libraries, falling back to the old .m4 way
17165           (fixes #131270)
17166         * m4/libdv.m4:
17167           removed
17168
17169 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17170
17171         * configure.ac:
17172         * tools/Makefile.am:
17173         * tools/Makefile.in:
17174         * tools/gst-launch-ext-m.m:
17175         * tools/gst-launch-ext.1.in:
17176         * tools/gst-visualise-m.m:
17177         * tools/gst-visualise.1:
17178         * tools/gst-visualise.1.in:
17179           reorganizing generation of script tools
17180
17181 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17182
17183         * ext/divx/gstdivxdec.c:
17184           Downgrade priority. We prefer ffdec_mpeg4.
17185         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17186         (gst_faad_chain), (gst_faad_change_state):
17187           Fix capsnego. Doesn't work for some sounds because we don't have
17188           a 5:1 to stereo element.
17189         * ext/xvid/gstxvid.c: (plugin_init):
17190           Add priority.
17191         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17192         (gst_osssink_change_state):
17193           Add discont handling.
17194
17195 2004-03-09  Colin Walters  <walters@verbum.org>
17196
17197         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17198         conversion.
17199
17200 2004-03-09  Benjamin Otte  <otte@gnome.org>
17201
17202         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17203           the signals take 2 arguments
17204
17205 2004-03-09  David Schleef  <ds@schleef.org>
17206
17207         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17208         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17209         * ext/alsa/gstalsa.h:
17210         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17211
17212 2004-03-09  Benjamin Otte  <otte@gnome.org>
17213
17214         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17215         (gst_mikmod_change_state):
17216         * ext/mikmod/gstmikmod.h:
17217           make mikmod's loop function not loop infinitely and call
17218           gst_element_yield anymore
17219         * gst/modplug/gstmodplug.cc:
17220           fix pad negotiation (fixes #136590)
17221
17222 2004-03-09  David Schleef  <ds@schleef.org>
17223
17224         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17225         doesn't conflict with the internal colorspace plugin.
17226         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17227         satisfy the crappy-ass shell shipped by a certain vendor.
17228         * gst/videofilter/make_filter: same (bug #135299)
17229
17230 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17231
17232         * configure.ac: bump nano to 1
17233
17234 === release 0.7.6 ===
17235
17236 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17237
17238         * configure.in: releasing 0.7.6, "There"
17239
17240 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17241
17242         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17243         * pkgconfig/gstreamer-play.pc.in:
17244           synchronize the two
17245
17246 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17247
17248         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17249         (cdparanoia_open), (cdparanoia_event):
17250           fix/add error handling
17251         * po/POTFILES.in:
17252           add cdparanoia source
17253         * tools/Makefile.am:
17254           make scripts executable
17255
17256 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17257
17258         * configure.ac:
17259         * ext/vorbis/Makefile.am:
17260         * sys/Makefile.am:
17261           remove id3types, vorbisfile and xvideosink from the build (#133783)
17262
17263 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17264
17265         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17266           Fix metadata read crash (#136537).
17267
17268 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17269
17270         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17271         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17272           adding mime types, fixing the one-stop function
17273
17274 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17275
17276         * ext/nas/nassink.c and /ext/nas/nassink.h:
17277         More NAS love from Arwed von Merkatz
17278         So lets all sing 'Can you feel the NAS tonight'
17279
17280 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17281
17282         * tools/gst-launch-ext.in:
17283         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17284
17285 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17286
17287         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17288         (gst_mpeg2dec_init):
17289         remove the user_data pad for now, because it is being used in
17290         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17291         If someone knows how to fix this properly, please do.
17292
17293 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17294
17295         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17296         (gst_osssink_get_time):
17297         add a warning, IMO this won't get triggered anymore, remove later
17298
17299 2004-03-07  David Schleef  <ds@schleef.org>
17300
17301         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17302         format (bug #136470)
17303
17304 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17305
17306         * gst-libs/Makefile.am:
17307         * gst-libs/gst/media-info/Makefile.am:
17308         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17309         (error_callback), (gst_media_info_error_create),
17310         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17311         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17312         * gst-libs/gst/media-info/media-info-priv.h:
17313         * gst-libs/gst/media-info/media-info-test.c: (main):
17314         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17315         (gst_media_info_class_init), (gst_media_info_instance_init),
17316         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17317         (gst_media_info_read_idler), (gst_media_info_read):
17318         * gst-libs/gst/media-info/media-info.h:
17319         fixed, should work now
17320
17321 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17322
17323         * ext/nas/nassink.c:
17324         A bunch of NAS fixes from Arwed von Merkatz
17325
17326 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17327
17328         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17329         (qtdemux_parse_trak):
17330           Fix crash (j might be greater than n_samples, in which case we're
17331           writing outside the allocated space for the array) and memleak.
17332
17333 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17334
17335         * sys/oss/gstosssink.c: (gst_osssink_chain):
17336           And another caller that couldn't handle delay < 0 (unsigned
17337           integer overflow). Video now continues playing on an audio
17338           buffer underrun, and the clock continues working. Audio still
17339           stalls.
17340
17341 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17342
17343         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17344         (gst_osssink_get_time):
17345           get_delay() may return values lower than 0. In those cases, we
17346           should not actually cast to *unsigned* int64, that will break
17347           stuff horribly. In my case, it screwed up A/V sync in movies
17348           in totem rather badly.
17349
17350 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17351
17352         * ext/faac/gstfaac.c: (gst_faac_chain):
17353         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17354         * ext/libpng/gstpngenc.c: (user_write_data):
17355         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17356         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17357         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17358         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17359         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17360         of any buffer), should fix some leaks. I hope I didn't unref buffers
17361         that shouldn't be...
17362
17363 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17364
17365         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17366         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17367         (error_callback), (gmi_reset), (gmi_seek_to_track),
17368         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17369         (gmip_find_type_post), (gmip_find_stream_post),
17370         (gmip_find_track_streaminfo_post):
17371         * gst-libs/gst/media-info/media-info-priv.h:
17372         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17373         (info_print), (main):
17374         * gst-libs/gst/media-info/media-info.c:
17375         (gst_media_info_error_create), (gst_media_info_error_element),
17376         (gst_media_info_instance_init), (gst_media_info_get_property),
17377         (gst_media_info_new), (gst_media_info_set_source),
17378         (gst_media_info_read_idler), (gst_media_info_read):
17379         * gst-libs/gst/media-info/media-info.h:
17380           first pass at making this work again.  This seems to work on
17381           tagged ogg/vorbis and mp3 files.
17382
17383 2004-03-06  Benjamin Otte  <otte@gnome.org>
17384
17385         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17386           fix huge leak: gst_buffer_merge doesn't unref the first argument
17387           itself.
17388
17389 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17390
17391         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17392           report layer/mode/emphasis
17393
17394 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17395
17396         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17397
17398 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17399
17400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17401           signal serial
17402
17403 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17404
17405         * ext/vorbis/vorbis.c: (plugin_init):
17406         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17407         (gst_vorbis_dec_init), (vorbis_dec_event):
17408         add debug category
17409         make vorbisdec handle _BYTE and _TIME queries
17410
17411 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17412
17413         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17414           from the xing header
17415
17416 2004-03-06  Benjamin Otte  <otte@gnome.org>
17417
17418         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17419         (gst_audio_convert_link), (gst_audio_convert_change_state),
17420         (gst_audio_convert_buffer_from_default_format):
17421           do conversions from/to float correctly, fix some caps nego errors,
17422           export correct supported caps in template and getcaps, use correct
17423           caps in try_set_caps functions
17424
17425 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17426
17427         For some reason, I only committed a ChangeLog entry yesterday and
17428         not the corresponding code...
17429         * ext/mad/gstmad.c: Fix detection of Xing headers
17430         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17431
17432 2004-03-06  Benjamin Otte  <otte@gnome.org>
17433
17434         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17435         (gst_ogg_demux_src_query):
17436           make sure to handle the case where there's no current chain
17437           gracefully.
17438
17439 2004-03-05  David Schleef  <ds@schleef.org>
17440
17441         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17442         Add fixate function. (bug #131128)
17443         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17444         (gst_sdlvideosink_fixate):  Add fixate function.
17445         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17446         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17447         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17448         Fix missing break that was causing ulaw to be interpreted as
17449         raw int.
17450
17451 2004-03-05  David Schleef  <ds@schleef.org>
17452
17453         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17454         Fix code that ignores return value of gst_buffer_merge().
17455         (bug #114560)
17456         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17457         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17458         * testsuite/gst-lint:  Check for above.
17459
17460 2004-03-05  David Schleef  <ds@schleef.org>
17461
17462         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17463         caps and throw an element error.  (bug #136334)
17464
17465 2004-03-05  David Schleef  <ds@schleef.org>
17466
17467         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17468         (gst_faad_chain): Fix negotiation.
17469         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17470         key and button events.
17471         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17472         dung heap of code.
17473         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17474         depends on gconf
17475         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17476         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17477         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17478         function to encourage better negotiation, particularly between
17479         audioconvert and osssink.
17480         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17481         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17482         more important.
17483         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17484         typefinding.
17485         * gst/vbidec/vbiscreen.c:  Add glib header
17486         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17487
17488 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17489
17490         * ext/mad/gstmad.c: Fix detection of Xing headers
17491         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17492
17493 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17494
17495         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17496         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17497           debug updates
17498
17499 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17500
17501         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17502         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17503         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17504         files, and report the parsed length as a GST_TAG_DURATION tag.
17505         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17506
17507 2004-03-05  Benjamin Otte  <otte@gnome.org>
17508
17509         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17510           convert channels correctly. convert correctly to unsigned.
17511
17512 2004-03-05  Julien MOUTTE <julien@moutte.net>
17513
17514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17515         we have a window before clearing it.
17516
17517 2004-03-05  Julien MOUTTE <julien@moutte.net>
17518
17519         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17520         have a window before clearing it.
17521
17522 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17523
17524         * gconf/gstreamer.schemas.in:
17525         * gst-libs/gst/gconf/Makefile.am:
17526           version installation path the same way as for 0.6
17527         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17528         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17529         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17530           remove comment that was fixed
17531
17532 2004-03-05  David Schleef  <ds@schleef.org>
17533
17534         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17535         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17536         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17537         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17538         Add prototype code for handling seeking and querying.
17539
17540 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17541
17542         * examples/gstplay/player.c: (main):
17543           Initialize variables to NULL. Prevents a segfault because the
17544           (uninitialized) variable is not NULL, resulting in a crash on
17545           trying to reach error->message.
17546
17547 2004-03-05  Benjamin Otte  <otte@gnome.org>
17548
17549         * gst/audioconvert/gstaudioconvert.c:
17550         (gst_audio_convert_buffer_to_default_format):
17551         make float=>int conversion work correctly even in cornercases.
17552
17553 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17554
17555         * debian/README.Debian:
17556         * debian/build-deps:
17557         * debian/changelog:
17558         * debian/control:
17559         * debian/control.in:
17560         * debian/copyright:
17561         * debian/gstreamer-a52dec.files:
17562         * debian/gstreamer-aa.files:
17563         * debian/gstreamer-alsa.files:
17564         * debian/gstreamer-alsa.manpages:
17565         * debian/gstreamer-arts.files:
17566         * debian/gstreamer-artsd.files:
17567         * debian/gstreamer-audiofile.files:
17568         * debian/gstreamer-avifile.files:
17569         * debian/gstreamer-cdparanoia.files:
17570         * debian/gstreamer-colorspace.files:
17571         * debian/gstreamer-doc.files:
17572         * debian/gstreamer-dv.files:
17573         * debian/gstreamer-dvd.files:
17574         * debian/gstreamer-esd.files:
17575         * debian/gstreamer-festival.files:
17576         * debian/gstreamer-flac.files:
17577         * debian/gstreamer-gconf.conffiles:
17578         * debian/gstreamer-gconf.files:
17579         * debian/gstreamer-gconf.postinst:
17580         * debian/gstreamer-gnomevfs.files:
17581         * debian/gstreamer-gsm.files:
17582         * debian/gstreamer-http.files:
17583         * debian/gstreamer-jack.files:
17584         * debian/gstreamer-jpeg.files:
17585         * debian/gstreamer-mad.files:
17586         * debian/gstreamer-mikmod.files:
17587         * debian/gstreamer-misc.files:
17588         * debian/gstreamer-mpeg2dec.files:
17589         * debian/gstreamer-oss.files:
17590         * debian/gstreamer-plugin-apps.files:
17591         * debian/gstreamer-plugin-apps.manpages:
17592         * debian/gstreamer-plugin-libs-dev.files:
17593         * debian/gstreamer-plugin-libs.files:
17594         * debian/gstreamer-plugin-template.postinst:
17595         * debian/gstreamer-plugin-template.postrm:
17596         * debian/gstreamer-sdl.files:
17597         * debian/gstreamer-sid.files:
17598         * debian/gstreamer-vorbis.files:
17599         * debian/gstreamer-x.files:
17600         * debian/mk.control:
17601         * debian/rules:
17602         Debian package info not maintained here.
17603
17604 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17605
17606         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17607         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17608         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17609         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17610         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17611         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17612         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17613         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17614         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17615         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17616         * gst-libs/gst/colorbalance/colorbalance.c:
17617         (gst_color_balance_class_init):
17618         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17619         (gst_color_balance_channel_class_init):
17620         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17621         * gst-libs/gst/play/play.c: (gst_play_class_init):
17622         * gst-libs/gst/propertyprobe/propertyprobe.c:
17623         (gst_property_probe_iface_init):
17624         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17625         * gst-libs/gst/tuner/tunerchannel.c:
17626         (gst_tuner_channel_class_init):
17627         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17628         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17629         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17630         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17631         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17632         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17633         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17634         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17635         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17636           fix signals to use - instead of _
17637         * ext/libcaca/gstcacasink.h:
17638         * ext/sdl/sdlvideosink.h:
17639           fix header rename
17640
17641 2004-03-04  David Schleef  <ds@schleef.org>
17642
17643         * testsuite/gst-lint:  Add a check for bad signal names.
17644
17645 2004-03-04  <kost@imn.htwk-leipzig.de>
17646
17647         reviewed by David Schleef
17648
17649         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17650         modified the alpha channel and caused a warning. (bug #136192)
17651
17652 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17653
17654         * gst-plugins.spec.in:
17655         Change names of plugins to actually be correct. Try to keep things
17656         alphabetical to avoid getting beat up by Thomas
17657
17658 2004-03-03  Julien MOUTTE <julien@moutte.net>
17659
17660         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17661         Using ximagesink as a default if no gconf key found. We should
17662         probably consider using alsasink instead of osssink for the audio
17663         part.
17664
17665 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17666
17667         * configure.ac:
17668           fix --with-plugins, don't think it ever worked before
17669         * gst-plugins.spec.in:
17670           even more updates
17671
17672 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17673
17674         * ext/sdl/sdlvideosink.h:
17675         * sys/ximage/ximagesink.h:
17676         * sys/xvideo/xvideosink.h:
17677         * sys/xvimage/xvimagesink.h:
17678           Fix for move of gstvideosink.h -> videosink.h.
17679
17680 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17681
17682         * gst-libs/gst/xwindowlistener/Makefile.am:
17683           this is a plugin library, not a library
17684
17685 2004-03-01  David Schleef  <ds@schleef.org>
17686
17687         * AUTHORS:  Added some names.  Add yourself if you're still
17688         missing.
17689
17690 2004-03-01  David Schleef  <ds@schleef.org>
17691
17692         * MAINTAINERS: Add
17693
17694 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17695
17696         * gst-plugins.spec.in: clean up spec file
17697
17698 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17699
17700         * gst-libs/gst/video/Makefile.am:
17701         * gst-libs/gst/video/gstvideosink.c:
17702         * gst-libs/gst/video/gstvideosink.h:
17703           rename gstvideosink.h to videosink.h to match other headers
17704         * gst/mixmatrix/Makefile.am:
17705           fix plugin filename
17706         * gst/tags/Makefile.am: fix plugin filename
17707
17708 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17709
17710         * gst/tags/Makefile.am: fix plugin filename
17711
17712 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17713
17714         * examples/gstplay/player.c: (got_time_tick), (main):
17715           add error handler
17716           display time_tick more readably
17717         * gst/mixmatrix/Makefile.am:
17718           fix plugin file name
17719
17720 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17721
17722         * sys/oss/gstosselement.c: (gst_osselement_probe),
17723         (device_combination_append), (gst_osselement_class_probe_devices):
17724         * sys/oss/gstosselement.h:
17725           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17726           on my system using alsa oss emulation, fixes bug #135597
17727
17728 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17729
17730         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17731         (gst_videodrop_chain), (gst_videodrop_change_state):
17732         * gst/videodrop/gstvideodrop.h:
17733           Work based on timestamp of input data, not based on the expected
17734           framerate from the input. The consequence is that this element now
17735           not only scales framerates, but also functions as a framerate
17736           corrector or framerate stabilizer/constantizer.
17737
17738 2004-02-27  David Schleef  <ds@schleef.org>
17739
17740         patches from jmmv@menta.net (Julio M. Merino Vidal)
17741
17742         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17743         GST_ELEMENT_ERROR call (bug #135634)
17744         * gst/interleave/interleave.c: (interleave_buffered_loop),
17745         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17746         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17747         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17748         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17749         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
17750         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17751         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
17752         Fix GST_ELEMENT_ERROR call.
17753         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17754         GST_ELEMENT_ERROR call.
17755
17756 2004-02-27  Benjamin Otte  <otte@gnome.org>
17757
17758         * gst-libs/gst/audio/audio.h:
17759           add macro to make sure header isn't included twice
17760         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17761           don't use gst_buffer_free
17762         * gst/playondemand/filter.func:
17763           don't use gst_data_free. Free data only once.
17764
17765 2004-02-26  David Schleef  <ds@schleef.org>
17766
17767         * gst-libs/gst/colorbalance/Makefile.am:
17768         * gst-libs/gst/mixer/Makefile.am:
17769         * gst-libs/gst/tuner/Makefile.am:
17770         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
17771         should not be disted, -marshal.h files should not be installed,
17772         and -enum.h files _should_ be installed.  Fix to make this the
17773         case.
17774
17775 === release 0.7.5 ===
17776
17777 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17778
17779         * configure.ac: release 0.7.5, "Under The Sea"
17780
17781 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17782
17783         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17784         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
17785         * gst/videoscale/gstvideoscale.c:
17786         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17787           assorted debug/warning fixes
17788
17789 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17790
17791         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
17792         (gst_videoscale_init), (gst_videoscale_chain),
17793         (gst_videoscale_set_property), (plugin_init):
17794         * gst/videoscale/gstvideoscale.h:
17795         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17796         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
17797         (gst_videoscale_planar400), (gst_videoscale_packed422),
17798         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
17799         (gst_videoscale_24bit), (gst_videoscale_16bit),
17800         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
17801         (gst_videoscale_scale_plane_slow),
17802         (gst_videoscale_scale_point_sample),
17803         (gst_videoscale_scale_nearest),
17804         (gst_videoscale_scale_nearest_str2),
17805         (gst_videoscale_scale_nearest_str4),
17806         (gst_videoscale_scale_nearest_32bit),
17807         (gst_videoscale_scale_nearest_24bit),
17808         (gst_videoscale_scale_nearest_16bit):
17809         add debugging category and use it properly
17810         fix use of GST_PTR_FORMAT
17811
17812 2004-02-25  Andy Wingo  <wingo@pobox.com>
17813
17814         * gst/interleave/interleave.c (interleave_buffered_loop): Always
17815         push only when channel->buffer is NULL. Prevents segfaults doing
17816         the state change after a nonlocal exit, like a scheme exception.
17817
17818         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17819         Handle the case where the intersected caps is empty.
17820
17821 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17822
17823         * gst/law/mulaw-decode.c: (mulawdec_link):
17824         * gst/law/mulaw.c: (plugin_init):
17825           fix mulawdec so it actually works again
17826
17827 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
17828
17829         reviewed by: David Schleef  <ds@schleef.org>
17830
17831         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
17832         (gst_gamma_init), (gst_gamma_set_property),
17833         (gst_gamma_get_property), (gst_gamma_calculate_tables),
17834         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
17835         for RGB, with separate r g and b correction factors. (#131167)
17836
17837 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17838
17839         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17840           only signal tags for bitrate if they're > 0 (#134894)
17841
17842 2004-02-24  David Schleef  <ds@schleef.org>
17843
17844         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
17845         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
17846         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
17847         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
17848         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
17849         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
17850         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
17851         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
17852         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
17853         category.  Attempt to fix timestamp calculation.
17854
17855 2004-02-24  Johan Dahlin  <johan@gnome.org>
17856
17857         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
17858
17859 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17860
17861         * configure.ac:
17862         * gconf/Makefile.am:
17863         * gconf/gstreamer.schemas:
17864         * gst-libs/gst/gconf/Makefile.am:
17865         * gst-libs/gst/gconf/gconf.c:
17866           version gconf schemas and install locations
17867
17868 2004-02-23  Benjamin Otte  <otte@gnome.org>
17869
17870         * ext/xine/xineinput.c: (gst_xine_input_dispose):
17871         (gst_xine_input_subclass_init):
17872           call parent dispose.
17873           change pad template for CD reader correctly
17874         * ext/xine/Makefile.am:
17875         * ext/xine/gstxine.h:
17876         * ext/xine/xine.c: (plugin_init):
17877         * ext/xine/xineaudiosink.c:
17878           wrap audio sinks, too
17879         * gst-libs/gst/resample/private.h:
17880         * gst-libs/gst/resample/resample.c: (gst_resample_init),
17881         (gst_resample_reinit), (gst_resample_scale),
17882         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
17883         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
17884         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
17885         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
17886         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
17887         * gst-libs/gst/resample/resample.h:
17888         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17889         (gst_audioscale_class_init), (gst_audioscale_link),
17890         (gst_audioscale_get_buffer), (gst_audioscale_init),
17891         (gst_audioscale_chain), (gst_audioscale_set_property),
17892         (gst_audioscale_get_property):
17893         * gst/audioscale/gstaudioscale.h:
17894           s/resample_*/gst_resample_*/i to not clobber namespaces
17895
17896 2004-02-23  Julien MOUTTE  <julien@moutte.net>
17897
17898         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17899         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17900         (gst_riff_create_video_template_caps),
17901         (gst_riff_create_audio_template_caps),
17902         (gst_riff_create_iavs_template_caps):
17903         * gst-libs/gst/riff/riff-media.h:
17904         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
17905         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
17906         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
17907         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17908         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17909         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17910         (gst_matroska_demux_plugin_init): First batch implementing audio and
17911         video codec tags in demuxers.
17912
17913 2004-02-22  Benjamin Otte  <otte@gnome.org>
17914
17915         * ext/xine/Makefile.am:
17916         * ext/xine/gstxine.h:
17917         * ext/xine/xine.c: (plugin_init):
17918         * ext/xine/xineinput.c:
17919           add input plugin wrapper. Playback from files, http, mms and cdda
17920           works.
17921         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17922           remove leftover G_GNUC_UNUSED
17923         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
17924         (gst_asf_demux_identify_guid):
17925           improve debugging output
17926
17927 2004-02-22  Benjamin Otte  <otte@gnome.org>
17928
17929         reported by: Padraig O'Briain <padraig.obriain@sun.com>
17930
17931         * autogen.sh:
17932           replace test -e with test -x for mkinstalldirs to be more portable.
17933           (fixes #134816)
17934
17935 2004-02-22  Benjamin Otte  <otte@gnome.org>
17936
17937         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
17938
17939         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
17940           set rank to PRIMARY
17941         * gst/volume/gstvolume.c: (plugin_init):
17942           set rank to NONE
17943         fixes #134960
17944
17945 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
17946
17947         reviewed by Benjamin Otte  <otte@gnome.org>
17948
17949         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17950           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
17951
17952 2004-02-22  Benjamin Otte  <otte@gnome.org>
17953
17954         * configure.ac:
17955           export [_]*{gst,Gst,GST}.* symbols from plugins
17956
17957 2004-02-22  Christophe Fergeau <teuf@gnome.org>
17958
17959         reviewed by: Benjamin Otte  <otte@gnome.org>
17960
17961         * ext/lame/gstlame.c: (add_one_tag):
17962         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17963         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
17964         (gst_vorbisenc_metadata_set1):
17965         * gst/tags/gstid3tag.c:
17966         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
17967           apply fixes from bugs #135042 (lame can't write tags) and #133817
17968           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
17969
17970 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
17971
17972         * configure.ac: Export only gst_plugin_desc from plugins.
17973          Note that this change only makes any effect with Linux using libtool
17974          1.5.2 or higher. Otherwise it is silently ignored, but it would build
17975          fine. And don't try to have several versions of libtool in different
17976          directories.
17977
17978 2004-02-20  Andy Wingo  <wingo@pobox.com>
17979
17980         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
17981         interleave respectively.
17982
17983         * gst/interleave/deinterleave.c: New plugin: deinterleave
17984         (replaces on oneton).
17985         * gst/interleave/interleave.c: New plugin: interleave.
17986         * gst/interleave/plugin.h: Support file.
17987         * gst/interleave/plugin.c: Support file.
17988
17989         * configure.ac: Remove intfloat and oneton, add interleave.
17990
17991         * ext/sndfile/gstsf.c: Handle events better.
17992
17993         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
17994         and float2int operation. int2float has scheduling problems as
17995         noted in in2float_chain.
17996
17997 2004-02-20  Benjamin Otte  <otte@gnome.org>
17998
17999         * ext/xine/Makefile.am:
18000         * ext/xine/gstxine.h:
18001         * ext/xine/xine.c:
18002         * ext/xine/xineaudiodec.c:
18003         * ext/xine/xinecaps.c:
18004           add first version of xine plugin wrapper. Currently only wraps the
18005           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18006         * configure.ac:
18007         * ext/Makefile.am:
18008           add xine plugin wrapper, disabled by default. Use --enable-xine to
18009           build. Note that it'll segfault on gst-register if you don't remove
18010           the goom and tvtime post plugins from xine.
18011         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18012         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18013           add extradata parsing for QDM2.
18014           change around debugging prints.
18015
18016 2004-02-19  Benjamin Otte  <otte@gnome.org>
18017
18018         * ext/lame/gstlame.c: (gst_lame_chain):
18019         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18020           use gst_tag_list_insert when you want to insert tags
18021
18022 2004-02-18  David Schleef  <ds@schleef.org>
18023
18024         * configure.ac:  Move massink to gst-rotten
18025         * ext/Makefile.am:
18026         * ext/mas/Makefile.am:
18027         * ext/mas/massink.c:
18028         * ext/mas/massink.h:
18029
18030 2004-02-18  David Schleef  <ds@schleef.org>
18031
18032         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18033         typefinding, since it seems to be worse than nothing.
18034         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18035         atom to recognize .mp4 and .m4a files as video/quicktime.
18036
18037 2004-02-18  David Schleef  <ds@schleef.org>
18038
18039         * gst/sine/demo-dparams.c: (quit_live),
18040         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18041         Use double dparams, not float.
18042         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18043         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18044         sync'd elements don't really work correctly.
18045         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18046         (volume_update_volume), (volume_get_property):  Change dparam
18047         to double.
18048
18049 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18050
18051         * sys/ximage/ximagesink.c:
18052         (gst_ximagesink_xwindow_update_geometry),
18053         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18054         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18055         (gst_ximagesink_init): Rework the way software video scaling works. So
18056         now we check on each chain call if the video frames are feeling the
18057         window. If not we try to renegotiate caps. On failure we memorize that
18058         and we won't try again for that PLAYING sessions.
18059         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18060         failure.
18061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18062         synchronous flag.
18063
18064 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18065
18066         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18067           break up _link so we can give a better debug message for errors
18068
18069 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18070
18071         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18072           set up debug category
18073
18074 2004-02-18  Julien MOUTTE <julien@moutte.net>
18075
18076         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18077         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18078         the way renegotiation work. The event handling function is not taking
18079         care of external windows and renegotiate method check for pad flags
18080         NEGOTIATING. Should fix : #133209
18081
18082 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18083
18084         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18085         pad is negotiating before trying renegotiation.
18086
18087 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18088
18089         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18090           pass on all possible mime types as typefind hints
18091
18092 2004-02-17  Julien MOUTTE <julien@moutte.net>
18093
18094         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18096         possible SHM leak if we crash. All other apps using XShm are doing
18097         that.
18098
18099 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18100
18101         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18102         (gst_ximagesink_expose): Renegotiate size on expose.
18103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18104         size on expose.
18105
18106 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18107
18108         * testsuite/alsa/sinesrc.c:
18109           cosmetic fix to fix compile issue with gcc 2.95.4
18110
18111 2004-02-16  Julien MOUTTE <julien@moutte.net>
18112
18113         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18114         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18115         failed opening the audio device.
18116         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18117         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18118         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18119         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18120         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18121         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18122         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18123         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18124         Removing some useless g_return_if_fail like wingo suggested.
18125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18126         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18127         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18128         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18129         (gst_xvimagesink_update_colorbalance),
18130         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18131         (gst_xvimagesink_xcontext_clear),
18132         (gst_xvimagesink_get_fourcc_from_caps),
18133         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18134         (gst_xvimagesink_set_xwindow_id),
18135         (gst_xvimagesink_colorbalance_list_channels),
18136         (gst_xvimagesink_colorbalance_set_value),
18137         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18138         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18139
18140 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18141
18142         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18143           throw error when not negotiated instead of asserting
18144
18145 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18146
18147         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18148         correct data refcounting.
18149
18150 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18151
18152         * gst/switch/gstswitch.c: (gst_switch_change_state),
18153         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18154         change, mostly the EOS flag.
18155
18156 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18157
18158         * examples/gstplay/player.c: (got_eos), (main): Adding some
18159         output for debugging.
18160         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18161         timeouts if we go to any state different from PLAYING.
18162         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18163         more EOS bugs in riff lib.
18164
18165 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18166
18167         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18168         visualization until i find a way to fix switch correctly.
18169         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18170         EOS arrives.
18171         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18172         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18173         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18174         Reworked switch to get a more correct behaviour with events and refing
18175         of data stored in sinkpads.
18176         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18177         we don't pull from a pad in EOS.
18178
18179 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18180
18181         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18182           remove v1 tag even if we can't read it (makes sure we don't detect
18183           it again)
18184
18185 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18186
18187         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18188         (gst_alsa_xrun_recovery):
18189         * ext/alsa/gstalsa.h:
18190           try xrun recovery when wait failed. Make xrun recovery function
18191           return TRUE/FALSE to indicate success. (might fix #134354)
18192
18193 2004-02-13  David Schleef  <ds@schleef.org>
18194
18195         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18196         (dynparm_value_changed), (main): Convert from float to double.
18197         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18198
18199 2004-02-13  David Schleef  <ds@schleef.org>
18200
18201         * gst/silence/gstsilence.c: (gst_silence_class_init),
18202         (gst_silence_set_clock), (gst_silence_get),
18203         (gst_silence_set_property), (gst_silence_get_property):
18204         * gst/silence/gstsilence.h: Add sync property.
18205         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18206         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18207         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18208         * gst/sine/gstsinesrc.h: Add sync property.
18209
18210 2004-02-13  David Schleef  <ds@schleef.org>
18211
18212         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18213         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18214
18215 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18216
18217         * configure.ac:
18218         * ext/Makefile.am:
18219         * gst-libs/ext/Makefile.am:
18220           move ffmpeg plugin to gst-ffmpeg module
18221
18222 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18223
18224         * configure.ac: use GST_ARCH to detect architecture
18225
18226 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18227
18228         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18229
18230 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18231
18232         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18233           classify LADSPA plugins based on number of src/sink pads
18234           (#133663, Stefan Kost)
18235         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18236           fix dparams registration
18237           (#133528, Stefan Kost)
18238         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18239           fix use of isprint and use g_ascii_isprint instead
18240           (#133316, Stefan Kost)
18241
18242 2004-02-11  David Schleef  <ds@schleef.org>
18243
18244         Convert a few inner loops to use liboil.  This is currently
18245         optional, and is only enabled if liboil is present (duh!).
18246         * configure.ac: Check for liboil-0.1
18247         * gst/intfloat/Makefile.am:
18248         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18249         (gst_int2float_chain_gint16):
18250         * gst/videofilter/Makefile.am:
18251         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18252         (tablelookup_u8), (gst_videobalance_planar411):
18253         * gst/videotestsrc/Makefile.am:
18254         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18255         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18256         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18257         (paint_hline_RGB565), (paint_hline_xRGB1555):
18258
18259 2004-02-11  David Schleef  <ds@schleef.org>
18260
18261         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18262         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18263         (gst_colorspace_getcaps), (gst_colorspace_link),
18264         (gst_colorspace_base_init), (gst_colorspace_init),
18265         (gst_colorspace_chain), (gst_colorspace_change_state),
18266         (plugin_init): Merge Ronald's patch (bug #117897) and update
18267         for new caps and negotiation.  Seems to work, although it
18268         shows off bugs in lcs.
18269
18270 2004-02-11  David Schleef  <ds@schleef.org>
18271
18272         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18273         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18274
18275 2004-02-11  David Schleef  <ds@schleef.org>
18276
18277         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18278         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18279         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18280         Add server and port properties
18281
18282 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18283
18284         * m4/a52.m4:
18285         * m4/aalib.m4:
18286         * m4/as-ffmpeg.m4:
18287         * m4/as-liblame.m4:
18288         * m4/as-slurp-ffmpeg.m4:
18289         * m4/check-libheader.m4:
18290         * m4/esd.m4:
18291         * m4/freetype2.m4:
18292         * m4/gconf-2.m4:
18293         * m4/glib.m4:
18294         * m4/gst-alsa.m4:
18295         * m4/gst-artsc.m4:
18296         * m4/gst-ivorbis.m4:
18297         * m4/gst-matroska.m4:
18298         * m4/gst-sdl.m4:
18299         * m4/gst-shout2.m4:
18300         * m4/gst-sid.m4:
18301         * m4/gtk.m4:
18302         * m4/libdv.m4:
18303         * m4/libfame.m4:
18304         * m4/libmikmod.m4:
18305         * m4/ogg.m4:
18306         * m4/vorbis.m4:
18307           fix underquotedness of macros (#133800)
18308         * m4/as-avifile.m4:
18309         * m4/xmms.m4:
18310           removed because no longer used
18311
18312 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18313
18314         * configure.ac:
18315           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18316           by autopoint (fixes #132996)
18317
18318 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18319
18320         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18321         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18322         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18323         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18324           fix memleaks
18325
18326 2004-02-11  David Schleef  <ds@schleef.org>
18327
18328         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18329         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18330         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18331         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18332         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18333         (gst_jpegenc_class_init), (gst_jpegenc_init),
18334         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18335         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18336         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18337         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18338
18339 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18340
18341         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18342         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18343         * ext/mikmod/gstmikmod.h:
18344           fix caps negotiation in mikmod
18345         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18346           output debug information
18347
18348 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18349
18350         * gst-libs/gst/colorbalance/Makefile.am:
18351         * gst-libs/gst/navigation/Makefile.am:
18352         * gst-libs/gst/xoverlay/Makefile.am:
18353           remove unused GST_OPT_CFLAGS from Makefiles
18354           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18355
18356 2004-02-07  David Schleef  <ds@schleef.org>
18357
18358         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18359         push events to pads that haven't been created (#133508)
18360
18361 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18362
18363         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18364         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18365         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18366         (gst_dvdec_loop), (gst_dvdec_change_state):
18367         Second attempt at committing a working dvdec element.
18368
18369 2004-02-06  David Schleef  <ds@schleef.org>
18370
18371         Build fixes for OS X: (see #129600)
18372         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18373         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18374         (gst_riff_read_strf_iavs):
18375         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18376         (gst_avi_demux_stream_odml):
18377         * gst/playondemand/Makefile.am:
18378         * gst/rtp/rtp-packet.c:
18379
18380 2004-02-05  David Schleef  <ds@schleef.org>
18381
18382         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18383         last change, because it Just Doesn't Compile.
18384
18385 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18386
18387         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18388           skip undecodable id3v2 tag instead of keeping it
18389
18390 2004-02-05  David Schleef  <ds@schleef.org>
18391
18392         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18393         Unref leaked buffer.  (Noticed by Ronald)
18394
18395 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18396
18397         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18398         Sync requires with other checks.  >= vs =.
18399
18400 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18401
18402         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18403         (gst_dvdec_video_link), (gst_dvdec_loop):
18404         * ext/dv/gstdvdec.h:
18405           rework the caps negotiation so that dvdec works again instead
18406           of just segfaulting.
18407
18408 === release 0.7.4 ===
18409
18410 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18411
18412         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18413         * configure.ac: changed for release
18414
18415 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18416
18417         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18418         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18419         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18420         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18421           reworked patch by David Lehn to fix libdir and includedir for
18422           uninstalled libraries
18423           removed play and gconf from gstreamer-libs since they have their
18424           own pkgconfig files
18425
18426 2004-02-04  David Schleef  <ds@schleef.org>
18427
18428         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18429         memleak.
18430
18431 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18432
18433         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18434           use correct GST_TAG_ENCODER tag
18435
18436 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18437
18438         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18439           be sure to stop the clock when going to paused
18440         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18441           reset number of transmitted when going to ready.
18442         fixes #132935
18443
18444 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18445
18446         reviewed by Benjamin Otte
18447
18448         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18449           extract track count (fixes #133410)
18450
18451 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18452
18453         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18454           that should be !=, not == (fixes #132519)
18455
18456 2004-02-04  David Schleef  <ds@schleef.org>
18457
18458         Make sure set_explicit_caps() is called before adding pad.
18459         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18460         * gst/id3/gstid3types.c: (gst_id3types_loop):
18461         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18462         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18463
18464 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18465
18466         * configure.ac:
18467           bump nano to 2, first prerelease
18468           put back AM_PROG_LIBTOOL
18469
18470 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18471
18472         * testsuite/alsa/Makefile.am:
18473           these are user test apps, not automatic testsuite tests
18474
18475 2004-02-04  David Schleef  <ds@schleef.org>
18476
18477         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18478         * gst/mpeg1videoparse/gstmp1videoparse.c:
18479         (mp1videoparse_parse_seq):
18480         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18481         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18482         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18483         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18484         (gst_xvideosink_getcaps):
18485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18486         * testsuite/gst-lint: more tests
18487
18488 2004-02-04  David Schleef  <ds@schleef.org>
18489
18490         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18491         with the code that they would expand to.
18492         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18493         (gst_flacdec_get_src_query_types),
18494         (gst_flacdec_get_src_event_masks):
18495         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18496         (gst_gnomevfssrc_get_query_types),
18497         (gst_gnomevfssrc_get_event_mask):
18498
18499 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18500
18501         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18502         (gst_sinesrc_dispose):
18503           fix memleak by properly disposing sinesrc
18504
18505 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18506
18507         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18508         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18509         an overlay to redraw the image because it has been exposed.
18510         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18511         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18512         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18513         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18514         interface
18515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18516         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18517         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18518         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18519         interface
18520
18521 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18522
18523         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18524           more memleak fixage
18525
18526 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18527
18528         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18529         * gst/typefind/gsttypefindfunctions.c:
18530           fix memleaks shown by gst-typefind
18531
18532 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18533
18534         * common/glib-gen.mak:
18535           add hack rule to touch .Plo files
18536         * gst-libs/gst/colorbalance/Makefile.am:
18537         * gst-libs/gst/mixer/Makefile.am:
18538         * gst-libs/gst/play/Makefile.am:
18539         * gst-libs/gst/tuner/Makefile.am:
18540           remove glib_root variable
18541
18542 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18543
18544         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18545           set explicit caps before adding the element, so the autopluggers can
18546           plug correctly.
18547         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18548         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18549         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18550         (dv_type_find):
18551           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18552           argument.
18553
18554 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18555
18556         * gst-libs/gst/colorbalance/Makefile.am:
18557         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18558         * gst-libs/gst/colorbalance/colorbalance.c:
18559         * gst-libs/gst/colorbalance/colorbalance.h:
18560         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18561         * gst-libs/gst/mixer/Makefile.am:
18562         * gst-libs/gst/mixer/mixer-marshal.list:
18563         * gst-libs/gst/mixer/mixer.c:
18564         * gst-libs/gst/mixer/mixer.h:
18565         * gst-libs/gst/mixer/mixermarshal.list:
18566         * gst-libs/gst/play/Makefile.am:
18567         * gst-libs/gst/play/play.h:
18568         * gst-libs/gst/tuner/Makefile.am:
18569         * gst-libs/gst/tuner/tuner-marshal.list:
18570         * gst-libs/gst/tuner/tuner.c:
18571         * gst-libs/gst/tuner/tuner.h:
18572         * gst-libs/gst/tuner/tunermarshal.list:
18573           use new glib-gen.mak snippet to clean up Makefile.am
18574           fix various bugs in Makefile.am's
18575
18576 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18577
18578         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18579           handle chain parsing correctly in the multichain case
18580         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18581         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18582         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18583         (theora_dec_chain):
18584           handle events and queries correctly
18585
18586 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18587
18588         * .cvsignore:
18589         Ignore generated file _stdint.h.
18590
18591 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18592
18593         * gst-libs/gst/colorbalance/Makefile.am:
18594         * gst-libs/gst/colorbalance/colorbalance.h:
18595         * gst-libs/gst/mixer/Makefile.am:
18596         * gst-libs/gst/mixer/mixer.h:
18597         * gst-libs/gst/play/Makefile.am:
18598         * gst-libs/gst/play/play.h:
18599         * gst-libs/gst/tuner/Makefile.am:
18600         * gst-libs/gst/tuner/tuner.h:
18601         Generate enum type code with glib-mkenums.
18602         * gst-libs/gst/colorbalance/.cvsignore:
18603         * gst-libs/gst/mixer/.cvsignore:
18604         * gst-libs/gst/play/.cvsignore:
18605         * gst-libs/gst/tuner/.cvsignore:
18606         Ignore generated files.
18607
18608 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18609
18610         * gst-libs/gst/audio/.cvsignore:
18611         Ignore generated file.
18612         * gst-libs/gst/audio/Makefile.am:
18613         Do not install example filter.
18614
18615 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18616
18617         * examples/switch/.cvsignore:
18618         Ignore generated file.
18619
18620 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18621
18622         * common/m4/ax_create_stdint_h.m4:
18623         * configure.ac:
18624           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18625           _stdint.h.
18626         * Makefile.am:
18627           remove generated _stdint.h in DISTCLEANFILES
18628         * ext/a52dec/gsta52dec.c:
18629           include _stdint.h for a52dec. (should fix #133064)
18630
18631 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18632
18633         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18634         (gst_tag_to_vorbis_comments):
18635         Add replaygain support to vorbistag
18636
18637 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18638         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18639         (gst_ffmpeg_caps_to_extradata):
18640           Fix SVQ3 caps flag properties
18641           Use glib macro for bytes swap
18642
18643 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18644
18645         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18646         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18647         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18648         * ext/sndfile/gstsf.c: (plugin_init):
18649         * gst/avi/gstavi.c: (plugin_init):
18650         * sys/dxr3/dxr3init.c: (plugin_init):
18651         * sys/oss/gstossaudio.c: (plugin_init):
18652         * sys/v4l/gstv4l.c: (plugin_init):
18653         * sys/v4l2/gstv4l2.c: (plugin_init):
18654           remove textdomain calls
18655         * po/nl.po:
18656           update Dutch translation
18657
18658 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18659
18660         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18661         (gst_play_set_audio_sink): Moving volume in the audio thread for
18662         instantaneous volume change. Maybe i will add another volume in front
18663         of visualization later, not sure yet though.
18664
18665 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18666
18667         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18668         (gst_ximagesink_handle_xevents): Better X events handling, only take
18669         the latest events for configure and motion.
18670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18671
18672 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18673
18674         reviewed by: David Schleef  <ds@schleef.org>
18675
18676         Fix memory leaks:
18677         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18678         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18679
18680 2004-02-02  David Schleef  <ds@schleef.org>
18681
18682         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18683         of lines.
18684         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18685         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18686         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18687         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18688         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18689         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18690         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18691         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18692         (gst_float2_2_int_link):
18693         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18694         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18695         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18696         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18697         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18698         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18699         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18700         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18701         * testsuite/gst-lint: Add tests for bzero and ;;
18702
18703 2004-02-02  David Schleef  <ds@schleef.org>
18704
18705         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18706
18707 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18708
18709         * ext/aalib/gstaasink.c: (gst_aasink_open):
18710         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18711         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18712         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18713         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18714         (gst_afsink_close_file):
18715         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18716         (gst_afsrc_close_file):
18717         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18718         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18719         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18720         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18721         * ext/esd/esdmon.c: (gst_esdmon_get):
18722         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18723         * ext/faac/gstfaac.c: (gst_faac_chain):
18724         * ext/faad/gstfaad.c: (gst_faad_chain):
18725         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18726         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18727         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18728         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18729         (gst_flacdec_loop):
18730         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18731         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18732         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18733         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18734         (gst_gnomevfssink_close_file):
18735         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18736         (gst_gnomevfssrc_open_file):
18737         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18738         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18739         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18740         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18741         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18742         * ext/mad/gstmad.c: (gst_mad_chain):
18743         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18744         * ext/mpeg2dec/gstmpeg2dec.c:
18745         * ext/mpeg2enc/gstmpeg2enc.cc:
18746         * ext/mplex/gstmplex.cc:
18747         * ext/mplex/gstmplexibitstream.cc:
18748         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18749         (gst_ogg_demux_push):
18750         * ext/raw1394/gstdv1394src.c:
18751         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18752         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18753         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18754         (gst_sf_loop):
18755         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18756         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
18757         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18758         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18760         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18761         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18762         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18763         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18764         (gst_riff_read_element_data), (gst_riff_read_seek),
18765         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18766         * gst/adder/gstadder.c: (gst_adder_loop):
18767         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
18768         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
18769         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
18770         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18771         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
18772         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18773         * gst/goom/gstgoom.c: (gst_goom_chain):
18774         * gst/id3/gstid3types.c: (gst_id3types_loop):
18775         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18776         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
18777         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
18778         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18779         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18780         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
18781         (gst_ebml_read_float), (gst_ebml_read_header):
18782         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18783         (gst_matroska_demux_parse_blockgroup):
18784         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
18785         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18786         * gst/oneton/gstoneton.c: (gst_oneton_chain):
18787         * gst/silence/gstsilence.c: (gst_silence_get):
18788         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18789         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
18790         * gst/speed/gstspeed.c: (speed_loop):
18791         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18792         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18793         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
18794         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18795         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18796         (gst_wavparse_loop):
18797         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
18798         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
18799         (dxr3audiosink_close):
18800         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
18801         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
18802         (dxr3videosink_close), (dxr3videosink_write_data):
18803         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
18804         * sys/oss/gstosssink.c: (gst_osssink_chain):
18805         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18806         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18807         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
18808         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
18809         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
18810         (gst_v4l_set_window), (gst_v4l_enable_overlay):
18811         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
18812         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
18813         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
18814         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
18815         (gst_v4l_set_audio):
18816         * sys/v4l/v4l_calls.h:
18817         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18818         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
18819         (gst_v4lmjpegsink_playback_init),
18820         (gst_v4lmjpegsink_playback_start):
18821         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
18822         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18823         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
18824         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
18825         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
18826         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
18827         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
18828         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
18829         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
18830         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
18831         (gst_v4l2_get_output), (gst_v4l2_set_output),
18832         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
18833         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
18834         (gst_v4l2_set_attribute):
18835         * sys/v4l2/v4l2_calls.h:
18836         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
18837         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
18838         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
18839         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
18840         (gst_v4l2src_capture_stop):
18841         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
18842         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18843         (gst_ximagesink_chain):
18844         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
18845         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
18846         (gst_xvideosink_xwindow_new):
18847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18848         (gst_xvimagesink_chain):
18849
18850 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18851
18852         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18853         (gst_volume_get_volume), (volume_class_init), (volume_init),
18854         (volume_chain_int16), (volume_update_volume):
18855         * gst/volume/gstvolume.h:
18856           make code more readable by removing magic numbers
18857           make mixer interface export 0-100 range
18858           make it internally map to 0.0-1.0 range so users don't distort
18859           output by putting the sliders at full volume
18860
18861 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18862
18863         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
18864         (gst_play_state_change), (gst_play_seek_to_time):
18865         block the tick callback for 0.5 secs after doing a seek
18866
18867 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18868
18869         * gst-libs/gst/play/play.c: (gst_play_new):
18870           check for GError
18871
18872 2004-02-01  Julien MOUTTE  <julien@moutte.net>
18873
18874         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
18875         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
18876         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18877         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
18878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18879         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
18880
18881 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18882
18883         * configure.ac:
18884         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18885           check for a function added in vorbis 1.1
18886
18887 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18888
18889         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
18890         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
18891           really start/stop clock only on PLAYING <=> PAUSED
18892         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18893           remove \n from debugging lines
18894         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18895           make it work when seeking does not
18896         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18897           reset on DISCONT
18898
18899 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18900
18901         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
18902           start clock on PAUSED=>PLAYING, not later
18903         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18904           extract correct time for different discont formats
18905         (gst_alsa_sink_get_time):
18906           don't segfault when no format is negotiated yet, just return 0
18907         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18908         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
18909         (gst_ogg_pad_push):
18910           handle flush and discont events correctly
18911         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18912           handle discont events correctly
18913
18914 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18915
18916         * gst-libs/gst/play/play.c: (gst_play_error_quark),
18917         (gst_play_error_create), (gst_play_error_plugin),
18918         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
18919         * gst-libs/gst/play/play.h:
18920           add error handling during creation
18921         * examples/gstplay/player.c: (main):
18922           use new gst_play_new
18923
18924
18925 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18926
18927         * ext/theora/theoradec.c: (theora_dec_chain):
18928           make comments work
18929         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18930         (vorbis_dec_src_event), (vorbis_dec_chain):
18931           add encoder tag, fix tag reading to be more error tolerant, change
18932           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
18933           gst_pad_event_default.
18934         * gst/tags/gstvorbistag.c:
18935         (gst_tag_list_from_vorbiscomment_buffer):
18936           undefine function specific define at end of function
18937
18938 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
18939
18940         * ext/flac/gstflac.c: (plugin_init):
18941         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
18942         * ext/flac/gstflacdec.h:
18943         * ext/flac/gstflacenc.h:
18944           Fix typos
18945
18946 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
18947
18948         * examples/gstplay/player.c: s/gstplay.h/play.h/
18949
18950 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18951
18952         * gst-libs/gst/play/Makefile.am:
18953         * gst-libs/gst/play/gstplay.c:
18954         * gst-libs/gst/play/gstplay.h:
18955         * gst-libs/gst/play/play.c:
18956           more surgery, operation complete
18957
18958 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18959
18960         * gst-libs/gst/play/play.old.c:
18961         * gst-libs/gst/play/play.old.h:
18962           after CVS surgery by moving, remove
18963         * gst-libs/gst/play/playpipelines.c:
18964           remove
18965
18966         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18967           add negotiation error
18968
18969 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18970
18971         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18972         (gst_ogg_demux_push):
18973           add some seeking debug info
18974           send a flush when seeking
18975
18976 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18977
18978         * configure.ac:
18979           use AC_C_INLINE
18980         * configure.ac:
18981         * ext/Makefile.am:
18982         * ext/theora/Makefile.am:
18983         * ext/theora/theoradec.c:
18984           add theora video decoder. Does just do simple decoding for now and
18985           has been tested against Theora cvs only. It only works when theora
18986           is compiled with --enable-static.
18987         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18988           always reset packetno on DISCONT
18989
18990 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18991
18992         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18993           Fix audio.
18994
18995 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18996
18997         * gst/mpegaudioparse/gstmpegaudioparse.c:
18998         (mp3_type_frame_length_from_header):
18999           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19000
19001 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19002
19003         * ext/esd/esdsink.c: (gst_esdsink_init):
19004           Since we have static pad template caps, we don't need to negotiate;
19005           either the core errors out or we know the format.
19006
19007 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19008
19009         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19010         (gst_riff_read_seek):
19011         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19012         (gst_ebml_read_seek):
19013           Fix event handling.
19014
19015 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19016
19017         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19018           removee video/x-theora from vp3 decoder, it doesn't handle raw
19019           theora streams
19020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19021           fix bug with finalizing element that never went to PAUSED
19022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19023           length and position queries were swapped
19024         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19025         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19026         (vorbis_dec_src_event):
19027           implement querying time and bytes
19028
19029 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19030
19031         * just about every source file:
19032           gst_element_error -> GST_ELEMENT_ERROR
19033
19034 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19035
19036         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19037         emiting FLUSH and even before DISCONT.
19038         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19039         get the best instant seeking as possible yay!
19040
19041 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19042
19043         * gst/mpeg1videoparse/gstmp1videoparse.c:
19044         (gst_mp1videoparse_real_chain):
19045           Committed wrong version last week... Grr... Didn't notice until now.
19046
19047 2004-01-29  Julien MOUTTE <julien@moutte.net>
19048
19049         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19051         have_xwindow_id signal in xwindow_create.
19052
19053 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19054
19055         * ext/ogg/gstoggdemux.c:
19056           lots of changes - mainly support for chained bitstreams, seeking,
19057           querying and bugfixes of course
19058         * ext/vorbis/Makefile.am:
19059         * ext/vorbis/vorbisdec.c:
19060         * ext/vorbis/vorbisdec.h:
19061           add vorbisdec raw vorbis decoder
19062         * ext/vorbis/vorbis.c: (plugin_init):
19063           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19064         * gst/intfloat/Makefile.am:
19065         * gst/intfloat/float22int.c:
19066         * gst/intfloat/float22int.h:
19067         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19068           add float2intnew plugin. It converts multichannel interleaved float to
19069           multichannel interleaved int. The name should probably be changed.
19070         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19071         (plugin_init):
19072           add typefinding for raw theora video so oggdemux can detect it.
19073
19074 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19075
19076         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19077         sink element first.
19078         * gst/videoscale/gstvideoscale.c:
19079         (gst_videoscale_handle_src_event): Fixing src event handler.
19080
19081 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19082
19083         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19084         (gst_v4lsrc_open), (gst_v4lsrc_close),
19085         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19086         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19087         * sys/v4l/gstv4lsrc.h:
19088         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19089         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19090           Implement resizing... Hack. But that's why v4l is b0rked...
19091
19092 2004-01-28  Julien MOUTTE <julien@moutte.net>
19093
19094         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19095         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19096         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19097         (gst_ximagesink_xwindow_destroy):
19098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19099         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19100         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19101         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19102         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19103         correctly cleaning the image created to check xshm calls on succes,
19104         added a lot of XSync calls in X11 functions, and fixed a segfault when
19105         no image format was defined before negotiation happened.
19106
19107 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19108
19109         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19110           use gst_element_get_time to get correct time
19111
19112 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19113
19114         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19115         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19116         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19118         (gst_xvimagesink_check_xshm_calls),
19119         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19120         X plugins are now able to detect that XShm calls will fail even if the
19121         server claims that it has XShm support (remote displays most of the
19122         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19123         so that we use non XShm functions. This feature is almost useless for
19124         xvimagesink as Xv is not supported on remote displays anyway, but
19125         it might happen than even on the local display XShm calls fail.
19126
19127 2004-01-27  David Schleef  <ds@schleef.org>
19128
19129         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19130         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19131         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19132         changed esdsink to only use 44100,16,2, since esd sucks at rate
19133         conversion and esdsink has had difficulty negotiating.
19134
19135 2004-01-27  Julien MOUTTE <julien@moutte.net>
19136
19137         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19138         (gst_play_seek_to_time): Fixing the way to get current position.
19139
19140 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19141
19142         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19143           use gst_element_get_time to get correct time
19144
19145 2004-01-27  Julien MOUTTE <julien@moutte.net>
19146
19147         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19148         fix ever... Inverting 2 lines of code make spider autoplug correctly
19149         tagged mp3 !
19150
19151 2004-01-27  David Schleef  <ds@schleef.org>
19152
19153         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19154         Use gst_pad_try_set_caps_nonfixed().
19155
19156 2004-01-27  David Schleef  <ds@schleef.org>
19157
19158         * gst/ac3parse/gstac3parse.c: update to checklist 5
19159         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19160         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19161         * gst/audioscale/gstaudioscale.c: same
19162         * gst/auparse/gstauparse.c: same
19163         * gst/avi/gstavidemux.c: same
19164
19165 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19166
19167         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19168           stop processing after EOS
19169
19170 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19171
19172         * gst/asfdemux/asfheaders.h:
19173         * gst/asfdemux/gstasfdemux.c:
19174         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19175         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19176         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19177           lot's of fixes to make data extraction simpler and get the code
19178           architecture and compiler independant. Add debugging category
19179         * gst/goom/gstgoom.c: (gst_goom_change_state):
19180           reset channel count on PAUSED=>READY, not READY=>PAUSED
19181
19182 2004-01-26  Colin Walters  <walters@verbum.org>
19183
19184         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19185         code to pull a bigger buffer in iradio mode.  This as a side effect
19186         makes typefinding work.
19187
19188 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19189
19190         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19191         Fix SVQ3 decoding on PPC
19192
19193 2004-01-26  Julien MOUTTE <julien@moutte.net>
19194
19195         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19196         that one managed to stay there... Fixed.
19197
19198 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19199
19200         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19201         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19202         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19203         (qtdemux_video_caps):
19204         * gst/qtdemux/qtdemux.h:
19205         Add SVQ3 specific flags to qtdemux and ffmpeg
19206
19207 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19208
19209         * gst-libs/gst/audio/audio.h:
19210           remove buffer-frames from audio caps
19211         * gst/audioconvert/gstaudioconvert.c:
19212           fix plugin to really work.
19213
19214 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19215
19216         * gst-libs/gst/mixer/mixer.c:
19217         * gst-libs/gst/propertyprobe/propertyprobe.c:
19218         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19219         (gst_tuner_find_channel_by_name):
19220         * gst-libs/gst/tuner/tuner.h:
19221           Add gtk-doc style comments. Also fix a function name.
19222
19223 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19224
19225         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19226         (gst_divxdec_negotiate):
19227           Fix for new capsnego - also fixes gst-player with divxdec.
19228
19229 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19230
19231         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19232         (gst_play_identity_handoff), (gst_play_set_location),
19233         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19234         try in visualization implementation. Still have an issue with switch
19235         blocking when pulling from video_queue and only audio comes out of
19236         spider.
19237         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19238         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19239         release method. And check if the pad is usable before pulling.
19240
19241 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19242
19243         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19244         (gst_videobalance_init),
19245         (gst_videobalance_colorbalance_list_channels),
19246         (gst_videobalance_colorbalance_set_value),
19247         (gst_videobalance_colorbalance_get_value),
19248         (gst_videobalance_update_properties),
19249         (gst_videobalance_update_tables_planar411),
19250         (gst_videobalance_planar411):
19251         * gst/videofilter/gstvideobalance.h:
19252           Implement lookup-tables. +/- 10x faster.
19253
19254 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19255
19256         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19257         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19258           The index reading was broken. The rest worked fine, but the whole
19259           goal of my rewrite was to make avidemux readable, and this was
19260           not at all readable. Please use typed variables.
19261
19262 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19263
19264         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19265           Additional pad usability check.
19266         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19267         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19268         (gst_mp1videoparse_real_chain):
19269           Fix MPEG video stream parsing. The original plugin had several
19270           issues, including not timestamping streams where the source was
19271           not timestamped (this happens with PTS values in mpeg system
19272           streams, but MPEG video is also a valid stream on its own so
19273           that needs timestamps too). We use the display time code for that
19274           for now. Also, if one incoming buffer contains multiple valid
19275           frames, we push them all on correctly now, including proper EOS
19276           handling. Lastly, several potential segfaults were fixed, and we
19277           properly sync on new sequence/gop headers to include them in next,
19278           not previous frames (since they're header for the next frame, not
19279           the previous). Also see #119206.
19280         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19281         (bpf_from_header):
19282           Move caps setting so we only do it after finding several valid
19283           MPEG-1 fraes sequentially, not right after the first one (which
19284           might be coincidental).
19285         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19286         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19287         (plugin_init):
19288           Add unsynced MPEG video stream typefinding, and change some
19289           probability values so we detect streams rightly. The idea is as
19290           follows: I can have an unsynced system stream which contains
19291           video. In the current code, I would randomly get a type for either
19292           system or video stream type found, because the probabilities are
19293           being calculated rather randomly. I now use fixed values, so we
19294           always prefer system stream if that was found (and that is how it
19295           should be). If no system stream was found, we can still identity                the stream as video-only.
19296
19297 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19298
19299         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19300         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19301           don't write to buffer. Extract data without the need of
19302           __attribute__ ((packed))
19303
19304 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19305
19306         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19307         (mpeg1_sys_type_find):
19308           Fix MPEG-1 stream typefinding.
19309
19310 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19311
19312         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19313           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19314
19315 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19316
19317         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19318         * ext/esd/gstesd.c: (plugin_init):
19319           private debugging, better error reporting
19320
19321 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19322
19323         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19324         (gst_riff_read_init), (gst_riff_read_change_state):
19325         * gst-libs/gst/riff/riff-read.h:
19326           Remove stuff fromold metadata system.
19327
19328 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19329
19330         * ext/ogg/gstoggdemux.c:
19331           Fix wrong file comment.
19332         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19333         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19334           Add metadata reading properly.
19335
19336 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19337
19338         * ext/Makefile.am:
19339           Fix nas DIST_SUBDIRS
19340           Uraeus:
19341           Fix bug where make distcheck doesn't get run on adding stuff to
19342           the build.
19343
19344 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19345
19346         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19347         * ext/divx/gstdivxdec.h:
19348           Fix divx3 ("msmpeg4") playback using divxdec.
19349
19350 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19351
19352         * gst/typefind/gsttypefindfunctions.c:
19353         (mp3_type_frame_length_from_header): fix bug in length computation
19354         (mp3_type_find): improve debugging output
19355
19356 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19357
19358         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19359         (gst_play_set_location), (gst_play_seek_to_time),
19360         (gst_play_set_audio_sink), (gst_play_set_visualization),
19361         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19362         the pipeline from scratch. Visualization is back and switch went out as
19363         i realized it was not possible to use the way i wanted.
19364         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19365         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19366         clearing in state change from READY to NULL. So that one can clean the
19367         X ressources keeping the element.
19368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19369         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19370         (gst_xvimagesink_colorbalance_set_value),
19371         (gst_xvimagesink_colorbalance_get_value),
19372         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19373         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19374         change from READY to NULL and fixed some stupid bugs in colorbalance
19375         get/set values. Also added the following feature : when nobody tries to
19376         set some values to the colorbalance levels before the xcontext is
19377         grabbed, then when creating channels list from Xv attributes we set the
19378         internal values to the Xv defaults. This way we handle buggy Xv drivers
19379         that set default hue values far from the middle of the range (Thanks
19380         to Jon Trowbridge for pointing that issue).
19381         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19382         colorbalance levels have been set before xcontext is grabbed.
19383
19384 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19385
19386         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19387           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19388           it might block operations (which is bad for a mixer).
19389
19390 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19391
19392         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19393         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19394         (gmip_find_type_pre):
19395         * gst-libs/gst/media-info/media-info-priv.h:
19396         * gst-libs/gst/media-info/media-info.c:
19397         (gst_media_info_instance_init), (gst_media_info_read_idler):
19398         add fakesink to get caps on decoder src pad again
19399         fix callback prototype to match new have_type signal signature
19400
19401 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19402
19403         * gst/adder/gstadder.c: (gst_adder_link):
19404           fix non-compile and cut-n-paste code
19405
19406 2004-01-21  David Schleef  <ds@schleef.org>
19407
19408         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19409         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19410         (gst_swfdec_init), (gst_swfdec_change_state):
19411         * ext/swfdec/gstswfdec.h:
19412         Fix negotiation.
19413         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19414         (gst_adder_request_new_pad): Fix negotiation.
19415         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19416         Add a fixate function.
19417         * gst/intfloat/gstfloat2int.c:
19418         * gst/intfloat/gstfloat2int.h:
19419         * gst/intfloat/gstint2float.c:
19420         * gst/intfloat/gstint2float.h:
19421         Completely rewrite the negotiation.  Doesn't quite work yet,
19422         due to some buffer-frames problem.
19423
19424 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19425
19426         * ext/gnomevfs/gstgnomevfssrc.c:
19427         * sys/v4l2/v4l2_calls.h:
19428           fix includes for distcheck
19429
19430 2004-01-21  Christian Schaller <uraeus@gnome.org>
19431
19432         * ext/nas/
19433         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19434         based on earlier patch from Laurent Vivier
19435
19436 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19437
19438         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19439         Fix wma caps property
19440         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19441         Fix typo (flags1 and flags2)
19442
19443 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19444
19445         * gst-libs/gst/media-info/media-info-priv.c:
19446         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19447         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19448         (gmip_find_stream), (gmip_find_track_metadata),
19449         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19450         (gmip_find_track_format):
19451         * gst-libs/gst/media-info/media-info-priv.h:
19452         * gst-libs/gst/media-info/media-info-test.c: (main):
19453         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19454         (gst_media_info_read_idler), (gst_media_info_read):
19455         * gst-libs/gst/media-info/media-info.h:
19456           register debugging category and use it for debugging
19457
19458 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19459
19460         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19461         (gst_vorbisfile_new_link):
19462           signal streaminfo through tags
19463
19464 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19465
19466         * ext/mplex/gstmplex.cc:
19467         * ext/mplex/gstmplexibitstream.cc:
19468           g++ doesn't like NULL in our i18n/error macros, should be
19469           either (NULL) or ("").
19470
19471 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19472
19473         * sys/dxr3/dxr3audiosink.c:
19474         * sys/dxr3/dxr3init.c:
19475         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19476         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19477           Fix more error error error errors (missing includes here).
19478
19479 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19480
19481         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19482           fix thomas' error errors.
19483
19484 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19485
19486         * ext/mpeg2enc/gstmpeg2enc.cc:
19487           fix error errors.
19488
19489 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19490
19491         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19492         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19493           Fix for new error system.
19494
19495 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19496
19497         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19498           fix for new error reporting
19499
19500 2004-01-20  David Schleef  <ds@schleef.org>
19501
19502         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19503         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19504         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19505         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19506         and neither is 100+, most likely.
19507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19508         (gst_xvimagesink_getcaps): same
19509
19510 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19511
19512         * configure.ac:
19513           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19514           clashes with ffmpeg.
19515
19516 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19517
19518         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19519         (gst_switch_init): Fixed switch element : proxying link and setting
19520         caps from src to sink on request.
19521
19522 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19523
19524         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19525         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19526         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19527         fix element_error
19528
19529 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19530
19531         * sys/v4l/v4l_calls.h:
19532         * sys/v4l2/v4l2_calls.h:
19533           element_error fixes
19534
19535 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19536
19537         * gst-libs/gst/gst-i18n-plugin.h:
19538           add locale.h
19539           remove config.h inclusion
19540
19541 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19542
19543         * autogen.sh:
19544           adding autopoint invocation
19545         * Makefile.am:
19546         * configure.ac:
19547         * gst-libs/gst/gettext.h:
19548           adding gettext bits
19549         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19550         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19551         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19552         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19553         (gst_gnomevfssink_close_file):
19554         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19555         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19556         * gst-libs/gst/gst-i18n-plugin.h:
19557         * gst/avi/gstavi.c: (plugin_init):
19558         * sys/dxr3/dxr3init.c: (plugin_init):
19559         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19560         * sys/oss/gstossaudio.c: (plugin_init):
19561         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19562         * sys/v4l/gstv4l.c: (plugin_init):
19563         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19564         * sys/v4l2/gstv4l2.c: (plugin_init):
19565         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19566         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19567         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19568         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19569         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19570         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19571           make sure locale and translation domain are set
19572           fix translated strings
19573         * po/.cvsignore:
19574         * po/LINGUAS:
19575         * po/Makevars:
19576         * po/POTFILES.in:
19577         * po/nl.po:
19578           put translation files into place
19579         * sys/xvideo/imagetest.c: (main):
19580         * ext/dv/demo-play.c: (main):
19581           fix unnecessary translations
19582
19583 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19584
19585         * ext/sndfile/gstsf.c:
19586         * gst/avi/gstavimux.c:
19587         * ext/audiofile/gstafsink.c:
19588         * ext/audiofile/gstafsrc.c:
19589         * ext/gnomevfs/gstgnomevfssink.c:
19590         * ext/gnomevfs/gstgnomevfssrc.c:
19591         * sys/oss/gstosselement.c:
19592         * sys/v4l/v4l_calls.h:
19593           fix i18n include
19594
19595 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19596
19597         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19598         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19599         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19600         (gst_v4l2_get_output), (gst_v4l2_set_output),
19601         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19602         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19603         (gst_v4l2_set_attribute):
19604         update to new error handling
19605
19606 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19607
19608         * ext/sidplay/gstsiddec.cc:
19609         * gst/modplug/gstmodplug.cc:
19610           parenthese NULL because C++ seems angry about it
19611
19612 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19613
19614         * gst-libs/gst/gst-i18n-plugin.h:
19615           add skeleton i18n stuff, but needs to be further implemented
19616
19617 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19618
19619         * examples/gstplay/player.c: (main):
19620         * ext/aalib/gstaasink.c: (gst_aasink_open):
19621         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19622         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19623         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19624         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19625         (gst_afsink_close_file):
19626         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19627         (gst_afsrc_close_file):
19628         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19629         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19630         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19631         * ext/esd/esdmon.c: (gst_esdmon_get):
19632         * ext/esd/esdsink.c: (gst_esdsink_chain):
19633         * ext/faac/gstfaac.c: (gst_faac_chain):
19634         * ext/faad/gstfaad.c: (gst_faad_chain):
19635         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19636         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19637         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19638         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19639         (gst_flacdec_loop):
19640         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19641         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19642         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19643         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19644         (gst_gnomevfssink_close_file):
19645         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19646         (gst_gnomevfssrc_open_file):
19647         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19648         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19649         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19650         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19651         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19652         * ext/mad/gstmad.c: (gst_mad_chain):
19653         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19654         * ext/mpeg2dec/gstmpeg2dec.c:
19655         * ext/mpeg2enc/gstmpeg2enc.cc:
19656         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19657         * ext/mplex/gstmplex.cc:
19658         * ext/mplex/gstmplexibitstream.cc:
19659         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19660         (gst_ogg_demux_push), (gst_ogg_pad_push):
19661         * ext/raw1394/gstdv1394src.c:
19662         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19663         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19664         * ext/sidplay/gstsiddec.cc:
19665         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19666         (gst_sf_loop):
19667         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19668         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19669         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19670         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19671         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19672         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19673         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19674         * gst-libs/gst/Makefile.am:
19675         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19676         (gst_riff_read_element_data), (gst_riff_read_seek),
19677         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19678         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19679         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19680         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19681         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19682         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19683         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19684         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19685         * gst/goom/gstgoom.c: (gst_goom_chain):
19686         * gst/id3/gstid3types.c: (gst_id3types_loop):
19687         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19688         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19689         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19690         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19691         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19692         (gst_ebml_read_float), (gst_ebml_read_header):
19693         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19694         (gst_matroska_demux_parse_blockgroup):
19695         * gst/modplug/gstmodplug.cc:
19696         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19697         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19698         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19699         * gst/silence/gstsilence.c: (gst_silence_get):
19700         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19701         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19702         * gst/speed/gstspeed.c: (speed_loop):
19703         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19704         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19705         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19706         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19707         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19708         (gst_wavparse_loop):
19709         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19710         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19711         (dxr3audiosink_close):
19712         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19713         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19714         (dxr3videosink_close), (dxr3videosink_write_data):
19715         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19716         * sys/oss/gstosselement.h:
19717         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19718         (gst_osssink_chain):
19719         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19720         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19721         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19722         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19723         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19724         (gst_v4l_enable_overlay):
19725         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19726         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19727         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19728         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19729         (gst_v4l_set_audio):
19730         * sys/v4l/v4l_calls.h:
19731         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19732         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19733         (gst_v4lmjpegsink_playback_init),
19734         (gst_v4lmjpegsink_playback_start):
19735         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19736         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19737         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19738         (gst_v4lmjpegsrc_requeue_frame):
19739         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19740         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19741         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19742         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19743         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19744         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19745         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19746         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19747         (gst_v4l2src_capture_stop):
19748         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19749         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19750         (gst_ximagesink_chain):
19751         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19752         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19753         (gst_xvideosink_xwindow_new):
19754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19755         (gst_xvimagesink_chain):
19756         use new error signal, function and categories
19757
19758 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
19759
19760         * configure.ac:
19761         * ext/Makefile.am:
19762         * ext/musicbrainz/gsttrm.c:
19763         * ext/musicbrainz/gsttrm.h:
19764         * ext/musicbrainz/Makefile.am:
19765         Add a trm plugin
19766
19767 2004-01-18  Julien MOUTTE  <julien@moutte.net>
19768
19769         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
19770         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
19771         synchronous property for debugging.
19772         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
19773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19774         (gst_xvimagesink_set_property): Moving a pointer declaration to a
19775         smaller block, fixing indent.
19776
19777 2004-01-16  David Schleef  <ds@schleef.org>
19778
19779         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
19780         property affects the video stream.
19781         * sys/xvimage/xvimagesink.c:
19782         * sys/xvimage/xvimagesink.h:
19783         Add synchronous property for debugging.  Should probably be
19784         disabled in non-CVS builds.  Make sure that the Xv attribute
19785         exists before we set it (crash!).  Fix a silly float bug that
19786         caused colorbalance to just not work.
19787
19788 2004-01-17  Christian Schaller <Uraeus@gnome.org>
19789
19790         * tools/gst-launch-ext.in - update for new plugins
19791
19792 2004-01-16  David Schleef  <ds@schleef.org>
19793
19794         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
19795         already-freed caps.
19796
19797 2994-01-16  Christian Schaller <Uraeus@gnome.org>
19798
19799         * Update spec for new colorspace plugin and libcaca plugin
19800         * Fix compilation of libcaca plugin (clock -> id)
19801
19802 2004-01-16  Julien MOUTTE <julien@moutte.net>
19803
19804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
19805         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19806         (gst_xvimagesink_set_xwindow_id),
19807         (gst_xvimagesink_colorbalance_set_value),
19808         (gst_xvimagesink_colorbalance_get_value),
19809         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19810         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
19811         correct colorbalance properties. They can now be set when the element
19812         is still in NULL state. The values will be committed to the Xv Port
19813         when xcontext is initialized.
19814         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
19815         brightness int values in the GstXvImagesink structure.
19816
19817 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19818
19819         * gst-libs/gst/Makefile.am:
19820           restructure so having local patches works easier.
19821
19822 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19823
19824         * ext/mpeg2enc/Makefile.am:
19825         * ext/mpeg2enc/gstmpeg2enc.cc:
19826         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19827           Bugfix with respect to EOS handling.
19828
19829 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19830
19831         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
19832           Link with right caps (else, it segfaults).
19833         * ext/mplex/gstmplexjob.cc:
19834           Fix for slight API change in 1.6.1.93 release of mjpegtools.
19835
19836 2004-01-15  David Schleef  <ds@schleef.org>
19837
19838         * gst-libs/gst/audio/Makefile.am:
19839         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
19840         from the template.
19841         * gst-libs/gst/audio/gstaudiofilter.c:
19842         * gst-libs/gst/audio/gstaudiofilter.h:
19843         Add bytes_per_sample and size and n_samples calculation.
19844         * gst-libs/gst/audio/gstaudiofilterexample.c:
19845         Remove, now autogenerated.
19846         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19847         Moved from gstaudiofilterexample, object name changed, code added
19848         so that it actually works.
19849         * gst-libs/gst/audio/make_filter:
19850         Script to build an audiofilter subclass from the template.
19851         * gst/colorspace/Makefile.am:
19852         * gst/colorspace/yuv2yuv.c:
19853         Remove file, since it's GPL, and we don't use it.
19854
19855 2004-01-15  Julien MOUTTE  <julien@moutte.net>
19856
19857         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
19859         them use the buffer free function to test how the buffer was allocated.
19860
19861 2004-01-15  David Schleef  <ds@schleef.org>
19862
19863         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
19864         that handles osssink fallback.
19865         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19866         (gst_audio_convert_getcaps):
19867         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19868         Add audio/x-qdm2 for QDM2 audio.
19869         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19870         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
19871         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19872         Decrease minimum size to 16x16.
19873         * gst/wavparse/gstwavparse.c:
19874         Convert disabled pad template caps to new caps.
19875         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19877         (gst_xvimagesink_chain): Throw element error when display cannot
19878         be opened.  Increase minimum framerate to 1.0.  Check the data
19879         free function on a buffer to make sure it is the type we expect
19880         before manipulating it.
19881
19882 2004-01-15  Julien MOUTTE <julien@moutte.net>
19883
19884         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19885         (gst_videobalance_colorbalance_set_value): Implement passthru if
19886         settings are in the middle.
19887         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
19888
19889 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19890
19891         * gst/videofilter/Makefile.am:
19892         * gst/volume/Makefile.am:
19893           Since we use videofilter symbols, link to it.
19894
19895 2004-01-15  Julien MOUTTE <julien@moutte.net>
19896
19897         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
19898         mixer interface type to HARDWARE.
19899         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
19900         type to SOFTWARE.
19901         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
19902         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
19903         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
19904         (gst_volume_interface_init), (gst_volume_list_tracks),
19905         (gst_volume_set_volume), (gst_volume_get_volume),
19906         (gst_volume_set_mute), (gst_volume_mixer_init),
19907         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
19908         (volume_init): Implementing mixer interface.
19909         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
19910         * sys/oss/gstosselement.c: (gst_osselement_get_type),
19911         (gst_osselement_change_state): Removing some trailing commas in
19912         structures.
19913         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
19914         interface type to HARDWARE.
19915         * sys/v4l/gstv4lcolorbalance.c:
19916         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
19917         type to HARDWARE.
19918         * sys/v4l2/gstv4l2colorbalance.c:
19919         (gst_v4l2_color_balance_interface_init): Setting colorbalance
19920         interface type to HARDWARE.
19921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
19922         same code than ximagesink for event handling.
19923
19924 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19925
19926         * ext/snapshot/Makefile.am:
19927         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
19928         (gst_snapshot_chain):
19929         * ext/snapshot/gstsnapshot.h:
19930           This has to be a joke... Snapshot should be connected to a tee,
19931           colorspace element before it and EOS after that, where the other
19932           src of the tee receives normal data.
19933           The current way is *wrong*.
19934
19935 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19936
19937         * ext/hermes/gsthermescolorspace.c:
19938           Fix another compile error. Same as below.
19939
19940 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19941
19942         * gst/colorspace/gstcolorspace.c:
19943         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
19944         (gst_colorspace_i420_to_yv12):
19945           Fix compiling... Didn't test if it actually works.
19946
19947 2004-01-15  David Schleef  <ds@schleef.org>
19948
19949         * configure.ac:
19950         * gst/colorspace/Makefile.am:
19951         * gst/colorspace/gstcolorspace.c:
19952         * gst/colorspace/gstcolorspace.h:
19953         * gst/colorspace/yuv2rgb.c:
19954         * gst/colorspace/yuv2rgb.h:
19955         Duplicate the ext/hermes colorspace plugin, and remove Hermes
19956         code and GPL code.  Fix for new caps negotiation.  Rewrite
19957         much of the format handling code, and some of the conversion
19958         code.  Basically, rewrote almost everything.  This element
19959         handles I420, YV12 to RGB conversions.
19960         * ext/hermes/Makefile.am:
19961         * ext/hermes/gsthermescolorspace.c:
19962         Rename colorspace to hermescolorspace.  Fix negotiation issues.
19963         Remove non-Hermes related code.  This element handles lots of
19964         RGB to RGB conversions, but no YUV.
19965         * ext/hermes/gstcolorspace.c:
19966         * ext/hermes/gstcolorspace.h:
19967         * ext/hermes/rgb2yuv.c:
19968         * ext/hermes/yuv2rgb.c:
19969         * ext/hermes/yuv2rgb.h:
19970         * ext/hermes/yuv2rgb_mmx16.s:
19971         * ext/hermes/yuv2yuv.c:
19972         * ext/hermes/yuv2yuv.h:
19973         Remove old code.
19974
19975 2004-01-14  Colin Walters  <walters@verbum.org>
19976
19977         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
19978         they've already been.
19979
19980 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19981
19982         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
19983           assume tag mode when pad is not connected
19984
19985 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19986
19987         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19988           Don't update the time of the clock
19989         (gst_alsa_sink_loop):
19990           sync to the clock given to alsasink, not the own clock
19991         * sys/oss/gstosssink.c: (gst_osssink_chain):
19992           sync to the clock
19993         (gst_osssink_change_state):
19994           activate the clock
19995         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19997           remove bogus code that made DISCONT events unhandled
19998         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19999           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20000           #131502)
20001         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20002         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20003         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20004           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20005           2nd warning in bug #131502)
20006
20007 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20008
20009         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20010         (gst_videobalance_colorbalance_set_value),
20011         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20012         for colorbalance interface implementation.
20013         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20014         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20015         (gst_ximagesink_dispose), (gst_ximagesink_init),
20016         (gst_ximagesink_class_init): Adding DISPLAY property.
20017         * sys/ximage/ximagesink.h: Adding display_name to store display.
20018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20019         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20020         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20021         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20022         properties (they still need polishing though for gst-launch use : no
20023         xcontext yet, i ll do that tomorrow).
20024         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20025
20026 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20027
20028         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20029         (gst_play_set_location), (gst_play_set_visualization): Preparing
20030         switch integration, adding videobalance in the pipeline.
20031
20032 2004-01-14  Julien MOUTTE <julien@moutte.net>
20033
20034         * gst-libs/gst/colorbalance/colorbalance.c:
20035         (gst_color_balance_class_init): Adding a default type.
20036         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20037         the type.
20038         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20039         (gst_videobalance_dispose), (gst_videobalance_class_init),
20040         (gst_videobalance_init), (gst_videobalance_interface_supported),
20041         (gst_videobalance_interface_init),
20042         (gst_videobalance_colorbalance_list_channels),
20043         (gst_videobalance_colorbalance_set_value),
20044         (gst_videobalance_colorbalance_get_value),
20045         (gst_videobalance_colorbalance_init): Implementing colorbalance
20046         interface.
20047         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20048         list.
20049         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20050         bug which was triggering a BadAccess X error when setting an overlay
20051         before pad was really negotiated.
20052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20053         Using the colorbalance type macro.
20054
20055 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20056
20057         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20058         (gst_flacenc_chain):
20059           handle tags correctly
20060         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20061           extract ID3v1 tags correctly
20062
20063 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20064
20065         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20066         (plugin_init):
20067           Improve matroska typefinding for odd-typed headers...
20068
20069 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20070
20071         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20072           Fix for using incremental number on padnames.
20073
20074 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20075
20076         * ext/divx/gstdivxdec.c:
20077         * ext/divx/gstdivxenc.c:
20078           Set category to divx4linux instead of divx (too generic).
20079         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20080         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20081         (gst_wavparse_loop), (gst_wavparse_change_state):
20082         * gst/wavparse/gstwavparse.h:
20083           fix parsing of WAV files with non-standard fmt-tag size and fix
20084           skipping of unrecognized chunks... Someone please fix this thing
20085           to use rifflib so all this is automated.
20086         * sys/v4l/Makefile.am:
20087         * sys/v4l2/Makefile.am:
20088           Add X_CFLAGS because we depend on X (for overlay).
20089
20090 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20091
20092         * ext/mpeg2dec/gstmpeg2dec.c:
20093           Don't issue a timestamp unless we tagged the frame
20094           with a PTS.
20095
20096 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20097
20098         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20099           Query the audio element to get the time, not the clock. We're
20100           interested in the element's time here.
20101
20102 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20103
20104         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20105         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20106         * ext/esd/esdsink.c: (gst_esdsink_chain):
20107         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20108         * ext/mas/massink.c: (gst_massink_chain):
20109         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20110         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20111         (gst_matroska_demux_parse_metadata):
20112         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20113         (gst_mpeg_parse_release_locks):
20114         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20115         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20116         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20117         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20118         (gst_osssink_change_state):
20119         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20120         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20121         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20122         (gst_xvideosink_release_locks):
20123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20124           use element time.
20125         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20126         (gst_alsa_clock_stop):
20127         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20128         (gst_audio_clock_get_internal_time):
20129           simplify for use with new clocking code.
20130         * testsuite/alsa/Makefile.am:
20131         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20132           fix testsuite for new caps system
20133
20134 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20135
20136         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20137         * ext/flac/gstflacenc.c: (add_one_tag):
20138           length is already host endian, no need to convert. Fixes playback of
20139           tagged files on PPC. (bug #128384)
20140
20141 2004-01-13  Julien MOUTTE <julien@moutte.net>
20142
20143         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20144         colorbalance interface stating if it is hardware based or software
20145         based.
20146         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20147         Removing a trailing comma.
20148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20149         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20150         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20151         the documentation seems to be wrong on the -1000 to 1000 interval.
20152
20153 2004-01-12  David Schleef  <ds@schleef.org>
20154
20155         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20156         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20157         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20158         Fix negotiation.  Add a bufferalloc function for the sink pad,
20159         and generally clean up some of the code.
20160
20161 2004-01-12  Julien MOUTTE <julien@moutte.net>
20162
20163         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20164         (gst_color_balance_channel_dispose): Adding safety check in dispose
20165         method.
20166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20167         (gst_xvimagesink_xcontext_clear),
20168         (gst_xvimagesink_interface_supported),
20169         (gst_xvimagesink_colorbalance_list_channels),
20170         (gst_xvimagesink_colorbalance_set_value),
20171         (gst_xvimagesink_colorbalance_get_value),
20172         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20173         Adding colorbalance interface support to set XV parameters such as
20174         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20175         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20176         interface.
20177
20178 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20179
20180         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20181         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20182         (gst_audio_convert_init), (gst_audio_convert_set_property),
20183         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20184         (gst_audio_convert_link),
20185         (gst_audio_convert_buffer_to_default_format),
20186         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20187           - implement _getcaps and use it
20188           - improve linking
20189           - remove float caps since no float conversion is actually done
20190           - remove properties and arguments that were to be used for rate
20191             conversion
20192
20193 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20194
20195         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20196         (gst_audio_structure_set_int):
20197         * gst-libs/gst/audio/audio.h:
20198           add helper functions for _getcaps matching the standard audio
20199           templates
20200
20201 2004-01-12  David Schleef  <ds@schleef.org>
20202
20203         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20204         Test that pad is negotiated before getting its caps.
20205
20206 2004-01-12  Julien MOUTTE <julien@moutte.net>
20207
20208         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20209         analyzing the pads of an element the bin is mostly in READY state so
20210         no caps were negotiated. This helper function needs to work with
20211         _get_caps directly then. I was not freeing them though, added that to
20212         fix the mem leak.
20213
20214 2004-01-12  Julien MOUTTE <julien@moutte.net>
20215
20216         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20218         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20219         than the free_func.
20220
20221 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20222
20223         * sys/oss/gstossaudio.c: (plugin_init):
20224         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20225         * sys/oss/gstosselement.h:
20226           make an oss debugging category
20227           make failure more descriptive
20228
20229 2004-01-11  David Schleef  <ds@schleef.org>
20230
20231         * ext/ffmpeg/gstffmpeg.c:
20232         * ext/ffmpeg/gstffmpegcodecmap.c:
20233         * ext/ffmpeg/gstffmpegdec.c:
20234         * ext/ffmpeg/gstffmpegenc.c:
20235         * ext/ffmpeg/gstffmpegprotocol.c:
20236         * ext/gdk_pixbuf/gstgdkanimation.c:
20237         * ext/jpeg/gstjpeg.c:
20238         * ext/libpng/gstpng.c:
20239         * ext/mpeg2dec/perftest.c:
20240         * ext/speex/gstspeex.c:
20241         * gst-libs/gst/resample/dtos.c:
20242         * gst/intfloat/gstintfloatconvert.c:
20243         * gst/oneton/gstoneton.c:
20244         * gst/rtjpeg/RTjpeg.c:
20245         * gst/rtp/gstrtp.c:
20246         * sys/dxr3/dxr3init.c:
20247         * sys/glsink/gstgl_nvimage.c:
20248         * sys/glsink/gstgl_pdrimage.c:
20249         * sys/glsink/gstglsink.c:
20250         * testsuite/gst-lint:
20251         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20252
20253 2004-01-11  David Schleef  <ds@schleef.org>
20254
20255         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20256         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20257         * ext/gdk_pixbuf/gstgdkanimation.c:
20258         (gst_gdk_animation_iter_create_pixbuf):
20259         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20260         (gst_gdk_pixbuf_chain):
20261         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20262         * ext/jack/gstjack.c: (gst_jack_change_state):
20263         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20264         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20265         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20266         * gst/videofilter/gstvideofilter.c:
20267         (gst_videofilter_set_output_size):
20268         Remove all usage of gst_pad_get_caps(), and replace it with
20269         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20270
20271 2004-01-11  David Schleef  <ds@schleef.org>
20272
20273         * configure.ac:
20274         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20275         * ext/divx/gstdivxdec.c:
20276         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20277         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20278         handle images that span multiple buffers.  Now work with both
20279         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20280         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20281         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20282         video/video.h changes
20283         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20284         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20285         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20286         of GstData free function.
20287         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20288         same.
20289
20290 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20291
20292         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20293         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20294         (gst_v4l2element_get_property):
20295         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20296           add norm, channel and frequency properties.
20297         * sys/v4l2/gstv4l2tuner.c:
20298           fixes for tuner interface changes
20299         * sys/v4l2/gstv4l2element.h:
20300         * sys/v4l2/gstv4l2src.c:
20301         * sys/v4l2/gstv4l2src.h:
20302         * sys/v4l2/v4l2src_calls.c:
20303         * sys/v4l2/v4l2src_calls.h:
20304           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20305
20306 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20307
20308         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20309         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20310         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20311         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20312         * gst-libs/gst/tuner/tuner.h:
20313           GObjects aren't const.
20314           Add find_by_name functions.
20315           Add checks to _changed functions.
20316         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20317         (gst_v4l_tuner_get_norm):
20318           Fixes for above.
20319
20320 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20321
20322         * gst-libs/gst/video/video.h:
20323           Fix caps template names to be understandable.
20324           Prefix everything with GST_VIDEO.
20325         * ext/aalib/gstaasink.c:
20326         * ext/divx/gstdivxdec.c:
20327         * ext/divx/gstdivxenc.c:
20328         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20329         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20330         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20331         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20332         * ext/libcaca/gstcacasink.c:
20333         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20334         * ext/snapshot/gstsnapshot.c:
20335         * ext/swfdec/gstswfdec.c:
20336         * ext/xvid/gstxviddec.c:
20337         * ext/xvid/gstxvidenc.c:
20338         * gst/chart/gstchart.c:
20339         * gst/deinterlace/gstdeinterlace.c:
20340         * gst/effectv/gsteffectv.c:
20341         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20342         * gst/goom/gstgoom.c:
20343         * gst/median/gstmedian.c:
20344         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20345         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20346         * gst/overlay/gstoverlay.c:
20347         * gst/smooth/gstsmooth.c:
20348         * gst/smpte/gstsmpte.c:
20349         * gst/synaesthesia/gstsynaesthesia.c:
20350         * gst/videocrop/gstvideocrop.c:
20351         * gst/videodrop/gstvideodrop.c:
20352         * gst/y4m/gsty4mencode.c:
20353         * sys/qcam/gstqcamsrc.c:
20354         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20355           Make them work with new video.h file.
20356         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20357         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20359         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20360           Make it work with new buffer allocation system.
20361
20362 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20363
20364         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20365         pad_alloc_buffer implementation to use ->srcpad
20366         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20367         pad_alloc_buffer implementation to use ->srcpad
20368         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20369         pad_alloc_buffer implementation to use ->srcpad
20370         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20371         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20372         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20373         a reference to everything we need.
20374         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20376         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20377         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20378         a reference to everything we need.
20379         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20380
20381 2004-01-11  David Schleef  <ds@schleef.org>
20382
20383         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20384         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20385         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20386         structure members.
20387         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20388         value during a resize/renegotiation.
20389         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20390         gst_pad_alloc_buffer();
20391         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20392         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20393         structure members.
20394         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20395         Fix for rename of buffer private structure members.
20396         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20397         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20398         Fix for rename of buffer private structure members.
20399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20400         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20401         Fix for rename of buffer private structure members.
20402
20403 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20404
20405         reviewed by: David Schleef <ds@schleef.org>
20406
20407         * gst/videofilter/Makefile.am:
20408         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20409         from the patch by ds to fit in with recent make_filter changes.
20410
20411 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20412
20413         * configure.ac: Adding examples/switch/Makefile
20414         * examples/Makefile.am: Adding examples/switch
20415         * examples/switch/Makefile.am: Adding switcher example.
20416         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20417         (switch_timer), (main): Adding an example demonstrating switch usage
20418         with 2 videotestsrc showing different patterns.
20419         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20420         (gst_switch_init): Fixing switch with the new caps system.
20421
20422 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20423
20424         * gst-libs/gst/video/video.h:
20425           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20426           They should probably be like
20427           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20428
20429 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20430
20431         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20432         (qtdemux_parse_trak):
20433           fix audio chunk size/timestamp calculation
20434
20435 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20436
20437         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20438           fix SVQ3 caps
20439
20440 2004-01-11  Steve Baker  <steve@stevebaker.org>
20441
20442         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20443         (gst_agingtv_base_init), (gst_agingtv_class_init),
20444         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20445         (gst_agingtv_set_property), (gst_agingtv_get_property):
20446         Port agingTV to videofilter
20447
20448 2004-01-09  Julien MOUTTE <julien@moutte.net>
20449
20450         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20451         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20452
20453 2004-01-09  Julien MOUTTE <julien@moutte.net>
20454
20455         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20456         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20457         * gst-libs/gst/xoverlay/xoverlay.c:
20458         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20459         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20460         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20461         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20462         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20463         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20464         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20465         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20466         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20467         interface implementation to handle xid being 0 and fix some bugs
20468         triggered by Benjamin's testcase.
20469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20470         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20471         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20472         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20473         interface implementation to handle xid being 0 and fix some bugs
20474         triggered by Benjamin's testcase.
20475
20476 2004-01-09  David Schleef  <ds@schleef.org>
20477
20478         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20479         mouse pointer events.  It works.
20480
20481 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20482
20483         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20484           Use explicit caps - fix capsnego.
20485         * ext/xvid/gstxviddec.c:
20486         * ext/xvid/gstxvidenc.c:
20487           Remove macro-inside-macro which caused compile errors.
20488         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20489           Error out if it's not a RIFF file. Else we error out without
20490           gst_element_error() which is not good...
20491
20492 2004-01-08  David Schleef  <ds@schleef.org>
20493
20494         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20495         Fix pad_link function to handle formats that ffmpeg returns
20496         as multiple caps structures.
20497         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20498         Only complain if source buffer is _smaller_ than expected.
20499         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20500         (gst_videoscale_handle_src_event): Resize navigation events
20501         when passing them upstream.
20502         * gst/videotestsrc/gstvideotestsrc.c:
20503         * gst/videotestsrc/gstvideotestsrc.h:
20504         * gst/videotestsrc/videotestsrc.c:
20505         * gst/videotestsrc/videotestsrc.h:
20506         Rewrite many of the buffer painting functions to handle odd
20507         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20508         been verified to work with my video card.
20509         * testsuite/gst-lint:  Add check for elements calling
20510         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20511
20512 2004-01-08  David Schleef  <ds@schleef.org>
20513
20514         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20515         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20516
20517 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20518
20519         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20520         configure event is not emiting the desired size signal. That fixes
20521         aspect ratio issues with gst-player.
20522
20523 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20524
20525         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20526           Fix capsnego.
20527
20528 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20529
20530         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20531         public method to fire size signal.
20532
20533 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20534
20535         * examples/gstplay/Makefile.am: Adding the interface library.
20536         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20537         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20538         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20539         GST_IS_X_OVERLAY before signal connect.
20540         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20541         Removing the have_video_size signal.
20542         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20543         and associated public method.
20544         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20545         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20546         signal.
20547         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20548         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20549         signal.
20550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20551         Using XOverlay public method to fire size signal.
20552
20553 2004-01-07  David Schleef  <ds@schleef.org>
20554
20555         * gst/videofilter/Makefile.am:
20556         * gst/videofilter/gstvideotemplate.c:
20557         * gst/videofilter/make_filter:
20558         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20559         Convert make_filter to /bin/sh script.
20560
20561 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20562
20563         * gst/modplug/gstmodplug.cc: fix element description
20564
20565 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20566
20567         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20568         (got_video_size): Adding some new lines in g_print calls.
20569         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20570         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20571         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20572         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20573         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20574         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20575         Complete code review, reverting some stuff i disagree with, adding
20576         some fixes : time synchronization on invalid timestamps, renegotiation
20577         of private window.
20578         * sys/ximage/ximagesink.h:
20579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20580         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20581         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20582         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20583         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20584         (gst_xvimagesink_buffer_new),
20585         (gst_xvimagesink_navigation_send_event),
20586         (gst_xvimagesink_set_xwindow_id),
20587         (gst_xvimagesink_get_desired_size),
20588         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20589         stuff i disagree with, adding some fixes : Renegotiation of private
20590         window, implementing get_desired_size.
20591
20592 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20593
20594         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20595         (gst_afsink_handle_event):
20596         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20597         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20598         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20599         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20600         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20601           Fix for instantiate-test (see core). Also remove dead code from
20602           jpegenc (which still needs fixing, but that's lower on my TODO
20603           list...).
20604         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20605           Never return NULL as caps.
20606
20607 2004-01-07  David Schleef  <ds@schleef.org>
20608
20609         * configure.ac:
20610         * ext/Makefile.am:
20611         * ext/librfb/Makefile.am:
20612         * ext/librfb/gstrfbsrc.c:
20613         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20614         is the protocol used by VNC.
20615
20616 2004-01-07  David Schleef  <ds@schleef.org>
20617
20618         * gst/videofilter/gstvideotemplate.c:
20619         * gst/videofilter/gstvideotemplate.h:
20620         * gst/videofilter/make_filter:
20621         Merge videotemplate header into source file.
20622         * gst/effectv/Makefile.am:
20623         * gst/effectv/gsteffectv.c: (plugin_init):
20624         * gst/effectv/gstwarp.c:
20625         Make warpTV a subclass of videofilter.
20626
20627 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20628
20629         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20630           Add guard against invalid utf-8 conversions in mad. Just in case.
20631
20632 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20633
20634         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20635           Fix for bug shown by poisoning
20636
20637 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20638
20639         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20640         (gst_v4lmjpegsrc_buffer_free):
20641         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20642         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20643         (gst_v4lsrc_buffer_free):
20644           Fix for removed bufferpools.
20645
20646 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20647
20648         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20649         Fix caps negotiation.
20650
20651         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20652         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20653         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20654         (dvdnavsrc_event):
20655         * ext/mpeg2dec/gstmpeg2dec.c:
20656         * gst-libs/gst/navigation/navigation.c:
20657         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20658         * gst-libs/gst/navigation/navigation.h:
20659         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20660         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20662         Super-simple first version of mouse and keyboard events. Clicking
20663         on a DVD menu now works, although it may not take you where you
20664         expected.
20665
20666         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20667         * gst/videotestsrc/gstvideotestsrc.c:
20668         (gst_videotestsrc_src_fixate):
20669         These fixate functions were broken - they never actually
20670         fixated :)
20671
20672 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20673
20674         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20675         (gst_icecastsend_init):
20676           fix for new caps system.
20677         * gst-libs/gst/mixer/mixertrack.h:
20678         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20679           Add 'master track' flag (for tools like ACME that only want to
20680           change the main volume).
20681
20682 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20683
20684         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20685         (gst_xvid_csp_to_caps):
20686         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20687         * ext/xvid/gstxvidenc.c:
20688         ifdef out ARGB type when it isn't available
20689         in xvidcore 1.0.0beta2
20690
20691 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20692
20693         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20694           When we have received a new SCR right in the first buffer after
20695           a seek (so in the same cycle that handles the discont), we should
20696           handle the buffer instead of unreffing it, else we lose data.
20697
20698 2004-01-06  Iain <iain@prettypeople.org>
20699
20700         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20701           buffer-frames caps too.
20702
20703         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20704           caps that we need, don't destroy them all and rebuild them. And when
20705           creating src pads, use the src pad template rather than the sink...
20706
20707 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20708
20709         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20710           Add pad to element *after* setting functions such as event handler.
20711           Without this, the scheduler (opt) will link pads, set the event
20712           handler from the default event function (dispatcher in gstpad.c)
20713           and *after* that, we will set our own event function, which will
20714           thus never be used (and thus mpegdemux doesn't handle events).
20715
20716 2004-01-04  David Schleef  <ds@schleef.org>
20717
20718         Fix the fixate functions to handle new prototype:
20719         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20720         * gst/videotestsrc/gstvideotestsrc.c:
20721         (gst_videotestsrc_src_fixate):
20722         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20723         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20725
20726 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20727
20728         * sys/ximage/ximagesink.h:
20729         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20730         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20731         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20732         (gst_ximagesink_xoverlay_init):
20733           assorted fixes to make (re)embedding work
20734         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20735         (gst_ximagesink_get_desired_size):
20736           implement desired size additions to XOverlay
20737
20738 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20739
20740         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20741         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20742         (gst_x_overlay_got_desired_size):
20743         * gst-libs/gst/xoverlay/xoverlay.h:
20744           Add optional "desired size" signal and querying.
20745
20746 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20747
20748         * gst/matroska/matroska-demux.c:
20749         (gst_matroska_demux_parse_blockgroup):
20750           Fix EBML-laced block parsing. Diffs are relative to previous
20751           lace, not the first lace. Thanks to Mosu from the Matroska
20752           team for detecting this.
20753         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20754         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
20755         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
20756         (gst_wavparse_change_state):
20757         * gst/wavparse/gstwavparse.h:
20758           Quickfix for capsnego.
20759
20760 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20761
20762         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
20763           Fix indenting, fix pad creation.
20764
20765 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20766
20767         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
20768         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
20769         (gst_xviddec_sink_link):
20770           Implement src_getcaps() so proper size caps is negotiated.
20771
20772 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20773
20774         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
20775           Finish flac decoder on EOS. See #116178.
20776
20777 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20778
20779         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
20780         (gst_matroska_demux_add_stream):
20781         * gst/matroska/matroska-ids.h:
20782           Add getcaps() function to fix capsnego...
20783
20784 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20785
20786         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20787         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20788         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20789           Fix more integer overflows. Again, see #126967.
20790
20791 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20792
20793         * ext/mpeg2dec/gstmpeg2dec.c:
20794           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
20795           #130416.
20796
20797 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20798
20799         * configure.ac:
20800         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
20801         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
20802         * ext/xvid/gstxvid.h:
20803         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
20804         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
20805         (gst_xviddec_src_link), (gst_xviddec_sink_link),
20806         (gst_xviddec_change_state):
20807         * ext/xvid/gstxviddec.h:
20808         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
20809         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
20810         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
20811         (gst_xvidenc_link), (gst_xvidenc_set_property),
20812         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
20813         * ext/xvid/gstxvidenc.h:
20814           Update xvid plugin to latest xvid (1.0.0-beta3) API.
20815
20816 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20817
20818         * gst/rtp/rtp-packet.c:
20819           Add sys/types.h include, since OS X doesn't define in_addr_t
20820           in netinet/in.h, like it does on Linux (see #129600).
20821
20822 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
20823
20824         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20825
20826         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
20827           Correct logic of dispose function (see #129306).
20828
20829 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20830
20831         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
20832         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20833         (gst_mpeg_parse_init):
20834         * gst/mpegstream/gstmpegparse.h:
20835           Remove clock (which was never provided, i.e. dead code), and
20836           also fix integer overflows at high PTS values (see #126967).
20837
20838 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20839
20840         * ext/flac/gstflacdec.c:
20841         * ext/libpng/gstpngenc.h:
20842         * ext/mikmod/gstmikmod.h:
20843           OS X fixes (see #126628).
20844
20845 2004-01-02  David Schleef  <ds@schleef.org>
20846
20847         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
20848         (gst_alsa_src_base_init): Remove bogus "src" request pad.
20849         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
20850         (gst_mpeg_parse_class_init): Move pad template registration
20851         to class_init, since the derived class (mpegdemux) doesn't
20852         want them.
20853
20854 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20855
20856         * sys/ximage/Makefile.am:
20857         * sys/xvideo/Makefile.am:
20858         * sys/xvimage/Makefile.am:
20859           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
20860           after installation (see #127664).
20861
20862 2004-01-02  David Schleef  <ds@schleef.org>
20863
20864         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
20865         (gst_ffmpegenc_connect):  Negotiation fixes.
20866         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
20867         Remove inappropriate gst_caps_free().
20868         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20869         Reenable Ronald's internal resize code, since the core handles
20870         it correctly now.
20871
20872 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20873
20874         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
20875         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
20876         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
20877           Fix pad template stuff.
20878
20879 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20880
20881         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
20882         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
20883           fix signed integer reading/writing.
20884
20885 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20886
20887         * ext/alsa/README:
20888           Remove outdated document
20889
20890 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
20891
20892         * gst/cutter/gstcutter.c: (gst_cutter_init):
20893           src pad was being created twice - oops.
20894
20895 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20896
20897         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20898           Comment out internal resize. It doesn't handle the resulting
20899           XEvent internally, does another try_set_caps() which leads to
20900           a really nice loop.
20901           Real fix will come when Julien and Dave are awake. ;).
20902
20903 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20904
20905         * ext/mpeg2enc/gstmpeg2enc.cc:
20906           fix const/nonconst compile issue.
20907
20908 2004-01-02  David Schleef  <ds@schleef.org>
20909
20910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
20911         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
20912         Add fixate function and a check for bad formats.
20913
20914 2004-01-01  David Schleef  <ds@schleef.org>
20915
20916         Negotiation fixes:
20917         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20918         (gst_audiofilter_init):
20919         * gst/debug/efence.c: (gst_efence_init):
20920         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20921         (gst_deinterlace_init):
20922         * gst/volume/gstvolume.c: (volume_connect):
20923
20924 2004-01-01  David Schleef  <ds@schleef.org>
20925
20926         Convert elements to use gst_pad_use_explicit_caps() where
20927         appropriate:
20928         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
20929         * ext/audiofile/gstafparse.c: (gst_afparse_init),
20930         (gst_afparse_open_file):
20931         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
20932         (gst_afsrc_open_file):
20933         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
20934         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
20935         (gst_ffmpegdec_chain):
20936         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20937         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
20938         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
20939         (gst_gdk_pixbuf_chain):
20940         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
20941         (gst_jpegdec_chain):
20942         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
20943         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20944         (gst_mikmod_negotiate):
20945         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20946         (gst_mpeg2dec_negotiate_format):
20947         * ext/mpeg2enc/gstmpeg2enc.cc:
20948         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20949         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
20950         (gst_speexdec_sinkconnect):
20951         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
20952         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
20953         (gst_vorbisfile_new_link):
20954         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
20955         (gst_ac3parse_chain):
20956         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
20957         (gst_asf_demux_setup_pad):
20958         * gst/auparse/gstauparse.c: (gst_auparse_init),
20959         (gst_auparse_chain):
20960         * gst/id3/gstid3types.c: (gst_id3types_loop):
20961         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20962         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20963         (mp1videoparse_parse_seq):
20964         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
20965         (bpf_from_header):
20966         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20967         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
20968         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
20969         (gst_mpeg_parse_send_data):
20970         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20971         (gst_qtdemux_add_stream):
20972         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20973         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20974         (gst_wavparse_parse_fmt):
20975
20976 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20977
20978         * configure.ac:
20979           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
20980           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
20981           it therefore uses the wrong include paths. Too bad... Note
20982           that 1.6.1.93 is not release yet. ;).
20983           Also add a check for mplex, which is now using the lib'ified
20984           mplex from mjpegtools, too.
20985         * ext/ffmpeg/gstffmpegcodecmap.c:
20986           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
20987           issues. I don't think ffmpeg handles 3ivx correctly, so this
20988           probably won't work. But it won't hurt either.
20989         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
20990         (gst_ffmpegdec_chain):
20991         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
20992         (gst_ffmpegenc_chain_audio):
20993           Fix memleak in audio encoding. Close codec if open fails, this
20994           calls the cleanup routines so we can re-use the context.
20995         * ext/mpeg2enc/gstmpeg2enc.cc:
20996           Fix pad template names/types, fix memory issue with getcaps().
20997         * ext/mpeg2enc/gstmpeg2encoder.cc:
20998         * ext/mpeg2enc/gstmpeg2encoder.hh:
20999           Fix compile issue with new caps system (const thingy).
21000         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21001         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21002           We read a first frame right on initing, so that we have a caps
21003           when we init the output. This caps is cached in padprivate and
21004           read as first frame.
21005         * ext/mplex/Makefile.am:
21006         * ext/mplex/gstmplex.cc:
21007         * ext/mplex/gstmplex.h:
21008         * ext/mplex/gstmplex.hh:
21009         * ext/mplex/gstmplexibitstream.cc:
21010         * ext/mplex/gstmplexibitstream.hh:
21011         * ext/mplex/gstmplexjob.cc:
21012         * ext/mplex/gstmplexjob.hh:
21013         * ext/mplex/gstmplexoutputstream.cc:
21014         * ext/mplex/gstmplexoutputstream.hh:
21015           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21016           had issues, didn't do capsnego, supported only a subset of the
21017           mplex features and required a mplex fork in our local CVS. Plus
21018           that it worked agaist a very old mplex version. Rewriting was
21019           faster than updating it.
21020         * gst-libs/ext/Makefile.am:
21021         * gst-libs/ext/mplex/INSTRUCT:
21022         * gst-libs/ext/mplex/Makefile.am:
21023         * gst-libs/ext/mplex/README:
21024         * gst-libs/ext/mplex/TODO:
21025         * gst-libs/ext/mplex/ac3strm_in.cc:
21026         * gst-libs/ext/mplex/audiostrm.hh:
21027         * gst-libs/ext/mplex/audiostrm_out.cc:
21028         * gst-libs/ext/mplex/aunit.hh:
21029         * gst-libs/ext/mplex/bits.cc:
21030         * gst-libs/ext/mplex/bits.hh:
21031         * gst-libs/ext/mplex/buffer.cc:
21032         * gst-libs/ext/mplex/buffer.hh:
21033         * gst-libs/ext/mplex/fastintfns.h:
21034         * gst-libs/ext/mplex/format_codes.h:
21035         * gst-libs/ext/mplex/inputstrm.cc:
21036         * gst-libs/ext/mplex/inputstrm.hh:
21037         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21038         * gst-libs/ext/mplex/mjpeg_logging.cc:
21039         * gst-libs/ext/mplex/mjpeg_logging.h:
21040         * gst-libs/ext/mplex/mjpeg_types.h:
21041         * gst-libs/ext/mplex/mpastrm_in.cc:
21042         * gst-libs/ext/mplex/mpegconsts.cc:
21043         * gst-libs/ext/mplex/mpegconsts.h:
21044         * gst-libs/ext/mplex/mplexconsts.hh:
21045         * gst-libs/ext/mplex/multplex.cc:
21046         * gst-libs/ext/mplex/outputstream.hh:
21047         * gst-libs/ext/mplex/padstrm.cc:
21048         * gst-libs/ext/mplex/padstrm.hh:
21049         * gst-libs/ext/mplex/stillsstream.cc:
21050         * gst-libs/ext/mplex/stillsstream.hh:
21051         * gst-libs/ext/mplex/systems.cc:
21052         * gst-libs/ext/mplex/systems.hh:
21053         * gst-libs/ext/mplex/vector.cc:
21054         * gst-libs/ext/mplex/vector.hh:
21055         * gst-libs/ext/mplex/videostrm.hh:
21056         * gst-libs/ext/mplex/videostrm_in.cc:
21057         * gst-libs/ext/mplex/videostrm_out.cc:
21058         * gst-libs/ext/mplex/yuv4mpeg.cc:
21059         * gst-libs/ext/mplex/yuv4mpeg.h:
21060         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21061         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21062           We don't fork mjpegtools' mplex in our CVS anymore.
21063         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21064         (gst_avi_demux_add_stream):
21065         * gst/avi/gstavidemux.h:
21066           Add getcaps() function for proper caps nego. This makes some
21067           parts of AVI playback/reading work.
21068         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21069           Resize window on new capsnego. This is probably wrong, but
21070           I'm still committing it because with current capsnego, the
21071           first successfull capsnego is auto-fixated, therefore rounded
21072           down to the lowest values in the caps. this results in a 16x16
21073           XWindow that is not reized when real capsnego finishes.
21074           Dave, I see more cases of this, do you know a proper solution?
21075         * tools/gst-launch-ext.in:
21076           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21077
21078 2003-12-31  David Schleef  <ds@schleef.org>
21079
21080         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21081         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21082           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21083
21084 2003-12-30  David Schleef  <ds@schleef.org>
21085
21086         * ext/ffmpeg/gstffmpegcolorspace.c:
21087         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21088         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21089         (gst_ffmpegcsp_chain): Negotiation fixes
21090         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21091         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21092         (gst_audio_convert_link), (gst_audio_convert_channels):
21093         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21094         (gst_audioscale_link), (gst_audioscale_get_buffer),
21095         (gst_audioscale_chain): Negotiation fixes
21096         * gst/audioscale/gstaudioscale.h:
21097         * gst/videofilter/gstvideofilter.c:
21098         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21099         (gst_videofilter_link), (gst_videofilter_init),
21100         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21101         (gst_videofilter_find_format_by_structure):
21102         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21103         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21104         (gst_videoscale_link):
21105         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21106         (videoscale_find_by_structure), (gst_videoscale_setup):
21107         * gst/videoscale/videoscale.h: Negotiation fixes
21108         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21109         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21110         function, restrict resizing to a multiple of 4 (hack until
21111         everyone supports odd sizes correctly).
21112
21113 2003-12-29  Colin Walters  <walters@verbum.org>
21114
21115         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21116         signed.
21117
21118 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21119
21120         * ext/sndfile/gstsf.c: (gst_sf_loop):
21121           Fix warning about discarding const qualifier
21122
21123 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21124
21125         * gst/cutter/gstcutter.c:
21126         * gst/videoscale/gstvideoscale.c:
21127         * gst/volenv/gstvolenv.c:
21128         * gst-libs/gst/audio/audio.c:
21129         * gst-libs/gst/video/video.c:
21130           Fix warnings
21131
21132 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21133
21134         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21135           Don't send ALSA debugging to stderr.
21136         * ext/alsa/gstalsa.h:
21137           Use GST_WARNING instead of g_warning when ALSA functions fail.
21138
21139 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21140
21141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21142           Free XVAdapterInfo correctly.
21143
21144 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21145
21146         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21147         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21148           Make id3tag use correct caps nego.
21149
21150 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21151
21152         * ext/ivorbis/vorbis.c:
21153         * ext/ivorbis/vorbisenc.h:
21154         * ext/ivorbis/vorbisfile.c:
21155           Modify so that it uses the new caps things
21156
21157 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21158
21159         * testsuite/spider/spider1.c: (main):
21160         * testsuite/spider/spider2.c: (main):
21161         * testsuite/spider/spider3.c: (main):
21162           Make tests compile again. They probably don't work.
21163
21164 2003-12-24  Colin Walters  <walters@verbum.org>
21165
21166         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21167         we can't fixate the caps anymore.
21168
21169 2003-12-23  David Schleef  <ds@schleef.org>
21170
21171         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21172         * sys/oss/gstosssink.c: (gst_osssink_init),
21173         (gst_osssink_sink_fixate): Add fixate function.
21174
21175 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21176
21177         * ext/ffmpeg/gstffmpegcodecmap.c:
21178         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21179         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21180         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21181         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21182         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21183         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21184         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21185           fix typo in RGB masks, and move back to "old" colorspace
21186           capsnego code until whoever wrote this new crap has actually
21187           tested it so that it works.
21188           And yes, this works, keep it that way please.
21189
21190 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21191
21192         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21193         (gst_divxdec_init), (gst_divxdec_negotiate):
21194         * ext/divx/gstdivxdec.h:
21195         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21196         (gst_divxenc_init):
21197         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21198         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21199         * ext/mpeg2enc/gstmpeg2enc.cc:
21200         * ext/mpeg2enc/gstmpeg2encoder.cc:
21201         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21202         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21203         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21204         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21205         (dxr3spusink_init):
21206         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21207         (dxr3videosink_init):
21208           Fix caps breakage after Dave's caps branch merge.
21209
21210 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21211
21212         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21213           Fix for 24bpp display.
21214
21215 2003-12-23  Colin Walters  <walters@verbum.org>
21216
21217         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21218         a GnomeVFSHandle directly.
21219
21220 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21221
21222         * gst/volume/Makefile.am:
21223         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21224         (volume_base_init), (volume_init):
21225           Reenable volume element and fix to work with new caps stuff.
21226           Rhythmbox needs this.
21227
21228 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21229
21230         * gst/qtdemux/qtdemux.c: (plugin_init):
21231           qtdemux requires bytestream
21232
21233 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21234
21235         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21236           Fix remaining caps handling errors due to CAPS merge.
21237
21238 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21239
21240         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21241         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21242         (gst_faad_srcconnect):
21243           Port to new caps system.
21244
21245 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21246
21247         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21248         (got_video_size), (main): using g_print instead of g_message.
21249         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21250         signal which was not emitted because of "switch" element added to the
21251         bin but not connected. (Removing from the bin temporarily)
21252
21253 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21254
21255         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21256         find X development files. I don't understand the previous tests and
21257         they fail on my debian/ppc unstable. This one works.
21258         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21259         exiting.
21260         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21261         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21262         (gst_play_set_visualization): Add some safety checks in set_ methods
21263         and state_change. This was throwing some ugly CRITICAL messages when
21264         pipeline was getting disposed and casts were failing.
21265
21266 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21267
21268         * configure.ac:
21269           Improve mpeg2enc detection. This is for distributions that do
21270           ship mjpegtools, but without mpeg2enc. Also does object check
21271           for might there ever be ABI incompatibility.
21272         * ext/mpeg2enc/gstmpeg2enc.cc:
21273           Add Andrew as second maintainer (he's helping me), and also add
21274           an error if no caps was set. This happens if I pull before capsnego
21275           and that's something I should solve sometime else.
21276         * gst/matroska/matroska-demux.c:
21277         (gst_matroska_demux_parse_blockgroup):
21278           Fix time parsing.
21279         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21280         (gst_matroska_mux_track_header):
21281           Add caps to templates.
21282         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21283           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21284         * gst/mpegstream/gstmpegdemux.c:
21285           Remove layer since it causes warnings about unfixed caps.
21286         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21287           Fix obvious typo (we error out if caps were set, we should of
21288           course error out if *no* caps were set).
21289         * sys/oss/gstosselement.c: (gst_osselement_convert):
21290           Fix format conversion, we confused bits/bytes.
21291         * sys/oss/gstosselement.h:
21292           Improve documentation for 'bps'.
21293         * sys/v4l/TODO:
21294           Remove stuff about plugins that need removing - this was done
21295           ages ago.
21296         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21297         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21298         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21299         (gst_v4lsrc_src_query):
21300         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21301         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21302           Add get_query_types(), get_formats() and query() functions.
21303
21304 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21305
21306         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21307         * moved CVS to freedesktop.org