updated cz
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * po/LINGUAS:
4         * po/sq.po:
5           Added Albanian translation (Laurent Dhima)
6         * po/cs.po:
7           updated
8
9 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10
11         * ext/lame/gstlame.c:
12           fix/add debugging
13
14 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15
16         * sys/ximage/ximagesink.c:
17         * sys/xvimage/xvimagesink.c:
18           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
19
20 2004-08-06  Wim Taymans  <wim@fluendo.com>
21
22         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24         (gst_multifdsink_client_remove),
25         (gst_multifdsink_handle_client_read),
26         (gst_multifdsink_handle_client_write),
27         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
28         Make sure we don't try to read more from a client that what 
29         ioctl says us or we deadlock.
30
31 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32
33         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
34         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
35         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
36           decouple running_time and n_frames so it can handle changing
37           framerate while running
38
39 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
40
41         * po/nl.po:
42         * po/sv.po:
43           updated translations
44
45 2004-08-04  Benjamin Otte  <otte@gnome.org>
46
47         * gst/videotestsrc/gstvideotestsrc.c:
48         (gst_videotestsrc_get_capslist), (generate_capslist),
49         (plugin_init):
50           generate the list of supported caps at startup and reuse it instead
51           of always generating it
52
53 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
54
55         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
56           whoops, last checkin broke normal build
57
58 2004-08-03  Benjamin Otte  <otte@gnome.org>
59
60         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
61         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
62         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
63         (gst_alsa_mixer_get_option):
64         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
65         (dvdnavsrc_print_event):
66         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
67         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
68         (gst_ogg_mux_pad_unlink):
69         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
70         (gst_multipart_mux_pad_unlink):
71         * gst/videofilter/gstvideobalance.c:
72         (gst_videobalance_colorbalance_set_value):
73         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
74         (gst_videomixer_pad_unlink):
75         * po/uk.po:
76         * sys/oss/gstossmixer.c:
77         * sys/v4l/gstv4lcolorbalance.c:
78         * sys/v4l/gstv4ltuner.c:
79         * sys/v4l/v4lsrc_calls.c:
80         * sys/v4l2/gstv4l2colorbalance.c:
81         * sys/v4l2/gstv4l2tuner.c:
82           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
83
84 2004-08-03  Benjamin Otte  <otte@gnome.org>
85
86         * examples/dynparams/filter.c: (ui_control_create):
87         * examples/gstplay/player.c: (print_tag):
88         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
89         * ext/gdk_pixbuf/gstgdkanimation.c:
90         (gst_gdk_animation_iter_may_advance):
91         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
92         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
93         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
94         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
95         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
96         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
97         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
98         * gst/sine/demo-dparams.c: (main):
99         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
100         * testsuite/alsa/formats.c: (create_pipeline):
101         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
102           fixes for G_DISABLE_ASSERT and friends
103         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
104         (mp3_type_frame_length_from_header), (mp3_type_find),
105         (plugin_init):
106           require mp3 typefinding to have at least MIN_HEADERS valid headers
107           add typefinding for AAC adts files
108
109 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
110
111         * sys/ximage/ximagesink.c:
112         (gst_ximagesink_calculate_pixel_aspect_ratio):
113         * sys/xvimage/xvimagesink.c:
114         (gst_xvimagesink_calculate_pixel_aspect_ratio):
115         Make sure we calculate pixel-aspect-ratio using floating point maths
116
117 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
118
119         * po/uk.po:
120           updated translation
121
122 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
123
124         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
126           add debugging for display PAR calculation
127
128 2004-08-02  David Schleef  <ds@schleef.org>
129
130         * configure.ac: Fix mikmod CFLAGS.
131
132 2004-07-27  Benjamin Otte  <otte@gnome.org>
133
134         * gst/audioscale/gstaudioscale.c:
135         - fix templates to only support S16, it's the only format that works
136         - make caps nego code use try_set_caps_nonfixed and fixation instead
137         of try_set_caps twice, which is not nice for autopluggers
138         - change rank to secondary, so autopluggers can pick it up after
139         audioconvert
140
141 2004-08-02  Iain <iain@prettypeople.org>
142
143         * gst/interleave/interleave.c (interleave_init),
144         (interleave_request_new_pad),
145         (interleave_pad_removed),
146         (interleave_buffered_loop): Use the real pad count, not the artificial
147         one.
148
149 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
150
151         * configure.ac: bump nano back to development
152
153 === release 0.8.3 ===
154
155 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
156
157         * configure.ac: releasing 0.8.3, "Water"
158
159 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
160
161         * sys/xvimage/xvimagesink.c:
162         (gst_xvimagesink_calculate_pixel_aspect_ratio),
163         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
164         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
165         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
166         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
167         * sys/xvimage/xvimagesink.h:
168           apply similar PAR fixes as to ximagesink
169
170 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
171
172         patch from: Benjamin Otte
173
174         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
175           add link function to lame.  Fixes #148986.
176
177 2004-08-02  Johan Dahlin  <johan@gnome.org>
178
179         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
180         fix debugging log
181
182 2004-07-30  David Schleef  <ds@schleef.org>
183
184         * gst/videomixer/Makefile.am: Fix things that should have been
185         fixed in the last checkin.
186
187 2004-07-30  David Schleef  <ds@schleef.org>
188
189         * gst/multipart/Makefile.am: Fix things that should have been
190         fixed in the last checkin.
191
192 2004-07-30  David Schleef  <ds@schleef.org>
193
194         * testsuite/multifilesink/Makefile.am: Fix unused variable.
195
196 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
197
198         * configure.ac:
199           bump nano for prerelease
200         * po/af.po:
201         * po/az.po:
202         * po/cs.po:
203         * po/en_GB.po:
204         * po/hu.po:
205         * po/nl.po:
206         * po/sr.po:
207         * po/sv.po:
208         * po/uk.po:
209           updates
210
211 2004-07-30  Wim Taymans  <wim@fluendo.com>
212
213         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
214         (gst_multifdsink_add), (gst_multifdsink_remove),
215         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
216         (gst_multifdsink_client_remove),
217         (gst_multifdsink_handle_client_write),
218         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
219         * gst/tcp/gstmultifdsink.h:
220         Recover from a select with a bad file descriptor by removing
221         the client.
222
223 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
224
225         * configure.ac:
226           fix requirement of core
227         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
228         (gst_play_pipeline_setup):
229           don't use colorspace element.  do use hermescolorspace element.
230           make macro to get a colorspace element.
231           mark strings for translation.
232         * po/POTFILES.in:
233           add play.c
234         * po/af.po:
235         * po/az.po:
236         * po/cs.po:
237         * po/en_GB.po:
238         * po/hu.po:
239         * po/nl.po:
240         * po/sr.po:
241         * po/sv.po:
242         * po/uk.po:
243           update translations
244
245 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
246
247         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
248         fix default for newmedia flag
249
250 2004-07-30  Wim Taymans  <wim@fluendo.com>
251
252         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
253         (gst_theora_dec_init), (theora_get_formats),
254         (theora_dec_src_convert), (theora_dec_sink_convert),
255         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
256         (theora_dec_chain), (theora_dec_set_property),
257         (theora_dec_get_property):
258         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
259         (gst_theora_enc_class_init), (gst_theora_enc_init),
260         (theora_enc_sink_link), (theora_enc_chain),
261         (theora_enc_set_property), (theora_enc_get_property):
262         Added cropping option to theora decoder.
263         Added border option to theora encoder.
264
265 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
266
267         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
268         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
269         (gst_pngenc_set_property):
270         * ext/libpng/gstpngenc.h:
271         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
272
273 2004-07-30  Wim Taymans  <wim@fluendo.com>
274
275         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
276         (theora_enc_sink_link), (theora_enc_chain),
277         (theora_enc_set_property), (theora_enc_get_property):
278         Fix encoding of non-multiple-of-16 video.
279
280 2004-07-29  David Schleef  <ds@schleef.org>
281
282         * configure.ac: make test for audiofile more strict
283
284 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
285
286         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
287           give different names to typefind functions
288
289 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
290
291         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
292         (gst_ximagesink_calculate_pixel_aspect_ratio),
293         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
294         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
295         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
296         (gst_ximagesink_get_property), (gst_ximagesink_init):
297         * sys/ximage/ximagesink.h:
298           allocate PAR's dynamically.
299           use autodetected PAR if no object-set PAR is given.
300           add workaround for directfb's X not setting physical size.
301           fix to xvimagesink will follow tomorrow.
302
303 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
304
305         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
306         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
307         (gst_shout2send_get_type), (gst_shout2send_set_clock),
308         (gst_shout2send_class_init), (gst_shout2send_init),
309         (set_shout_metadata), (gst_shout2send_set_metadata),
310         (gst_shout2send_chain), (gst_shout2send_set_property),
311         (gst_shout2send_get_property), (gst_shout2send_connect),
312         (gst_shout2send_change_state):
313         * ext/shout2/gstshout2.h:
314         - fix for sending mp3 audio to icecast2 server, if pad link function not
315         called before PAUSED state
316         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
317         - added tagging support for mp3 audio broadcasted
318         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
319         debug info
320
321 2004-07-28  Wim Taymans  <wim@fluendo.com>
322
323         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
324         (gst_ogg_demux_push):
325         Return query failure when we don't know the length of
326         an ogg stream insteda of returning TRUE with a bogus value.
327
328 2004-07-28  Wim Taymans  <wim@fluendo.com>
329
330         * ext/theora/theoradec.c: (theora_get_formats),
331         (theora_dec_src_convert), (theora_dec_sink_convert),
332         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
333         (theora_dec_chain):
334         Don't screw up the 1 Chroma for 1 luma sample situation when we
335         have an odd offset/width by adding a black border in those cases.
336
337 2004-07-28  Wim Taymans  <wim@fluendo.com>
338
339         * ext/theora/theoradec.c: (theora_get_formats),
340         (theora_dec_src_convert), (theora_dec_sink_convert),
341         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
342         (theora_dec_chain):
343         * ext/theora/theoraenc.c: (theora_enc_sink_link):
344         Added first attempt at cropping of the image as required by the 
345         theora spec. We need more properties in the caps (offset_x,
346         offset_y,stride) to implement this correctly.
347
348 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
349
350         * ext/dvdnav/README:
351           Update the README to use dvddemux
352         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
353           Ensure getcaps returns a subset of the template caps
354         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
355         (gst_mpeg2subt_init):
356           Ensure getcaps returns a subset of the template caps
357         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
358         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
359         (gst_dvd_demux_get_subpicture_stream),
360         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
361         * gst/mpegstream/gstdvddemux.h:
362           Set the explicit caps on the current_video pad before pushing
363           anything
364         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
365         (gst_mpeg_demux_get_audio_stream):
366           Free caps used to gst_pad_set_explicit_caps, which takes a const
367           GstCaps *
368
369 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
370
371         * configure.ac: update GStreamer requirement to 0.8.4 because of
372           GstFraction.
373
374 2004-07-28  Wim Taymans  <wim@fluendo.com>
375
376         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
377         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
378         Add the pad to the element after setting up the caps. This
379         makes it a lot easier to autoplug.
380
381 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
382
383         * gst/median/gstmedian.c:
384         * gst/mpeg2subt/gstmpeg2subt.c:
385         * gst/mpegaudioparse/gstmpegaudioparse.c:
386         * gst/mpegstream/gstdvddemux.c:
387         * gst/mpegstream/gstmpegdemux.c:
388         * gst/mpegstream/gstmpegpacketize.c:
389         * gst/rtjpeg/gstrtjpeg.c:
390         * gst/rtjpeg/gstrtjpegdec.c:
391         * gst/rtjpeg/gstrtjpegenc.c:
392         * gst/sine/gstsinesrc.c:
393         * gst/smooth/gstsmooth.c:
394         * gst/smpte/gstsmpte.c:
395         * gst/smpte/gstsmpte.h:
396         * gst/stereo/gststereo.c:
397         * gst/videofilter/gstgamma.c:
398         * gst/videofilter/gstvideobalance.c:
399         * gst/videofilter/gstvideofilter.c:
400         * gst/videofilter/gstvideoflip.c:
401         * gst/videoscale/gstvideoscale.c:
402         * gst/videoscale/videoscale.c:
403         * gst/videotestsrc/gstvideotestsrc.c:
404         * gst/videotestsrc/videotestsrc.c:
405         * gst/wavenc/gstwavenc.c:
406         * gst/wavparse/gstwavparse.c:
407           fix local includes and 64 bits constants
408
409 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
410
411         * win32/gst.sln:
412         * gst-libs/gst/*/*.vcproj:
413         * gst/*/*.vcproj:
414           more working plugins
415
416 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
417
418         * testsuite/alsa/Makefile.am:
419         * testsuite/alsa/srcstate.c:
420         add test for alsasrc changing state
421
422 >>>>>>> 1.958
423 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
424
425         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
426         (gst_silence_get):
427         * gst/silence/gstsilence.h:
428         fix silence generation for 16bit raw audio
429
430 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
431
432         * gst/matroska/matroska-demux.c:
433         (gst_matroska_demux_parse_metadata),
434         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
435         * gst/mpegaudio/common.c:
436         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
437         (gst_videoscale_getcaps), (gst_videoscale_link),
438         (gst_videoscale_src_fixate), (gst_videoscale_init),
439         (gst_videoscale_finalize):
440         * gst/videoscale/gstvideoscale.h:
441         * gst/videotestsrc/gstvideotestsrc.c:
442         (gst_videotestsrc_get_capslist):
443         * gst/wavenc/gstwavenc.c:
444         * sys/oss/gstossmixer.c: (fill_labels):
445         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
446         (gst_ximagesink_handle_xevents),
447         (gst_ximagesink_calculate_pixel_aspect_ratio),
448         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
449         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
450         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
451         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
452         (gst_ximagesink_init), (gst_ximagesink_class_init):
453         * sys/ximage/ximagesink.h:
454         * sys/xvimage/xvimagesink.c:
455         (gst_xvimagesink_calculate_pixel_aspect_ratio),
456         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
457         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
458         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
459         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
460         * sys/xvimage/xvimagesink.h:
461           first batch of pixel aspect ratio commits.
462
463 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
464
465         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
466         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
467         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
468           handle stride, needs work if we want to move stride handling
469           upstream, but works correctly for our purposes.
470
471 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
472
473         * gst/videoscale/README:
474           add testing examples
475         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
476         (gst_videoscale_chain):
477         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
478         (gst_videoscale_get_size):
479           add get_size function that handles stride like videotestsrc.
480           fixes conversion for YUV formats for as much as I can test them.
481
482 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
483
484         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
485         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
487         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
488         (gst_xvimagesink_xvimage_put):
489           further cleanups, logging, error handling and synchronizing
490
491 2004-07-27  Wim Taymans  <wim@fluendo.com>
492
493         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
494         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
495         (gst_videomixer_pad_set_property),
496         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
497         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
498         (gst_videomixer_class_init), (gst_videomixer_init),
499         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
500         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
501         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
502         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
503         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
504         (gst_videomixer_loop), (plugin_init):
505         Be a nicer negotiation citizen and provide a getcaps function on
506         the srcpad. This also fixes a crash when resizing.
507
508 2004-07-27  Julien MOUTTE  <julien@moutte.net>
509
510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
511         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
512
513 2004-07-27  Wim Taymans  <wim@fluendo.com>
514
515         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
516         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
517         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
518         (gst_pngenc_set_property):
519         * ext/libpng/gstpngenc.h:
520         Added snapshot property to pngenc.
521         removed g_print from pngdec
522
523 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
524
525         * gst/ac3parse/ac3parse.vcproj
526         * gst/adder/adder.vcproj
527         * gst/alpha/alpha.vcproj
528         * gst/alpha/alphacolor.vcproj
529         * gst/asfdemux/asf.vcproj
530         * gst/audioconvert/audioconvert.vcproj
531         * gst/audiorate/audiorate.vcproj
532         * gst/audioscale/audioscale.vcproj
533         * gst/auparse/auparse.vcproj
534         * gst/avi/avi.vcproj
535         * gst/cdxaparse/cdxaparse.vcproj
536         * gst/chart/chart.vcproj
537         * gst/colorspace/colorspace.vcproj
538         * gst/cutter/cutter.vcproj
539         * gst/debug/debug.vcproj
540         * gst/debug/efence.vcproj
541         * gst/debug/navigationtest.vcproj
542         * gst/deinterlace/deinterlace.vcproj
543         * gst/effectv/effectv.vcproj
544         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
545         * gst/filter/filter.vcproj
546         * gst/flx/flxdec.vcproj
547         * gst/goom/goom.vcproj
548         * gst/interleave/interleave.vcproj
549         * gst/law/alaw.vcproj
550         * gst/law/mulaw.vcproj
551         * gst/matroska/matroska.vcproj
552         * gst/median/median.vcproj
553         * gst/mixmatrix/mixmatrix.vcproj
554         * gst/mpeg1sys/mpeg1systemencode.vcproj
555         * gst/mpeg1videoparse/mp1videoparse.vcproj
556         * gst/mpeg2sub/mpeg2subt.vcproj
557         * gst/mpegaudio/mpegaudio.vcproj
558         * gst/mpegaudioparse/mpegaudioparse.vcproj
559         * gst/mpegstream/mpegstream.vcproj
560         * gst/multifilesink/multifilesink.vcproj
561         * gst/multipart/multipart.vcproj
562         * gst/oneton/oneton.vcproj
563         * gst/overlay/overlay.vcproj
564         * gst/passthrough/passthrough.vcproj
565         * gst/qtdemux/qtdemux.vcproj
566         * gst/realmedia/rmdemux.vcproj
567         * gst/rtjpeg/rtjpeg.vcproj
568         * gst/rtp/rtp.vcproj
569         * gst/silence/silence.vcproj
570         * gst/sine/sinesrc.vcproj
571         * gst/smooth/smooth.vcproj
572         * gst/smpte/smpte.vcproj
573         * gst/spectrum/spectrum.vcproj
574         * gst/speed/speed.vcproj
575         * gst/stereo/stereo.vcproj
576         * gst/switch/switch.vcproj
577         * gst/tags/tagedit.vcproj
578         * gst/tcp/tcp.vcproj
579         * gst/typefind/typefindfunctions.vcproj
580         * gst/udp/udp.vcproj
581         * gst/videobox/videobox.vcproj
582         * gst/videocrop/videocrop.vcproj
583         * gst/videodrop/videodrop.vcproj
584         * gst/videofilter/gamma.vcproj
585         * gst/videofilter/videobalance.vcproj
586         * gst/videofilter/videofilter.vcproj
587         * gst/videofilter/videoflip.vcproj
588         * gst/videoflip/videoflip.vcproj
589         * gst/videomixer/videomixer.vcproj
590         * gst/videorate/videorate.vcproj
591         * gst/videoscale/videoscale.vcproj
592         * gst/videotestsrc/videotestsrc.vcproj
593         * gst/virtualdub/virtualdub.vcproj
594         * gst/volenv/volenv.vcproj
595         * gst/volume/volume.vcproj
596         * gst/wavenc/wavenc.vcproj
597         * gst/wavparse/wavparse.vcproj
598         * gst/y4m/y4menc.vcproj
599         * gst-libs/gst/audio/audio.vcproj
600         * gst-libs/gst/audio/audiofilter.vcproj
601         * gst-libs/gst/colorbalance/colorbalance.vcproj
602         * gst-libs/gst/idct/idtc.vcproj
603         * gst-libs/gst/media-info/media-info.vcproj
604         * gst-libs/gst/mixer/mixer.vcproj
605         * gst-libs/gst/navigation/navigation.vcproj
606         * gst-libs/gst/play/play.vcproj
607         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
608         * gst-libs/gst/resample/resample.vcproj
609         * gst-libs/gst/riff/riff.vcproj
610         * gst-libs/gst/tuner/tuner.vcproj
611         * gst-libs/gst/video/video.vcproj
612         * gst-libs/gst/xoverlay/xoverlay.vcproj
613           avoid problems with math.h, fix release dependancy
614           rename GStreamer-0.8.lib to libgstreamer.lib
615
616 2004-07-27  Julien MOUTTE  <julien@moutte.net>
617
618         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
620         the atom is not available we have to unlock the mutex. Fixes #148023
621
622 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
623
624         * gst-libs/gst/media-info/media-info.h:
625           issue for a vararg macro with MSVC
626
627 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
628
629         * gst/effectv/effectv.vcproj
630         * gst-libs/gst/idct/idct.vcproj:
631         * gst-libs/gst/media-info/media-info.vcproj:
632         * gst-libs/gst/navigation/navigation.vcproj:
633         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
634         * gst-libs/gst/video/video.vcproj:
635         * gst-libs/gst/xoverlay/xoverlay.vcproj:
636           fixes for build problems
637
638 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
639
640         * gst-libs/gst/audio/audio.def:
641         * gst-libs/gst/audio/riff.def:
642           add some definitions needed by plugins
643
644 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
645
646         * gst/asfdemux/gstasfmux.c
647           Fix some 64 bits constants to be glib friendly
648
649 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
650
651         * gst/ac3parse/gstac3parse.c
652         * gst/audioscale/gstaudioscale.c
653         * gst/auparse/gstauparse.c
654         * gst/colorspace/gstcolorspace.c
655         * gst/colorspace/yuv2rgb.h
656           local include fixes
657
658 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
659
660         * win32/gst.sln
661           add more plugins to the build
662
663 2004-07-26  Julien MOUTTE  <julien@moutte.net>
664
665         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
666         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
667
668 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
669
670         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
671         (gst_level_set_property), (gst_level_get_property),
672         (gst_level_base_init), (gst_level_class_init):
673           add debugging categories.  cleanups.
674
675 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
676
677         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
678         (gst_videoscale_planar411), (gst_videoscale_planar400),
679         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
680         (gst_videoscale_scale_nearest_str1),
681         (gst_videoscale_scale_nearest_str2),
682         (gst_videoscale_scale_nearest_str4),
683         (gst_videoscale_scale_nearest_16bit),
684         (gst_videoscale_scale_nearest_24bit):
685           fixed stride issues
686           tested with 320x240 -> 321, 322, 324 x240
687           tested with YV12, I420, YUY2, UYVY
688           fixed packed422rev (don't think it could have worked before)
689           by testing with UYVY
690
691 2004-07-26  Benjamin Otte  <otte@gnome.org>
692
693         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
694         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
695         (plugin_init):
696           add debugging category, add error checks like checking return values
697           of setup calls, make sure it still works after
698           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
699
700 2004-07-26  Wim Taymans  <wim@fluendo.com>
701
702         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
703         (gst_mpeg_demux_get_audio_stream),
704         (gst_mpeg_demux_process_private):
705         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
706         Check for error codes from the negotiation functions. Make sure
707         we really set the pad caps when a new pad is created.
708
709 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
710
711         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
712         (gst_ffmpeg_caps_to_pix_fmt):
713         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
714         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
715         (gst_ffmpegcolorspace_pad_link):
716           don't make function do two things at the same time without reason.
717
718 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
719
720         * gst/ac3parse/ac3parse.vcproj
721         * gst/adder/adder.vcproj
722         * gst/alpha/alpha.vcproj
723         * gst/alpha/alphacolor.vcproj
724         * gst/asfdemux/asf.vcproj
725         * gst/audioconvert/audioconvert.vcproj
726         * gst/audiorate/audiorate.vcproj
727         * gst/audioscale/audioscale.vcproj
728         * gst/auparse/auparse.vcproj
729         * gst/avi/avi.vcproj
730         * gst/cdxaparse/cdxaparse.vcproj
731         * gst/chart/chart.vcproj
732         * gst/colorspace/colorspace.vcproj
733         * gst/cutter/cutter.vcproj
734         * gst/debug/debug.vcproj
735         * gst/debug/efence.vcproj
736         * gst/debug/navigationtest.vcproj
737         * gst/deinterlace/deinterlace.vcproj
738         * gst/effectv/effectv.vcproj
739         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
740         * gst/filter/filter.vcproj
741         * gst/flx/flxdec.vcproj
742         * gst/goom/goom.vcproj
743         * gst/interleave/interleave.vcproj
744         * gst/law/alaw.vcproj
745         * gst/law/mulaw.vcproj
746         * gst/matroska/matroska.vcproj
747         * gst/median/median.vcproj
748         * gst/mixmatrix/mixmatrix.vcproj
749         * gst/mpeg1sys/mpeg1systemencode.vcproj
750         * gst/mpeg1videoparse/mp1videoparse.vcproj
751         * gst/mpeg2sub/mpeg2subt.vcproj
752         * gst/mpegaudio/mpegaudio.vcproj
753         * gst/mpegaudioparse/mpegaudioparse.vcproj
754         * gst/mpegstream/mpegstream.vcproj
755         * gst/multifilesink/multifilesink.vcproj
756         * gst/multipart/multipart.vcproj
757         * gst/oneton/oneton.vcproj
758         * gst/overlay/overlay.vcproj
759         * gst/passthrough/passthrough.vcproj
760         * gst/qtdemux/qtdemux.vcproj
761         * gst/realmedia/rmdemux.vcproj
762         * gst/rtjpeg/rtjpeg.vcproj
763         * gst/rtp/rtp.vcproj
764         * gst/silence/silence.vcproj
765         * gst/sine/sinesrc.vcproj
766         * gst/smooth/smooth.vcproj
767         * gst/smpte/smpte.vcproj
768         * gst/spectrum/spectrum.vcproj
769         * gst/speed/speed.vcproj
770         * gst/stereo/stereo.vcproj
771         * gst/switch/switch.vcproj
772         * gst/tags/tagedit.vcproj
773         * gst/tcp/tcp.vcproj
774         * gst/typefind/typefindfunctions.vcproj
775         * gst/udp/udp.vcproj
776         * gst/videobox/videobox.vcproj
777         * gst/videocrop/videocrop.vcproj
778         * gst/videodrop/videodrop.vcproj
779         * gst/videofilter/gamma.vcproj
780         * gst/videofilter/videobalance.vcproj
781         * gst/videofilter/videofilter.vcproj
782         * gst/videofilter/videoflip.vcproj
783         * gst/videoflip/videoflip.vcproj
784         * gst/videomixer/videomixer.vcproj
785         * gst/videorate/videorate.vcproj
786         * gst/videoscale/videoscale.vcproj
787         * gst/videotestsrc/videotestsrc.vcproj
788         * gst/virtualdub/virtualdub.vcproj
789         * gst/volenv/volenv.vcproj
790         * gst/volume/volume.vcproj
791         * gst/wavenc/wavenc.vcproj
792         * gst/wavparse/wavparse.vcproj
793         * gst/y4m/y4menc.vcproj
794           more plugins supported under windows
795
796 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
797
798         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
799         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
800         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
802         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
803           Add debugging statements.  Use the sizes as returned by the
804           *CreateImage calls.
805
806 2004-07-26  Johan Dahlin  <johan@gnome.org>
807
808         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
809         the pad is negotiated.
810
811         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
812
813 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
814
815         * gst-libs/gst/colorbalance/colorbalance.vcproj:
816         * gst-libs/gst/idct/idct.vcproj:
817         * gst-libs/gst/media-info/media-info.vcproj:
818         * gst-libs/gst/mixer/mixer.vcproj:
819         * gst-libs/gst/navigation/navigation.vcproj:
820         * gst-libs/gst/play/play.vcproj:
821         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
822         * gst-libs/gst/resample/resample.vcproj:
823         * gst-libs/gst/tuner/tuner.vcproj:
824         * gst-libs/gst/video/video.vcproj:
825         * gst-libs/gst/xoverlay/xoverlay.vcproj:
826           more plugins supported under windows
827
828 2004-07-25 Iain <iain@prettypeople.org>
829
830         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
831         pad now rather than when the pad is created because state changes wipe
832         explicit caps (fixes #148043).
833
834 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
835
836         reviewed by Benjamin Otte  <otte@gnome.org>
837
838         * ext/mad/gstmad.c:
839           fix mad plugin crashing on Sun (fixes #148289)
840
841 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
842
843         * gst/avi/avi.def:
844         * gst/avi/avi.vcproj:
845         * gst/matroska/matroska.def:
846         * gst/matroska/matroska.vcproj:
847           remove unused .def files
848
849 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
850
851         * gst-libs/gst/audio/gstaudiofilter.c:
852           Clean the local include
853
854 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
855
856         * win32/gst.sln:
857         * gst-libs/gst/audio/audio.def:
858         * gst-libs/gst/audio/audio.vcproj:
859         * gst-libs/gst/audio/audiofilter.vcproj:
860         * gst-libs/gst/audio/riff.def:
861         * gst-libs/gst/audio/riff.vcproj:
862         * gst-libs/gst/gst-libs.def:
863         * gst-libs/gst/gst-libs.vcproj:
864         * gst/avi/avi.vcproj:
865         * gst/avi/avi.vcproj:
866           Copy the files where needed after building, cleaner projects
867
868 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
869
870         * gst/matroska/ebml-write.c:
871           Fix some 64 bits constants to be glib friendly
872
873 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
874
875         * win32/gst.sln:
876         * gst-libs/gst/gst-libs.def:
877         * gst-libs/gst/gst-libs.vcproj:
878         * gst/matroska/matroska.def:
879         * gst/matroska/matroska.vcproj:
880           Add the preliminary canvas to build plugins on Win32
881
882 2004-07-23  Benjamin Otte  <otte@gnome.org>
883
884         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
885           don't enfore negotiation from source side, it breaks 
886           sinesrc ! audioconvert ! osssink
887
888 2004-07-22  David Schleef  <ds@schleef.org>
889
890         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
891         for ELF files, since they can easily be recognized as audio/mpeg.
892         (bug #147441)
893
894 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
895
896         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
897         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
898         (gst_videoscale_scale_nearest_24bit),
899         (gst_videoscale_scale_nearest_16bit):
900           fix 16bit and 24bit for stride (24bit might need testing)
901           don't pretend we do more than one algorithm
902
903 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
904
905         * configure.ac:
906         * gst/Makefile.am:
907         * gst/multifilesink/Makefile.am:
908         * gst/multifilesink/gstmultifilesink.c:
909         (gst_multifilesink_get_formats),
910         (gst_multifilesink_get_query_types), (_do_init),
911         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
912         (gst_multifilesink_init), (gst_multifilesink_dispose),
913         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
914         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
915         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
916         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
917         (gst_multifilesink_chain), (gst_multifilesink_change_state),
918         (gst_multifilesink_uri_get_type),
919         (gst_multifilesink_uri_get_protocols),
920         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
921         (gst_multifilesink_uri_handler_init), (plugin_init):
922         * gst/multifilesink/gstmultifilesink.h:
923         * testsuite/Makefile.am:
924         * testsuite/multifilesink/Makefile.am:
925         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
926         (gst_newmedia_class_init), (gst_newmedia_init),
927         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
928         (newfile_signal), (test_signal), (main):
929         multifilesink plugin for creating new files every time a new media
930         discontinuity event occurs
931
932 2004-07-22  Wim Taymans  <wim@fluendo.com>
933
934         * gst/alpha/Makefile.am:
935         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
936         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
937         (gst_alpha_color_init), (gst_alpha_color_set_property),
938         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
939         (transform), (gst_alpha_color_chain),
940         (gst_alpha_color_change_state), (plugin_init):
941         Stupid plugin to to RGBA to AYUV conversion because none of
942         the colorspace plugins can handle that yet.
943
944 2004-07-22  Wim Taymans  <wim@fluendo.com>
945
946         * examples/seeking/seek.c: (update_scale), (main):
947         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
948         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
949         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
950         (gst_decode_bin_init), (gst_decode_bin_dispose),
951         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
952         (no_more_pads), (close_link), (type_found),
953         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
954         (plugin_init):
955         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
956         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
957         (gst_play_base_bin_dispose), (queue_overrun),
958         (gen_preroll_element), (remove_prerolls), (unknown_type),
959         (no_more_pads), (new_stream), (setup_source),
960         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
961         (play_base_eos), (gst_play_base_bin_change_state),
962         (gst_play_base_bin_add_element),
963         (gst_play_base_bin_remove_element),
964         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
965         (gst_play_base_bin_unlink_stream),
966         (gst_play_base_bin_get_streaminfo):
967         * gst/playback/gstplaybin.c: (gen_video_element),
968         (gen_audio_element):
969         * gst/playback/gststreaminfo.h:
970         More playback updates, attempt to fix things after the state change
971         breakage.
972
973 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
974
975         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
976         (gst_videoscale_scale_nearest_16bit):
977           comment algorithm
978
979 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
980
981         * gst/videotestsrc/gstvideotestsrc.c:
982         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
983         (gst_videotestsrc_init), (gst_videotestsrc_get),
984         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
985         (gst_videotestsrc_get_property):
986         * gst/videotestsrc/gstvideotestsrc.h:
987         * gst/videotestsrc/videotestsrc.c:
988         * gst/videotestsrc/videotestsrc.h:
989           cleanup and commenting
990
991 2004-07-21  Wim Taymans  <wim@fluendo.com>
992
993         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
994         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
995         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
996         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
997         (_find_chain_get_unknown_part), (_find_streams_check),
998         (gst_ogg_demux_push), (gst_ogg_pad_push):
999         * ext/theora/theoradec.c: (theora_get_formats),
1000         (theora_dec_src_convert), (theora_dec_sink_convert),
1001         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
1002         (theora_dec_chain):
1003         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
1004         (vorbis_dec_convert), (vorbis_dec_src_query),
1005         (vorbis_dec_src_event), (vorbis_dec_event):
1006         More seeking fixes, oggdemux now supports seeking to time and
1007         uses the downstream element to convert granulepos to time.
1008         Seeking in theora-only ogg files now works.
1009
1010 2004-07-21  Wim Taymans  <wim@fluendo.com>
1011
1012         * ext/theora/theoradec.c: (gst_theora_dec_init),
1013         (theora_get_formats), (theora_get_event_masks),
1014         (theora_get_query_types), (theora_dec_src_convert),
1015         (theora_dec_sink_convert), (theora_dec_src_query),
1016         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
1017         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
1018         (vorbis_get_event_masks), (vorbis_get_query_types),
1019         (gst_vorbis_dec_init), (vorbis_dec_convert),
1020         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
1021         Added query/convert/formats functions to vorbis and theora decoders
1022         so that the outside world can use them too. Fixed seeking on an
1023         ogg/theora/vorbis file by disabling the seeking seeking on the 
1024         theora srcpad.
1025
1026 2004-07-21  Julien MOUTTE  <julien@moutte.net>
1027
1028         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
1029         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
1030         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
1031         images creation for both elements. We don't create the image on caps
1032         nego or renego, we just destroy the internal one if present if it does
1033         not match the needs. The chain function takes care of creating a new
1034         image when needed.
1035         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1036         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
1037         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
1038         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
1039         the image format information. The buffer pool checks for the context
1040         image format and discard images with different formats.
1041         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
1042
1043 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1044
1045         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1046         (gst_ffmpegcolorspace_chain):
1047           no point in doing any chaining if the pad we want to push from
1048           isn't usable.
1049
1050 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1051
1052         * gst-libs/gst/riff/riff-media.c:
1053         (gst_riff_create_audio_caps_with_data):
1054           Fix double end-to-native symbol conversion (#148021).
1055
1056 2004-07-20  David Schleef  <ds@schleef.org>
1057
1058         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
1059         Don't use an Atom that doesn't exist.
1060
1061 2004-07-20  Wim Taymans  <wim@fluendo.com>
1062
1063         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1064         (gst_multifdsink_add), (gst_multifdsink_get_stats),
1065         (gst_multifdsink_client_remove),
1066         (gst_multifdsink_handle_client_write),
1067         (gst_multifdsink_queue_buffer):
1068         * gst/tcp/gstmultifdsink.h:
1069         More multifdsink stats. Avoid deadlock by releasing locks
1070         before sending out a signal.
1071
1072 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1073
1074         * po/LINGUAS:
1075         * po/hu.po:
1076           added Hungarian translation (Laszlo Dvornik)
1077
1078 2004-07-20  Wim Taymans  <wim@fluendo.com>
1079
1080         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1081         (gst_multifdsink_add), (gst_multifdsink_client_remove),
1082         (gst_multifdsink_handle_client_write),
1083         (gst_multifdsink_queue_buffer):
1084         * gst/tcp/gsttcp-marshal.list:
1085         Fixed the stupid marshal definition.
1086
1087 2004-07-20  Wim Taymans  <wim@fluendo.com>
1088
1089         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1090         (gst_multifdsink_init), (gst_multifdsink_add),
1091         (gst_multifdsink_client_remove),
1092         (gst_multifdsink_handle_client_write),
1093         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
1094         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
1095         (gst_multifdsink_init_send):
1096         * gst/tcp/gstmultifdsink.h:
1097         Added more stats, added timeout for a client, fixed some typos
1098         and added some comments.
1099
1100 2004-07-20  Wim Taymans  <wim@fluendo.com>
1101
1102         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1103         (gst_multifdsink_add), (gst_multifdsink_get_stats),
1104         (gst_multifdsink_client_remove),
1105         (gst_multifdsink_handle_client_write):
1106         * gst/tcp/gstmultifdsink.h:
1107         * gst/tcp/gsttcp-marshal.list:
1108         Added get_stats method that returns a GValueArray of
1109         stats values.
1110
1111 2004-07-19  Benjamin Otte  <otte@gnome.org>
1112
1113         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
1114           make sure longname, description and author are valid UTF-8
1115
1116 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1117
1118         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
1119         (gst_ximagesink_set_property):
1120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
1121         (gst_xvimagesink_set_property):
1122           make sure SYNCHRONOUS is respected after getting the X context
1123
1124 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1125
1126         * gst/matroska/matroska-demux.c:
1127         (gst_matroska_demux_handle_src_event),
1128         (gst_matroska_demux_parse_blockgroup):
1129         * gst/matroska/matroska-ids.h:
1130           add BlockReference tag and ignore it to clear out log.
1131           ignore NAVIGATION events to clear out log.
1132
1133 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1134
1135         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
1136         (gst_matroska_demux_add_stream):
1137         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
1138           add debug categories
1139
1140 2004-07-16  Wim Taymans  <wim@fluendo.com>
1141
1142         * ext/libpng/Makefile.am:
1143         * ext/libpng/gstpng.c: (plugin_init):
1144         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
1145         (gst_pngdec_get_type), (gst_pngdec_base_init),
1146         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
1147         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
1148         * ext/libpng/gstpngdec.h:
1149         Added png decoder.
1150
1151 2004-07-16  Julien MOUTTE  <julien@moutte.net>
1152
1153         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
1154         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
1155         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
1156         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
1157         (gst_ximagesink_buffer_alloc):
1158         * sys/ximage/ximagesink.h:
1159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1160         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
1161         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
1162         (gst_xvimagesink_buffer_alloc):
1163         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
1164         again. Using internal data pointer of the x(v)image to store image's
1165         data to be coherent with the buffer alloc mechanism. Investigated the
1166         image destruction code to be sure that everything gets freed correctly.
1167
1168 2004-07-16  Wim Taymans  <wim@fluendo.com>
1169
1170         * gst-libs/gst/riff/riff-read.c:
1171         (gst_riff_read_strf_vids_with_data),
1172         (gst_riff_read_strf_auds_with_data):
1173         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1174         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
1175         Make sure we don't create 0 sized subbuffers in riff-read.
1176         Signal the no more pads signal after reading the avi header.
1177
1178 2004-07-16  Wim Taymans  <wim@fluendo.com>
1179
1180         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1181         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
1182         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1183         (gst_decode_bin_init), (gst_decode_bin_dispose),
1184         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1185         (no_more_pads), (close_link), (type_found),
1186         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1187         (gst_decode_bin_change_state), (plugin_init):
1188         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1189         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1190         (gst_play_base_bin_dispose), (queue_overrun),
1191         (gen_preroll_element), (remove_prerolls), (unknown_type),
1192         (no_more_pads), (new_stream), (setup_source),
1193         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
1194         (play_base_eos), (gst_play_base_bin_change_state),
1195         (gst_play_base_bin_add_element),
1196         (gst_play_base_bin_remove_element),
1197         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1198         (gst_play_base_bin_unlink_stream),
1199         (gst_play_base_bin_get_streaminfo):
1200         * gst/playback/gstplaybasebin.h:
1201         Better error recovery. Added configurable preroll queue size. Faster
1202         detection of no-more-pads.
1203
1204 2004-07-16  Wim Taymans  <wim@fluendo.com>
1205
1206         * gst-libs/gst/video/video.h:
1207         Added 32 bits RGBA. Not sure if we should use another mime-type
1208         for alpha rgb. Currently the presence of the alpha_mask property
1209         signals an alpha channel.
1210
1211 2004-07-16  Wim Taymans  <wim@fluendo.com>
1212
1213         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1215         FPS seems to be 0.0 to MAX everywhere else.
1216
1217 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1218
1219         * gst-libs/gst/riff/riff-media.c:
1220         (gst_riff_create_video_caps_with_data):
1221           mp42/mp43 (no caps) exist too.
1222         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
1223           Set pixel_width/height; we've got them in-caps.
1224         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1225         * gst/wavparse/gstwavparse.c: (plugin_init):
1226           Both are valid primary.
1227         * sys/oss/gstossmixer.c:
1228           Remove i18n hack and enable translations.
1229
1230 2004-07-15  Benjamin Otte  <otte@gnome.org>
1231
1232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1233         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
1234           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
1235
1236 2004-07-15  Benjamin Otte  <otte@gnome.org>
1237
1238         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
1239         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
1240         (gst_alsa_close_audio):
1241           disable some of the debugging code for now. Writing debugging to a
1242           buffer is broken in current alsalib releases.
1243
1244 2004-07-12  Benjamin Otte  <otte@gnome.org>
1245
1246         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
1247           use bufferpools
1248
1249 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1250
1251         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
1252         (theora_dec_src_query), (theora_dec_event):
1253         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
1254           add debugging categories.  Remove \n's.
1255
1256 2004-07-13  Johan Dahlin  <johan@gnome.org>
1257
1258         * gst/playback/gstplaybin.c (gst_play_bin_set_property) 
1259         (gst_play_bin_get_property): Impl.
1260
1261 2004-07-13  Wim Taymans  <wim@fluendo.com>
1262
1263         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
1264         When trying to find the stream length, seek back N pages
1265         instead of just one, where N is the number of streams in 
1266         the current chain.
1267
1268 2004-07-13  Wim Taymans  <wim@fluendo.com>
1269
1270         * gst-libs/gst/riff/riff-media.c:
1271         (gst_riff_create_audio_caps_with_data),
1272         (gst_riff_create_audio_caps),
1273         (gst_riff_create_audio_template_caps):
1274         * gst-libs/gst/riff/riff-media.h:
1275         * gst-libs/gst/riff/riff-read.c:
1276         (gst_riff_read_strf_vids_with_data),
1277         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
1278         * gst-libs/gst/riff/riff-read.h:
1279         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1280         (gst_avi_demux_add_stream):
1281         Set codec_data on caps for avidemuxer.
1282
1283 2004-07-12  David Schleef  <ds@schleef.org>
1284
1285         * configure.ac: Fix test for Objective C
1286
1287 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
1288         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
1289         (gst_gdk_pixbuf_chain):
1290           Add svg and pcx to template caps, and ensure that getcaps returns a
1291           subset of the template caps.
1292           Copy each row manually for output, as gdkpixbuf may pad the
1293           rowstride to a 32-bit word boundary.
1294
1295 2004-07-12  Wim Taymans  <wim@fluendo.com>
1296
1297         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1298         (gst_riff_create_video_template_caps):
1299         Fix the template caps to include some more media types.
1300
1301 2004-07-12  Wim Taymans  <wim@fluendo.com>
1302
1303         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1304         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1305         (compare_ranks), (print_feature), (gst_decode_bin_init),
1306         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1307         (try_to_link_1), (new_pad), (close_link), (type_found),
1308         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1309         (gst_decode_bin_change_state), (plugin_init):
1310         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1311         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1312         (gst_play_base_bin_dispose), (queue_overrun),
1313         (gen_preroll_element), (remove_prerolls), (no_more_pads),
1314         (new_stream), (setup_source), (gst_play_base_bin_set_property),
1315         (gst_play_base_bin_get_property), (play_base_eos),
1316         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
1317         (gst_play_base_bin_remove_element),
1318         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1319         (gst_play_base_bin_unlink_stream),
1320         (gst_play_base_bin_get_streaminfo):
1321         * gst/playback/gstplaybasebin.h:
1322         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1323         (gst_play_bin_class_init), (gst_play_bin_init),
1324         (gst_play_bin_dispose), (gst_play_bin_set_property),
1325         (gst_play_bin_get_property), (gen_video_element),
1326         (gen_audio_element), (remove_sinks), (setup_sinks),
1327         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
1328         (gst_play_bin_send_event), (gst_play_bin_get_formats),
1329         (gst_play_bin_convert), (gst_play_bin_get_query_types),
1330         (gst_play_bin_query), (plugin_init):
1331         * gst/playback/test4.c: (main):
1332         More fixes on reusing of the element.
1333
1334 2004-07-11  Benjamin Otte  <otte@gnome.org>
1335
1336         * ext/mad/gstmad.c: (normal_seek):
1337           allow seeking for other methods than just SET
1338
1339 2004-07-11  Andy Wingo  <wingo@pobox.com>
1340
1341         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
1342         float, "any" caps -> buffer_frames=[0,MAX].
1343
1344         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
1345         doesn't intersect our caps with the template any more. Do it
1346         ourselves.
1347         (interleave_buffered_loop): Use g_newa instead of malloc/free.
1348
1349 2004-07-09  Wim Taymans  <wim@fluendo.com>
1350
1351         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1352         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1353         (compare_ranks), (print_feature), (gst_decode_bin_init),
1354         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1355         (try_to_link_1), (new_pad), (close_link), (type_found),
1356         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1357         (gst_decode_bin_change_state), (plugin_init):
1358         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1359         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1360         (gst_play_base_bin_dispose), (queue_overrun),
1361         (gen_preroll_element), (remove_prerolls), (no_more_pads),
1362         (new_stream), (setup_source), (gst_play_base_bin_set_property),
1363         (gst_play_base_bin_get_property), (play_base_eos),
1364         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
1365         (gst_play_base_bin_remove_element),
1366         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1367         (gst_play_base_bin_unlink_stream),
1368         (gst_play_base_bin_get_streaminfo):
1369         * gst/playback/gstplaybasebin.h:
1370         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1371         (gst_play_bin_class_init), (gst_play_bin_init),
1372         (gst_play_bin_dispose), (gst_play_bin_set_property),
1373         (gst_play_bin_get_property), (gen_video_element),
1374         (gen_audio_element), (remove_sinks), (setup_sinks),
1375         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
1376         (gst_play_bin_send_event), (gst_play_bin_get_formats),
1377         (gst_play_bin_convert), (gst_play_bin_get_query_types),
1378         (gst_play_bin_query), (plugin_init):
1379         * gst/playback/test4.c: (main):
1380         Work on object reuse and seeking.
1381
1382 2004-07-09  Wim Taymans  <wim@fluendo.com>
1383
1384         * examples/seeking/seek.c: (iterate):
1385         Don't consume all CPU in the idle loop.
1386
1387 2004-07-09  Wim Taymans  <wim@fluendo.com>
1388
1389         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
1390         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
1391         Add pad to element *after* setting the pad functions so that
1392         the scheduler can use the correct ones.
1393
1394 2004-07-09  Wim Taymans  <wim@fluendo.com>
1395
1396         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
1397         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
1398         Sync to keyframe after seek
1399
1400 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1401
1402         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
1403         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
1404         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
1405         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
1406         * ext/libvisual/visual.c: (gst_visual_change_state):
1407         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
1408         * ext/theora/theoradec.c: (theora_dec_change_state):
1409         * ext/theora/theoraenc.c: (theora_enc_change_state):
1410         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1411         * gst-libs/gst/navigation/navigation.c:
1412         * gst/adder/gstadder.c: (gst_adder_change_state):
1413         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
1414         (gst_audio_convert_get_buffer):
1415         * gst/multipart/multipartdemux.c:
1416         (gst_multipart_demux_change_state):
1417         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1418         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
1419         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1420         * gst/videoscale/gstvideoscale.c:
1421         (gst_videoscale_handle_src_event):
1422         * gst/volume/gstvolume.c: (volume_chain_int16):
1423           don't assert in state change, this should be done by the base
1424           GstElement class.
1425           various debugging fixes.
1426
1427 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1428
1429         * configure.ac:
1430         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
1431         (gst_play_dispose), (gst_play_set_location),
1432         (gst_play_set_data_src), (gst_play_set_video_sink),
1433         (gst_play_set_audio_sink), (gst_play_set_visualization),
1434         (gst_play_connect_visualization), (gst_play_get_sink_element),
1435         (gst_play_get_all_by_interface):
1436         * gst-libs/gst/play/play.h:
1437           add new method to get elements implementing an interface.
1438           add various error logging
1439
1440 2004-07-08  Wim Taymans  <wim@fluendo.com>
1441
1442         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
1443         (make_mpeg_pipeline), (make_mpegnt_pipeline),
1444         (make_playerbin_pipeline), (query_durations_elems),
1445         (query_durations_pads), (query_positions_elems),
1446         (query_positions_pads), (update_scale), (iterate), (stop_seek),
1447         (main):
1448         Added playbin seeking example.
1449
1450 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1451
1452         * gst-libs/gst/play/play.c: (gst_play_set_location),
1453         (gst_play_set_data_src), (gst_play_set_video_sink),
1454         (gst_play_set_audio_sink), (gst_play_set_visualization),
1455         (gst_play_connect_visualization), (gst_play_get_framerate):
1456           use a macro to look up elements from hash table
1457
1458 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1459
1460         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
1461         (gst_play_get_length_callback), (gst_play_set_location),
1462         (gst_play_seek_to_time), (gst_play_set_data_src),
1463         (gst_play_set_video_sink), (gst_play_set_audio_sink),
1464         (gst_play_set_visualization), (gst_play_connect_visualization),
1465         (gst_play_get_sink_element):
1466         - add debugging info
1467         - fix looking up sink elements by iterating over complete caps
1468         - put everything except for source and autoplugger in a complete bin
1469
1470 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1471
1472         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
1473         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
1474         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
1475         (gst_alsa_sink_write), (gst_alsa_sink_loop):
1476         * ext/alsa/gstalsasink.h:
1477         - add debugging info
1478         - clean up schizophrenia of data/buffer/event
1479         - fix double event unref error
1480
1481 2004-07-08  Wim Taymans  <wim@fluendo.com>
1482
1483         * gst/playback/Makefile.am:
1484         Add headers to noinst
1485
1486 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1487
1488         * tools/gst-launch-ext-m.m:
1489         * tools/gst-launch-ext.1.in:
1490           convert to the third millenium
1491
1492 2004-07-07  David Schleef  <ds@schleef.org>
1493
1494         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
1495
1496 2004-07-07  Wim Taymans  <wim@fluendo.com>
1497
1498         * gst/playback/Makefile.am:
1499         * gst/playback/README:
1500         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1501         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1502         (compare_ranks), (print_feature), (gst_decode_bin_init),
1503         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1504         (try_to_link_1), (new_pad), (close_link), (type_found),
1505         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1506         (plugin_init):
1507         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1508         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1509         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
1510         (gen_preroll_element), (no_more_pads), (new_stream),
1511         (setup_source), (gst_play_base_bin_set_property),
1512         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
1513         (gst_play_base_bin_add_element),
1514         (gst_play_base_bin_remove_element),
1515         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1516         (gst_play_base_bin_unlink_stream),
1517         (gst_play_base_bin_get_streaminfo):
1518         * gst/playback/gstplaybasebin.h:
1519         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1520         (gst_play_bin_class_init), (gst_play_bin_init),
1521         (gst_play_bin_dispose), (gst_play_bin_set_property),
1522         (gst_play_bin_get_property), (gen_video_element),
1523         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
1524         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
1525         (gst_play_bin_get_formats), (gst_play_bin_convert),
1526         (gst_play_bin_get_query_types), (gst_play_bin_query),
1527         (plugin_init):
1528         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1529         (gst_stream_info_get_type), (gst_stream_info_class_init),
1530         (gst_stream_info_init), (gst_stream_info_new),
1531         (gst_stream_info_dispose), (gst_stream_info_set_property),
1532         (gst_stream_info_get_property):
1533         * gst/playback/gststreaminfo.h:
1534         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1535         (main):
1536         * gst/playback/test2.c: (main):
1537         * gst/playback/test3.c: (update_scale), (main):
1538         More playbin fixes. Added README. Do better element filtering.
1539         Added base class to preroll media. Added test apps.
1540
1541 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1542
1543         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
1544         * ext/mpeg2dec/gstmpeg2dec.h:
1545           various debugging improvements.  Reset stream to next picture
1546           instead of sequence header, otherwise seeks cannot work.
1547
1548 2004-07-07  Wim Taymans  <wim@fluendo.com>
1549
1550         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
1551         (gst_video_box_class_init), (gst_video_box_set_property),
1552         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
1553         Use pad_alloc where possible.
1554
1555 2004-07-07  Wim Taymans  <wim@fluendo.com>
1556
1557         * sys/oss/gstosselement.c: (gst_osselement_reset),
1558         (gst_osselement_parse_caps):
1559         * sys/oss/gstosselement.h:
1560         * sys/oss/gstosssrc.c: (gst_osssrc_get):
1561         Fix offset on osssrc.
1562
1563 2004-07-07  Wim Taymans  <wim@fluendo.com>
1564
1565         * ext/theora/theora.c: (plugin_init):
1566         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
1567         (theora_dec_src_query), (theora_dec_chain):
1568         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1569         (theora_enc_sink_link), (theora_buffer_from_packet),
1570         (theora_push_packet), (theora_enc_chain):
1571         Fix theora granulepos calculation.
1572         Fix overflow in duration/position calculation.
1573         Bump rank to PRIMARY for theoradec.
1574         Use granulepos of last packet to calculate position.
1575         Set keyframe flag on buffers when needed.
1576
1577 2004-07-06  David Schleef  <ds@schleef.org>
1578
1579         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
1580         serious?  (Fixed, obviously.)
1581
1582 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1583
1584         * po/LINGUAS:
1585         * po/cs.po:
1586           added Czech translation (Miloslav Trmac)
1587
1588 2004-07-05  Wim Taymans  <wim@fluendo.com>
1589
1590         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1591         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1592         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
1593         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1594         (close_link), (type_found), (gst_decode_bin_set_property),
1595         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
1596         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
1597         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
1598         (gst_decode_bin_query), (plugin_init):
1599         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1600         (gst_play_bin_class_init), (gst_play_bin_init),
1601         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
1602         (get_video_element), (new_pad), (setup_source),
1603         (gst_play_bin_set_property), (gst_play_bin_get_property),
1604         (gst_play_bin_change_state), (gst_play_bin_add_element),
1605         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
1606         (gst_play_bin_send_event), (gst_play_bin_get_formats),
1607         (gst_play_bin_convert), (gst_play_bin_get_query_types),
1608         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
1609         * gst/playback/test.c: (main):
1610         More fixes, cleaned up playbin, make it use decodebin. Added
1611         threaded property to playbin.
1612
1613 2004-07-05  Wim Taymans  <wim@fluendo.com>
1614
1615         * configure.ac:
1616         * gst/playback/Makefile.am:
1617         * gst/playback/decodetest.c: (main):
1618         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1619         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1620         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
1621         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1622         (close_link), (type_found), (gst_decode_bin_set_property),
1623         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
1624         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
1625         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
1626         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
1627         (plugin_init):
1628         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1629         (gst_play_bin_class_init), (gst_play_bin_init),
1630         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
1631         (collect_sink_pads), (find_compatibles), (close_pad_link),
1632         (try_to_link_1), (new_pad), (close_link), (type_found),
1633         (setup_source), (gst_play_bin_set_property),
1634         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
1635         (compare_ranks), (gst_play_bin_collect_factories),
1636         (gst_play_bin_change_state), (gst_play_bin_add_element),
1637         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
1638         (gst_play_bin_send_event), (gst_play_bin_get_formats),
1639         (gst_play_bin_convert), (gst_play_bin_get_query_types),
1640         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
1641         * gst/playback/test.c: (main):
1642         Added some playback helper elements and some test apps, very alpha
1643         still.
1644
1645 2004-07-04  Benjamin Otte  <otte@gnome.org>
1646
1647         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
1648           only restart audio when we indeed have an xrun to fix repeated
1649           xruns. Fix suggested by Giuliano Pochini.
1650
1651 2004-07-03  David Schleef  <ds@schleef.org>
1652
1653         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
1654         call to gst_debug_log() if debugging is disabled (bug #145118)
1655
1656 2004-07-03  Benjamin Otte  <otte@gnome.org>
1657
1658         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
1659           use our own functions for restarting the alsa device.
1660         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1661           I should apply patches myself - use MIN for the third argument, not
1662           the second, this fixes seeking
1663
1664 2004-07-02  David Schleef  <ds@schleef.org>
1665
1666         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
1667         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
1668         do with the logic.
1669
1670 2004-07-02  David Schleef  <ds@schleef.org>
1671
1672         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
1673         output buffers.  Fix logic mistake.  (bug #144866)
1674
1675 2004-07-02  David Schleef  <ds@schleef.org>
1676
1677         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
1678         on X.  (bug #144753)
1679
1680 2004-07-02  David Schleef  <ds@schleef.org>
1681
1682         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
1683         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
1684         (bug #144624)
1685         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
1686         (gst_osselement_rate_probe_check): Add another workaround for
1687         buggy drivers (bug #145336)
1688
1689 2004-07-02  David Schleef  <ds@schleef.org>
1690
1691         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
1692         Most systems don't have MSG_NOSIGNAL.
1693
1694 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1695
1696         * Makefile.am:
1697         * gst-libs/gst/colorbalance/Makefile.am:
1698         * gst-libs/gst/mixer/Makefile.am:
1699         * gst-libs/gst/play/Makefile.am:
1700         * gst-libs/gst/tuner/Makefile.am:
1701           (hopefully) fix both install and dist and make error message useful.
1702           needs testing across automakes.
1703
1704 2004-07-02  Benjamin Otte  <otte@gnome.org>
1705
1706         * ext/ogg/gstogg.c: (plugin_init):
1707           we require bytestream now
1708         * ext/ogg/gstoggdemux.c: 
1709           huge diff to implement chain setup in a fast and generic way. This
1710           improves tag reading and startup of huge files (read: Theora videos)
1711           quite a bit. It probably contains bugs, too, so please test.
1712           Seeking is not improved to the fast method.
1713
1714 2004-06-29  Wim Taymans  <wim@fluendo.com>
1715
1716         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1717         * ext/ogg/gstoggmux.c:
1718         Fix memleak in oggdemux when running unconnected pads.
1719         doc update in mux, start working on keyframe mode.
1720
1721 2004-06-29  Benjamin Otte  <otte@gnome.org>
1722
1723         * sys/oss/gstosssink.c:
1724         * sys/oss/gstosssrc.c:
1725           advertise correct template caps - we indeed do non-native endianness
1726           and 8bit audio has no endianness
1727         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
1728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
1729           avoid (wrong) duplications in getcaps function and return
1730           template caps
1731
1732 2004-06-29  Wim Taymans  <wim@fluendo.com>
1733
1734         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1735         (gst_multifdsink_class_init), (gst_multifdsink_add),
1736         (gst_multifdsink_remove), (gst_multifdsink_clear),
1737         (gst_multifdsink_client_remove),
1738         (gst_multifdsink_handle_client_read),
1739         (gst_multifdsink_client_queue_data),
1740         (gst_multifdsink_client_queue_caps),
1741         (gst_multifdsink_client_queue_buffer),
1742         (gst_multifdsink_handle_client_write),
1743         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1744         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
1745         (gst_multifdsink_init_send), (gst_multifdsink_close):
1746         Fix wrong GList iteration that could crash the server when
1747         more then 2 clients disconnect at the same time. Read all the
1748         pending commands in one batch to recover from command storms under
1749         very heavy load.
1750
1751 2004-06-28  Wim Taymans  <wim@fluendo.com>
1752
1753         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
1754         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
1755         (gst_videomixer_pad_set_property),
1756         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
1757         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
1758         (gst_videomixer_class_init), (gst_videomixer_init),
1759         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
1760         (pad_zorder_compare), (gst_videomixer_sort_pads),
1761         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
1762         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
1763         (gst_videomixer_update_queues), (gst_videomixer_loop),
1764         (plugin_init):
1765         Avoid divide by zero, choose masterpad as the pad with the highest
1766         framerate.
1767
1768 2004-06-27  Julien Moutte  <julien@moutte.net>
1769
1770         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
1771         (gst_ximagesink_xwindow_new):
1772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
1773         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
1774         function directly. We might want to call it from somewhere else one day.
1775
1776 2004-06-27  Julien Moutte  <julien@moutte.net>
1777
1778         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
1779         (gst_ximagesink_xwindow_new):
1780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
1781         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
1782         window decorations.
1783
1784 2004-06-27  Wim Taymans  <wim@fluendo.com>
1785
1786         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
1787         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
1788         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
1789         (gst_dvdec_set_property), (gst_dvdec_get_property):
1790         * ext/dv/gstdvdec.h:
1791         Implement drop_factor property to lower the framerate with
1792         a factor.
1793
1794 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1795
1796         * gst-libs/gst/colorbalance/Makefile.am:
1797         * gst-libs/gst/mixer/Makefile.am:
1798         * gst-libs/gst/play/Makefile.am:
1799         * gst-libs/gst/tuner/Makefile.am:
1800           unbreak Company's fix that didn't install the -enum.h files
1801
1802 2004-06-27  Wim Taymans  <wim@fluendo.com>
1803
1804         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
1805         (gst_dvdec_change_state):
1806         * ext/dv/gstdvdec.h:
1807         Fix timestamp, duration and offset of the buffers.
1808
1809 2004-06-27  Wim Taymans  <wim@fluendo.com>
1810
1811         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1812         (gst_multifdsink_class_init), (gst_multifdsink_add),
1813         (gst_multifdsink_remove), (gst_multifdsink_clear),
1814         (gst_multifdsink_client_remove),
1815         (gst_multifdsink_handle_client_read),
1816         (gst_multifdsink_client_queue_data),
1817         (gst_multifdsink_client_queue_caps),
1818         (gst_multifdsink_client_queue_buffer),
1819         (gst_multifdsink_handle_client_write),
1820         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1821         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
1822         (gst_multifdsink_init_send), (gst_multifdsink_close):
1823         * gst/tcp/gstmultifdsink.h:
1824         * gst/tcp/gsttcpserversink.c:
1825         (gst_tcpserversink_handle_server_read),
1826         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
1827         More multifdsink fixes, more recovery policy fixes.
1828         Removed stupid g_print
1829
1830 2004-06-26  Wim Taymans  <wim@fluendo.com>
1831
1832         * gst/tcp/Makefile.am:
1833         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1834         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
1835         (gst_multifdsink_class_init), (gst_multifdsink_init),
1836         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
1837         (gst_multifdsink_handle_client_read),
1838         (gst_multifdsink_client_queue_data),
1839         (gst_multifdsink_client_queue_caps),
1840         (gst_multifdsink_client_queue_buffer),
1841         (gst_multifdsink_handle_client_write),
1842         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1843         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
1844         (gst_multifdsink_chain), (gst_multifdsink_set_property),
1845         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
1846         (gst_multifdsink_close), (gst_multifdsink_change_state):
1847         * gst/tcp/gstmultifdsink.h:
1848         * gst/tcp/gsttcpplugin.c: (plugin_init):
1849         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
1850         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
1851         (gst_tcpserversink_handle_server_read),
1852         (gst_tcpserversink_handle_select),
1853         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
1854         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
1855         * gst/tcp/gsttcpserversink.h:
1856         Added multifdsink, made tcpserversink a subclass of fdsink, removed
1857         one of the locks, added recovery policy to multifdsink.
1858
1859 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1860
1861         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
1862           fix decision for when getting frames with same timestamp
1863         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
1864         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
1865         (gst_v4lsrc_get_property):
1866         * sys/v4l/gstv4lsrc.h:
1867           add latency offset property 
1868
1869 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1870
1871         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
1872         (plugin_init):
1873           fix debugging. add category.
1874
1875 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1876
1877         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
1878           fix wrong offsets
1879
1880 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1881
1882         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
1883         (gst_alsa_src_get_time), (gst_alsa_src_loop),
1884         (gst_alsa_src_change_state):
1885           return a time that is in sync with the element's processing
1886
1887 2004-06-25  Wim Taymans  <wim@fluendo.com>
1888
1889         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
1890         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
1891         (gst_tcpserversink_client_remove),
1892         (gst_tcpserversink_handle_client_read),
1893         (gst_tcpserversink_client_queue_data),
1894         (gst_tcpserversink_client_queue_caps),
1895         (gst_tcpserversink_client_queue_buffer),
1896         (gst_tcpserversink_handle_client_write),
1897         (gst_tcpserversink_queue_buffer),
1898         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
1899         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
1900         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
1901         (gst_tcpserversink_close):
1902         * gst/tcp/gsttcpserversink.h:
1903         Serversink rewrite. Really do non blocking writes to clients and
1904         maintain an internal queue to handle slower clients while not
1905         disturbing fast clients.
1906
1907 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1908
1909         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
1910           better debug, don't override OFFSET and OFFSET_END
1911
1912 2004-06-25  Iain <iain@prettypeople.org>
1913
1914         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add 
1915         name=source for the wavparse pipeline.
1916
1917 2004-06-24  Johan Dahlin  <johan@gnome.org>
1918
1919         * ext/theora/theoraenc.c (theora_enc_chain): Call
1920         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
1921         streamheader caps are set correctly.
1922
1923 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1924
1925         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
1926         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
1927           respect minimum bitrate; same could be done for max bitrate
1928
1929 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1930
1931         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
1932         (gst_vorbisenc_setup):
1933           fix sample rate range
1934
1935 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1936
1937         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
1938         (gst_oggvorbisenc_setup):
1939         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
1940         (gst_vorbisenc_setup):
1941           resolve ambiguities in code and description
1942
1943 2004-06-24  Wim Taymans  <wim@fluendo.com>
1944
1945         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
1946         * ext/alsa/gstalsa.h:
1947         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
1948         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
1949         Use alsa trigger_tstamp to get the timestamp of the first
1950         sample in the buffer for more precise sync. Some cleanups.
1951
1952 2004-06-24  Wim Taymans  <wim@fluendo.com>
1953
1954         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
1955         (gst_audiorate_init), (gst_audiorate_chain),
1956         (gst_audiorate_set_property), (gst_audiorate_get_property):
1957         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
1958         (gst_videorate_chain):
1959         Added some logging, fixed an overflow bug in videorate.
1960
1961 2004-06-24  Benjamin Otte  <otte@gnome.org>
1962
1963         * ext/kio/Makefile.am:
1964           fix for builddir != srcdir and distcheck
1965
1966 2004-06-24  Benjamin Otte  <otte@gnome.org>
1967
1968         * gst-libs/gst/colorbalance/Makefile.am:
1969         * gst-libs/gst/mixer/Makefile.am:
1970         * gst-libs/gst/play/Makefile.am:
1971         * gst-libs/gst/tuner/Makefile.am:
1972         * gst/tcp/Makefile.am:
1973         * sys/dxr3/Makefile.am:
1974           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
1975           tarball.
1976           Also add all *.list files that were missing.
1977         * Makefile.am:
1978           add a distcheck hook to ensure the above doesn't happen again.
1979
1980 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
1981
1982         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
1983
1984 2004-06-23  Colin Walters  <walters@redhat.com>
1985
1986         * m4/Makefile.am: Distribute gst-fionread.m4.
1987
1988 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1989
1990         * configure.ac: back to dev
1991
1992 2004-06-23  Wim Taymans  <wim@fluendo.com>
1993
1994         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
1995         (gst_alsa_xrun_recovery):
1996         * ext/alsa/gstalsa.h:
1997         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
1998         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
1999         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
2000         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
2001         (gst_alsa_src_loop):
2002         Add clock to alsasrc. Take new capture timestamp when
2003         restarting after an overrun. Split up some functions between
2004         alsasrc and alsasink.
2005
2006 === release 0.8.2 ===
2007
2008 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2009
2010         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
2011         (gst_alsa_change_state), (gst_alsa_update_avail),
2012         (gst_alsa_xrun_recovery):
2013         * ext/alsa/gstalsa.h:
2014         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2015           merge back changes from release
2016
2017 2004-06-23  Wim Taymans  <wim@fluendo.com>
2018
2019         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
2020         (gst_audiorate_init), (gst_audiorate_chain),
2021         (gst_audiorate_set_property), (gst_audiorate_get_property):
2022         Implement sample dropping and notify
2023
2024 2004-06-22  Wim Taymans  <wim@fluendo.com>
2025
2026         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2027         (theora_enc_sink_link), (theora_buffer_from_packet),
2028         (theora_push_packet), (theora_enc_chain):
2029         Some cleanups, make sure the timestamps are correct.
2030
2031 2004-06-22  Wim Taymans  <wim@fluendo.com>
2032
2033         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
2034         (gst_alsa_change_state), (gst_alsa_update_avail),
2035         (gst_alsa_xrun_recovery):
2036         * ext/alsa/gstalsa.h:
2037         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
2038         Cleanups, take queued samples into account when reporting
2039         the time.
2040
2041 2004-06-22  Wim Taymans  <wim@fluendo.com>
2042
2043         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
2044         (gst_videorate_init):
2045         Initialize the property as well.
2046
2047 2004-06-22  Wim Taymans  <wim@fluendo.com>
2048
2049         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
2050         (gst_videorate_init), (gst_videorate_chain),
2051         (gst_videorate_set_property), (gst_videorate_get_property):
2052         Add property to make videorate silent.
2053         Add property to prefer new frames over old ones.
2054
2055 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
2056
2057         * sys/osxvideo/Makefile.am:
2058         Workaround so that the osxvideo .so file gets linked with the
2059         Cocoa, OpenGL and QuickTime frameworks
2060
2061 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
2062
2063         * sys/osxaudio/Makefile.am:
2064         Workaround so that the osxaudio .so file gets linked with the
2065         CoreAudio framework
2066  
2067 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
2068
2069         * configure.ac:
2070         Whoops, my fault...fixed build issues
2071
2072 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
2073
2074         * configure.ac:
2075         Add objective-c support if running in Darwin/Mac OS X
2076         * sys/Makefile.am:
2077         * sys/osxvideo:
2078         * sys/osxvideo/Makefile.am:
2079         * sys/osxvideo/osxvideosink.h:
2080         * sys/osxvideo/osxvideosink.m:
2081         * sys/osxvideo/cocoawindow.h:
2082         * sys/osxvideo/cocoawindow.m:
2083         Add osxvideosink, a cocoa-based osx video sink
2084         
2085
2086 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2087         * ext/dvdnav/gst-dvd:
2088         Grab the gconf key from the right spot
2089         * gst/debug/gstnavseek.c: (gst_navseek_init),
2090         (gst_navseek_segseek), (gst_navseek_handle_src_event),
2091         (gst_navseek_chain):
2092         * gst/debug/gstnavseek.h:
2093           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
2094           and loop parameters of a segment seek.
2095         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
2096         (gst_videotestsrc_get_event_masks),
2097         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
2098         * gst/videotestsrc/gstvideotestsrc.h:
2099           Add seeking support to videotestsrc
2100           Initialise the timestamp_offset variable.
2101
2102 2004-06-18  Wim Taymans  <wim@fluendo.com>
2103
2104         * ext/sidplay/gstsiddec.cc:
2105         Fix negotiation and set correct end offset.
2106
2107 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2108
2109         * configure.ac: branch and prerelease
2110
2111 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2112
2113         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
2114         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
2115         (gst_tcpclientsrc_init_receive):
2116         * gst/tcp/gsttcpclientsrc.h:
2117           read caps when connecting to server for GDP so we set them correctly
2118
2119 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2120
2121         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2122           notify drops and duplicates
2123         * gst/videoscale/videoscale.c: (videoscale_get_structure):
2124           no good reason to limit ourselves to 100x100
2125
2126 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2127
2128         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2129         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
2130         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2131         (gst_v4lsrc_get_property):
2132         * sys/v4l/gstv4lsrc.h:
2133         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
2134         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
2135         (gst_v4l_set_audio):
2136         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
2137         (gst_v4lsrc_try_capture):
2138         * sys/v4l/v4lsrc_calls.h:
2139           change try_palette to more general try_capture
2140           add autoprobe option so we can turn off autoprobing
2141           various fixes
2142
2143 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2144
2145         * configure.ac:
2146           add videorate
2147         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
2148         (gst_ximagesink_class_init):
2149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
2150         (gst_xvimagesink_class_init):
2151           run them as finalize, not dispose, since dispose can be invoked
2152           multiple times
2153
2154 2004-06-17  Wim Taymans  <wim@fluendo.com>
2155
2156         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
2157         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
2158         * ext/alsa/gstalsa.h:
2159         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
2160         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
2161         (gst_alsa_src_change_state):
2162         * ext/alsa/gstalsasrc.h:
2163         Make the xrun code timestamp and offset the buffers correctly.
2164         moved the clock to the base class, use alsa methods to get time.
2165         Do correct timestamping on outgoing buffers.
2166
2167 2004-06-17  Wim Taymans  <wim@fluendo.com>
2168
2169         * gst/audiorate/Makefile.am:
2170         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
2171         (gst_audiorate_base_init), (gst_audiorate_class_init),
2172         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
2173         (gst_audiorate_set_property), (gst_audiorate_get_property),
2174         (gst_audiorate_change_state), (plugin_init):
2175         Added an audiorate converter that fills in gaps.
2176
2177 2004-06-17  Johan Dahlin  <johan@gnome.org>
2178
2179         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
2180
2181 2004-06-16  Wim Taymans  <wim@fluendo.com>
2182
2183         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
2184         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
2185         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
2186         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2187         (gst_v4lsrc_get_property):
2188         * sys/v4l/gstv4lsrc.h:
2189         Added a copy mode to v4lsrc where it will output a copied version
2190         of its internal hardware buffer.
2191         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
2192         can't | them.
2193
2194 2004-06-16  Wim Taymans  <wim@fluendo.com>
2195
2196         * sys/oss/gstosssrc.c: (gst_osssrc_get):
2197         Timestamp fixes.
2198
2199 2004-06-16  Wim Taymans  <wim@fluendo.com>
2200
2201         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
2202         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
2203         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2204         (gst_v4lsrc_get_property):
2205         * sys/v4l/gstv4lsrc.h:
2206         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
2207         Added a sync mode enum property to control v4lsrc timestamp method
2208         Removed the use-fixed-fps property and moved functionality in
2209         the enum. 
2210         Don't error on an error value from v4l-conf, it might not always
2211         be a real error.
2212
2213 2004-06-16  Wim Taymans  <wim@fluendo.com>
2214
2215         * gst/videorate/Makefile.am:
2216         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
2217         (gst_videorate_base_init), (gst_videorate_class_init),
2218         (gst_videorate_getcaps), (gst_videorate_link),
2219         (gst_videorate_init), (gst_videorate_chain),
2220         (gst_videorate_set_property), (gst_videorate_get_property),
2221         (gst_videorate_change_state), (plugin_init):
2222         Added a video timestamp corrector.
2223
2224 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
2225
2226         fixed a potential leak with previous commit
2227         
2228         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
2229
2230 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
2231
2232         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
2233         Added missing refcount, fixes bug #144425
2234         Cheers Tim for finding the bug
2235
2236 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2237
2238         * sys/v4l/gstv4l.c: (plugin_init):
2239         * sys/v4l/gstv4lcolorbalance.c:
2240         * sys/v4l/gstv4lcolorbalance.h:
2241         * sys/v4l/gstv4lelement.c:
2242         * sys/v4l/gstv4lelement.h:
2243         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
2244         * sys/v4l/gstv4lmjpegsink.h:
2245         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
2246         * sys/v4l/gstv4lmjpegsrc.h:
2247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
2248         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
2249         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
2250         * sys/v4l/gstv4lsrc.h:
2251         * sys/v4l/gstv4ltuner.c:
2252         * sys/v4l/gstv4ltuner.h:
2253         * sys/v4l/gstv4lxoverlay.c:
2254         * sys/v4l/gstv4lxoverlay.h:
2255         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
2256         (gst_v4l_set_window), (gst_v4l_enable_overlay):
2257         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
2258         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
2259         (gst_v4l_set_audio):
2260         * sys/v4l/v4l_calls.h:
2261         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
2262         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
2263         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
2264         (gst_v4lmjpegsink_playback_init),
2265         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
2266         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
2267         (gst_v4lmjpegsink_playback_stop),
2268         (gst_v4lmjpegsink_playback_deinit):
2269         * sys/v4l/v4lmjpegsink_calls.h:
2270         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
2271         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
2272         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
2273         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
2274         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
2275         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
2276         * sys/v4l/v4lmjpegsrc_calls.h:
2277         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
2278         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
2279         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
2280         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
2281         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
2282         (gst_v4lsrc_try_palette):
2283         * sys/v4l/v4lsrc_calls.h:
2284           bunch of paranoia cleanups
2285
2286 2004-06-14  David Schleef  <ds@schleef.org>
2287
2288         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
2289         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
2290         Send discont events and change timestamps appropriately when
2291         we get a seek event.  (bug #144240)
2292         * ext/cdparanoia/gstcdparanoia.h:
2293
2294 2004-06-14  Benjamin Otte  <otte@gnome.org>
2295
2296         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
2297           snd_pcm_hw_params_set_rate  since the latter fails for no good 
2298           reason on some setups.
2299
2300 2004-06-14  David Schleef  <ds@schleef.org>
2301
2302         * gst/volume/demo.c: (value_changed_callback): exp10() is not
2303         standard.  Thank you for playing.
2304
2305 2004-06-14  Wim Taymans  <wim@fluendo.com>
2306
2307         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2308         Patch 1.3 broke the ordering of the colorspace info and
2309         made the plugin basically work by coincidence, reordered
2310         the info.
2311
2312 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2313
2314         * ext/lame/gstlame.c:
2315         * ext/mad/gstmad.c:
2316           sync caps.  Make sure mad can only output a list of rates, not
2317           a full range.  In the future, have three caps lists for each of the
2318           mpeg versions.  Change mpegversion to a double as well.
2319
2320 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2321
2322         * gst/volume/.cvsignore:
2323         * gst/volume/Makefile.am:
2324         * gst/volume/demo.c: (value_changed_callback), (idler),
2325         (setup_gui), (main):
2326           added small demo app
2327
2328 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
2329         * ext/esd/esdsink.c: (gst_esdsink_change_state):
2330         * ext/esd/esdsink.h:
2331         Close the esd connection on pause, because esd will just wait -  
2332         blocking all other esd clients indefinitely.
2333
2334 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
2335
2336         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
2337           previous commit with GST_DEBUG
2338
2339 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2340
2341         * configure.ac:
2342           add a header check for a dvdread header in dvdnav.  Fixes #133002
2343
2344 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
2345
2346         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
2347         * gst/tcp/gsttcpclientsink.h:
2348         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
2349         * gst/tcp/gsttcpclientsrc.h:
2350         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
2351         (gst_tcpserversink_handle_server_read),
2352         (gst_tcpserversink_init_send):
2353         * gst/tcp/gsttcpserversink.h:
2354         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
2355         * gst/tcp/gsttcpserversrc.h:
2356         Modified the tcp plugins so they are portable (IPv4,IPv6, any future 
2357         version of IP)
2358
2359 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
2360
2361         * configure.ac:
2362         Added ogg library so that OSX detects libtheora properly
2363         
2364 2004-06-11  Wim Taymans  <wim@fluendo.com>
2365
2366         * ext/theora/theoradec.c: (theora_dec_chain),
2367         (theora_dec_change_state):
2368         Don't try to decode frames before we received a keyframe.
2369
2370 2004-06-11  Wim Taymans  <wim@fluendo.com>
2371
2372         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2373         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
2374         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2375         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
2376         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
2377         Added property to set the maximum delay of a page.
2378
2379 2004-06-10  Wim Taymans  <wim@fluendo.com>
2380
2381         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2382         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
2383         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2384         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
2385         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
2386         Added max-delay property to control the maximum amount
2387         of data to put in one page.
2388
2389 2004-06-10  Wim Taymans  <wim@fluendo.com>
2390
2391         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2392         (gst_theora_enc_init), (theora_enc_sink_link),
2393         (theora_buffer_from_packet), (theora_enc_set_property),
2394         (theora_enc_get_property):
2395         Set duration on encoded buffer, added some more properties
2396
2397 2004-06-10  Wim Taymans  <wim@fluendo.com>
2398
2399         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2400         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2401         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2402         * ext/theora/theoraenc.c: (theora_enc_chain):
2403         Fix refcounting bugs
2404
2405 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2406
2407         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
2408         (gst_asf_demux_loop), (gst_asf_demux_process_file),
2409         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
2410         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
2411         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
2412         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
2413         (gst_asf_demux_change_state):
2414         * gst/asfdemux/gstasfdemux.h:
2415           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
2416           feels like. I think we should set a new requirement for demuxers
2417           from now on to implement sane loop functions, data loops, query
2418           and seek functions before first commit into CVS. And this commit
2419           fixes all of the above.
2420
2421 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
2422
2423         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed 
2424           vorbis comments are properly encoded in UTF-8 before adding them
2425           to a GstTagList
2426
2427 2004-06-09  Benjamin Otte  <otte@gnome.org>
2428
2429         * ext/alsa/gstalsa.c: (add_channels):
2430           handle min <= max correctly
2431         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype), 
2432         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
2433           add fixation functions so we fixate correctly. No preferring of alaw
2434           anymore because it's the first structure.
2435         * ext/alsa/gstalsa.h:
2436         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
2437         (gst_alsa_hw_params_dump):
2438           add functions to ease debugging in alsalib
2439         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
2440         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
2441         (gst_alsa_start_audio):
2442           only specify hw params if we really setup a format (fixes #134007 -
2443           or at least works around it)
2444
2445 2004-06-09  Wim Taymans  <wim@fluendo.com>
2446
2447         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2448         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
2449         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
2450         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
2451         (gst_ogg_mux_loop):
2452         Use stream caps to setup the initial pages in the ogg stream.
2453         Correctly set the streamheader caps on the srcpad.
2454
2455 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2456
2457         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
2458         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
2459         (gst_v4lsrc_getcaps):
2460         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
2461         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
2462           add querying of fps lists for webcams.  Negotiating to a framerate
2463           now works.
2464
2465 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2466
2467         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2468         (theora_push_buffer), (theora_push_packet),
2469         (theora_set_header_on_caps), (theora_enc_chain):
2470           mark buffers and put on streamheader, raw theora streaming
2471           now works too, whee
2472
2473 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2474
2475         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
2476         (gst_tcp_gdp_read_caps):
2477           do a looping read for caps and GDP headers too
2478
2479 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2480
2481         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2482         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
2483           return EOS instead of NULL in _get
2484
2485 2004-06-08  Wim Taymans  <wim@fluendo.com>
2486
2487         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
2488         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
2489         (gst_tcp_gdp_write_caps):
2490         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2491         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
2492         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
2493         Memory leak fixes
2494
2495 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2496
2497         * ext/vorbis/Makefile.am:
2498         * ext/vorbis/vorbis.c: (plugin_init):
2499         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
2500         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
2501         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
2502         (vorbis_parse_change_state):
2503         * ext/vorbis/vorbisparse.h:
2504           adding a vorbisparse element that marks the buffers, streaming
2505           raw vorbis using GDP now works, whee
2506
2507 2004-06-08  Wim Taymans  <wim@fluendo.com>
2508
2509         * ext/jpeg/Makefile.am:
2510         * ext/jpeg/README:
2511         * ext/jpeg/gstjpeg.c: (plugin_init):
2512         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
2513         (gst_smokedec_base_init), (gst_smokedec_class_init),
2514         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
2515         * ext/jpeg/gstsmokedec.h:
2516         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
2517         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
2518         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
2519         (gst_smokeenc_resync), (gst_smokeenc_chain),
2520         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
2521         * ext/jpeg/gstsmokeenc.h:
2522         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
2523         (smokecodec_flush_destination), (smokecodec_term_destination),
2524         (smokecodec_init_source), (smokecodec_fill_input_buffer),
2525         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
2526         (smokecodec_term_source), (smokecodec_encode_new),
2527         (smokecodec_decode_new), (smokecodec_info_free),
2528         (smokecodec_set_quality), (smokecodec_get_quality),
2529         (smokecodec_set_threshold), (smokecodec_get_threshold),
2530         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
2531         (find_best_size), (abs_diff), (put), (smokecodec_encode),
2532         (smokecodec_parse_header), (smokecodec_decode):
2533         * ext/jpeg/smokecodec.h:
2534         Added a new simple jpeg based codec
2535
2536 2004-06-08  Wim Taymans  <wim@fluendo.com>
2537
2538         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2539         (gst_multipart_mux_loop):
2540         Fix memory leak
2541
2542 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2543
2544         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2545         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
2546         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
2547         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
2548         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
2549         * gst/tcp/gsttcpserversink.h:
2550           take streamheader into account
2551
2552 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2553
2554         * gst/level/Makefile.am:
2555         * gst/level/gstlevel.c: (gst_level_class_init):
2556           clean up marshal generation
2557
2558 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2559
2560         * gst/tcp/Makefile.am:
2561         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
2562         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
2563         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
2564         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
2565         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
2566         (gst_tcpclientsrc_get_property):
2567         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2568         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
2569         (gst_tcpserversink_handle_client_read),
2570         (gst_tcpserversink_handle_client_write),
2571         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
2572         * gst/tcp/gsttcpserversink.h:
2573           add signals client-added and client-removed
2574         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
2575         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
2576         (gst_tcpserversrc_get_property):
2577         uniformized, change default protocol to NONE
2578         * gst/tcp/gsttcp-marshal.list: added
2579 2004-06-07  Benjamin Otte  <otte@gnome.org>
2580
2581         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2582           handle discont events if they happen before caps nego
2583
2584 2004-06-07  Wim Taymans  <wim@fluendo.com>
2585
2586         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
2587         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
2588         (gst_multipart_demux_plugin_init):
2589         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2590         (gst_multipart_mux_init), (gst_multipart_mux_loop),
2591         (gst_multipart_mux_change_state):
2592         Small updates, fix a memleak
2593
2594 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2595
2596         * configure.ac: OSS portability
2597         * ext/arts/gst_arts.c: idem
2598         * sys/oss/gstosselement.c: idem
2599         * sys/oss/gstossmixer.c: idem
2600         * sys/oss/gstosssink.c: idem
2601         * sys/oss/gstosssrc.c: idem
2602         * sys/oss/oss_probe.c: idem
2603           - check for soundcard.h in different places for some BSD
2604
2605 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
2606
2607         * AUTHORS:
2608         Add me to the authors file
2609         * configure.ac:
2610         Increase the libdv requirement to >= version 0.100
2611         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
2612         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
2613         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
2614         * ext/dv/gstdvdec.h:
2615         Add support for the new_media flag when sending DISCONT events
2616         Make the querying work when video pad is not linked
2617
2618 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
2619
2620         reviewed by Benjamin Otte  <otte@gnome.org>
2621
2622         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
2623           create a NULL-initialized array of pads, so we don't think they
2624           exist already. (fixes #143130)
2625
2626 2004-06-07  Benjamin Otte  <otte@gnome.org>
2627
2628         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
2629         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
2630         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
2631           don't use // coments
2632
2633 2004-06-07  Benjamin Otte  <otte@gnome.org>
2634
2635         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
2636           cast to GstClockTime to get higher granularity
2637         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2638           use gst_element_set_time_delay to get the exact time
2639         * ext/mad/gstmad.c: (gst_mad_chain):
2640           use the negotiated rate instead of the current frame's rate which
2641           might be wrong because of bit errors. This avoids emitting totally
2642           bogus timestamps and screwing sync.
2643         (fixes #143454)
2644
2645 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
2646
2647         reviewed by Benjamin Otte  <otte@gnome.org>
2648
2649         * gst/adder/gstadder.c: (gst_adder_loop):
2650           properly error out when no negotiation has happened yet. (fixes
2651           #143032)
2652
2653 2004-06-06  Benjamin Otte  <otte@gnome.org>
2654
2655         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
2656           forward correctly transformed offset in discont events. Based on
2657           patch by Arwed v. Merkatz. (fixes #142851)
2658
2659 2004-06-06  David Schleef  <ds@schleef.org>
2660
2661         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
2662         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
2663         problems on several systems.
2664
2665 2004-06-06  Benjamin Otte  <otte@gnome.org>
2666
2667         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2668           use explicit caps on the srcpad
2669         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2670           properly error out if caps couldn't be set (fixes #142764)
2671
2672 2004-06-06  Benjamin Otte  <otte@gnome.org>
2673
2674         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), 
2675         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), 
2676         (gst_alsa_start_audio):
2677           - don't call set_periods_integer anymore, it breaks the
2678           configuration randomly
2679           - call snd_pcm_hw_params_set_access directly instead of using masks
2680           - don't fail if the sw_params can't be set, just use the default
2681           params and hope it works. Alsalib has weird issues when you touch
2682           sw_params and does no proper error reporting about what failed.
2683         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
2684         (gst_alsa_close_audio):
2685           make our alsa debugging go via gst debugging and not conditionally
2686           defined
2687         * ext/alsa/gstalsa.h:
2688           add ALSA_DEBUG_FLUSH macro
2689         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
2690         (plugin_init):
2691           wrap alsa errors to be printed via the gst debugging system and not
2692           spammed to stderr
2693
2694 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2695
2696         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
2697         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
2698         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
2699         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
2700         (qtdemux_parse_trak):
2701         * gst/qtdemux/qtdemux.h:
2702           Bitch. Also known as seeking, querying & co.
2703         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
2704         (gst_osssink_change_state):
2705         * sys/oss/gstosssink.h:
2706           Resyncing is for weenies, this hack is no longer needed and was
2707           broken anyway (since it - unintendedly - always leaves resync to
2708           TRUE).
2709
2710 2004-06-05  Andrew Turner <zxombie@hotpop.com>
2711
2712         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
2713         * gst/tcp/gsttcpclientsrc.h: idem
2714           - define MSG_NOSIGNAL if not done
2715           - include unistd.h for off_t
2716           (fixes #143749)
2717
2718 2004-06-05  Benjamin Otte  <otte@gnome.org>
2719
2720         * configure.ac:
2721         * ext/kio/Makefile.am:
2722           check for qt's moc preprocessor explicitly and use it
2723
2724 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2725
2726         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2727           don't get a signal for EPIPE on socket writes
2728           (somebody check if this works on other platforms)
2729
2730 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2731
2732         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
2733         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
2734           check error condition on available samples correctly
2735
2736 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2737
2738         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
2739           avoid a segfault
2740         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2741         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
2742         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
2743         (gst_tcpserversrc_gdp_read_header):
2744          use ssize_t over size_t since the former is signed and thus the
2745          check for error codes can work
2746
2747 2004-06-02  Wim Taymans  <wim@fluendo.com>
2748
2749         reviewed by: Johan
2750
2751         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2752         (gst_multipart_mux_loop):
2753         Oops
2754
2755 2004-06-02  Wim Taymans  <wim@fluendo.com>
2756
2757         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2758         (gst_multipart_mux_init), (gst_multipart_mux_loop),
2759         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
2760         (gst_multipart_mux_change_state):
2761         Added configurable boundary specifier, added the value as a
2762         caps field as well.
2763
2764 2004-06-02  Zaheer Abbas Merali <zaheerabbas@merali.org>
2765
2766         * gst/tcp/gsttcp.c:
2767         * gst/tcp/gsttcpclientsrc.c:
2768         * gst/tcp/gsttcpclientsrc.h:
2769         * gst/tcp/gsttcpserversrc.c:
2770           - portability fix, to compile on OSX
2771             (fixes #143146)
2772
2773         * sys/osxaudio/gstosxaudioelement.c:
2774         * sys/osxaudio/gstosxaudiosink.c:
2775         * sys/osxaudio/gstosxaudiosrc.c:
2776           - compilation warnings on OSX
2777             (fixes #143153)
2778
2779 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2780
2781         * ext/vorbis/vorbisdec.c : sign warning fixes
2782
2783         * gst-libs/gst/mixer/mixertrack.c :
2784           do no use defines which are glib 2.4 specific
2785
2786 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
2787
2788         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
2789           buffer since libflac doesn't expect it (reports a sync error when 
2790           it encounters that)
2791
2792         
2793 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
2794
2795         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
2796         * gst-libs/gst/mixer/mixertrack.c:
2797         (gst_mixer_track_get_property), (get_mixer_track_init),
2798         (get_mixer_track_get_property): Added property accessors
2799         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
2800         * gst-libs/gst/mixer/mixeroptions.c:
2801         (gst_mixer_options_get_values): Added   
2802         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
2803         * gst-libs/gst/mixer/mixer.c: Fixed comment
2804
2805
2806 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2807
2808         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
2809           improve error messages on open
2810
2811
2812 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2813
2814         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
2815           check if v4l-conf is in path
2816
2817 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2818
2819         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
2820           change assert to a more readable error message
2821
2822 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2823
2824         * gst-libs/gst/tuner/tunerchannel.h:
2825           - add a freq_multiplicator field to make the conversion
2826             between internal frequency unit and Hz
2827         * sys/v4l/gstv4lelement.c:
2828         * sys/v4l2/gstv4l2element.c:
2829           - change default video device to /dev/video0
2830         * sys/v4l/v4l_calls.c:
2831         * sys/v4l2/v4l2_calls.c:
2832           - we only expose frequency to the user in Hz instead of
2833             bastard v4lX unit (either 62.5kHz or 62.5Hz)
2834
2835 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
2836         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2837           Initialise b_o_s and e_o_s variables
2838         * gst-libs/gst/riff/riff-media.c:
2839         (gst_riff_create_video_caps_with_data):
2840           Add some unusual fourcc's from mplayer avi's
2841         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
2842           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
2843           autoplugging.
2844
2845 2004-05-28  Wim Taymans  <wim@fluendo.com>
2846
2847         * configure.ac:
2848         * gst/alpha/Makefile.am:
2849         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
2850         (gst_alpha_get_type), (gst_alpha_base_init),
2851         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
2852         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
2853         (gst_alpha_chroma_key), (gst_alpha_chain),
2854         (gst_alpha_change_state), (plugin_init):
2855         A plugin to add an alpha channel to I420 video. Can optionally do
2856         chroma keying.
2857         * gst/multipart/Makefile.am:
2858         * gst/multipart/multipart.c: (plugin_init):
2859         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
2860         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
2861         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
2862         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
2863         (gst_multipart_demux_change_state),
2864         (gst_multipart_demux_plugin_init):
2865         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
2866         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
2867         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
2868         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
2869         (gst_multipart_mux_pad_unlink),
2870         (gst_multipart_mux_request_new_pad),
2871         (gst_multipart_mux_handle_src_event),
2872         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
2873         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
2874         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
2875         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
2876         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
2877         send multipart jpeg images to a browser.
2878         * gst/videobox/Makefile.am:
2879         * gst/videobox/README:
2880         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
2881         (gst_video_box_get_type), (gst_video_box_base_init),
2882         (gst_video_box_class_init), (gst_video_box_init),
2883         (gst_video_box_set_property), (gst_video_box_get_property),
2884         (gst_video_box_sink_link), (gst_video_box_i420),
2885         (gst_video_box_ayuv), (gst_video_box_chain),
2886         (gst_video_box_change_state), (plugin_init):
2887         Crops or adds borders around an image. can do alpha channel
2888         borders as well.
2889         * gst/videomixer/Makefile.am:
2890         * gst/videomixer/README:
2891         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
2892         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
2893         (gst_videomixer_pad_get_sink_event_masks),
2894         (gst_videomixer_pad_get_property),
2895         (gst_videomixer_pad_set_property),
2896         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
2897         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
2898         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
2899         (gst_videomixer_base_init), (gst_videomixer_class_init),
2900         (gst_videomixer_init), (gst_videomixer_request_new_pad),
2901         (gst_videomixer_handle_src_event),
2902         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
2903         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
2904         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
2905         (gst_videomixer_loop), (gst_videomixer_get_property),
2906         (gst_videomixer_set_property), (gst_videomixer_change_state),
2907         (plugin_init):
2908         Generic video mixer plugin, can handle multiple inputs all with
2909         different framerates and video sizes. Is fully alpha channel
2910         aware.
2911
2912 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2913
2914         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
2915           Select first track as master track. Not sure how else to handle
2916           that...
2917         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
2918           Discard discont events. Should fix #142962.
2919
2920 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2921
2922         * ext/alsa/Makefile.am:
2923         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
2924         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
2925         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
2926         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
2927         (gst_alsa_mixer_get_option):
2928         * ext/alsa/gstalsamixer.h:
2929         * ext/alsa/gstalsamixeroptions.c:
2930         (gst_alsa_mixer_options_get_type),
2931         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
2932         (gst_alsa_mixer_options_new):
2933         * ext/alsa/gstalsamixeroptions.h:
2934         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2935         * ext/alsa/gstalsamixertrack.h:
2936           Add enumerations (as GstMixerOptions). Make correct distinction
2937           between input/output tracks. Add capture/playback private flag.
2938           Use flag to decide on whether to set capture or playback volumes
2939           or switches. Use playback and record switches.
2940         * gst-libs/gst/mixer/Makefile.am:
2941         * gst-libs/gst/mixer/mixer-marshal.list:
2942         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
2943         (gst_mixer_set_option), (gst_mixer_get_option),
2944         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
2945         (gst_mixer_volume_changed), (gst_mixer_option_changed):
2946         * gst-libs/gst/mixer/mixer.h:
2947         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
2948         (gst_mixer_options_class_init), (gst_mixer_options_init),
2949         (gst_mixer_options_dispose):
2950         * gst-libs/gst/mixer/mixeroptions.h:
2951           Add GstMixerOptions.
2952         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
2953           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
2954           broken device detection on computers with multiple OSS sound
2955           cards.
2956
2957 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2958
2959         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
2960           fixate nicely even when the peer is not negotiating
2961
2962 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2963
2964         * gst/audioconvert/gstaudioconvert.c:
2965         (gst_audio_convert_parse_caps):
2966           make sure we don't allow depth > width
2967         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
2968           fixate endianness to G_BYTE_ORDER as default
2969         * gst/audioscale/gstaudioscale.c:
2970           we don't handle another endianness as host-endianness
2971
2972 2004-05-25  David Schleef  <ds@schleef.org>
2973
2974         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
2975
2976 2004-05-24  Benjamin Otte  <otte@gnome.org>
2977
2978         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
2979         (gst_oggvorbisenc_setup):
2980           properly fail when we can't setup the vorbis encoder due to
2981           unsupported settings
2982         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
2983         (gst_vorbisenc_setup):
2984           same
2985         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2986           fix case where warnings occured when one pad was unlinked while the
2987           other's link function was called
2988
2989 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2990
2991         * gst/tcp/Makefile.am:
2992           use GST_ENABLE_NEW
2993
2994 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2995
2996         * gst-libs/gst/resample/private.h:
2997           don't use optimizations that are #if 0'ed
2998
2999 2004-05-24  Wim Taymans  <wim@fluendo.com>
3000
3001         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
3002         Fix potential division by zero error and hopefully get
3003         the position query right to get correct timestamps on avi
3004         audio.
3005
3006 2004-05-24  Wim Taymans  <wim@fluendo.com>
3007
3008         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
3009         (gst_videoscale_scale_nearest_str2),
3010         (gst_videoscale_scale_nearest_str4),
3011         (gst_videoscale_scale_nearest_32bit),
3012         (gst_videoscale_scale_nearest_24bit),
3013         (gst_videoscale_scale_nearest_16bit):
3014         Fix the scaling algorithm and avoid a buffer overflow.
3015         removed the while loop in the scaling function as it
3016         was used for point sampling only.
3017
3018 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3019
3020         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
3021         (gst_id3_tag_class_init), (gst_id3_tag_init),
3022         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
3023         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
3024         (gst_id3_tag_send_tag_event):
3025           lots of fixes to make id3mux work and id3demux work correctly
3026
3027 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3028
3029         * ext/Makefile.am:
3030           add rules to build shout2send (was removed by accident
3031           when this module was no more marked experimental/broken)
3032
3033 2004-05-24  Zaheer Abbas Merali <zaheerabbas@merali.org>
3034
3035         * ext/shout2/gstshout2.c:
3036         * ext/shout2/gstshout2.h:
3037           adding a "connection problem" signal to shout2send
3038           (fixes #142954)
3039
3040 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3041
3042         * ext/kio/kioreceiver.cpp:
3043         * ext/kio/kioreceiver.h:
3044           fix sign comparison issues
3045
3046 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3047
3048         * gst/cdxaparse/gstcdxaparse.c:
3049         * gst/cdxaparse/gstcdxaparse.h:
3050           some renaming
3051           add some checks/sanity
3052           prepare for seek addition
3053
3054         * sys/sunaudio/gstsunaudio.c:
3055           remove exported dupe init function
3056
3057 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
3058
3059         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
3060         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
3061           Fix format conversion and position querying.
3062         * gst/debug/progressreport.c: (gst_progressreport_report):
3063           Don't output a bogus total value that we didn't query.
3064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3065           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
3066           only a blank window after xine has been used.
3067
3068 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3069
3070         * m4/as-arts.m4:
3071           sync with upstream version to fix test on FC2
3072           readd with -ko to preserve Id header
3073
3074 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3075
3076         * configure.ac:
3077           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
3078         * gst/tcp/gsttcpclientsrc.c: idem
3079         * gst/tcp/gsttcpserversink.c: idem
3080         * gst/tcp/gsttcpserversrc.c: idem
3081         * m4/gst-fionread.m4: idem
3082
3083         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
3084
3085         * configure.ac: enable speex plugin for speex 1.1.5+
3086         * ext/speex/gstspeexenc.c: fix cast warning
3087
3088         * ext/esd/README: fix typo
3089
3090 2004-05-20  David Schleef  <ds@schleef.org>
3091
3092         * configure.ac: Minor cosmetic change to convince the buildbot to
3093         reautogen.
3094         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
3095         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
3096         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
3097         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
3098         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
3099         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
3100         More hacking.  Plays audio now.
3101
3102 2004-05-20  David Schleef  <ds@schleef.org>
3103
3104         * configure.ac:
3105         * sys/Makefile.am:
3106
3107 2004-05-20  David Schleef  <ds@schleef.org>
3108
3109         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Merali
3110         * sys/osxaudio/gstosxaudio.c:
3111         * sys/osxaudio/gstosxaudioelement.c:
3112         * sys/osxaudio/gstosxaudioelement.h:
3113         * sys/osxaudio/gstosxaudiosink.c:
3114         * sys/osxaudio/gstosxaudiosink.h:
3115         * sys/osxaudio/gstosxaudiosrc.c:
3116         * sys/osxaudio/gstosxaudiosrc.h:
3117
3118 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3119
3120         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
3121         (gst_vorbisenc_chain):
3122           put the codec headers on the caps as streamheader as well as
3123           pushing them out
3124
3125 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3126
3127         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
3128         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3129         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
3130         split up push_packet into two functions
3131
3132 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3133
3134         * gst/tcp/.cvsignore:
3135           ignore enums
3136         * gst/tcp/Makefile.am:
3137         * gst/tcp/README:
3138         * gst/tcp/gsttcp.c:
3139         * gst/tcp/gsttcp.h:
3140         * gst/tcp/gsttcpclientsink.c:
3141         * gst/tcp/gsttcpclientsink.h:
3142         * gst/tcp/gsttcpclientsrc.c:
3143         * gst/tcp/gsttcpclientsrc.h:
3144         * gst/tcp/gsttcpplugin.c:
3145         * gst/tcp/gsttcpserversink.c:
3146         * gst/tcp/gsttcpserversink.h:
3147         * gst/tcp/gsttcpserversrc.c:
3148         * gst/tcp/gsttcpserversrc.h:
3149           add new tcp elements
3150
3151 2004-05-19  Wim Taymans  <wim@fluendo.com>
3152
3153         * gst/law/mulaw-conversion.c: (mulaw_encode):
3154         Fix overflow bug in ulaw encoding.
3155
3156 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3157
3158         * ext/mad/gstmad.c: (gst_mad_handle_event):
3159           don't unref the event twice
3160
3161 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3162
3163         * configure.ac:
3164           remove -Wno-sign-compare
3165
3166 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3167
3168         * configure.ac:
3169           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
3170           if you want to work against glib 2.2 and 2.4
3171
3172 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3173
3174         * gst/tcp/Makefile.am:
3175         * gst/tcp/gsttcp.c:
3176         * gst/tcp/gsttcp.h:
3177         * gst/tcp/gsttcpsink.h:
3178         * gst/tcp/gsttcpsrc.h:
3179           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
3180
3181 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3182
3183         * gst/debug/tests.c: (md5_get_value):
3184           fix segfault on gst-inspect
3185
3186 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3187
3188         * gst/debug/testplugin.c: 
3189         * gst/debug/tests.c: 
3190         * gst/debug/tests.h:
3191           add new extensible and configurable testing element. Current tests
3192           include buffer count, stream length, timestamp/duration matching and
3193           md5.
3194         * gst/debug/Makefile.am:
3195         * gst/debug/gstdebug.c: (plugin_init):
3196           add infrastructure for new element
3197
3198 2004-05-19  Johan Dahlin  <johan@gnome.org>
3199
3200         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
3201         ending of the array. Fixes gst-inspect segfault on ppc.
3202
3203 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3204
3205         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
3206
3207         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
3208
3209 2004-05-18  David Schleef  <ds@schleef.org>
3210
3211         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
3212         warnings (bugs, actually) noticed by gcc but not forte.
3213
3214 2004-05-18  David Schleef  <ds@schleef.org>
3215
3216         * sys/sunaudio/Makefile.am:
3217         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
3218
3219 2004-05-18  David Schleef  <ds@schleef.org>
3220
3221         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
3222         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
3223         to allow qtdemux to use non-seekable streams. (bug #142272)
3224
3225 2004-05-18  David Schleef  <ds@schleef.org>
3226
3227         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
3228         (gst_resample_sinc_ft_float): Remove use of static temporary
3229         buffer.  This code was obviously not supposed to last long, but
3230         it's stuck in our ABI, so it required a little hack to make it
3231         ABI-compatible.  Fixes #142585.
3232         * gst-libs/gst/resample/resample.h: same.
3233
3234 2004-05-18  David Schleef  <ds@schleef.org>
3235
3236         * configure.ac: Add sunaudio
3237         * examples/Makefile.am: make gstplay depend on gconf
3238         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
3239         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
3240         (convert_table_lookup), (img_convert): remove c99-isms
3241         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
3242           unsigned, to fix a warning on Solaris
3243         * gst/mpeg1sys/systems.c: bcopy->memcpy
3244         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
3245         * sys/Makefile.am: Add sunaudio
3246
3247 2004-05-18  Wim Taymans  <wim@fluendo.com>
3248
3249         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
3250         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
3251         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
3252         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
3253         (gst_ogg_mux_loop):
3254         Fix an ugly memleak where the muxer didn't flush enough ogg
3255         pages. This also resulted in badly muxed ogg files.
3256
3257 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3258
3259         * gst/asfdemux/asfheaders.c :
3260         * gst/asfdemux/asfheaders.h :
3261         * gst/asfdemux/gstasfdemux.c :
3262           - fix ASF_OBJ_PADDING guid
3263           - add 3 new object guids (language list, metadata, 
3264             extended stream properties)
3265           - add a function to parse extended header objects
3266
3267 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3268
3269         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
3270           remove leftover debugging g_print
3271
3272 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3273
3274         * ext/mad/gstmad.c: (gst_mad_handle_event):
3275           Fix for when the first format in a discont event is not a
3276           byte-based one. Should fix #137710.
3277
3278 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3279
3280         * m4/a52.m4 : fix compilation with -Wall -Werror
3281         * m4/libfame.m4 : idem
3282         * m4/libmikmod.m4 : idem
3283
3284 2004-05-17  Benjamin Otte  <otte@gnome.org>
3285
3286         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3287           signal the new tags before giving up the reference
3288
3289 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3290
3291         * ext/shout2/gstshout2.c:
3292           use application/ogg instead of application/x-ogg (patch by Patrick
3293           Guimond, fixes #142432)
3294         * sys/oss/gstosselement.c: (gst_osselement_reset),
3295         (gst_osselement_sync_parms):
3296           don't set fragment size unless specified (fixes #142493)
3297
3298 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3299
3300         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
3301           fixes #142664
3302
3303 2004-05-17  Benjamin Otte  <otte@gnome.org>
3304
3305         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
3306           compute offsets correctly for internal buffers so timestamps are set
3307           correctly when we can't seek. Also handle cases where there are no
3308           offsets. (based on a patch by David Moore, fixes #142507)
3309
3310 2004-05-17  Benjamin Otte  <otte@gnome.org>
3311
3312         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3313           use correct variable when determining amount of data to skip so we
3314           don't skip into the void and segfault
3315
3316 2004-05-16  Benjamin Otte  <otte@gnome.org>
3317
3318         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
3319           Hi, I'm a memleak
3320
3321 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3322
3323         * gst/asfdemux/gstasfdemux.c:
3324           - fix a mem leak and always propagate tags
3325           - add WMV3 to known video codecs (but no decoder yet)
3326           - replace "surplus data" at end of audio header for what
3327             it is : codec specific data
3328           - fix a typo
3329
3330 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
3331
3332         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
3333
3334         * gst-libs/gst/audio/audioclock.c:
3335           Fix wrong return type (#142205).
3336
3337 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3338
3339         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
3340           Ignore CRCs by default (fixes #142566).
3341
3342 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3343
3344         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3345         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
3346         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
3347         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
3348         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3349         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
3350           Fix for cases where we fail to attach to a mixer.
3351
3352 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3353
3354         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
3355           Don't touch events after not owning them anymore.
3356         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
3357         (gst_wavparse_fmt), (gst_wavparse_other),
3358         (gst_wavparse_handle_seek), (gst_wavparse_loop),
3359         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
3360         (gst_wavparse_srcpad_event):
3361         * gst/wavparse/gstwavparse.h:
3362           Add seeking, fix querying.
3363
3364 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3365
3366         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3367           - process comments even if they don't end with \0\0
3368             g_convert would ignore them if present and works well without them
3369
3370 2004-05-16  Benjamin Otte  <otte@gnome.org>
3371
3372         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
3373           simplify caps
3374
3375 2004-05-16  Benjamin Otte  <otte@gnome.org>
3376
3377         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3378           don't write to memory we might not write to - g_convert does that
3379           for us anyway (fixes #142613)
3380         (gst_asf_demux_audio_caps):
3381           comment out gst_util_dump_mem
3382
3383 2004-05-16  Benjamin Otte  <otte@gnome.org>
3384
3385         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3386           compute correct expected timestamps after seek (broken since
3387           last commit)
3388         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
3389           rename element and debugging category to gdkpixbufscale
3390
3391 2004-05-16  Benjamin Otte  <otte@gnome.org>
3392
3393         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3394           add error checking to snd_pcm_delay and remove duplicate call to
3395           snd_pcm_delay that caused issues (see inline code comments)
3396         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
3397           make more readable and fix return value when snd_pcm_delay fails
3398         (fixes #142586)
3399
3400 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
3401         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
3402         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
3403         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
3404         (gst_pixbufscale_link), (gst_pixbufscale_init),
3405         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
3406         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
3407         (gst_pixbufscale_get_property), (pixbufscale_init):
3408         * ext/gdk_pixbuf/pixbufscale.h:
3409         Add these files I forgot earlier
3410
3411 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
3412         * ext/gdk_pixbuf/Makefile.am:
3413         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
3414         * ext/gdk_pixbuf/gstgdkpixbuf.h:
3415         Add new pixbufscale element to scale RGB video
3416         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
3417         and HYPER interpolation correctly.
3418         * ext/theora/theoraenc.c: (theora_enc_chain),
3419         Discard buffer and return if explicit caps could not be set
3420         (theora_enc_get_property):
3421         Make _get return kbps for the bitrate consistent with
3422         the _set function.
3423
3424
3425 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3426
3427         * ext/libvisual/visual.c: (gst_visual_chain):
3428           add missing visual_audio_analyze
3429
3430 2004-05-14  David Schleef  <ds@schleef.org>
3431
3432         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
3433         is killed while we're playing.
3434         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
3435         gst_element_no_more_pads().
3436
3437 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3438
3439         * gst-libs/gst/riff/riff-read.c :
3440           - fix INFO tag extraction in RIFF/AVI files
3441             because gst_event_unref (event) also freed taglist
3442           - avoid a mem leak
3443
3444 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3445
3446         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
3447         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
3448
3449         * gst/auparse/gstauparse.c :
3450           - add code (commented for now) to support audio/x-adpcm on src pad
3451             (we have no decoder for those layout yet)
3452
3453         * gst/cdxaparse/gstcdxaparse.c :
3454         * gst/cdxaparse/gstcdxaparse.h :
3455           - partial rewrite using RiffRead (ripped iain's wavparse code)
3456
3457         * gst/rtp/gstrtpL16enc.c : typo
3458         * gst/rtp/gstrtpgsmenc.c : typo
3459
3460 2004-05-13  Benjamin Otte  <otte@gnome.org>
3461
3462         * configure.ac:
3463           check for exact version of libvisual, it's not supposed to be
3464           API/ABI stable yet
3465
3466 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3467
3468         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
3469           signal no-more-pads
3470
3471 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
3472
3473         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
3474         Report which format was used for GST_FORMAT_DEFAULT
3475         * gst/debug/Makefile.am:
3476         * gst/debug/gstdebug.c: (plugin_init):
3477         * gst/debug/progressreport.c: (gst_progressreport_base_init),
3478         (gst_progressreport_class_init), (gst_progressreport_init),
3479         (gst_progressreport_report), (gst_progressreport_set_property),
3480         (gst_progressreport_get_property), (gst_progressreport_chain),
3481         (gst_progressreport_plugin_init):
3482         Add progressreport element for testing.
3483
3484 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3485
3486         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
3487         * sys/v4l/gstv4lsrc.h:
3488         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
3489         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
3490         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3491         (gst_v4lsrc_grab_frame):
3492           add more debugging
3493           send a discont at start
3494
3495 2004-05-12  Colin Walters  <walters@redhat.com>
3496
3497         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
3498         inflooping if we can't find a chunk.  Or in other words, don't blow
3499         chunks if we don't have a chunk to blow.
3500
3501 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
3502         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
3503         Remove old debug output
3504         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
3505         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
3506         (gst_dvdec_set_property), (gst_dvdec_get_property):
3507         Change the quality setting to an enum, so it works from gst-launch
3508         Don't renegotiate a non-linked pad. Allows audio only decoding.
3509         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
3510         (gst_deinterlace_link), (gst_deinterlace_init):
3511         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
3512         (gst_videodrop_link):
3513         Some caps negotiation fixes
3514
3515 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3516
3517         * ext/tarkin/gsttarkin.c :
3518           - Change RANK from NONE to PRIMARY
3519         * ext/gdk_pixbuf/gstgdkpixbuf.c :
3520           - Change RANK from NONE to MARGINAL
3521         * ext/divx/gstdivxenc.c :
3522           - Change RANK from PRIMARY to NONE (encoder/spider issue)
3523
3524 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3525
3526         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
3527         (gst_vorbisenc_push_packet):
3528           copy a function that was added between 1.0 and 1.0.1 until we
3529           depend on worthwhile features of post-1.0
3530
3531 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3532
3533         * configure.ac:
3534           enable shout2 by default
3535         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
3536         (gst_shout2send_base_init), (gst_shout2send_init),
3537         (gst_shout2send_connect), (gst_shout2send_change_state):
3538         * ext/shout2/gstshout2.h:
3539           make this work again. Based on a patch by Zaheer Merali (fixes
3540           #142262)
3541         * ext/theora/theora.c: (plugin_init):
3542           don't set rank on encoders
3543
3544 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
3545
3546         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
3547           Use codec_data property instead of flag1 and flag2 for wma
3548
3549 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3550
3551         * gst/cdxaparse/gstcdxaparse.c :
3552           - Add mpegversion to CAPS to make it link
3553           - Rank is as GST_RANK_SECONDARY instead of NONE
3554         * gst/auparse/gstauparse.c :
3555           - Document all audio encoding we can encounter from Solaris 9
3556             headers and libsndfile information.
3557           - Increase max. rate from 48000 to 192000 (to match other elements)
3558           - Don't try to play junk data between header and samples
3559
3560 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3561
3562         * ext/libvisual/visual.c: (gst_visual_getcaps):
3563           use the right caps depending on endianness (I hope)
3564         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
3565           use GST_RANK_NONE for all non-decoding elements or spider gets
3566           mighty confused
3567
3568 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3569
3570         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3571           Fix some odd cases and fix BE metadata parsing of unicode16 text.
3572
3573 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3574
3575         * gst/switch/gstswitch.c: (gst_switch_release_pad),
3576         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
3577         (gst_switch_loop), (gst_switch_get_type):
3578           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
3579           HEADERS. Had to be said.
3580
3581 2004-05-10  David Schleef  <ds@schleef.org>
3582
3583         * configure.ac: Add prototype Dirac support.
3584         * ext/Makefile.am:
3585         * ext/dirac/Makefile.am:
3586         * ext/dirac/gstdirac.cc:
3587         * ext/dirac/gstdiracdec.cc:
3588
3589 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3590
3591         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
3592         (gst_auparse_init), (gst_auparse_chain),
3593         (gst_auparse_change_state):
3594           Hack around spider. Remove me some day please.
3595
3596 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3597
3598         * gst/auparse/gstauparse.c: (gst_auparse_chain):
3599           Fix for some uninitialized variables in previous patch, also
3600           makes it work. Fixes #142286 while we're at it.
3601
3602 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3603
3604         * gst/auparse/gstauparse.c:
3605                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
3606                 only unsupported formats are ADPCM/CCITT G.72x
3607                 reviewed by Ronald
3608         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
3609
3610 2004-05-10  Wim Taymans  <wim@fluendo.com>
3611
3612         * ext/vorbis/Makefile.am:
3613         * ext/vorbis/README:
3614         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
3615         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
3616         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
3617         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
3618         (gst_oggvorbisenc_convert_sink),
3619         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
3620         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
3621         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
3622         (get_constraints_string), (update_start_message),
3623         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
3624         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
3625         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
3626         * ext/vorbis/oggvorbisenc.h:
3627         * ext/vorbis/vorbis.c: (plugin_init):
3628         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
3629         (raw_caps_factory), (gst_vorbisenc_class_init),
3630         (gst_vorbisenc_init), (gst_vorbisenc_setup),
3631         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
3632         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
3633         * ext/vorbis/vorbisenc.h:
3634         Added a raw vorbis encoder to be used with the oggmuxer.
3635         We still need the old encoder for some gnome applications, 
3636         read the README to find out how that works.
3637         The raw encoder is called "rawvorbisenc" until 0.9.
3638
3639 2004-05-10  Wim Taymans  <wim@fluendo.com>
3640
3641         * ext/ogg/gstogg.c: (plugin_init):
3642         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
3643         (gst_ogg_print):
3644         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
3645         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
3646         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
3647         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
3648         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
3649         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
3650         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
3651         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
3652         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
3653         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
3654         Added an ogg muxer.
3655         Small typo fixes in the demuxer.
3656
3657 2004-05-10  Wim Taymans  <wim@fluendo.com>
3658
3659         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3660         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
3661         (theora_enc_change_state), (theora_enc_set_property),
3662         (theora_enc_get_property):
3663         Mark the last packet with an EOS flag which is not really needed
3664         in gstreamer.
3665         Do some better video framerate initialisation.
3666         Update the buffer timestamp.
3667
3668 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
3669
3670         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
3671         Return the result of the parent state change call
3672
3673 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3674
3675         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
3676         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
3677         * gst/law/alaw-encode.c : (idem)
3678         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
3679         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
3680         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
3681
3682 2004-05-09  Benjamin Otte  <otte@gnome.org>
3683
3684         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
3685           don't use a fixed buffer size when writing variable length data to
3686           it. Fixes memory corruption and makes alsasrc work
3687
3688 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3689
3690         * ext/gnomevfs/gstgnomevfssink.c:
3691         (_gst_boolean_allow_overwrite_accumulator),
3692         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
3693           Run glib's default signal handler (??) in RUN_CLEANUP rather than
3694           RUN_LAST, and don't use that to set the accumulator value because
3695           then it's always FALSE.
3696
3697 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3698
3699         * gst-libs/gst/riff/riff-media.c:
3700         (gst_riff_create_video_caps_with_data),
3701         (gst_riff_create_audio_caps),
3702         (gst_riff_create_audio_template_caps):
3703         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
3704           Fix for unaligned RIFF files (i.e. where all the chunks together
3705           in a LIST chunk are not of the same size as the size given in
3706           the LIST chunk header). Fixes several odd WAVE files. Also fix
3707           ADPCM (block_align property) in audio, so that wavparse based
3708           on this works now as it used to stand-alone.
3709
3710 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
3711
3712         reviewed by Benjamin Otte  <otte@gnome.org>
3713
3714         * ext/a52dec/gsta52dec.c:
3715         * ext/divx/gstdivxdec.c:
3716         * ext/divx/gstdivxenc.c:
3717         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
3718         * ext/faac/gstfaac.c: (gst_faac_base_init):
3719         * ext/faad/gstfaad.c: (gst_faad_base_init):
3720         * ext/ivorbis/vorbisfile.c:
3721         * ext/lame/gstlame.c:
3722         * ext/libfame/gstlibfame.c:
3723         * ext/mpeg2enc/gstmpeg2enc.cc:
3724         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
3725         * ext/sidplay/gstsiddec.cc:
3726         * ext/speex/gstspeexdec.c:
3727         * ext/speex/gstspeexenc.c:
3728         * ext/xvid/gstxviddec.c:
3729         * ext/xvid/gstxvidenc.c:
3730           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
3731           (fixes #142193)
3732
3733 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3734
3735         * ext/alsa/gstalsa.c: (device_list),
3736         (gst_alsa_class_probe_devices):
3737         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3738           Fix alsa oddness in mixer after the combination of using mixer
3739           in source/sink elements and using hw:x,y instead of just hw:x.
3740
3741 2004-05-09  Benjamin Otte  <otte@gnome.org>
3742
3743         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
3744         (gst_wavparse_create_sourcepad):
3745           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
3746           sourcepads
3747
3748 2004-05-09  Benjamin Otte  <otte@gnome.org>
3749
3750         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3751           allow discont events before caps nego
3752
3753 2004-05-08  Benjamin Otte  <otte@gnome.org>
3754
3755         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3756           don't leak events
3757
3758 2004-05-08  Benjamin Otte  <otte@gnome.org>
3759
3760         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
3761         (gst_level_change_state), (gst_level_init):
3762         * gst/level/gstlevel.h:
3763           figure out if we're initialized directly instead of keeping a
3764           variable that's wrong in 90% of cases
3765           don't initialize pads and then leak them and use a new unitialized
3766           pad. (fixes #142084)
3767           these were bugs so n00bish I didn't find them for an hour :/
3768
3769 2004-05-08 Iain <iain@prettypeople.org>
3770
3771         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
3772         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
3773         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
3774         return the length that was read.
3775         (gst_riff_read_strf_auds): Allow fmt tags as well.
3776
3777 2004-05-07  David Schleef  <ds@schleef.org>
3778
3779         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
3780         signed char assumption in faad.h.
3781
3782 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3783
3784         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
3785           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
3786
3787 2004-05-07  Colin Walters  <walters@redhat.com>
3788
3789         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
3790         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
3791         function.
3792         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
3793         Add dispose function.
3794
3795 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
3796         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
3797           Fix caps nego and pad templates. RGB mode caps should
3798           work now.
3799         * ext/dvdnav/gst-dvd:
3800           Move mpeg2dec inside the thread because otherwise the
3801           queue rejects cap changes mid-stream
3802         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
3803         (gst_mpeg2dec_flush_decoder):
3804           For mpeg2dec > 0.4.0, call the flush function instead of
3805           manually extracting all in-flight frames.
3806         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
3807         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
3808           Change mime type video/dv go video/x-dv to match the
3809           rest of gst-plugins
3810
3811 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3812
3813         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
3814         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
3815         (gst_alsa_sink_class_init):
3816         * ext/alsa/gstalsasink.h:
3817         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
3818         (gst_alsa_src_class_init):
3819         * ext/alsa/gstalsasrc.h:
3820           Make alsasink/src a subclass of alsamixer so that mixer stuff
3821           shows up in gst-rec. Needs some finetuning.
3822
3823 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3824
3825         * ext/lame/gstlame.c: (gst_lame_chain):
3826           simplify
3827         * ext/mad/gstmad.c: (gst_mad_handle_event):
3828           fix event leak
3829         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
3830           be able to detect mp3 files < 4096 bytes
3831
3832 2004-05-06  Wim Taymans  <wim@fluendo.com>
3833
3834         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3835         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
3836         (theora_enc_set_property), (theora_enc_get_property):
3837         Also encode the first frame, cleanup some code.
3838
3839 2004-05-06  Wim Taymans  <wim@fluendo.com>
3840
3841         * ext/mpeg2enc/gstmpeg2enc.cc:
3842         Forward events first before deciding that negotiation was
3843         not performed.
3844
3845 2004-05-06  Wim Taymans  <wim@fluendo.com>
3846
3847         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
3848         First process the events before deciding that negotiation
3849         was not performed.
3850
3851 2004-05-06  Wim Taymans  <wim@fluendo.com>
3852
3853         * ext/theora/Makefile.am:
3854         * ext/theora/theora.c: (plugin_init):
3855         * ext/theora/theoradec.c: (theora_dec_change_state):
3856         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
3857         (gst_theora_enc_class_init), (gst_theora_enc_init),
3858         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
3859         (theora_enc_chain), (theora_enc_change_state),
3860         (theora_enc_set_property), (theora_enc_get_property):
3861         Added a theora encoder, grouped the encoder and decoder into the
3862         same plugin.
3863
3864 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3865
3866         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
3867         (gst_jpegenc_chain):
3868         fix DURATION on outgoing buffers
3869         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
3870         debug using time formats
3871         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3873         (gst_xvimagesink_sink_link):
3874         windows with width/height 0 generate X errors, so don't allow them
3875
3876 2004-05-05  Wim Taymans  <wim@fluendo.com>
3877
3878         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
3879         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
3880         (gst_mpeg2dec_negotiate_format):
3881         * ext/mpeg2dec/gstmpeg2dec.h:
3882           removed the static pad template so that we can add the
3883           more accurate framerate value to the caps.
3884           
3885
3886 2004-05-04  Benjamin Otte  <otte@gnome.org>
3887
3888         * configure.ac:
3889           check for kdemacros.h, too (should fix #141821)
3890         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
3891           don't crash if no header was sent, but nicely error out (fixes part
3892           of #141554)
3893
3894 2004-05-04  Wim Taymans  <wim@fluendo.com>
3895
3896         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
3897         parent dispose function to avoid segfault on destroy.
3898
3899 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3900
3901         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
3902         (plugin_init):
3903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
3904         (gst_xvimagesink_sink_link):
3905         clean up debugging caps
3906         also recreate xvimage when format has changed
3907
3908 2004-05-04  Benjamin Otte  <otte@gnome.org>
3909
3910         * ext/libvisual/Makefile.am:
3911         * ext/libvisual/visual.c: (gst_visual_class_init),
3912         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
3913         (gst_visual_srclink), (gst_visual_chain),
3914         (gst_visual_change_state), (plugin_init):
3915           use a GstAdapter to correctly adapt buffer sizes - allows using a
3916           framerate
3917
3918 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3919
3920         * sys/v4l/gstv4lelement.h:
3921         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3922         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
3923         (gst_v4lsrc_buffer_free):
3924         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
3925         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
3926         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
3927         (gst_v4lsrc_requeue_frame):
3928         move some debugging categories around
3929         query for fps index and set accordingly if found
3930
3931 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3932
3933         * ext/lame/gstlame.c:
3934         correct defaults that lame_init puts out of range
3935
3936 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3937
3938         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
3939         (gst_divxenc_class_init):
3940         fix range since -1 is the default
3941         * gst/mpeg1sys/gstmpeg1systemencode.c:
3942         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
3943         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
3944         (gst_rtjpegdec_chain):
3945         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
3946         (gst_rtjpegenc_chain):
3947         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
3948         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
3949         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
3950         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
3951         * sys/v4l/gstv4lsrc.c:
3952         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3953         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
3954         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
3955         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
3956         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
3957           remove gst_info calls
3958
3959 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3960
3961         * Makefile.am:
3962         * po/af.po:
3963         * po/az.po:
3964         * po/en_GB.po:
3965         * po/nl.po:
3966         * po/sr.po:
3967         * po/sv.po:
3968           Updated translations
3969
3970 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3971
3972         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
3973           refactor/comment code
3974
3975 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3976
3977         * gst/asfdemux/Makefile.am:
3978         * gst/asfdemux/asfheaders.c:
3979         * gst/asfdemux/asfheaders.h:
3980         * gst/asfdemux/gstasf.c: (plugin_init):
3981         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
3982         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
3983         (gst_asf_demux_setup_pad):
3984         * gst/asfdemux/gstasfdemux.h:
3985         * gst/asfdemux/gstasfmux.c:
3986         * gst/asfdemux/gstasfmux.h:
3987           Add tagging support to demuxer, split out registration in its own
3988           file instead of in demux (hacky), and prevent having some tables
3989           in our memory multiple times (in asfheaders.h).
3990
3991 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3992
3993         * gst/matroska/matroska-demux.c:
3994         (gst_matroska_demux_parse_metadata):
3995         * gst/matroska/matroska-ids.h:  
3996           Basic tag reading support.
3997
3998 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3999
4000         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
4001           Really detect ac-3 audio.
4002         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
4003           really detect matroska files (off-by-1).
4004
4005 2004-04-30  David Schleef  <ds@schleef.org>
4006
4007         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4008         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
4009         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
4010         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
4011         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
4012         hackage -- parse a lot more atoms, extract a few tags.  One might even
4013         mistake this for tag support.  Maybe it is.
4014         * gst/qtdemux/qtdemux.h:
4015
4016 2004-04-30  Colin Walters  <walters@verbum.org>
4017
4018         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
4019
4020 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4021
4022         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4023         (gst_ffmpegcolorspace_getcaps):
4024           remove broken nego fix
4025
4026 2004-04-30  Benjamin Otte  <otte@gnome.org>
4027
4028         * configure.ac:
4029         * ext/Makefile.am:
4030         * ext/libvisual/Makefile.am:
4031         * ext/libvisual/visual.c: 
4032           add initial support for libvisual (http://libvisual.sourceforge.net)
4033           libvisual is still quite alpha, so expect crashes in there :)
4034
4035 2004-04-29  David Schleef  <ds@schleef.org>
4036
4037         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
4038         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
4039         up qtdemux to make it spit out codec_data.  Do _not_ look at this
4040         code; you will no longer respect me.
4041
4042 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4043
4044         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
4045         * ext/alsa/gstalsa.h :
4046         change alsa pcm device discovery to find more than 1 device
4047         per card. code review by Ronald.
4048
4049 2004-04-29  David Schleef  <ds@schleef.org>
4050
4051         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
4052         Add a check for a driver bug on FreeBSD.  (bug #140565)
4053
4054 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4055
4056         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
4057         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
4058         (gst_jpegenc_getcaps):
4059           move format setting to inner loop
4060         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4061         (gst_ffmpegcolorspace_getcaps):
4062           use GST_PAD_CAPS if available so that we use already negotiated
4063           caps
4064         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4065         (qtdemux_parse_moov), (qtdemux_parse):
4066           extra debugging
4067         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
4068         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
4069           move hardcoded path to DEFINE
4070
4071 2004-04-28  David Schleef  <ds@schleef.org>
4072
4073         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
4074         (bug #140064)
4075
4076 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4077
4078         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
4079           Don't probe for playback device if we're a source element. Fixes
4080           #139658.
4081
4082 2004-04-29  Benjamin Otte  <otte@gnome.org>
4083
4084         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
4085         (gst_id3_tag_chain):
4086           rewrite buffer offset
4087
4088 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4089
4090         * configure.ac:
4091         * ext/Makefile.am:
4092         * ext/dts/Makefile.am:
4093         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
4094         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
4095         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
4096         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
4097         (gst_dtsdec_loop), (gst_dtsdec_change_state),
4098         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
4099         (plugin_init):
4100         * ext/dts/gstdtsdec.h:
4101           New DTS decoder.
4102         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
4103         (gst_faad_srcconnect):
4104           Add ESDS atom handling (.m4a).
4105
4106 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4107
4108         * ext/divx/gstdivxdec.c: (plugin_init):
4109           Remove comment that makes no sense.
4110         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
4111           Fix for obvious typo that resulted in warnings during gst-register.
4112         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
4113         (gst_xviddec_sink_link):
4114           Fix caps negotiation a bit better.
4115         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4116           We call this 'codec_data', not 'esds'.
4117
4118 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4119
4120         * gst/monoscope/gstmonoscope.c:
4121           make sure we only provide 256x128
4122         * gst/monoscope/monoscope.c: (monoscope_init):
4123           assert size of 256x128
4124
4125 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4126
4127         * Makefile.am:
4128         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
4129         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
4130           fixate to max width and height of device
4131
4132 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4133
4134         * Makefile.am:
4135         * sys/v4l/gstv4l.c:
4136         * sys/v4l/gstv4lsrc.c:
4137         * sys/v4l/v4l_calls.c:
4138         * sys/v4l/v4lsrc_calls.c:
4139           fix for qc-usb driver which fakes having more than one buffer
4140           by handing the same buffer twice, which confused GStreamer's/v4lsrc
4141           buffer_free override
4142           add debugging
4143
4144 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4145
4146         * Makefile.am:
4147         * gst/videotestsrc/gstvideotestsrc.c:
4148         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
4149         (gst_videotestsrc_init), (gst_videotestsrc_get),
4150         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
4151         * gst/videotestsrc/gstvideotestsrc.h:
4152           add num-buffers property
4153
4154         2004-04-26  Benjamin Otte  <otte@gnome.org>
4155
4156         * ext/mad/gstid3tag.c: (plugin_init):
4157           set id3mux rank to NONE so it doesn't confuse spider
4158           require audio/mpeg,mpegversion=1 in id3mux
4159
4160 2004-04-26  Benjamin Otte  <otte@gnome.org>
4161
4162         * configure.ac:
4163           detect faad correctly as non-working if it's indeed non-working
4164
4165 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4166
4167         * Makefile.am:
4168         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
4169         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
4170         fix _getcaps so it only negotiates to its supported format
4171
4172 2004-04-25  Benjamin Otte  <otte@gnome.org>
4173
4174         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
4175           fix memleak
4176
4177 2004-04-23  Benjamin Otte  <otte@gnome.org>
4178
4179         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4180           audio/x-raw-int with height rules! not. Now it's depth.
4181
4182 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4183
4184         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
4185         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
4186         (gst_wavparse_loop):
4187           Missing variable initialization. Add handling of DVI ADPCM. Fix
4188           mis-parsing of LIST chunks. This works around a bug where we mis-
4189           parse non-aligning LIST chunks (so LIST chunks where the contents
4190           don't align with the actual LIST size). The correct fix is to use
4191           rifflib, I'm not going to fix wavparse - too much work. All this
4192           fixes #104878.
4193
4194 2004-04-22  Zaheer Abbas Merali <zaheerabbas@merali.org>
4195
4196         reviewed by Benjamin Otte  <otte@gnome.org>
4197
4198         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
4199           fix shoutcast not working (fixes #140844)
4200
4201 2004-04-22  Benjamin Otte  <otte@gnome.org>
4202
4203         * ext/hermes/gsthermescolorspace.c:
4204         (gst_hermes_colorspace_caps_remove_format_info):
4205         * gst/colorspace/gstcolorspace.c:
4206         (gst_colorspace_caps_remove_format_info):
4207         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4208         (gst_ffmpegcolorspace_caps_remove_format_info):
4209           s/gst_caps_simplify/gst_caps_do_simplify/
4210
4211 2004-04-22  Benjamin Otte  <otte@gnome.org>
4212
4213         * gst-libs/gst/riff/riff-media.c:
4214         (gst_riff_create_video_caps_with_data):
4215           mpegversion is an int
4216         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
4217           don't try to create pad templates with NULL caps, use any caps
4218           instead.
4219
4220 2004-04-20  David Schleef  <ds@schleef.org>
4221
4222         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
4223         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
4224         (bug #140384)
4225
4226 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
4227
4228         reviewed by David Schleef
4229
4230         * ext/mad/gstid3tag.c: Add stdlib.h
4231         * gst/rtp/gstrtpgsmenc.c: same
4232         * gst/tags/gstid3tag.c: same
4233         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
4234         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
4235         GST_DISABLE_LOADSAVE use.
4236         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
4237         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
4238         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
4239         atol(3)).
4240         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
4241         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
4242         strtoul(3)).
4243         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
4244         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
4245         $(ID3_CFLAGS).
4246         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
4247         $(LIBFAME_CFLAGS).
4248
4249 2004-04-20  David Schleef  <ds@schleef.org>
4250
4251         * gst/realmedia/rmdemux.c:  This was supposed to part of the
4252         last checkin.  Same idea.
4253
4254 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
4255
4256         reviewed by David Schleef
4257
4258         * configure.ac: bump required gstreamer version to 0.8.1.1
4259         because of following changes [--ds]
4260
4261         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
4262         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
4263         (gst_riff_read_header):  Use GST_READ_UINT*
4264         macros to access possibly unaligned memory.
4265
4266         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
4267         (mp3_type_find):  Use GST_READ_UINT*
4268         macros to access possibly unaligned memory.
4269         (mp3_type_find, mpeg1_parse_header, qt_type_find)
4270         (speex_type_find): Likewise
4271
4272         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
4273
4274         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
4275         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
4276         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
4277         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
4278         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
4279         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
4280         macros to access possibly unaligned memory.
4281
4282         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
4283         Likewise.
4284
4285         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
4286         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
4287
4288         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
4289         Likewise.
4290
4291         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
4292         (gst_mpeg2subt_chain_subtitle): Likewise.
4293
4294         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
4295         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
4296         Likewise.
4297
4298         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
4299         Likewise.
4300
4301         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
4302         Likewise.
4303
4304         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
4305         Likewise.
4306
4307 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4308
4309         * configure.ac:
4310           update required version of GStreamer because of GST_TIME_FORMAT
4311
4312 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4313
4314         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
4315           remove leftover g_print
4316         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
4317           don't try setting only a subset of the caps. We don't want to kill
4318           autoplugging on purpose
4319
4320 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4321
4322         * sys/ximage/ximagesink.c: (plugin_init):
4323         * sys/xvimage/xvimagesink.c: (plugin_init):
4324           add debugging categories
4325
4326 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4327
4328         * po/en_GB.po:
4329         * po/LINGUAS:
4330           Adding en_GB translation (Gareth Owen)
4331
4332 2004-04-20  David Schleef  <ds@schleef.org>
4333
4334         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
4335         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
4336         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
4337         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
4338         A number of new features and hacks to extract the esds atom and
4339         put it into the caps.  (bug #137724)
4340
4341 2004-04-19  David Schleef  <ds@schleef.org>
4342
4343         * gconf/Makefile.am: Fix for non-GNU make
4344         * gst-libs/gst/Makefile.am: Change directory order to handle
4345         GstPlay linking with gstinterfaces
4346         * gst-libs/gst/audio/make_filter: make use of tr portable
4347         * gst-libs/gst/play/Makefile.am: Add intended \
4348         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
4349         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
4350         function prototype instead of void *.
4351         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
4352         macro.
4353         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4354         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
4355         * gst/videofilter/make_filter: make use of tr portable
4356         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
4357
4358 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4359                                                                                 
4360         * po/LINGUAS:
4361         * po/uk.po:
4362           Added Ukrainian translation (Maxim V. Dziumanenko)
4363                                                                                 
4364 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4365
4366         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
4367         (gst_gsmdec_link), (gst_gsmdec_chain):
4368           Fix capsnego, simplify chain function slightly.
4369         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
4370           Add GSM.
4371
4372 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4373
4374         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
4375         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
4376         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
4377           Hack to make wavparse work with spider (always -> sometimes pad).
4378           Fixes #135862 && #140411.
4379
4380 2004-04-18  Benjamin Otte  <otte@gnome.org>
4381
4382         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
4383         (gst_osselement_rate_probe_check),
4384         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
4385           get rid of \n in debug output
4386
4387 2004-04-17  Iain <iain@prettypeople.org>
4388
4389         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
4390         not just EOS.
4391
4392 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4393
4394         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
4395         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
4396         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
4397         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
4398         (gst_id3_tag_src_link), (gst_id3_tag_chain),
4399         (gst_id3_tag_change_state), (plugin_init):
4400           deprecate id3tag element and replace with id3demux/id3mux.
4401           great side effect: this ugly file is now even uglier, yay!
4402         * ext/mad/gstmad.h:
4403           remove non-available function
4404           update for new get_type
4405
4406 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4407
4408         * configure.ac:
4409           require mpeg2dec >= 0.4.0
4410
4411 2004-04-17  Benjamin Otte  <otte@gnome.org>
4412
4413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4414         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
4415         (gst_xvimagesink_set_xwindow_id):
4416           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
4417           assorted cleanup fixes.
4418
4419 2004-04-16  David Schleef  <ds@schleef.org>
4420
4421         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
4422         * sys/xvimage/xvimagesink.h: same
4423
4424 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4425
4426         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
4427           Fix GST_ELEMENT_ERROR with (NULL)
4428
4429 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4430
4431         * gst-libs/gst/riff/riff-media.c:
4432         (gst_riff_create_video_caps_with_data):
4433           Add div[3456] as fourccs for DivX 3 (fixes #140137).
4434
4435 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4436
4437         * gst-libs/gst/riff/riff-media.c:
4438         (gst_riff_create_video_caps_with_data),
4439         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
4440         (gst_riff_create_video_template_caps),
4441         (gst_riff_create_audio_template_caps):
4442         * gst-libs/gst/riff/riff-media.h:
4443         * gst-libs/gst/riff/riff-read.c:
4444         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
4445         * gst-libs/gst/riff/riff-read.h:
4446         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
4447           Add MS RLE support. I added some functions to read out strf chunks
4448           into strf chunks and the data behind it. This is usually color
4449           palettes (as in RLE, but also in 8-bit RGB). Also use those during
4450           caps creation. Lastly, add ADPCM (similar to wavparse - which
4451           should eventually be rifflib based).
4452         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
4453         (gst_matroska_demux_init), (gst_matroska_demux_reset):
4454         * gst/matroska/matroska-demux.h:
4455           Remove placeholders for some prehistoric tagging system. Didn't add
4456           support for any tag system really anyway.
4457         * gst/qtdemux/qtdemux.c:
4458           Add support for audio/x-m4a (MPEG-4) through spider.
4459         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
4460         (gst_wavparse_loop):
4461           ADPCM support (#135862). Increase max. buffer size because we
4462           cannot split buffers for ADPCM (screws references) and I've seen
4463           files with 2048 byte chunks. 4096 seems safe for now.
4464
4465 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4466
4467         * configure.ac: bump nano to 1
4468
4469 === release 0.8.1 ===
4470
4471 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4472
4473         * configure.ac: releasing 0.8.1, "Comforting Sounds"
4474
4475 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4476
4477         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4478           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
4479           Fixes #140058
4480
4481 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4482
4483         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
4484           lower rank of dvddemux so that it's not used for mpeg playback.
4485
4486 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4487
4488         * configure.ac:
4489           save libs correctly when checking mad
4490
4491 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4492
4493         * ext/mad/gstid3tag.c: (plugin_init):
4494           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
4495
4496 2004-04-13  David Schleef  <ds@schleef.org>
4497
4498         * common/m4/gst-feature.m4: Call -config scripts with
4499         --plugin-libs if it is supported.
4500         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
4501         JPEG images are image/jpeg.
4502         * gst/debug/Makefile.am:
4503         * gst/debug/negotiation.c: (gst_negotiation_class_init),
4504         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
4505         (gst_negotiation_update_caps), (gst_negotiation_get_property),
4506         (gst_negotiation_plugin_init): Add a property that acts like
4507         filter caps.
4508         * testsuite/gst-lint:  Move license checking to be a standard
4509         test.
4510
4511 2004-04-13  David Schleef  <ds@schleef.org>
4512
4513         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
4514         patch from Sebastien Cote (bug #139958)
4515
4516 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4517
4518         * examples/gstplay/Makefile.am:
4519         * examples/gstplay/player.c: (main):
4520           make the commandline player example use gconf settings
4521
4522 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4523
4524         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
4525         (gst_cacasink_sinkconnect), (gst_cacasink_init),
4526         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
4527           init/end library during state transition, not object
4528           creation/disposal.  get rid of custom dispose handler.
4529          
4530
4531 2004-04-12  Christian Schaller <Uraeus@gnome.org>
4532
4533         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
4534         be a symlink
4535
4536 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4537
4538         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
4539           Handle JUNK chunks inside data section. Prevents warnings.
4540
4541 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4542
4543         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4544         (gst_riff_create_video_template_caps):
4545           Add MS video v1.
4546         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
4547         (gst_avi_demux_stream_data):
4548           Add support for "rec-list" chunks.
4549
4550 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4551
4552         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4553           Fix another codecname mismatch.
4554
4555 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4556
4557         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4558           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
4559           so that MJPEG plays back.
4560
4561 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4562
4563         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
4564         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
4565         * gst/mpeg1videoparse/gstmp1videoparse.h:
4566           Fix for some slight mis-cuts in buffer parsing, and for some
4567           potential overflows or faults-causers. Adds disconts. Also fixes
4568           #139105 while we're at it.
4569
4570 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4571
4572         * configure.ac:
4573         * sys/v4l2/gstv4l2element.h:
4574           Workaround for missing struct v4l2_buffer declaration in Suse 9
4575           and Mandrake 10 linux/videodev2.h header file (#135919).
4576
4577 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4578
4579         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
4580           Bail out if no filename was given.
4581
4582 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4583
4584         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
4585         (gst_v4l2_fourcc_from_structure):
4586           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
4587           Y41B somewhere).
4588
4589 2004-04-09  Benjamin Otte  <otte@gnome.org>
4590
4591         * ext/gnomevfs/gstgnomevfssink.c:
4592         (_gst_boolean_allow_overwrite_accumulator),
4593         (gst_gnomevfssink_class_init):
4594           fix erase signal - if any handler returns false the file will not be
4595           overwritten. If no handler is connected, the file will not be
4596           overwritten either.
4597           renamed signal to "allow-overwrite"
4598         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
4599           free string when adding it to ID3 failed
4600         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
4601           unref event when done
4602         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
4603           free caps
4604         * gst/typefind/gsttypefindfunctions.c:
4605         (mpeg_video_stream_type_find):
4606           fix invalid read 
4607
4608 2004-04-08  David Schleef  <ds@schleef.org>
4609
4610         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4611         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
4612
4613 2004-04-08  David Schleef  <ds@schleef.org>
4614
4615         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
4616         we don't support (bug #139532)
4617
4618 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4619
4620         * ext/mad/gstmad.c: (gst_mad_handle_event),
4621         (gst_mad_check_caps_reset), (gst_mad_chain),
4622         (gst_mad_change_state):
4623           only set explicit caps if they haven't been set before for
4624           this stream.  MPEG-audio sample rate/channels aren't allowed
4625           to change in-stream.
4626           Fixes #139382
4627
4628 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4629
4630         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
4631         (_gst_boolean_did_something_accumulator),
4632         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
4633         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
4634         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
4635         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
4636         (gst_gnomevfssink_change_state):
4637           Fix erase signal. Don't erase by default. Remove handoff signal.
4638           Remove erase property. Don't segfault. General cleanup.
4639
4640 2004-04-07  Benjamin Otte  <otte@gnome.org>
4641
4642         * gst-libs/gst/gconf/test-gconf.c: (main):
4643           add missing gst_init
4644
4645 2004-04-07  Benjamin Otte  <otte@gnome.org>
4646
4647         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
4648           free the mutexes, too
4649
4650 2004-04-07  Benjamin Otte  <otte@gnome.org>
4651
4652         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
4653           actually free the URI string
4654         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
4655           compute offset correctly when passing discont events
4656         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4657           don't leak discont events
4658         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
4659           add some missing breaks so caps aren't copied randomly
4660         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
4661           if we realloc memory, we better use it
4662
4663 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4664
4665         * ext/mad/gstmad.c: (normal_seek):
4666           fix GST_FORMAT_TIME usage
4667
4668 2004-04-05  David Schleef  <ds@schleef.org>
4669
4670         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
4671         a deprecated function (hack!)
4672
4673 2004-04-05  Benjamin Otte  <otte@gnome.org>
4674
4675         * ext/esd/esdmon.c: (gst_esdmon_get):
4676           fix nonterminated vararg and memleak
4677
4678 2004-04-05  Benjamin Otte  <otte@gnome.org>
4679
4680         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
4681         (gst_ladspa_init), (gst_ladspa_force_src_caps),
4682         (gst_ladspa_set_property), (gst_ladspa_get_property),
4683         (gst_ladspa_instantiate), (gst_ladspa_activate),
4684         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
4685           clean up debugging
4686
4687 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
4688
4689         reviewed by Benjamin Otte  <otte@gnome.org>
4690
4691         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
4692           check for broken LADSPA parameters (fixes #138635)
4693         
4694 2004-04-05  Benjamin Otte  <otte@gnome.org>
4695
4696         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
4697           advertise buffer-frames correctly on sinkpads
4698
4699 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4700
4701         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
4702         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
4703         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
4704         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
4705         (gst_mad_check_caps_reset), (gst_mad_chain):
4706         add more debugging, only reset caps when we're not in error state
4707
4708 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4709
4710         * ext/mad/gstmad.c: add debugging category, comment + cleanups
4711
4712 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
4713
4714         reviewed by Benjamin Otte  <otte@gnome.org>
4715
4716         * configure.ac:
4717           fix == in test(1) operator
4718
4719 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
4720
4721         reviewed by Benjamin Otte  <otte@gnome.org>
4722
4723         * configure.ac:
4724           fix --export-symblos-regex to a working regex.
4725
4726 2004-04-04  Benjamin Otte  <otte@gnome.org>
4727
4728         * sys/oss/.cvsignore:
4729           add for oss_probe
4730
4731 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
4732
4733         reviewed by Benjamin Otte  <otte@gnome.org>
4734
4735         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4736           add missing 'new_media' argument (fixes #138168)
4737         * gst/matroska/matroska-demux.c:
4738         (gst_matroska_demux_handle_seek_event):
4739           add vararg terminator (fixes #138169)
4740
4741 2004-04-02  David Schleef  <ds@schleef.org>
4742
4743         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
4744         disted (bug #138914)
4745
4746 2004-04-01  Benjamin Otte  <otte@gnome.org>
4747
4748         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
4749         (gst_alsa_close_audio):
4750           handle case better where a soundcard can't pause
4751         * ext/ogg/gstoggdemux.c:
4752           don't crash when we get events but don't have pads yet
4753
4754 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4755
4756         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
4757           throw an error if we couldn't probe any caps.
4758
4759 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
4760
4761         * ext/dvdnav/gst-dvd:
4762         Add a really simple sample DVD player
4763
4764 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
4765
4766         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
4767         (gst_a52dec_push), (gst_a52dec_handle_event),
4768         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
4769         (gst_a52dec_change_state):
4770         * ext/a52dec/gsta52dec.h:
4771           Use a debug category, Output timestamps correctly
4772           Emit tag info, Handle events, tell liba52dec about cpu
4773           capabilities so it can use MMX etc.
4774         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
4775           Fix a crasher accessing invalid memory
4776         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
4777         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
4778         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
4779         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
4780         (dvdnavsrc_query):
4781           Some support for byte-format seeking.
4782           Small fixes for still frames and menu button overlays
4783         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
4784         (gst_mpeg2dec_alloc_buffer):
4785           Use a debug category. Adjust the report level of several items to
4786           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
4787           so it doesn't lose the GstBuffer pointer
4788         * gst/debug/Makefile.am:
4789         * gst/debug/gstdebug.c: (plugin_init):
4790         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
4791         (gst_navseek_base_init), (gst_navseek_class_init),
4792         (gst_navseek_init), (gst_navseek_seek),
4793         (gst_navseek_handle_src_event), (gst_navseek_set_property),
4794         (gst_navseek_get_property), (gst_navseek_chain),
4795         (gst_navseek_plugin_init):
4796         * gst/debug/gstnavseek.h:
4797           Add the navseek debug element for seeking back and forth in a 
4798           video stream using arrow keys.
4799         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
4800         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
4801         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
4802         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
4803         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
4804         (gst_mpeg2subt_parse_header), (gst_get_nibble),
4805         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
4806         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
4807         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
4808         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
4809         * gst/mpeg2sub/gstmpeg2subt.h:
4810           Pretty much a complete rewrite. Now a loopbased element. May still
4811           require work to properly synchronise subtitle buffers.
4812         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
4813         (gst_dvd_demux_send_subbuffer):
4814         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
4815           Don't attempt to create subbuffers of size 0
4816           Reduce a couple of error outputs to warnings.
4817         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
4818         (gst_y4mencode_chain):
4819         Output the y4m frame header correctly.
4820
4821 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4822
4823         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
4824           throw errors instead of allowing SIGFPE
4825
4826 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4827
4828         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
4829         (gst_gconf_render_bin_from_key):
4830           leak plugging and style fixing
4831
4832 2004-03-31  David Schleef  <ds@schleef.org>
4833
4834         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
4835         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
4836         (bug #138225)
4837         * gst/debug/Makefile.am:
4838         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
4839         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
4840         plugin.
4841         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
4842         (gst_negotiation_base_init), (gst_negotiation_class_init),
4843         (gst_negotiation_init), (gst_negotiation_getcaps),
4844         (gst_negotiation_pad_link), (gst_negotiation_chain),
4845         (gst_negotiation_set_property), (gst_negotiation_get_property),
4846         (gst_negotiation_plugin_init):  New element to talk about random
4847         negotiation things happening in a pipeline.
4848
4849 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4850
4851         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
4852           fix integer addition with help of Stefan Kost
4853
4854 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4855
4856         * po/nl.po: updated Dutch translation (Elros Cyriatan)
4857
4858 2004-03-30  David Schleef  <ds@schleef.org>
4859
4860         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
4861         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
4862         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
4863         (bug #137504)
4864         * ext/mpeg2dec/gstmpeg2dec.h:
4865
4866 2004-03-30  David Schleef  <ds@schleef.org>
4867
4868         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
4869
4870 2004-03-30  David Schleef  <ds@schleef.org>
4871
4872         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
4873         Michael Petullo) to handle .mov
4874
4875 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4876
4877         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
4878         (gst_osselement_rate_check_rate):
4879           probe caps correctly for sound cards that only support one format
4880
4881 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4882
4883         * ext/kio/kiosrc.cpp: (process_events):
4884           update handling event processing if inside KDE - untested
4885
4886 2004-03-29  David Schleef  <ds@schleef.org>
4887
4888         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
4889         by 2 to not interfere with other colorspaces.
4890         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
4891         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
4892         one to not interfere with ffmpeg_colorspace.
4893
4894 2004-03-29  David Schleef  <ds@schleef.org>
4895
4896         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
4897         aren't in the caps.
4898         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
4899         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
4900
4901 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4902
4903         * gst-libs/gst/riff/riff-media.c:
4904           fail on error, don't try to set stuff on NULL caps
4905
4906 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4907
4908         * configure.ac:
4909         * ext/Makefile.am:
4910         * ext/kio/Makefile.am:
4911         * ext/kio/kioreceiver.cpp:
4912         * ext/kio/kioreceiver.h:
4913         * ext/kio/kiosrc.cpp:
4914         * ext/kio/kiosrc.h:
4915           add experimental kiosrc plugin
4916         * ext/alsa/gstalsaplugin.c: (plugin_init):
4917           initialize debugging category only when we're sure registering the
4918           plugins worked.
4919
4920 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4921
4922         * examples/gstplay/player.c: (main):
4923         * gst-libs/gst/play/play.c: (gst_play_class_init),
4924         (gst_play_set_location), (gst_play_set_data_src),
4925         (gst_play_set_video_sink), (gst_play_set_audio_sink),
4926         (gst_play_set_visualization), (gst_play_connect_visualization):
4927           check return values of element_set_state and return FALSE where
4928           failed
4929
4930 2004-03-29  Benjamin Otte  <otte@gnome.org>
4931
4932         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4933           try harder to check if an event is really a discont
4934
4935 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4936
4937         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
4938         * po/az.po:
4939
4940 2004-03-28  Benjamin Otte  <otte@gnome.org>
4941
4942         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
4943         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
4944         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
4945           get rid of non-standard "..." ranges in case statements.
4946
4947 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
4948
4949         * gst/mpegstream/gstmpegdemux.c: 
4950         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
4951         specific functionality split to the new dvddemux element.
4952         * gst/mpegstream/gstdvddemux.c:
4953         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
4954         streams, derived from mpegdemux.
4955         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
4956         up. SCR based timestamp rewriting can be turned off (will probably
4957         completely disappear soon).
4958         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
4959         hacking. General cleanup. All printf statements replaced by
4960         debugging messages. Almost complete libdvdnav support.
4961         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
4962         by events. New properties for audio and subpicture languages.
4963         (dvdnavsrc_update_highlight): Now uses events.
4964         (dvdnavsrc_user_op): Cleaned up.
4965         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
4966         based). Lots of cleanup, and propper support for most libdvdnav
4967         events.
4968         (dvdnavsrc_make_dvd_event): New function.
4969         (dvdnavsrc_make_dvd_nav_packet_event): New function.
4970         (dvdnavsrc_make_clut_change_event): New function.
4971
4972 2004-03-26  Benjamin Otte  <otte@gnome.org>
4973
4974         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
4975           fix bug where typefinding would claim it's theora whenever less then
4976           7 bytes of data were available
4977
4978 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4979
4980         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
4981         (gst_alawdec_base_init), (gst_alawdec_class_init),
4982         (gst_alawdec_init), (gst_alawdec_chain):
4983         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
4984         (gst_alawenc_base_init), (gst_alawenc_class_init),
4985         (gst_alawenc_init), (gst_alawenc_chain):
4986         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
4987         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
4988         (gst_mulawdec_init), (gst_mulawdec_chain):
4989         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
4990         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
4991         (gst_mulawenc_init), (gst_mulawenc_chain):
4992           Fix capsnego in all four, remove the unused property functions and
4993           simplify the chain functions slightly. I guess we could use macros
4994           or something similar for those, since the code is so similar, but
4995           I'm currently too lazy...
4996
4997 2004-03-24  David Schleef  <ds@schleef.org>
4998
4999         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
5000         (gst_osselement_close_audio), (gst_osselement_probe_caps),
5001         (gst_osselement_get_format_structure),
5002         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
5003         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
5004         (gst_osselement_rate_int_compare): Add code to handle rate probing
5005         (bug #120883)
5006         * sys/oss/gstosselement.h: same
5007         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
5008         Use rate probing provided by osselement.
5009         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
5010
5011 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5012
5013         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
5014         (gst_xvidenc_get_property):
5015           ulong/int mess-up.
5016
5017 2004-03-24  David Schleef  <ds@schleef.org>
5018
5019         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
5020         (gst_speexdec_init):
5021         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
5022         (gst_speexenc_init):  Create the pad template correctly (from
5023         the static pad template, not a NULL pointer.)
5024
5025 2004-03-25  Benjamin Otte  <otte@gnome.org>
5026
5027         * gst/debug/Makefile.am:
5028         * gst/debug/breakmydata.c: 
5029           add element that quasi-randomly changes bytes in the stream.
5030           Intended use is robustness checking of demuxers and decoders in
5031           media tests.
5032
5033 2004-03-24  Benjamin Otte  <otte@gnome.org>
5034
5035         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
5036         (gst_alsa_probe_hw_params):
5037         * ext/alsa/gstalsa.h:
5038           debugging output fixes
5039
5040 2004-03-24  Benjamin Otte  <otte@gnome.org>
5041
5042         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
5043           don't g_return_if_fail if element is PLAYING, fail silently as every
5044           other element.
5045         * gst/effectv/gstquark.c: (gst_quarktv_chain):
5046           only fix needed for cast lvalue issues in gst-plugins
5047         * gst/volenv/gstvolenv.c: (gst_volenv_init):
5048           add proxy_getcaps
5049
5050 2004-03-24  Benjamin Otte  <otte@gnome.org>
5051
5052         * gst/level/gstlevel.c: (gst_level_init):
5053           add proxying getcaps function, so level doesn't advertise impossible
5054           caps
5055
5056 2004-03-24  David Schleef  <ds@schleef.org>
5057
5058         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
5059         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
5060         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
5061         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
5062         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
5063         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
5064         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
5065         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
5066         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
5067         messages.  Divide the chunk size by the compression ratio
5068         (needed for MACE audio)
5069
5070 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5071
5072         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
5073           Fix buffer overflow read error.
5074
5075 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5076
5077         * ext/alsa/gstalsa.h:
5078           Remove unused entry.
5079         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5080           Add cinepak.
5081         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
5082         (gst_videodrop_link), (gst_videodrop_chain):
5083           Fix, sort of. Was horribly broken with new capsnego. Bah...
5084
5085 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
5086
5087         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
5088         (plugin_init):
5089         Add a monkeysaudio typefind function
5090
5091 2004-03-23  Johan Dahlin  <johan@gnome.org>
5092
5093         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
5094         (gst_play_video_fixate): Check so the structure has the field
5095         before trying to fixate them, this makes it possible to have
5096         fakesinks for video and audio output without printing errors on
5097         the output console.
5098
5099 2004-03-22  David Schleef  <ds@schleef.org>
5100
5101         * sys/oss/Makefile.am:
5102         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
5103         (check_rate), (add_rate):  Rate probing test app.
5104
5105 2004-03-21  Benjamin Otte  <otte@gnome.org>
5106
5107         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5108         (_fixate_caps_to_int), (gst_audio_convert_fixate):
5109           add a fixation function that pretty much does the right thing (fixes
5110           #137556)
5111
5112 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
5113
5114         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
5115
5116 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
5117
5118         reviewed by: Benjamin Otte  <otte@gnome.org>
5119
5120         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5121           terminate gst_event_new_discontinuous correctly (fixes parts of
5122           #137711)
5123
5124 2004-03-19  David Schleef  <ds@schleef.org>
5125
5126         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
5127         since it doesn't depend on X, and it's part of our ABI.
5128
5129 2004-03-19  Iain <iain@prettypeople.org>
5130
5131         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
5132         is_int in the structure, not the local variable.
5133
5134 2004-03-19  David Schleef  <ds@schleef.org>
5135
5136         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
5137         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
5138         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
5139         Improvements in caps negotiation.
5140
5141 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5142
5143         * po/LINGUAS:
5144         * po/af.po:
5145           adding Afrikaans (Petri Jooste)
5146
5147 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5148
5149         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5150         (gst_ffmpegcolorspace_chain):
5151         throw error instead of g_critical (#137588)
5152
5153 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5154
5155         * Makefile.am:
5156         * configure.ac:
5157           dist common and m4 correctly
5158         * po/sv.po:
5159
5160 2004-03-17  David Schleef  <ds@schleef.org>
5161
5162         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
5163         (bug #137348)
5164
5165 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5166
5167         * po/LINGUAS:
5168         * po/sv.po:
5169           adding Swedish translation (Christian Rose)
5170
5171 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5172
5173         * Makefile.am: use release.mak
5174
5175 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5176
5177         * common/ChangeLog:
5178         * common/gst-autogen.sh:
5179           add some explanation about the version detection
5180         * configure.ac:
5181           fix X check
5182
5183 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5184
5185         * configure.ac: bump nano to 1
5186
5187 === release 0.8.0 ===
5188
5189 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5190
5191         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
5192
5193 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5194
5195         * configure.ac:
5196           update libtool version
5197         * gst-libs/gst/media-info/Makefile.am:
5198           actually use libtool version
5199
5200 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5201
5202         * configure.ac: fix speex detection to work with 1.0 but not 1.1
5203
5204 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5205
5206         * configure.ac:
5207         * gst-plugins.spec.in:
5208         * pkgconfig/Makefile.am:
5209         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
5210         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5211         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
5212         * pkgconfig/gstreamer-libs.pc.in:
5213         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5214         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5215         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
5216         * pkgconfig/gstreamer-plugins.pc.in:
5217           remove @VERSION@ from some of the pc files since core and plugins
5218           are decoupled.
5219           created gstreamer-plugins.pc as it's a better name, but keeping
5220           -libs around for now to get fixes upstream done first.
5221
5222 2004-03-15  Julien MOUTTE <julien@moutte.net>
5223
5224         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
5225         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
5226         * gst-libs/gst/play/play.h:
5227
5228 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5229
5230         * *.c, *.cc: don't mix tabs and spaces
5231
5232 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5233
5234         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
5235           use the new ffmpegcolorspace
5236         * gst-plugins.spec.in:
5237           package new colorspace and media-info
5238         * configure.ac:
5239         * pkgconfig/Makefile.am:
5240           fix some more disting issues
5241         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5242         * pkgconfig/gstreamer-media-info.pc.in:
5243           generate media-info pc files
5244
5245 2004-03-15  Johan Dahlin  <johan@gnome.org>
5246         
5247         * *.h: Revert indenting
5248
5249 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5250
5251         * configure.ac:
5252           adding ffmpegcolorspace element
5253         * gst/ffmpegcolorspace/Makefile.am:
5254         * gst/ffmpegcolorspace/avcodec.h:
5255         * gst/ffmpegcolorspace/common.h:
5256         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
5257         * gst/ffmpegcolorspace/dsputil.h:
5258         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
5259         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5260         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
5261         (gst_ffmpeg_caps_to_pix_fmt):
5262         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
5263         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5264         (gst_ffmpegcolorspace_caps_remove_format_info),
5265         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
5266         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
5267         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
5268         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
5269         (gst_ffmpegcolorspace_set_property),
5270         (gst_ffmpegcolorspace_get_property),
5271         (gst_ffmpegcolorspace_register):
5272         * gst/ffmpegcolorspace/imgconvert.c:
5273         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
5274         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
5275         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
5276         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
5277         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
5278         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
5279         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
5280         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
5281         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
5282         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
5283         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
5284         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
5285         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
5286         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
5287         (img_get_alpha_info), (deinterlace_line),
5288         (deinterlace_line_inplace), (deinterlace_bottom_field),
5289         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
5290         * gst/ffmpegcolorspace/imgconvert_template.h:
5291         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
5292         * gst/ffmpegcolorspace/mmx.h:
5293         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
5294           adding ffmpegcolorspace element supplied by Ronald after cleaning
5295           up and pulling in the right bits of upstream source. 
5296           I'm sure a better C/compiler wizard could do some cleaning up (for
5297           example use GLIB's malloc stuff), but as a first pass this
5298           works very well
5299
5300 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5301
5302         * ext/alsa/gstalsa.h:
5303           I assume Ronald forgot to commit the change to have cardname
5304           as a struct member.  Expect some public spanking at the next
5305           opportunity.
5306
5307 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5308
5309         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
5310         (gst_alsa_open_audio), (gst_alsa_close_audio):
5311         * ext/alsa/gstalsa.c:
5312           Don't open the device if we're a mixer (= padless).
5313         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
5314         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
5315         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
5316           Open mixer during state change rather than during object
5317           initialization. Also, get a device name. Currently in a somewhat
5318           hackish fashion, but I didn't really find something better.
5319
5320 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5321
5322         * *.c, *.h: run gst-indent
5323
5324 2004-03-14  Benjamin Otte  <otte@gnome.org>
5325
5326         * gst/modplug/gstmodplug.cc:
5327         * gst/modplug/gstmodplug.h:
5328           set correct timestamps on outgoing buffers
5329
5330 2004-03-14  Benjamin Otte  <otte@gnome.org>
5331
5332         * gst/modplug/gstmodplug.cc:
5333           handle events - don't do crap when a discont arrives that's not
5334           necessary
5335           This allows correct loading and playback of mods in Rhythmbox
5336
5337 2004-03-14  Benjamin Otte  <otte@gnome.org>
5338
5339         * configure.ac:
5340         * gst-libs/gst/gconf/Makefile.am:
5341         * pkgconfig/Makefile.am:
5342           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
5343           they get rebuilt properly
5344         * configure.ac:
5345           when checking for vorbis, try pkgconfig first.
5346         * gst/modplug/gstmodplug.cc:
5347           add fixate function
5348
5349 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5350
5351         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5352           Fix for obvious mistake, where we first shift the offset and then
5353           read a samplesize element assuming the old offset. Note that this
5354           part still has something weird, i.e. my movies containing those
5355           don't actually play well, but at least there's something that looks
5356           like sound now.
5357
5358 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
5359         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
5360         (plugin_init):
5361         Add a typefind function for speex format
5362
5363 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5364
5365         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
5366         (gst_asf_demux_setup_pad):
5367           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
5368           instead of 0. Reason is simple: some elements have a fps range
5369           of 1-max instead of 0-max. So now ASF video actually works.
5370
5371 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5372
5373         * po/LINGUAS:
5374         * po/sr.po:
5375           adding serbian as a language
5376
5377 2004-03-13  Benjamin Otte  <otte@gnome.org>
5378
5379         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
5380           return taglist correctly from _get function, don't gst_pad_push it.
5381           (fixes #137042)
5382
5383 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
5384         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
5385
5386 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5387
5388         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
5389         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
5390         (gst_alsa_mixer_track_new):
5391         * ext/alsa/gstalsamixertrack.h:
5392           Fix ancient leftovers... MixerTrack is a GObject.
5393
5394 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5395
5396         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
5397         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5398           Don't block during probing...
5399
5400 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5401
5402         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
5403         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
5404         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
5405         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
5406         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
5407         (gst_alsa_open_audio), (gst_alsa_close_audio):
5408         * ext/alsa/gstalsa.h:
5409           Add propertyprobe interface implementation, add some device-name
5410           property, all this so that it looks good in gnome-volume-control.
5411
5412 2004-03-12  David Schleef  <ds@schleef.org>
5413
5414         * configure.ac: the Hermes library controls hermescolorspace, not
5415         colorspace.
5416         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
5417         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
5418         not /* */
5419         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
5420         * ext/sdl/sdlvideosink.h: ditto.
5421         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
5422
5423 2004-03-12  Benjamin Otte  <otte@gnome.org>
5424
5425         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
5426         (gst_x_overlay_got_xwindow_id):
5427         * gst-libs/gst/xoverlay/xoverlay.h:
5428           replace XID with unsigned long to get rid of the xlibs dependency in
5429           XOverlay (fixes #137004)
5430
5431 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
5432         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
5433         (gst_agingtv_setup):
5434         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
5435         (gst_dicetv_base_init), (gst_dicetv_class_init),
5436         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
5437         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
5438         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
5439         (gst_edgetv_setup), (gst_edgetv_rgb32):
5440         * gst/effectv/gsteffectv.c:
5441         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
5442         (gst_quarktv_set_property):
5443         * gst/effectv/gstrev.c: (gst_revtv_get_type),
5444         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
5445         (gst_revtv_setup), (gst_revtv_rgb32):
5446         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
5447         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
5448         (gst_shagadelictv_init), (gst_shagadelictv_setup),
5449         (gst_shagadelictv_rgb32):
5450         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
5451         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
5452         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
5453         * gst/effectv/gstwarp.c:
5454         Port everything that can be ported to videofilter and fix up the caps.
5455         Can someone with a big-endian machine please check these?
5456
5457 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5458
5459         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
5460         (gst_osssink_chain), (gst_osssink_change_state):
5461           Latest fixes for A/V sync, audio playback and such. This is about
5462           all... MPEG playback issues are mostly related to the async build-
5463           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
5464
5465 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5466
5467         patch from: Stephane Loeuillet
5468
5469         * configure.ac:
5470           use pkg-config for some libraries, falling back to the old .m4 way
5471           (fixes #131270)
5472         * m4/libdv.m4:
5473           removed
5474
5475 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5476
5477         * configure.ac:
5478         * tools/Makefile.am:
5479         * tools/Makefile.in:
5480         * tools/gst-launch-ext-m.m:
5481         * tools/gst-launch-ext.1.in:
5482         * tools/gst-visualise-m.m:
5483         * tools/gst-visualise.1:
5484         * tools/gst-visualise.1.in:
5485           reorganizing generation of script tools
5486
5487 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5488
5489         * ext/divx/gstdivxdec.c:
5490           Downgrade priority. We prefer ffdec_mpeg4.
5491         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
5492         (gst_faad_chain), (gst_faad_change_state):
5493           Fix capsnego. Doesn't work for some sounds because we don't have
5494           a 5:1 to stereo element.
5495         * ext/xvid/gstxvid.c: (plugin_init):
5496           Add priority.
5497         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
5498         (gst_osssink_change_state):
5499           Add discont handling.
5500
5501 2004-03-09  Colin Walters  <walters@verbum.org>
5502
5503         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
5504         conversion.
5505
5506 2004-03-09  Benjamin Otte  <otte@gnome.org>
5507
5508         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
5509           the signals take 2 arguments
5510
5511 2004-03-09  David Schleef  <ds@schleef.org>
5512
5513         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
5514         (gst_alsa_fixate): Add fixate function.  (bug #136686)
5515         * ext/alsa/gstalsa.h:
5516         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
5517
5518 2004-03-09  Benjamin Otte  <otte@gnome.org>
5519
5520         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
5521         (gst_mikmod_change_state):
5522         * ext/mikmod/gstmikmod.h:
5523           make mikmod's loop function not loop infinitely and call
5524           gst_element_yield anymore
5525         * gst/modplug/gstmodplug.cc:
5526           fix pad negotiation (fixes #136590)
5527
5528 2004-03-09  David Schleef  <ds@schleef.org>
5529
5530         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
5531         doesn't conflict with the internal colorspace plugin.
5532         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
5533         satisfy the crappy-ass shell shipped by a certain vendor.
5534         * gst/videofilter/make_filter: same (bug #135299)
5535
5536 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5537
5538         * configure.ac: bump nano to 1
5539
5540 === release 0.7.6 ===
5541
5542 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5543
5544         * configure.in: releasing 0.7.6, "There"
5545
5546 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5547
5548         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5549         * pkgconfig/gstreamer-play.pc.in:
5550           synchronize the two
5551
5552 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5553
5554         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
5555         (cdparanoia_open), (cdparanoia_event):
5556           fix/add error handling
5557         * po/POTFILES.in:
5558           add cdparanoia source
5559         * tools/Makefile.am:
5560           make scripts executable
5561
5562 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5563
5564         * configure.ac:
5565         * ext/vorbis/Makefile.am:
5566         * sys/Makefile.am:
5567           remove id3types, vorbisfile and xvideosink from the build (#133783)
5568
5569 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5570
5571         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
5572           Fix metadata read crash (#136537).
5573
5574 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5575
5576         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
5577         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
5578           adding mime types, fixing the one-stop function
5579
5580 2004-03-08  Christian Schaller <Uraeus@gnome.org>
5581
5582         * ext/nas/nassink.c and /ext/nas/nassink.h:
5583         More NAS love from Arwed von Merkatz
5584         So lets all sing 'Can you feel the NAS tonight' 
5585
5586 2004-03-08  Christian Schaller <Uraeus@gnome.org>
5587
5588         * tools/gst-launch-ext.in: 
5589         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
5590
5591 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5592
5593         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
5594         (gst_mpeg2dec_init):
5595         remove the user_data pad for now, because it is being used in
5596         fixating causing MPEG playback to fixate on 1000 Hz for playback.
5597         If someone knows how to fix this properly, please do.
5598
5599 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5600
5601         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
5602         (gst_osssink_get_time):
5603         add a warning, IMO this won't get triggered anymore, remove later
5604
5605 2004-03-07  David Schleef  <ds@schleef.org>
5606
5607         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
5608         format (bug #136470)
5609
5610 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5611
5612         * gst-libs/Makefile.am:
5613         * gst-libs/gst/media-info/Makefile.am:
5614         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
5615         (error_callback), (gst_media_info_error_create),
5616         (gst_media_info_error_element), (gmip_init), (gmip_reset),
5617         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
5618         * gst-libs/gst/media-info/media-info-priv.h:
5619         * gst-libs/gst/media-info/media-info-test.c: (main):
5620         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
5621         (gst_media_info_class_init), (gst_media_info_instance_init),
5622         (gst_media_info_set_source), (gst_media_info_read_with_idler),
5623         (gst_media_info_read_idler), (gst_media_info_read):
5624         * gst-libs/gst/media-info/media-info.h:
5625         fixed, should work now
5626
5627 2004-03-07  Christian Schaller <Uraeus@gnome.org>
5628
5629         * ext/nas/nassink.c:
5630         A bunch of NAS fixes from Arwed von Merkatz
5631
5632 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5633
5634         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
5635         (qtdemux_parse_trak):
5636           Fix crash (j might be greater than n_samples, in which case we're
5637           writing outside the allocated space for the array) and memleak.
5638
5639 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5640
5641         * sys/oss/gstosssink.c: (gst_osssink_chain):
5642           And another caller that couldn't handle delay < 0 (unsigned
5643           integer overflow). Video now continues playing on an audio
5644           buffer underrun, and the clock continues working. Audio still
5645           stalls.
5646
5647 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5648
5649         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
5650         (gst_osssink_get_time):
5651           get_delay() may return values lower than 0. In those cases, we
5652           should not actually cast to *unsigned* int64, that will break
5653           stuff horribly. In my case, it screwed up A/V sync in movies
5654           in totem rather badly.
5655
5656 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5657
5658         * ext/faac/gstfaac.c: (gst_faac_chain):
5659         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
5660         * ext/libpng/gstpngenc.c: (user_write_data):
5661         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
5662         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
5663         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
5664         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
5665         Fix several misuse of gst_buffer_merge (it doesn't take ownership
5666         of any buffer), should fix some leaks. I hope I didn't unref buffers
5667         that shouldn't be...
5668         
5669 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5670
5671         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
5672         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
5673         (error_callback), (gmi_reset), (gmi_seek_to_track),
5674         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
5675         (gmip_find_type_post), (gmip_find_stream_post),
5676         (gmip_find_track_streaminfo_post):
5677         * gst-libs/gst/media-info/media-info-priv.h:
5678         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
5679         (info_print), (main):
5680         * gst-libs/gst/media-info/media-info.c:
5681         (gst_media_info_error_create), (gst_media_info_error_element),
5682         (gst_media_info_instance_init), (gst_media_info_get_property),
5683         (gst_media_info_new), (gst_media_info_set_source),
5684         (gst_media_info_read_idler), (gst_media_info_read):
5685         * gst-libs/gst/media-info/media-info.h:
5686           first pass at making this work again.  This seems to work on
5687           tagged ogg/vorbis and mp3 files.
5688
5689 2004-03-06  Benjamin Otte  <otte@gnome.org>
5690
5691         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
5692           fix huge leak: gst_buffer_merge doesn't unref the first argument
5693           itself.
5694
5695 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5696
5697         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
5698           report layer/mode/emphasis
5699
5700 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5701
5702         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
5703
5704 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5705
5706         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
5707           signal serial
5708
5709 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5710
5711         * ext/vorbis/vorbis.c: (plugin_init):
5712         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
5713         (gst_vorbis_dec_init), (vorbis_dec_event):
5714         add debug category
5715         make vorbisdec handle _BYTE and _TIME queries
5716
5717 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5718
5719         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
5720           from the xing header
5721
5722 2004-03-06  Benjamin Otte  <otte@gnome.org>
5723
5724         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
5725         (gst_audio_convert_link), (gst_audio_convert_change_state),
5726         (gst_audio_convert_buffer_from_default_format):
5727           do conversions from/to float correctly, fix some caps nego errors,
5728           export correct supported caps in template and getcaps, use correct
5729           caps in try_set_caps functions
5730
5731 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5732
5733         For some reason, I only committed a ChangeLog entry yesterday and 
5734         not the corresponding code...
5735         * ext/mad/gstmad.c: Fix detection of Xing headers
5736         * gst/tags/gstid3tag.c: Changes to support TLEN tags
5737
5738 2004-03-06  Benjamin Otte  <otte@gnome.org>
5739
5740         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
5741         (gst_ogg_demux_src_query):
5742           make sure to handle the case where there's no current chain
5743           gracefully.
5744
5745 2004-03-05  David Schleef  <ds@schleef.org>
5746
5747         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
5748         Add fixate function. (bug #131128)
5749         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
5750         (gst_sdlvideosink_fixate):  Add fixate function.
5751         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5752         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
5753         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
5754         Fix missing break that was causing ulaw to be interpreted as
5755         raw int.
5756
5757 2004-03-05  David Schleef  <ds@schleef.org>
5758
5759         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
5760         Fix code that ignores return value of gst_buffer_merge().
5761         (bug #114560)
5762         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
5763         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
5764         * testsuite/gst-lint:  Check for above.
5765
5766 2004-03-05  David Schleef  <ds@schleef.org>
5767
5768         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
5769         caps and throw an element error.  (bug #136334)
5770
5771 2004-03-05  David Schleef  <ds@schleef.org>
5772
5773         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
5774         (gst_faad_chain): Fix negotiation.
5775         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
5776         key and button events.
5777         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
5778         dung heap of code.
5779         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
5780         depends on gconf
5781         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
5782         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
5783         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
5784         function to encourage better negotiation, particularly between
5785         audioconvert and osssink.
5786         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
5787         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
5788         more important.
5789         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
5790         typefinding.
5791         * gst/vbidec/vbiscreen.c:  Add glib header
5792         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
5793
5794 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
5795
5796         * ext/mad/gstmad.c: Fix detection of Xing headers
5797         * gst/tags/gstid3tag.c: Changes to support TLEN tags
5798
5799 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5800
5801         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
5802         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
5803           debug updates
5804
5805 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5806
5807         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
5808         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
5809         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
5810         files, and report the parsed length as a GST_TAG_DURATION tag.
5811         * gst/tags/gstid3tag.c: support TLEN (duration) tag
5812
5813 2004-03-05  Benjamin Otte  <otte@gnome.org>
5814
5815         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
5816           convert channels correctly. convert correctly to unsigned.
5817
5818 2004-03-05  Julien MOUTTE <julien@moutte.net>
5819
5820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
5821         we have a window before clearing it.
5822
5823 2004-03-05  Julien MOUTTE <julien@moutte.net>
5824
5825         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
5826         have a window before clearing it.
5827
5828 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5829
5830         * gconf/gstreamer.schemas.in:
5831         * gst-libs/gst/gconf/Makefile.am:
5832           version installation path the same way as for 0.6
5833         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5834         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
5835         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5836           remove comment that was fixed
5837
5838 2004-03-05  David Schleef  <ds@schleef.org>
5839
5840         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
5841         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
5842         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
5843         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
5844         Add prototype code for handling seeking and querying.
5845
5846 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5847
5848         * examples/gstplay/player.c: (main):
5849           Initialize variables to NULL. Prevents a segfault because the
5850           (uninitialized) variable is not NULL, resulting in a crash on
5851           trying to reach error->message.
5852
5853 2004-03-05  Benjamin Otte  <otte@gnome.org>
5854
5855         * gst/audioconvert/gstaudioconvert.c:
5856         (gst_audio_convert_buffer_to_default_format):
5857         make float=>int conversion work correctly even in cornercases.
5858
5859 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
5860
5861         * debian/README.Debian:
5862         * debian/build-deps:
5863         * debian/changelog:
5864         * debian/control:
5865         * debian/control.in:
5866         * debian/copyright:
5867         * debian/gstreamer-a52dec.files:
5868         * debian/gstreamer-aa.files:
5869         * debian/gstreamer-alsa.files:
5870         * debian/gstreamer-alsa.manpages:
5871         * debian/gstreamer-arts.files:
5872         * debian/gstreamer-artsd.files:
5873         * debian/gstreamer-audiofile.files:
5874         * debian/gstreamer-avifile.files:
5875         * debian/gstreamer-cdparanoia.files:
5876         * debian/gstreamer-colorspace.files:
5877         * debian/gstreamer-doc.files:
5878         * debian/gstreamer-dv.files:
5879         * debian/gstreamer-dvd.files:
5880         * debian/gstreamer-esd.files:
5881         * debian/gstreamer-festival.files:
5882         * debian/gstreamer-flac.files:
5883         * debian/gstreamer-gconf.conffiles:
5884         * debian/gstreamer-gconf.files:
5885         * debian/gstreamer-gconf.postinst:
5886         * debian/gstreamer-gnomevfs.files:
5887         * debian/gstreamer-gsm.files:
5888         * debian/gstreamer-http.files:
5889         * debian/gstreamer-jack.files:
5890         * debian/gstreamer-jpeg.files:
5891         * debian/gstreamer-mad.files:
5892         * debian/gstreamer-mikmod.files:
5893         * debian/gstreamer-misc.files:
5894         * debian/gstreamer-mpeg2dec.files:
5895         * debian/gstreamer-oss.files:
5896         * debian/gstreamer-plugin-apps.files:
5897         * debian/gstreamer-plugin-apps.manpages:
5898         * debian/gstreamer-plugin-libs-dev.files:
5899         * debian/gstreamer-plugin-libs.files:
5900         * debian/gstreamer-plugin-template.postinst:
5901         * debian/gstreamer-plugin-template.postrm:
5902         * debian/gstreamer-sdl.files:
5903         * debian/gstreamer-sid.files:
5904         * debian/gstreamer-vorbis.files:
5905         * debian/gstreamer-x.files:
5906         * debian/mk.control:
5907         * debian/rules:
5908         Debian package info not maintained here.
5909
5910 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5911
5912         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
5913         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
5914         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
5915         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
5916         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
5917         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
5918         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
5919         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
5920         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
5921         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
5922         * gst-libs/gst/colorbalance/colorbalance.c:
5923         (gst_color_balance_class_init):
5924         * gst-libs/gst/colorbalance/colorbalancechannel.c:
5925         (gst_color_balance_channel_class_init):
5926         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
5927         * gst-libs/gst/play/play.c: (gst_play_class_init):
5928         * gst-libs/gst/propertyprobe/propertyprobe.c:
5929         (gst_property_probe_iface_init):
5930         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
5931         * gst-libs/gst/tuner/tunerchannel.c:
5932         (gst_tuner_channel_class_init):
5933         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
5934         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
5935         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
5936         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
5937         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
5938         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
5939         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5940         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
5941         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
5942           fix signals to use - instead of _
5943         * ext/libcaca/gstcacasink.h:
5944         * ext/sdl/sdlvideosink.h:
5945           fix header rename
5946
5947 2004-03-04  David Schleef  <ds@schleef.org>
5948
5949         * testsuite/gst-lint:  Add a check for bad signal names.
5950
5951 2004-03-04  <kost@imn.htwk-leipzig.de>
5952
5953         reviewed by David Schleef
5954
5955         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
5956         modified the alpha channel and caused a warning. (bug #136192)
5957
5958 2004-04-03  Christian Schaller <Uraeus@gnome.org>
5959
5960         * gst-plugins.spec.in:
5961         Change names of plugins to actually be correct. Try to keep things
5962         alphabetical to avoid getting beat up by Thomas
5963
5964 2004-03-03  Julien MOUTTE <julien@moutte.net>
5965
5966         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
5967         Using ximagesink as a default if no gconf key found. We should
5968         probably consider using alsasink instead of osssink for the audio
5969         part.
5970
5971 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5972
5973         * configure.ac:
5974           fix --with-plugins, don't think it ever worked before
5975         * gst-plugins.spec.in:
5976           even more updates
5977
5978 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5979
5980         * ext/sdl/sdlvideosink.h:
5981         * sys/ximage/ximagesink.h:
5982         * sys/xvideo/xvideosink.h:
5983         * sys/xvimage/xvimagesink.h:
5984           Fix for move of gstvideosink.h -> videosink.h.
5985
5986 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5987
5988         * gst-libs/gst/xwindowlistener/Makefile.am:
5989           this is a plugin library, not a library
5990
5991 2004-03-01  David Schleef  <ds@schleef.org>
5992
5993         * AUTHORS:  Added some names.  Add yourself if you're still
5994         missing.
5995
5996 2004-03-01  David Schleef  <ds@schleef.org>
5997
5998         * MAINTAINERS: Add
5999
6000 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6001
6002         * gst-plugins.spec.in: clean up spec file
6003
6004 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6005
6006         * gst-libs/gst/video/Makefile.am:
6007         * gst-libs/gst/video/gstvideosink.c:
6008         * gst-libs/gst/video/gstvideosink.h:
6009           rename gstvideosink.h to videosink.h to match other headers
6010         * gst/mixmatrix/Makefile.am:
6011           fix plugin filename
6012         * gst/tags/Makefile.am: fix plugin filename
6013
6014 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6015
6016         * gst/tags/Makefile.am: fix plugin filename
6017
6018 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6019
6020         * examples/gstplay/player.c: (got_time_tick), (main):
6021           add error handler
6022           display time_tick more readably
6023         * gst/mixmatrix/Makefile.am:
6024           fix plugin file name
6025
6026 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
6027
6028         * sys/oss/gstosselement.c: (gst_osselement_probe),
6029         (device_combination_append), (gst_osselement_class_probe_devices):
6030         * sys/oss/gstosselement.h: 
6031           Reworked enumeration of oss dsps and mixers so that gst-mixer works
6032           on my system using alsa oss emulation, fixes bug #135597
6033
6034 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6035
6036         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
6037         (gst_videodrop_chain), (gst_videodrop_change_state):
6038         * gst/videodrop/gstvideodrop.h:
6039           Work based on timestamp of input data, not based on the expected
6040           framerate from the input. The consequence is that this element now
6041           not only scales framerates, but also functions as a framerate
6042           corrector or framerate stabilizer/constantizer.
6043
6044 2004-02-27  David Schleef  <ds@schleef.org>
6045
6046         patches from jmmv@menta.net (Julio M. Merino Vidal)
6047
6048         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
6049         GST_ELEMENT_ERROR call (bug #135634)
6050         * gst/interleave/interleave.c: (interleave_buffered_loop),
6051         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
6052         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
6053         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
6054         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
6055         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
6056         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
6057         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
6058         Fix GST_ELEMENT_ERROR call.
6059         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
6060         GST_ELEMENT_ERROR call.
6061
6062 2004-02-27  Benjamin Otte  <otte@gnome.org>
6063
6064         * gst-libs/gst/audio/audio.h:
6065           add macro to make sure header isn't included twice
6066         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
6067           don't use gst_buffer_free
6068         * gst/playondemand/filter.func:
6069           don't use gst_data_free. Free data only once.
6070
6071 2004-02-26  David Schleef  <ds@schleef.org>
6072
6073         * gst-libs/gst/colorbalance/Makefile.am:
6074         * gst-libs/gst/mixer/Makefile.am:
6075         * gst-libs/gst/tuner/Makefile.am:
6076         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
6077         should not be disted, -marshal.h files should not be installed,
6078         and -enum.h files _should_ be installed.  Fix to make this the
6079         case.
6080
6081 === release 0.7.5 ===
6082
6083 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6084
6085         * configure.ac: release 0.7.5, "Under The Sea"
6086
6087 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6088
6089         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6090         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
6091         * gst/videoscale/gstvideoscale.c:
6092         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
6093           assorted debug/warning fixes
6094
6095 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6096
6097         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
6098         (gst_videoscale_init), (gst_videoscale_chain),
6099         (gst_videoscale_set_property), (plugin_init):
6100         * gst/videoscale/gstvideoscale.h:
6101         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
6102         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
6103         (gst_videoscale_planar400), (gst_videoscale_packed422),
6104         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
6105         (gst_videoscale_24bit), (gst_videoscale_16bit),
6106         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
6107         (gst_videoscale_scale_plane_slow),
6108         (gst_videoscale_scale_point_sample),
6109         (gst_videoscale_scale_nearest),
6110         (gst_videoscale_scale_nearest_str2),
6111         (gst_videoscale_scale_nearest_str4),
6112         (gst_videoscale_scale_nearest_32bit),
6113         (gst_videoscale_scale_nearest_24bit),
6114         (gst_videoscale_scale_nearest_16bit):
6115         add debugging category and use it properly
6116         fix use of GST_PTR_FORMAT
6117
6118 2004-02-25  Andy Wingo  <wingo@pobox.com>
6119
6120         * gst/interleave/interleave.c (interleave_buffered_loop): Always
6121         push only when channel->buffer is NULL. Prevents segfaults doing
6122         the state change after a nonlocal exit, like a scheme exception.
6123
6124         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
6125         Handle the case where the intersected caps is empty.
6126
6127 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6128
6129         * gst/law/mulaw-decode.c: (mulawdec_link):
6130         * gst/law/mulaw.c: (plugin_init):
6131           fix mulawdec so it actually works again
6132
6133 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
6134
6135         reviewed by: David Schleef  <ds@schleef.org>
6136
6137         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
6138         (gst_gamma_init), (gst_gamma_set_property),
6139         (gst_gamma_get_property), (gst_gamma_calculate_tables),
6140         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
6141         for RGB, with separate r g and b correction factors. (#131167)
6142
6143 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6144
6145         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6146           only signal tags for bitrate if they're > 0 (#134894)
6147
6148 2004-02-24  David Schleef  <ds@schleef.org>
6149
6150         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
6151         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
6152         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
6153         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
6154         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
6155         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
6156         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
6157         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
6158         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
6159         category.  Attempt to fix timestamp calculation.
6160
6161 2004-02-24  Johan Dahlin  <johan@gnome.org>
6162
6163         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
6164
6165 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6166
6167         * configure.ac:
6168         * gconf/Makefile.am:
6169         * gconf/gstreamer.schemas:
6170         * gst-libs/gst/gconf/Makefile.am:
6171         * gst-libs/gst/gconf/gconf.c:
6172           version gconf schemas and install locations
6173
6174 2004-02-23  Benjamin Otte  <otte@gnome.org>
6175
6176         * ext/xine/xineinput.c: (gst_xine_input_dispose):
6177         (gst_xine_input_subclass_init):
6178           call parent dispose.
6179           change pad template for CD reader correctly
6180         * ext/xine/Makefile.am:
6181         * ext/xine/gstxine.h:
6182         * ext/xine/xine.c: (plugin_init):
6183         * ext/xine/xineaudiosink.c:
6184           wrap audio sinks, too
6185         * gst-libs/gst/resample/private.h:
6186         * gst-libs/gst/resample/resample.c: (gst_resample_init),
6187         (gst_resample_reinit), (gst_resample_scale),
6188         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
6189         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
6190         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
6191         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
6192         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
6193         * gst-libs/gst/resample/resample.h:
6194         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
6195         (gst_audioscale_class_init), (gst_audioscale_link),
6196         (gst_audioscale_get_buffer), (gst_audioscale_init),
6197         (gst_audioscale_chain), (gst_audioscale_set_property),
6198         (gst_audioscale_get_property):
6199         * gst/audioscale/gstaudioscale.h:
6200           s/resample_*/gst_resample_*/i to not clobber namespaces
6201
6202 2004-02-23  Julien MOUTTE  <julien@moutte.net>
6203
6204         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6205         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
6206         (gst_riff_create_video_template_caps),
6207         (gst_riff_create_audio_template_caps),
6208         (gst_riff_create_iavs_template_caps):
6209         * gst-libs/gst/riff/riff-media.h:
6210         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
6211         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
6212         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
6213         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6214         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6215         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
6216         (gst_matroska_demux_plugin_init): First batch implementing audio and 
6217         video codec tags in demuxers.
6218
6219 2004-02-22  Benjamin Otte  <otte@gnome.org>
6220
6221         * ext/xine/Makefile.am:
6222         * ext/xine/gstxine.h:
6223         * ext/xine/xine.c: (plugin_init):
6224         * ext/xine/xineinput.c:
6225           add input plugin wrapper. Playback from files, http, mms and cdda
6226           works.
6227         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
6228           remove leftover G_GNUC_UNUSED
6229         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
6230         (gst_asf_demux_identify_guid):
6231           improve debugging output
6232
6233 2004-02-22  Benjamin Otte  <otte@gnome.org>
6234
6235         reported by: Padraig O'Briain <padraig.obriain@sun.com>
6236
6237         * autogen.sh:
6238           replace test -e with test -x for mkinstalldirs to be more portable.
6239           (fixes #134816)
6240
6241 2004-02-22  Benjamin Otte  <otte@gnome.org>
6242
6243         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
6244
6245         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
6246           set rank to PRIMARY
6247         * gst/volume/gstvolume.c: (plugin_init):
6248           set rank to NONE
6249         fixes #134960
6250
6251 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
6252
6253         reviewed by Benjamin Otte  <otte@gnome.org>
6254
6255         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
6256           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
6257
6258 2004-02-22  Benjamin Otte  <otte@gnome.org>
6259
6260         * configure.ac:
6261           export [_]*{gst,Gst,GST}.* symbols from plugins
6262
6263 2004-02-22  Christophe Fergeau <teuf@gnome.org>
6264
6265         reviewed by: Benjamin Otte  <otte@gnome.org>
6266
6267         * ext/lame/gstlame.c: (add_one_tag):
6268         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
6269         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
6270         (gst_vorbisenc_metadata_set1):
6271         * gst/tags/gstid3tag.c:
6272         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
6273           apply fixes from bugs #135042 (lame can't write tags) and #133817
6274           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
6275
6276 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
6277
6278         * configure.ac: Export only gst_plugin_desc from plugins.
6279          Note that this change only makes any effect with Linux using libtool 
6280          1.5.2 or higher. Otherwise it is silently ignored, but it would build
6281          fine. And don't try to have several versions of libtool in different
6282          directories.
6283
6284 2004-02-20  Andy Wingo  <wingo@pobox.com>
6285
6286         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
6287         interleave respectively.
6288
6289         * gst/interleave/deinterleave.c: New plugin: deinterleave
6290         (replaces on oneton).
6291         * gst/interleave/interleave.c: New plugin: interleave.
6292         * gst/interleave/plugin.h: Support file.
6293         * gst/interleave/plugin.c: Support file.
6294
6295         * configure.ac: Remove intfloat and oneton, add interleave.
6296
6297         * ext/sndfile/gstsf.c: Handle events better.
6298
6299         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
6300         and float2int operation. int2float has scheduling problems as
6301         noted in in2float_chain. 
6302
6303 2004-02-20  Benjamin Otte  <otte@gnome.org>
6304
6305         * ext/xine/Makefile.am:
6306         * ext/xine/gstxine.h:
6307         * ext/xine/xine.c: 
6308         * ext/xine/xineaudiodec.c: 
6309         * ext/xine/xinecaps.c: 
6310           add first version of xine plugin wrapper. Currently only wraps the
6311           QDM2 win32 DLL, and even that only in proof-of-concept quality.
6312         * configure.ac:
6313         * ext/Makefile.am:
6314           add xine plugin wrapper, disabled by default. Use --enable-xine to
6315           build. Note that it'll segfault on gst-register if you don't remove
6316           the goom and tvtime post plugins from xine.
6317         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
6318         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
6319           add extradata parsing for QDM2.
6320           change around debugging prints.
6321
6322 2004-02-19  Benjamin Otte  <otte@gnome.org>
6323
6324         * ext/lame/gstlame.c: (gst_lame_chain):
6325         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6326           use gst_tag_list_insert when you want to insert tags
6327
6328 2004-02-18  David Schleef  <ds@schleef.org>
6329
6330         * configure.ac:  Move massink to gst-rotten
6331         * ext/Makefile.am:
6332         * ext/mas/Makefile.am:
6333         * ext/mas/massink.c:
6334         * ext/mas/massink.h:
6335
6336 2004-02-18  David Schleef  <ds@schleef.org>
6337
6338         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
6339         typefinding, since it seems to be worse than nothing.
6340         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
6341         atom to recognize .mp4 and .m4a files as video/quicktime.
6342
6343 2004-02-18  David Schleef  <ds@schleef.org>
6344
6345         * gst/sine/demo-dparams.c: (quit_live),
6346         (dynparm_log_value_changed), (dynparm_value_changed), (main):
6347         Use double dparams, not float.
6348         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6349         (gst_sinesrc_init): Change sync default to FALSE, since multiple
6350         sync'd elements don't really work correctly.
6351         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
6352         (volume_update_volume), (volume_get_property):  Change dparam
6353         to double.
6354
6355 2004-02-18  Julien MOUTTE  <julien@moutte.net>
6356
6357         * sys/ximage/ximagesink.c:
6358         (gst_ximagesink_xwindow_update_geometry),
6359         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
6360         (gst_ximagesink_change_state), (gst_ximagesink_expose),
6361         (gst_ximagesink_init): Rework the way software video scaling works. So
6362         now we check on each chain call if the video frames are feeling the 
6363         window. If not we try to renegotiate caps. On failure we memorize that
6364         and we won't try again for that PLAYING sessions.
6365         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
6366         failure.
6367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
6368         synchronous flag.
6369
6370 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6371
6372         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
6373           break up _link so we can give a better debug message for errors
6374
6375 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6376
6377         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
6378           set up debug category
6379
6380 2004-02-18  Julien MOUTTE <julien@moutte.net>
6381
6382         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6383         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
6384         the way renegotiation work. The event handling function is not taking
6385         care of external windows and renegotiate method check for pad flags
6386         NEGOTIATING. Should fix : #133209
6387
6388 2004-02-17  Julien MOUTTE  <julien@moutte.net>
6389
6390         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
6391         pad is negotiating before trying renegotiation.
6392
6393 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6394
6395         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
6396           pass on all possible mime types as typefind hints
6397
6398 2004-02-17  Julien MOUTTE <julien@moutte.net>
6399
6400         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
6401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
6402         possible SHM leak if we crash. All other apps using XShm are doing
6403         that.
6404
6405 2004-02-17  Julien MOUTTE  <julien@moutte.net>
6406
6407         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6408         (gst_ximagesink_expose): Renegotiate size on expose.
6409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
6410         size on expose.
6411
6412 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6413
6414         * testsuite/alsa/sinesrc.c:
6415           cosmetic fix to fix compile issue with gcc 2.95.4
6416
6417 2004-02-16  Julien MOUTTE <julien@moutte.net>
6418
6419         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
6420         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
6421         failed opening the audio device.
6422         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6423         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
6424         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
6425         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
6426         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
6427         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6428         (gst_ximagesink_change_state), (gst_ximagesink_chain),
6429         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
6430         Removing some useless g_return_if_fail like wingo suggested.
6431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6432         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
6433         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
6434         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
6435         (gst_xvimagesink_update_colorbalance),
6436         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
6437         (gst_xvimagesink_xcontext_clear),
6438         (gst_xvimagesink_get_fourcc_from_caps),
6439         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
6440         (gst_xvimagesink_set_xwindow_id),
6441         (gst_xvimagesink_colorbalance_list_channels),
6442         (gst_xvimagesink_colorbalance_set_value),
6443         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
6444         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
6445
6446 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6447
6448         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6449           throw error when not negotiated instead of asserting
6450
6451 2004-02-15  Julien MOUTTE  <julien@moutte.net>
6452
6453         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
6454         correct data refcounting.
6455
6456 2004-02-15  Julien MOUTTE  <julien@moutte.net>
6457
6458         * gst/switch/gstswitch.c: (gst_switch_change_state),
6459         (gst_switch_class_init): Cleaning the sinkpads correctly on state
6460         change, mostly the EOS flag.
6461
6462 2004-02-15  Julien MOUTTE  <julien@moutte.net>
6463
6464         * examples/gstplay/player.c: (got_eos), (main): Adding some 
6465         output for debugging.
6466         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
6467         timeouts if we go to any state different from PLAYING.
6468         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
6469         more EOS bugs in riff lib.
6470
6471 2004-02-14  Julien MOUTTE  <julien@moutte.net>
6472
6473         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
6474         visualization until i find a way to fix switch correctly.
6475         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
6476         EOS arrives.
6477         * gst/switch/gstswitch.c: (gst_switch_release_pad),
6478         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
6479         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
6480         Reworked switch to get a more correct behaviour with events and refing
6481         of data stored in sinkpads.
6482         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
6483         we don't pull from a pad in EOS.
6484
6485 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6486
6487         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6488           remove v1 tag even if we can't read it (makes sure we don't detect
6489           it again)
6490
6491 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6492
6493         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
6494         (gst_alsa_xrun_recovery):
6495         * ext/alsa/gstalsa.h:
6496           try xrun recovery when wait failed. Make xrun recovery function
6497           return TRUE/FALSE to indicate success. (might fix #134354)
6498
6499 2004-02-13  David Schleef  <ds@schleef.org>
6500
6501         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
6502         (dynparm_value_changed), (main): Convert from float to double.
6503         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
6504
6505 2004-02-13  David Schleef  <ds@schleef.org>
6506
6507         * gst/silence/gstsilence.c: (gst_silence_class_init),
6508         (gst_silence_set_clock), (gst_silence_get),
6509         (gst_silence_set_property), (gst_silence_get_property):
6510         * gst/silence/gstsilence.h: Add sync property.
6511         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6512         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
6513         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
6514         * gst/sine/gstsinesrc.h: Add sync property.
6515
6516 2004-02-13  David Schleef  <ds@schleef.org>
6517
6518         * gst/intfloat/gstint2float.c: (conv_f32_s16),
6519         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
6520
6521 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6522
6523         * configure.ac:
6524         * ext/Makefile.am:
6525         * gst-libs/ext/Makefile.am:
6526           move ffmpeg plugin to gst-ffmpeg module
6527
6528 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6529
6530         * configure.ac: use GST_ARCH to detect architecture
6531
6532 2004-02-12  Julien MOUTTE  <julien@moutte.net>
6533
6534         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
6535
6536 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6537
6538         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
6539           classify LADSPA plugins based on number of src/sink pads
6540           (#133663, Stefan Kost)
6541         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
6542           fix dparams registration
6543           (#133528, Stefan Kost)
6544         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
6545           fix use of isprint and use g_ascii_isprint instead
6546           (#133316, Stefan Kost)
6547
6548 2004-02-11  David Schleef  <ds@schleef.org>
6549
6550         Convert a few inner loops to use liboil.  This is currently
6551         optional, and is only enabled if liboil is present (duh!).
6552         * configure.ac: Check for liboil-0.1
6553         * gst/intfloat/Makefile.am:
6554         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
6555         (gst_int2float_chain_gint16):
6556         * gst/videofilter/Makefile.am:
6557         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
6558         (tablelookup_u8), (gst_videobalance_planar411):
6559         * gst/videotestsrc/Makefile.am:
6560         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
6561         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
6562         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
6563         (paint_hline_RGB565), (paint_hline_xRGB1555):
6564
6565 2004-02-11  David Schleef  <ds@schleef.org>
6566
6567         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
6568         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
6569         (gst_colorspace_getcaps), (gst_colorspace_link),
6570         (gst_colorspace_base_init), (gst_colorspace_init),
6571         (gst_colorspace_chain), (gst_colorspace_change_state),
6572         (plugin_init): Merge Ronald's patch (bug #117897) and update
6573         for new caps and negotiation.  Seems to work, although it
6574         shows off bugs in lcs.
6575
6576 2004-02-11  David Schleef  <ds@schleef.org>
6577
6578         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
6579         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
6580
6581 2004-02-11  David Schleef  <ds@schleef.org>
6582
6583         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
6584         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
6585         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
6586         Add server and port properties
6587
6588 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6589
6590         * m4/a52.m4:
6591         * m4/aalib.m4:
6592         * m4/as-ffmpeg.m4:
6593         * m4/as-liblame.m4:
6594         * m4/as-slurp-ffmpeg.m4:
6595         * m4/check-libheader.m4:
6596         * m4/esd.m4:
6597         * m4/freetype2.m4:
6598         * m4/gconf-2.m4:
6599         * m4/glib.m4:
6600         * m4/gst-alsa.m4:
6601         * m4/gst-artsc.m4:
6602         * m4/gst-ivorbis.m4:
6603         * m4/gst-matroska.m4:
6604         * m4/gst-sdl.m4:
6605         * m4/gst-shout2.m4:
6606         * m4/gst-sid.m4:
6607         * m4/gtk.m4:
6608         * m4/libdv.m4:
6609         * m4/libfame.m4:
6610         * m4/libmikmod.m4:
6611         * m4/ogg.m4:
6612         * m4/vorbis.m4:
6613           fix underquotedness of macros (#133800)
6614         * m4/as-avifile.m4:
6615         * m4/xmms.m4:
6616           removed because no longer used
6617
6618 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6619
6620         * configure.ac:
6621           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
6622           by autopoint (fixes #132996)
6623
6624 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6625
6626         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
6627         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
6628         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
6629         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
6630           fix memleaks
6631
6632 2004-02-11  David Schleef  <ds@schleef.org>
6633
6634         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
6635         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
6636         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
6637         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
6638         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
6639         (gst_jpegenc_class_init), (gst_jpegenc_init),
6640         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
6641         (gst_jpegenc_chain), (gst_jpegenc_set_property),
6642         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
6643         * ext/jpeg/gstjpegenc.h: Fix negotiation.
6644
6645 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6646
6647         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
6648         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
6649         * ext/mikmod/gstmikmod.h:
6650           fix caps negotiation in mikmod
6651         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
6652           output debug information
6653
6654 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6655
6656         * gst-libs/gst/colorbalance/Makefile.am:
6657         * gst-libs/gst/navigation/Makefile.am:
6658         * gst-libs/gst/xoverlay/Makefile.am:
6659           remove unused GST_OPT_CFLAGS from Makefiles
6660           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
6661
6662 2004-02-07  David Schleef  <ds@schleef.org>
6663
6664         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
6665         push events to pads that haven't been created (#133508)
6666
6667 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
6668
6669         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
6670         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
6671         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
6672         (gst_dvdec_loop), (gst_dvdec_change_state):
6673         Second attempt at committing a working dvdec element.
6674
6675 2004-02-06  David Schleef  <ds@schleef.org>
6676
6677         Build fixes for OS X: (see #129600)
6678         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
6679         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
6680         (gst_riff_read_strf_iavs):
6681         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
6682         (gst_avi_demux_stream_odml):
6683         * gst/playondemand/Makefile.am:
6684         * gst/rtp/rtp-packet.c:
6685
6686 2004-02-05  David Schleef  <ds@schleef.org>
6687
6688         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
6689         last change, because it Just Doesn't Compile.
6690
6691 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6692
6693         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6694           skip undecodable id3v2 tag instead of keeping it
6695
6696 2004-02-05  David Schleef  <ds@schleef.org>
6697
6698         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
6699         Unref leaked buffer.  (Noticed by Ronald)
6700
6701 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
6702
6703         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6704         Sync requires with other checks.  >= vs =.
6705
6706 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
6707
6708         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
6709         (gst_dvdec_video_link), (gst_dvdec_loop):
6710         * ext/dv/gstdvdec.h:
6711           rework the caps negotiation so that dvdec works again instead
6712           of just segfaulting.
6713
6714 === release 0.7.4 ===
6715
6716 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6717                                                                                 
6718         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
6719         * configure.ac: changed for release
6720
6721 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6722
6723         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
6724         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6725         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6726         * pkgconfig/gstreamer-play-uninstalled.pc.in:
6727           reworked patch by David Lehn to fix libdir and includedir for
6728           uninstalled libraries
6729           removed play and gconf from gstreamer-libs since they have their
6730           own pkgconfig files
6731
6732 2004-02-04  David Schleef  <ds@schleef.org>
6733
6734         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
6735         memleak.
6736
6737 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6738
6739         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
6740           use correct GST_TAG_ENCODER tag
6741
6742 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6743
6744         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6745           be sure to stop the clock when going to paused
6746         * sys/oss/gstosssink.c: (gst_osssink_change_state):
6747           reset number of transmitted when going to ready.
6748         fixes #132935
6749
6750 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
6751
6752         reviewed by Benjamin Otte
6753
6754         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
6755           extract track count (fixes #133410)
6756
6757 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6758
6759         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
6760           that should be !=, not == (fixes #132519)
6761
6762 2004-02-04  David Schleef  <ds@schleef.org>
6763
6764         Make sure set_explicit_caps() is called before adding pad.
6765         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
6766         * gst/id3/gstid3types.c: (gst_id3types_loop):
6767         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
6768         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
6769
6770 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6771
6772         * configure.ac:
6773           bump nano to 2, first prerelease
6774           put back AM_PROG_LIBTOOL
6775
6776 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6777
6778         * testsuite/alsa/Makefile.am:
6779           these are user test apps, not automatic testsuite tests
6780
6781 2004-02-04  David Schleef  <ds@schleef.org>
6782
6783         Convert GST_DEBUG_CAPS() to GST_DEBUG():
6784         * gst/mpeg1videoparse/gstmp1videoparse.c:
6785         (mp1videoparse_parse_seq):
6786         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
6787         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
6788         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
6789         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
6790         (gst_xvideosink_getcaps):
6791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
6792         * testsuite/gst-lint: more tests
6793
6794 2004-02-04  David Schleef  <ds@schleef.org>
6795
6796         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
6797         with the code that they would expand to.
6798         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
6799         (gst_flacdec_get_src_query_types),
6800         (gst_flacdec_get_src_event_masks):
6801         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
6802         (gst_gnomevfssrc_get_query_types),
6803         (gst_gnomevfssrc_get_event_mask):
6804
6805 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6806
6807         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6808         (gst_sinesrc_dispose):
6809           fix memleak by properly disposing sinesrc
6810
6811 2004-02-04  Julien MOUTTE  <julien@moutte.net>
6812
6813         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
6814         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
6815         an overlay to redraw the image because it has been exposed.
6816         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
6817         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
6818         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
6819         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
6820         interface
6821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
6822         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
6823         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
6824         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
6825         interface 
6826
6827 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6828
6829         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
6830           more memleak fixage
6831
6832 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6833
6834         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
6835         * gst/typefind/gsttypefindfunctions.c:
6836           fix memleaks shown by gst-typefind
6837
6838 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6839
6840         * common/glib-gen.mak:
6841           add hack rule to touch .Plo files
6842         * gst-libs/gst/colorbalance/Makefile.am:
6843         * gst-libs/gst/mixer/Makefile.am:
6844         * gst-libs/gst/play/Makefile.am:
6845         * gst-libs/gst/tuner/Makefile.am:
6846           remove glib_root variable
6847
6848 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6849
6850         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
6851           set explicit caps before adding the element, so the autopluggers can
6852           plug correctly.
6853         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
6854         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
6855         (mpeg_video_type_find), (mpeg_video_stream_type_find),
6856         (dv_type_find):
6857           fix memleaks in typefind functions. gst_type_find_suggest takes a const
6858           argument.
6859
6860 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6861
6862         * gst-libs/gst/colorbalance/Makefile.am:
6863         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
6864         * gst-libs/gst/colorbalance/colorbalance.c:
6865         * gst-libs/gst/colorbalance/colorbalance.h:
6866         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
6867         * gst-libs/gst/mixer/Makefile.am:
6868         * gst-libs/gst/mixer/mixer-marshal.list:
6869         * gst-libs/gst/mixer/mixer.c:
6870         * gst-libs/gst/mixer/mixer.h:
6871         * gst-libs/gst/mixer/mixermarshal.list:
6872         * gst-libs/gst/play/Makefile.am:
6873         * gst-libs/gst/play/play.h:
6874         * gst-libs/gst/tuner/Makefile.am:
6875         * gst-libs/gst/tuner/tuner-marshal.list:
6876         * gst-libs/gst/tuner/tuner.c:
6877         * gst-libs/gst/tuner/tuner.h:
6878         * gst-libs/gst/tuner/tunermarshal.list:
6879           use new glib-gen.mak snippet to clean up Makefile.am
6880           fix various bugs in Makefile.am's
6881
6882 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6883
6884         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
6885           handle chain parsing correctly in the multichain case
6886         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
6887         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
6888         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
6889         (theora_dec_chain):
6890           handle events and queries correctly
6891
6892 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
6893
6894         * .cvsignore:
6895         Ignore generated file _stdint.h.
6896
6897 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
6898
6899         * gst-libs/gst/colorbalance/Makefile.am:
6900         * gst-libs/gst/colorbalance/colorbalance.h:
6901         * gst-libs/gst/mixer/Makefile.am:
6902         * gst-libs/gst/mixer/mixer.h:
6903         * gst-libs/gst/play/Makefile.am:
6904         * gst-libs/gst/play/play.h:
6905         * gst-libs/gst/tuner/Makefile.am:
6906         * gst-libs/gst/tuner/tuner.h:
6907         Generate enum type code with glib-mkenums.
6908         * gst-libs/gst/colorbalance/.cvsignore:
6909         * gst-libs/gst/mixer/.cvsignore:
6910         * gst-libs/gst/play/.cvsignore:
6911         * gst-libs/gst/tuner/.cvsignore:
6912         Ignore generated files.
6913
6914 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
6915
6916         * gst-libs/gst/audio/.cvsignore:
6917         Ignore generated file.
6918         * gst-libs/gst/audio/Makefile.am:
6919         Do not install example filter.
6920
6921 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
6922
6923         * examples/switch/.cvsignore:
6924         Ignore generated file.
6925
6926 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6927
6928         * common/m4/ax_create_stdint_h.m4:
6929         * configure.ac:
6930           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
6931           _stdint.h.
6932         * Makefile.am:
6933           remove generated _stdint.h in DISTCLEANFILES
6934         * ext/a52dec/gsta52dec.c:
6935           include _stdint.h for a52dec. (should fix #133064)
6936
6937 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
6938
6939         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
6940         (gst_tag_to_vorbis_comments):
6941         Add replaygain support to vorbistag
6942
6943 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
6944         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
6945         (gst_ffmpeg_caps_to_extradata):
6946           Fix SVQ3 caps flag properties
6947           Use glib macro for bytes swap
6948
6949 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6950
6951         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
6952         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
6953         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6954         * ext/sndfile/gstsf.c: (plugin_init):
6955         * gst/avi/gstavi.c: (plugin_init):
6956         * sys/dxr3/dxr3init.c: (plugin_init):
6957         * sys/oss/gstossaudio.c: (plugin_init):
6958         * sys/v4l/gstv4l.c: (plugin_init):
6959         * sys/v4l2/gstv4l2.c: (plugin_init):
6960           remove textdomain calls
6961         * po/nl.po:
6962           update Dutch translation
6963
6964 2004-02-02  Julien MOUTTE  <julien@moutte.net>
6965
6966         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
6967         (gst_play_set_audio_sink): Moving volume in the audio thread for 
6968         instantaneous volume change. Maybe i will add another volume in front
6969         of visualization later, not sure yet though.
6970
6971 2004-02-02  Julien MOUTTE  <julien@moutte.net>
6972
6973         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6974         (gst_ximagesink_handle_xevents): Better X events handling, only take
6975         the latest events for configure and motion.
6976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
6977
6978 2004-02-02  Jon Trowbridge  <trow@gnu.org>
6979
6980         reviewed by: David Schleef  <ds@schleef.org>
6981
6982         Fix memory leaks:
6983         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
6984         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
6985
6986 2004-02-02  David Schleef  <ds@schleef.org>
6987
6988         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
6989         of lines.
6990         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
6991         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
6992         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
6993         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
6994         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
6995         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
6996         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
6997         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
6998         (gst_float2_2_int_link):
6999         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
7000         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
7001         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
7002         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
7003         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
7004         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
7005         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
7006         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
7007         * testsuite/gst-lint: Add tests for bzero and ;;
7008
7009 2004-02-02  David Schleef  <ds@schleef.org>
7010
7011         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
7012
7013 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7014
7015         * ext/aalib/gstaasink.c: (gst_aasink_open):
7016         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
7017         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7018         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
7019         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
7020         (gst_afsink_close_file):
7021         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
7022         (gst_afsrc_close_file):
7023         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
7024         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
7025         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
7026         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
7027         * ext/esd/esdmon.c: (gst_esdmon_get):
7028         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
7029         * ext/faac/gstfaac.c: (gst_faac_chain):
7030         * ext/faad/gstfaad.c: (gst_faad_chain):
7031         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
7032         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
7033         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
7034         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
7035         (gst_flacdec_loop):
7036         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
7037         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
7038         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
7039         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
7040         (gst_gnomevfssink_close_file):
7041         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7042         (gst_gnomevfssrc_open_file):
7043         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
7044         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
7045         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
7046         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
7047         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
7048         * ext/mad/gstmad.c: (gst_mad_chain):
7049         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
7050         * ext/mpeg2dec/gstmpeg2dec.c:
7051         * ext/mpeg2enc/gstmpeg2enc.cc:
7052         * ext/mplex/gstmplex.cc:
7053         * ext/mplex/gstmplexibitstream.cc:
7054         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
7055         (gst_ogg_demux_push):
7056         * ext/raw1394/gstdv1394src.c:
7057         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
7058         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
7059         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
7060         (gst_sf_loop):
7061         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
7062         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
7063         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
7064         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
7065         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7066         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
7067         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
7068         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
7069         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
7070         (gst_riff_read_element_data), (gst_riff_read_seek),
7071         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
7072         * gst/adder/gstadder.c: (gst_adder_loop):
7073         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
7074         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
7075         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
7076         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
7077         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
7078         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
7079         * gst/goom/gstgoom.c: (gst_goom_chain):
7080         * gst/id3/gstid3types.c: (gst_id3types_loop):
7081         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
7082         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
7083         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
7084         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
7085         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
7086         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
7087         (gst_ebml_read_float), (gst_ebml_read_header):
7088         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
7089         (gst_matroska_demux_parse_blockgroup):
7090         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
7091         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
7092         * gst/oneton/gstoneton.c: (gst_oneton_chain):
7093         * gst/silence/gstsilence.c: (gst_silence_get):
7094         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
7095         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
7096         * gst/speed/gstspeed.c: (speed_loop):
7097         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
7098         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
7099         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
7100         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
7101         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
7102         (gst_wavparse_loop):
7103         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
7104         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
7105         (dxr3audiosink_close):
7106         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
7107         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
7108         (dxr3videosink_close), (dxr3videosink_write_data):
7109         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
7110         * sys/oss/gstosssink.c: (gst_osssink_chain):
7111         * sys/oss/gstosssrc.c: (gst_osssrc_get):
7112         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
7113         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
7114         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
7115         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
7116         (gst_v4l_set_window), (gst_v4l_enable_overlay):
7117         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
7118         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
7119         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
7120         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
7121         (gst_v4l_set_audio):
7122         * sys/v4l/v4l_calls.h:
7123         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
7124         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
7125         (gst_v4lmjpegsink_playback_init),
7126         (gst_v4lmjpegsink_playback_start):
7127         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
7128         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
7129         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
7130         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
7131         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
7132         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
7133         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
7134         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7135         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
7136         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
7137         (gst_v4l2_get_output), (gst_v4l2_set_output),
7138         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
7139         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
7140         (gst_v4l2_set_attribute):
7141         * sys/v4l2/v4l2_calls.h:
7142         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7143         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7144         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7145         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
7146         (gst_v4l2src_capture_stop):
7147         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
7148         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
7149         (gst_ximagesink_chain):
7150         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
7151         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
7152         (gst_xvideosink_xwindow_new):
7153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7154         (gst_xvimagesink_chain):
7155
7156 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7157
7158         * gst/volume/gstvolume.c: (gst_volume_set_volume),
7159         (gst_volume_get_volume), (volume_class_init), (volume_init),
7160         (volume_chain_int16), (volume_update_volume):
7161         * gst/volume/gstvolume.h:
7162           make code more readable by removing magic numbers
7163           make mixer interface export 0-100 range
7164           make it internally map to 0.0-1.0 range so users don't distort
7165           output by putting the sliders at full volume
7166
7167 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7168
7169         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
7170         (gst_play_state_change), (gst_play_seek_to_time):
7171         block the tick callback for 0.5 secs after doing a seek
7172
7173 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7174
7175         * gst-libs/gst/play/play.c: (gst_play_new):
7176           check for GError
7177
7178 2004-02-01  Julien MOUTTE  <julien@moutte.net>
7179
7180         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
7181         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
7182         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
7183         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
7184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
7185         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
7186
7187 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7188
7189         * configure.ac:
7190         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7191           check for a function added in vorbis 1.1
7192
7193 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7194
7195         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
7196         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
7197           really start/stop clock only on PLAYING <=> PAUSED
7198         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7199           remove \n from debugging lines
7200         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
7201           make it work when seeking does not
7202         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7203           reset on DISCONT
7204
7205 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7206
7207         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
7208           start clock on PAUSED=>PLAYING, not later
7209         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7210           extract correct time for different discont formats
7211         (gst_alsa_sink_get_time):
7212           don't segfault when no format is negotiated yet, just return 0
7213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7214         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
7215         (gst_ogg_pad_push):
7216           handle flush and discont events correctly
7217         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
7218           handle discont events correctly
7219
7220 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7221
7222         * gst-libs/gst/play/play.c: (gst_play_error_quark),
7223         (gst_play_error_create), (gst_play_error_plugin),
7224         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
7225         * gst-libs/gst/play/play.h:
7226           add error handling during creation
7227         * examples/gstplay/player.c: (main):
7228           use new gst_play_new
7229           
7230
7231 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7232
7233         * ext/theora/theoradec.c: (theora_dec_chain):
7234           make comments work
7235         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7236         (vorbis_dec_src_event), (vorbis_dec_chain):
7237           add encoder tag, fix tag reading to be more error tolerant, change
7238           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
7239           gst_pad_event_default.
7240         * gst/tags/gstvorbistag.c:
7241         (gst_tag_list_from_vorbiscomment_buffer):
7242           undefine function specific define at end of function
7243
7244 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
7245
7246         * ext/flac/gstflac.c: (plugin_init):
7247         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
7248         * ext/flac/gstflacdec.h:
7249         * ext/flac/gstflacenc.h:
7250           Fix typos
7251
7252 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
7253
7254         * examples/gstplay/player.c: s/gstplay.h/play.h/
7255
7256 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7257
7258         * gst-libs/gst/play/Makefile.am:
7259         * gst-libs/gst/play/gstplay.c:
7260         * gst-libs/gst/play/gstplay.h:
7261         * gst-libs/gst/play/play.c:
7262           more surgery, operation complete
7263
7264 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7265
7266         * gst-libs/gst/play/play.old.c:
7267         * gst-libs/gst/play/play.old.h:
7268           after CVS surgery by moving, remove
7269         * gst-libs/gst/play/playpipelines.c:
7270           remove
7271           
7272         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
7273           add negotiation error
7274
7275 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7276
7277         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7278         (gst_ogg_demux_push):
7279           add some seeking debug info
7280           send a flush when seeking
7281
7282 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7283
7284         * configure.ac:
7285           use AC_C_INLINE
7286         * configure.ac:
7287         * ext/Makefile.am:
7288         * ext/theora/Makefile.am:
7289         * ext/theora/theoradec.c: 
7290           add theora video decoder. Does just do simple decoding for now and
7291           has been tested against Theora cvs only. It only works when theora
7292           is compiled with --enable-static.
7293         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7294           always reset packetno on DISCONT
7295
7296 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7297
7298         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
7299           Fix audio.
7300
7301 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7302
7303         * gst/mpegaudioparse/gstmpegaudioparse.c:
7304         (mp3_type_frame_length_from_header):
7305           Fix header parsing - stolen from ffmpeg (thank you! :) ).
7306
7307 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7308
7309         * ext/esd/esdsink.c: (gst_esdsink_init):
7310           Since we have static pad template caps, we don't need to negotiate;
7311           either the core errors out or we know the format.
7312
7313 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7314
7315         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
7316         (gst_riff_read_seek):
7317         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
7318         (gst_ebml_read_seek):
7319           Fix event handling.
7320
7321 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7322
7323         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
7324           removee video/x-theora from vp3 decoder, it doesn't handle raw
7325           theora streams
7326         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
7327           fix bug with finalizing element that never went to PAUSED
7328         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
7329           length and position queries were swapped
7330         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7331         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
7332         (vorbis_dec_src_event):
7333           implement querying time and bytes
7334
7335 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7336
7337         * just about every source file:
7338           gst_element_error -> GST_ELEMENT_ERROR
7339
7340 2004-01-29  Julien MOUTTE  <julien@moutte.net>
7341
7342         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
7343         emiting FLUSH and even before DISCONT.
7344         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
7345         get the best instant seeking as possible yay!
7346
7347 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7348
7349         * gst/mpeg1videoparse/gstmp1videoparse.c:
7350         (gst_mp1videoparse_real_chain):
7351           Committed wrong version last week... Grr... Didn't notice until now.
7352
7353 2004-01-29  Julien MOUTTE <julien@moutte.net>
7354
7355         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
7356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
7357         have_xwindow_id signal in xwindow_create.
7358
7359 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7360
7361         * ext/ogg/gstoggdemux.c: 
7362           lots of changes - mainly support for chained bitstreams, seeking,
7363           querying and bugfixes of course
7364         * ext/vorbis/Makefile.am:
7365         * ext/vorbis/vorbisdec.c: 
7366         * ext/vorbis/vorbisdec.h:
7367           add vorbisdec raw vorbis decoder
7368         * ext/vorbis/vorbis.c: (plugin_init):
7369           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
7370         * gst/intfloat/Makefile.am:
7371         * gst/intfloat/float22int.c:
7372         * gst/intfloat/float22int.h:
7373         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
7374           add float2intnew plugin. It converts multichannel interleaved float to
7375           multichannel interleaved int. The name should probably be changed.
7376         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
7377         (plugin_init):
7378           add typefinding for raw theora video so oggdemux can detect it.
7379
7380 2004-01-28  Julien MOUTTE  <julien@moutte.net>
7381
7382         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
7383         sink element first.
7384         * gst/videoscale/gstvideoscale.c:
7385         (gst_videoscale_handle_src_event): Fixing src event handler.
7386
7387 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7388
7389         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
7390         (gst_v4lsrc_open), (gst_v4lsrc_close),
7391         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
7392         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
7393         * sys/v4l/gstv4lsrc.h:
7394         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
7395         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
7396           Implement resizing... Hack. But that's why v4l is b0rked...
7397
7398 2004-01-28  Julien MOUTTE <julien@moutte.net>
7399
7400         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7401         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
7402         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
7403         (gst_ximagesink_xwindow_destroy):
7404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
7405         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
7406         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
7407         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
7408         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
7409         correctly cleaning the image created to check xshm calls on succes,
7410         added a lot of XSync calls in X11 functions, and fixed a segfault when
7411         no image format was defined before negotiation happened.
7412
7413 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7414
7415         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
7416           use gst_element_get_time to get correct time
7417
7418 2004-01-28  Julien MOUTTE  <julien@moutte.net>
7419
7420         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
7421         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
7422         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
7423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
7424         (gst_xvimagesink_check_xshm_calls),
7425         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
7426         X plugins are now able to detect that XShm calls will fail even if the
7427         server claims that it has XShm support (remote displays most of the
7428         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
7429         so that we use non XShm functions. This feature is almost useless for
7430         xvimagesink as Xv is not supported on remote displays anyway, but 
7431         it might happen than even on the local display XShm calls fail.
7432
7433 2004-01-27  David Schleef  <ds@schleef.org>
7434
7435         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
7436         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
7437         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
7438         changed esdsink to only use 44100,16,2, since esd sucks at rate
7439         conversion and esdsink has had difficulty negotiating.
7440
7441 2004-01-27  Julien MOUTTE <julien@moutte.net>
7442
7443         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
7444         (gst_play_seek_to_time): Fixing the way to get current position.
7445
7446 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7447
7448         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
7449           use gst_element_get_time to get correct time
7450
7451 2004-01-27  Julien MOUTTE <julien@moutte.net>
7452
7453         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
7454         fix ever... Inverting 2 lines of code make spider autoplug correctly
7455         tagged mp3 !
7456
7457 2004-01-27  David Schleef  <ds@schleef.org>
7458
7459         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
7460         Use gst_pad_try_set_caps_nonfixed().
7461
7462 2004-01-27  David Schleef  <ds@schleef.org>
7463
7464         * gst/ac3parse/gstac3parse.c: update to checklist 5
7465         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
7466         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
7467         * gst/audioscale/gstaudioscale.c: same
7468         * gst/auparse/gstauparse.c: same
7469         * gst/avi/gstavidemux.c: same
7470
7471 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7472
7473         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
7474           stop processing after EOS
7475
7476 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7477
7478         * gst/asfdemux/asfheaders.h:
7479         * gst/asfdemux/gstasfdemux.c: 
7480         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
7481         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
7482         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
7483           lot's of fixes to make data extraction simpler and get the code
7484           architecture and compiler independant. Add debugging category
7485         * gst/goom/gstgoom.c: (gst_goom_change_state):
7486           reset channel count on PAUSED=>READY, not READY=>PAUSED
7487
7488 2004-01-26  Colin Walters  <walters@verbum.org>
7489
7490         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
7491         code to pull a bigger buffer in iradio mode.  This as a side effect
7492         makes typefinding work.
7493
7494 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
7495
7496         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
7497         Fix SVQ3 decoding on PPC
7498
7499 2004-01-26  Julien MOUTTE <julien@moutte.net>
7500
7501         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
7502         that one managed to stay there... Fixed.
7503
7504 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
7505
7506         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
7507         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
7508         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
7509         (qtdemux_video_caps):
7510         * gst/qtdemux/qtdemux.h:
7511         Add SVQ3 specific flags to qtdemux and ffmpeg
7512
7513 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7514
7515         * gst-libs/gst/audio/audio.h:
7516           remove buffer-frames from audio caps
7517         * gst/audioconvert/gstaudioconvert.c:
7518           fix plugin to really work.
7519
7520 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7521
7522         * gst-libs/gst/mixer/mixer.c:
7523         * gst-libs/gst/propertyprobe/propertyprobe.c:
7524         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
7525         (gst_tuner_find_channel_by_name):
7526         * gst-libs/gst/tuner/tuner.h:
7527           Add gtk-doc style comments. Also fix a function name.
7528
7529 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7530
7531         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
7532         (gst_divxdec_negotiate):
7533           Fix for new capsnego - also fixes gst-player with divxdec.
7534
7535 2004-01-25  Julien MOUTTE  <julien@moutte.net>
7536
7537         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
7538         (gst_play_identity_handoff), (gst_play_set_location),
7539         (gst_play_set_visualization), (gst_play_connect_visualization): Another
7540         try in visualization implementation. Still have an issue with switch
7541         blocking when pulling from video_queue and only audio comes out of 
7542         spider.
7543         * gst/switch/gstswitch.c: (gst_switch_release_pad),
7544         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
7545         release method. And check if the pad is usable before pulling.
7546
7547 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7548
7549         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
7550         (gst_videobalance_init),
7551         (gst_videobalance_colorbalance_list_channels),
7552         (gst_videobalance_colorbalance_set_value),
7553         (gst_videobalance_colorbalance_get_value),
7554         (gst_videobalance_update_properties),
7555         (gst_videobalance_update_tables_planar411),
7556         (gst_videobalance_planar411):
7557         * gst/videofilter/gstvideobalance.h:
7558           Implement lookup-tables. +/- 10x faster.
7559
7560 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7561
7562         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
7563         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
7564           The index reading was broken. The rest worked fine, but the whole
7565           goal of my rewrite was to make avidemux readable, and this was
7566           not at all readable. Please use typed variables.
7567
7568 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7569
7570         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
7571           Additional pad usability check.
7572         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
7573         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
7574         (gst_mp1videoparse_real_chain):
7575           Fix MPEG video stream parsing. The original plugin had several
7576           issues, including not timestamping streams where the source was
7577           not timestamped (this happens with PTS values in mpeg system
7578           streams, but MPEG video is also a valid stream on its own so
7579           that needs timestamps too). We use the display time code for that
7580           for now. Also, if one incoming buffer contains multiple valid
7581           frames, we push them all on correctly now, including proper EOS
7582           handling. Lastly, several potential segfaults were fixed, and we
7583           properly sync on new sequence/gop headers to include them in next,
7584           not previous frames (since they're header for the next frame, not
7585           the previous). Also see #119206.
7586         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
7587         (bpf_from_header):
7588           Move caps setting so we only do it after finding several valid
7589           MPEG-1 fraes sequentially, not right after the first one (which
7590           might be coincidental).
7591         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
7592         (mpeg_video_type_find), (mpeg_video_stream_type_find),
7593         (plugin_init):
7594           Add unsynced MPEG video stream typefinding, and change some
7595           probability values so we detect streams rightly. The idea is as
7596           follows: I can have an unsynced system stream which contains
7597           video. In the current code, I would randomly get a type for either
7598           system or video stream type found, because the probabilities are
7599           being calculated rather randomly. I now use fixed values, so we
7600           always prefer system stream if that was found (and that is how it
7601           should be). If no system stream was found, we can still identity                the stream as video-only.
7602
7603 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7604
7605         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
7606         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
7607           don't write to buffer. Extract data without the need of
7608           __attribute__ ((packed))
7609
7610 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7611
7612         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
7613         (mpeg1_sys_type_find):
7614           Fix MPEG-1 stream typefinding.
7615
7616 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7617
7618         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7619           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
7620
7621 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7622
7623         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
7624         * ext/esd/gstesd.c: (plugin_init):
7625           private debugging, better error reporting
7626
7627 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7628
7629         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
7630         (gst_riff_read_init), (gst_riff_read_change_state):
7631         * gst-libs/gst/riff/riff-read.h:
7632           Remove stuff fromold metadata system.
7633
7634 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7635
7636         * ext/ogg/gstoggdemux.c:
7637           Fix wrong file comment.
7638         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
7639         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
7640           Add metadata reading properly.
7641
7642 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7643
7644         * ext/Makefile.am:
7645           Fix nas DIST_SUBDIRS
7646           Uraeus:
7647           Fix bug where make distcheck doesn't get run on adding stuff to
7648           the build.
7649
7650 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7651
7652         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
7653         * ext/divx/gstdivxdec.h:
7654           Fix divx3 ("msmpeg4") playback using divxdec.
7655
7656 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7657
7658         * gst/typefind/gsttypefindfunctions.c:
7659         (mp3_type_frame_length_from_header): fix bug in length computation 
7660         (mp3_type_find): improve debugging output
7661
7662 2004-01-23  Julien MOUTTE  <julien@moutte.net>
7663
7664         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
7665         (gst_play_set_location), (gst_play_seek_to_time),
7666         (gst_play_set_audio_sink), (gst_play_set_visualization),
7667         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
7668         the pipeline from scratch. Visualization is back and switch went out as
7669         i realized it was not possible to use the way i wanted.
7670         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
7671         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
7672         clearing in state change from READY to NULL. So that one can clean the
7673         X ressources keeping the element.
7674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7675         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
7676         (gst_xvimagesink_colorbalance_set_value),
7677         (gst_xvimagesink_colorbalance_get_value),
7678         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
7679         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
7680         change from READY to NULL and fixed some stupid bugs in colorbalance
7681         get/set values. Also added the following feature : when nobody tries to
7682         set some values to the colorbalance levels before the xcontext is 
7683         grabbed, then when creating channels list from Xv attributes we set the
7684         internal values to the Xv defaults. This way we handle buggy Xv drivers
7685         that set default hue values far from the middle of the range (Thanks
7686         to Jon Trowbridge for pointing that issue).
7687         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
7688         colorbalance levels have been set before xcontext is grabbed.
7689
7690 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7691
7692         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
7693           Fix the ossmixer case where we shouldn't open /dev/dsp* because
7694           it might block operations (which is bad for a mixer).
7695
7696 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7697
7698         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
7699         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
7700         (gmip_find_type_pre):
7701         * gst-libs/gst/media-info/media-info-priv.h:
7702         * gst-libs/gst/media-info/media-info.c:
7703         (gst_media_info_instance_init), (gst_media_info_read_idler):
7704         add fakesink to get caps on decoder src pad again
7705         fix callback prototype to match new have_type signal signature
7706
7707 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7708
7709         * gst/adder/gstadder.c: (gst_adder_link):
7710           fix non-compile and cut-n-paste code
7711
7712 2004-01-21  David Schleef  <ds@schleef.org>
7713
7714         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
7715         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
7716         (gst_swfdec_init), (gst_swfdec_change_state):
7717         * ext/swfdec/gstswfdec.h:
7718         Fix negotiation.
7719         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
7720         (gst_adder_request_new_pad): Fix negotiation.
7721         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
7722         Add a fixate function.
7723         * gst/intfloat/gstfloat2int.c:
7724         * gst/intfloat/gstfloat2int.h:
7725         * gst/intfloat/gstint2float.c:
7726         * gst/intfloat/gstint2float.h:
7727         Completely rewrite the negotiation.  Doesn't quite work yet,
7728         due to some buffer-frames problem.
7729
7730 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7731
7732         * ext/gnomevfs/gstgnomevfssrc.c:
7733         * sys/v4l2/v4l2_calls.h:
7734           fix includes for distcheck
7735
7736 2004-01-21  Christian Schaller <uraeus@gnome.org>
7737
7738         * ext/nas/
7739         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
7740         based on earlier patch from Laurent Vivier
7741
7742 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
7743
7744         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
7745         Fix wma caps property
7746         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
7747         Fix typo (flags1 and flags2)
7748
7749 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7750
7751         * gst-libs/gst/media-info/media-info-priv.c:
7752         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
7753         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
7754         (gmip_find_stream), (gmip_find_track_metadata),
7755         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
7756         (gmip_find_track_format):
7757         * gst-libs/gst/media-info/media-info-priv.h:
7758         * gst-libs/gst/media-info/media-info-test.c: (main):
7759         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
7760         (gst_media_info_read_idler), (gst_media_info_read):
7761         * gst-libs/gst/media-info/media-info.h:
7762           register debugging category and use it for debugging
7763
7764 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7765
7766         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
7767         (gst_vorbisfile_new_link):
7768           signal streaminfo through tags
7769
7770 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7771
7772         * ext/mplex/gstmplex.cc:
7773         * ext/mplex/gstmplexibitstream.cc:
7774           g++ doesn't like NULL in our i18n/error macros, should be
7775           either (NULL) or ("").
7776
7777 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7778
7779         * sys/dxr3/dxr3audiosink.c:
7780         * sys/dxr3/dxr3init.c:
7781         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
7782         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
7783           Fix more error error error errors (missing includes here).
7784
7785 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7786
7787         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
7788           fix thomas' error errors.
7789
7790 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7791
7792         * ext/mpeg2enc/gstmpeg2enc.cc:
7793           fix error errors.
7794
7795 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7796
7797         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
7798         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
7799           Fix for new error system.
7800
7801 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7802
7803         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
7804           fix for new error reporting
7805
7806 2004-01-20  David Schleef  <ds@schleef.org>
7807
7808         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7809         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
7810         (gst_ximagesink_set_xwindow_id): Change to using a framerate
7811         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
7812         and neither is 100+, most likely.
7813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7814         (gst_xvimagesink_getcaps): same
7815
7816 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7817
7818         * configure.ac:
7819           Up version requirement to 2.0.3 (not yet released) to avoid symbol
7820           clashes with ffmpeg.
7821
7822 2004-01-20  Julien MOUTTE  <julien@moutte.net>
7823
7824         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
7825         (gst_switch_init): Fixed switch element : proxying link and setting
7826         caps from src to sink on request.
7827
7828 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7829
7830         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
7831         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
7832         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
7833         fix element_error
7834
7835 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7836
7837         * sys/v4l/v4l_calls.h:
7838         * sys/v4l2/v4l2_calls.h:
7839           element_error fixes
7840
7841 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7842
7843         * gst-libs/gst/gst-i18n-plugin.h:
7844           add locale.h
7845           remove config.h inclusion
7846
7847 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7848
7849         * autogen.sh:
7850           adding autopoint invocation
7851         * Makefile.am:
7852         * configure.ac:
7853         * gst-libs/gst/gettext.h:
7854           adding gettext bits
7855         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
7856         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
7857         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7858         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
7859         (gst_gnomevfssink_close_file):
7860         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
7861         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
7862         * gst-libs/gst/gst-i18n-plugin.h:
7863         * gst/avi/gstavi.c: (plugin_init):
7864         * sys/dxr3/dxr3init.c: (plugin_init):
7865         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
7866         * sys/oss/gstossaudio.c: (plugin_init):
7867         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
7868         * sys/v4l/gstv4l.c: (plugin_init):
7869         * sys/v4l/v4l_calls.c: (gst_v4l_open):
7870         * sys/v4l2/gstv4l2.c: (plugin_init):
7871         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7872         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
7873         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
7874         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
7875         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
7876         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
7877           make sure locale and translation domain are set
7878           fix translated strings 
7879         * po/.cvsignore:
7880         * po/LINGUAS:
7881         * po/Makevars:
7882         * po/POTFILES.in:
7883         * po/nl.po:
7884           put translation files into place
7885         * sys/xvideo/imagetest.c: (main):
7886         * ext/dv/demo-play.c: (main):
7887           fix unnecessary translations
7888
7889 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7890
7891         * ext/sndfile/gstsf.c:
7892         * gst/avi/gstavimux.c:
7893         * ext/audiofile/gstafsink.c:
7894         * ext/audiofile/gstafsrc.c:
7895         * ext/gnomevfs/gstgnomevfssink.c:
7896         * ext/gnomevfs/gstgnomevfssrc.c:
7897         * sys/oss/gstosselement.c:
7898         * sys/v4l/v4l_calls.h:
7899           fix i18n include
7900
7901 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7902
7903         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7904         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
7905         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
7906         (gst_v4l2_get_output), (gst_v4l2_set_output),
7907         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
7908         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
7909         (gst_v4l2_set_attribute):
7910         update to new error handling
7911
7912 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7913
7914         * ext/sidplay/gstsiddec.cc:
7915         * gst/modplug/gstmodplug.cc:
7916           parenthese NULL because C++ seems angry about it
7917
7918 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7919
7920         * gst-libs/gst/gst-i18n-plugin.h:
7921           add skeleton i18n stuff, but needs to be further implemented
7922
7923 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7924
7925         * examples/gstplay/player.c: (main):
7926         * ext/aalib/gstaasink.c: (gst_aasink_open):
7927         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
7928         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7929         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
7930         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
7931         (gst_afsink_close_file):
7932         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
7933         (gst_afsrc_close_file):
7934         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
7935         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
7936         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
7937         * ext/esd/esdmon.c: (gst_esdmon_get):
7938         * ext/esd/esdsink.c: (gst_esdsink_chain):
7939         * ext/faac/gstfaac.c: (gst_faac_chain):
7940         * ext/faad/gstfaad.c: (gst_faad_chain):
7941         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
7942         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
7943         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
7944         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
7945         (gst_flacdec_loop):
7946         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
7947         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
7948         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
7949         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
7950         (gst_gnomevfssink_close_file):
7951         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7952         (gst_gnomevfssrc_open_file):
7953         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
7954         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
7955         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
7956         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
7957         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
7958         * ext/mad/gstmad.c: (gst_mad_chain):
7959         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
7960         * ext/mpeg2dec/gstmpeg2dec.c:
7961         * ext/mpeg2enc/gstmpeg2enc.cc:
7962         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
7963         * ext/mplex/gstmplex.cc:
7964         * ext/mplex/gstmplexibitstream.cc:
7965         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
7966         (gst_ogg_demux_push), (gst_ogg_pad_push):
7967         * ext/raw1394/gstdv1394src.c:
7968         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
7969         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
7970         * ext/sidplay/gstsiddec.cc:
7971         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
7972         (gst_sf_loop):
7973         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
7974         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
7975         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
7976         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7977         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
7978         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
7979         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
7980         * gst-libs/gst/Makefile.am:
7981         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
7982         (gst_riff_read_element_data), (gst_riff_read_seek),
7983         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
7984         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
7985         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
7986         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
7987         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
7988         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
7989         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
7990         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
7991         * gst/goom/gstgoom.c: (gst_goom_chain):
7992         * gst/id3/gstid3types.c: (gst_id3types_loop):
7993         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
7994         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
7995         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
7996         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
7997         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
7998         (gst_ebml_read_float), (gst_ebml_read_header):
7999         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
8000         (gst_matroska_demux_parse_blockgroup):
8001         * gst/modplug/gstmodplug.cc:
8002         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8003         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
8004         * gst/oneton/gstoneton.c: (gst_oneton_chain):
8005         * gst/silence/gstsilence.c: (gst_silence_get):
8006         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
8007         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
8008         * gst/speed/gstspeed.c: (speed_loop):
8009         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8010         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8011         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
8012         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
8013         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
8014         (gst_wavparse_loop):
8015         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
8016         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
8017         (dxr3audiosink_close):
8018         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
8019         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
8020         (dxr3videosink_close), (dxr3videosink_write_data):
8021         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
8022         * sys/oss/gstosselement.h:
8023         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
8024         (gst_osssink_chain):
8025         * sys/oss/gstosssrc.c: (gst_osssrc_get):
8026         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
8027         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
8028         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
8029         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
8030         (gst_v4l_enable_overlay):
8031         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
8032         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
8033         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
8034         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
8035         (gst_v4l_set_audio):
8036         * sys/v4l/v4l_calls.h:
8037         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
8038         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
8039         (gst_v4lmjpegsink_playback_init),
8040         (gst_v4lmjpegsink_playback_start):
8041         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
8042         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
8043         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
8044         (gst_v4lmjpegsrc_requeue_frame):
8045         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
8046         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
8047         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
8048         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
8049         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8050         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
8051         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
8052         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
8053         (gst_v4l2src_capture_stop):
8054         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
8055         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
8056         (gst_ximagesink_chain):
8057         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
8058         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
8059         (gst_xvideosink_xwindow_new):
8060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8061         (gst_xvimagesink_chain):
8062         use new error signal, function and categories
8063
8064 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
8065
8066         * configure.ac:
8067         * ext/Makefile.am:
8068         * ext/musicbrainz/gsttrm.c:
8069         * ext/musicbrainz/gsttrm.h:
8070         * ext/musicbrainz/Makefile.am:
8071         Add a trm plugin 
8072
8073 2004-01-18  Julien MOUTTE  <julien@moutte.net>
8074
8075         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
8076         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
8077         synchronous property for debugging.
8078         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
8079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8080         (gst_xvimagesink_set_property): Moving a pointer declaration to a
8081         smaller block, fixing indent.
8082
8083 2004-01-16  David Schleef  <ds@schleef.org>
8084
8085         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
8086         property affects the video stream.
8087         * sys/xvimage/xvimagesink.c: 
8088         * sys/xvimage/xvimagesink.h:
8089         Add synchronous property for debugging.  Should probably be
8090         disabled in non-CVS builds.  Make sure that the Xv attribute
8091         exists before we set it (crash!).  Fix a silly float bug that
8092         caused colorbalance to just not work.
8093
8094 2004-01-17  Christian Schaller <Uraeus@gnome.org>
8095
8096         * tools/gst-launch-ext.in - update for new plugins
8097
8098 2004-01-16  David Schleef  <ds@schleef.org>
8099
8100         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
8101         already-freed caps.
8102
8103 2994-01-16  Christian Schaller <Uraeus@gnome.org>
8104
8105         * Update spec for new colorspace plugin and libcaca plugin
8106         * Fix compilation of libcaca plugin (clock -> id)
8107
8108 2004-01-16  Julien MOUTTE <julien@moutte.net>
8109
8110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
8111         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
8112         (gst_xvimagesink_set_xwindow_id),
8113         (gst_xvimagesink_colorbalance_set_value),
8114         (gst_xvimagesink_colorbalance_get_value),
8115         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8116         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
8117         correct colorbalance properties. They can now be set when the element
8118         is still in NULL state. The values will be committed to the Xv Port
8119         when xcontext is initialized.
8120         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
8121         brightness int values in the GstXvImagesink structure.
8122
8123 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8124
8125         * gst-libs/gst/Makefile.am:
8126           restructure so having local patches works easier.
8127
8128 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8129
8130         * ext/mpeg2enc/Makefile.am:
8131         * ext/mpeg2enc/gstmpeg2enc.cc:
8132         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
8133           Bugfix with respect to EOS handling.
8134
8135 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8136
8137         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
8138           Link with right caps (else, it segfaults).
8139         * ext/mplex/gstmplexjob.cc:
8140           Fix for slight API change in 1.6.1.93 release of mjpegtools.
8141
8142 2004-01-15  David Schleef  <ds@schleef.org>
8143
8144         * gst-libs/gst/audio/Makefile.am:
8145         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
8146         from the template.
8147         * gst-libs/gst/audio/gstaudiofilter.c:
8148         * gst-libs/gst/audio/gstaudiofilter.h:
8149         Add bytes_per_sample and size and n_samples calculation.
8150         * gst-libs/gst/audio/gstaudiofilterexample.c:
8151         Remove, now autogenerated.
8152         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8153         Moved from gstaudiofilterexample, object name changed, code added
8154         so that it actually works.
8155         * gst-libs/gst/audio/make_filter:
8156         Script to build an audiofilter subclass from the template.
8157         * gst/colorspace/Makefile.am:
8158         * gst/colorspace/yuv2yuv.c:
8159         Remove file, since it's GPL, and we don't use it.
8160
8161 2004-01-15  Julien MOUTTE  <julien@moutte.net>
8162
8163         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
8164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
8165         them use the buffer free function to test how the buffer was allocated.
8166
8167 2004-01-15  David Schleef  <ds@schleef.org>
8168
8169         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
8170         that handles osssink fallback.
8171         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8172         (gst_audio_convert_getcaps):
8173         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
8174         Add audio/x-qdm2 for QDM2 audio.
8175         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
8176         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
8177         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
8178         Decrease minimum size to 16x16.
8179         * gst/wavparse/gstwavparse.c:
8180         Convert disabled pad template caps to new caps.
8181         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
8182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8183         (gst_xvimagesink_chain): Throw element error when display cannot
8184         be opened.  Increase minimum framerate to 1.0.  Check the data
8185         free function on a buffer to make sure it is the type we expect
8186         before manipulating it.
8187
8188 2004-01-15  Julien MOUTTE <julien@moutte.net>
8189
8190         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
8191         (gst_videobalance_colorbalance_set_value): Implement passthru if
8192         settings are in the middle.
8193         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
8194
8195 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8196
8197         * gst/videofilter/Makefile.am:
8198         * gst/volume/Makefile.am:
8199           Since we use videofilter symbols, link to it.
8200
8201 2004-01-15  Julien MOUTTE <julien@moutte.net>
8202
8203         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
8204         mixer interface type to HARDWARE.
8205         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
8206         type to SOFTWARE.
8207         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
8208         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
8209         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
8210         (gst_volume_interface_init), (gst_volume_list_tracks),
8211         (gst_volume_set_volume), (gst_volume_get_volume),
8212         (gst_volume_set_mute), (gst_volume_mixer_init),
8213         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
8214         (volume_init): Implementing mixer interface.
8215         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
8216         * sys/oss/gstosselement.c: (gst_osselement_get_type),
8217         (gst_osselement_change_state): Removing some trailing commas in
8218         structures.
8219         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
8220         interface type to HARDWARE.
8221         * sys/v4l/gstv4lcolorbalance.c:
8222         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
8223         type to HARDWARE.
8224         * sys/v4l2/gstv4l2colorbalance.c:
8225         (gst_v4l2_color_balance_interface_init): Setting colorbalance
8226         interface type to HARDWARE.
8227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
8228         same code than ximagesink for event handling.
8229
8230 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8231
8232         * ext/snapshot/Makefile.am:
8233         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
8234         (gst_snapshot_chain):
8235         * ext/snapshot/gstsnapshot.h:
8236           This has to be a joke... Snapshot should be connected to a tee,
8237           colorspace element before it and EOS after that, where the other
8238           src of the tee receives normal data.
8239           The current way is *wrong*.
8240
8241 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8242
8243         * ext/hermes/gsthermescolorspace.c:
8244           Fix another compile error. Same as below.
8245
8246 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8247
8248         * gst/colorspace/gstcolorspace.c:
8249         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
8250         (gst_colorspace_i420_to_yv12):
8251           Fix compiling... Didn't test if it actually works.
8252
8253 2004-01-15  David Schleef  <ds@schleef.org>
8254
8255         * configure.ac:
8256         * gst/colorspace/Makefile.am:
8257         * gst/colorspace/gstcolorspace.c:
8258         * gst/colorspace/gstcolorspace.h:
8259         * gst/colorspace/yuv2rgb.c:
8260         * gst/colorspace/yuv2rgb.h:
8261         Duplicate the ext/hermes colorspace plugin, and remove Hermes
8262         code and GPL code.  Fix for new caps negotiation.  Rewrite
8263         much of the format handling code, and some of the conversion
8264         code.  Basically, rewrote almost everything.  This element
8265         handles I420, YV12 to RGB conversions.
8266         * ext/hermes/Makefile.am:
8267         * ext/hermes/gsthermescolorspace.c:
8268         Rename colorspace to hermescolorspace.  Fix negotiation issues.
8269         Remove non-Hermes related code.  This element handles lots of
8270         RGB to RGB conversions, but no YUV.
8271         * ext/hermes/gstcolorspace.c:
8272         * ext/hermes/gstcolorspace.h:
8273         * ext/hermes/rgb2yuv.c:
8274         * ext/hermes/yuv2rgb.c:
8275         * ext/hermes/yuv2rgb.h:
8276         * ext/hermes/yuv2rgb_mmx16.s:
8277         * ext/hermes/yuv2yuv.c:
8278         * ext/hermes/yuv2yuv.h:
8279         Remove old code.
8280
8281 2004-01-14  Colin Walters  <walters@verbum.org>
8282
8283         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
8284         they've already been.
8285
8286 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8287
8288         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
8289           assume tag mode when pad is not connected
8290
8291 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8292
8293         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8294           Don't update the time of the clock
8295         (gst_alsa_sink_loop):
8296           sync to the clock given to alsasink, not the own clock
8297         * sys/oss/gstosssink.c: (gst_osssink_chain):
8298           sync to the clock
8299         (gst_osssink_change_state):
8300           activate the clock
8301         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
8303           remove bogus code that made DISCONT events unhandled
8304         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
8305           explicitly case to double in _set_simple. (fixes 2nd warning in bug
8306           #131502)
8307         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
8308         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
8309         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
8310           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
8311           2nd warning in bug #131502)
8312
8313 2004-01-14  Julien MOUTTE  <julien@moutte.net>
8314
8315         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
8316         (gst_videobalance_colorbalance_set_value),
8317         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
8318         for colorbalance interface implementation.
8319         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
8320         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8321         (gst_ximagesink_dispose), (gst_ximagesink_init),
8322         (gst_ximagesink_class_init): Adding DISPLAY property.
8323         * sys/ximage/ximagesink.h: Adding display_name to store display.
8324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8325         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8326         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
8327         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
8328         properties (they still need polishing though for gst-launch use : no
8329         xcontext yet, i ll do that tomorrow).
8330         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
8331
8332 2004-01-14  Julien MOUTTE  <julien@moutte.net>
8333
8334         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
8335         (gst_play_set_location), (gst_play_set_visualization): Preparing 
8336         switch integration, adding videobalance in the pipeline.
8337
8338 2004-01-14  Julien MOUTTE <julien@moutte.net>
8339
8340         * gst-libs/gst/colorbalance/colorbalance.c:
8341         (gst_color_balance_class_init): Adding a default type.
8342         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
8343         the type.
8344         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
8345         (gst_videobalance_dispose), (gst_videobalance_class_init),
8346         (gst_videobalance_init), (gst_videobalance_interface_supported),
8347         (gst_videobalance_interface_init),
8348         (gst_videobalance_colorbalance_list_channels),
8349         (gst_videobalance_colorbalance_set_value),
8350         (gst_videobalance_colorbalance_get_value),
8351         (gst_videobalance_colorbalance_init): Implementing colorbalance
8352         interface.
8353         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
8354         list.
8355         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
8356         bug which was triggering a BadAccess X error when setting an overlay
8357         before pad was really negotiated.
8358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
8359         Using the colorbalance type macro.
8360
8361 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8362
8363         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
8364         (gst_flacenc_chain):
8365           handle tags correctly
8366         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8367           extract ID3v1 tags correctly
8368
8369 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8370
8371         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
8372         (plugin_init):
8373           Improve matroska typefinding for odd-typed headers...
8374
8375 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8376
8377         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8378           Fix for using incremental number on padnames.
8379
8380 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8381
8382         * ext/divx/gstdivxdec.c:
8383         * ext/divx/gstdivxenc.c:
8384           Set category to divx4linux instead of divx (too generic).
8385         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
8386         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
8387         (gst_wavparse_loop), (gst_wavparse_change_state):
8388         * gst/wavparse/gstwavparse.h:
8389           fix parsing of WAV files with non-standard fmt-tag size and fix
8390           skipping of unrecognized chunks... Someone please fix this thing
8391           to use rifflib so all this is automated.
8392         * sys/v4l/Makefile.am:
8393         * sys/v4l2/Makefile.am:
8394           Add X_CFLAGS because we depend on X (for overlay).
8395
8396 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
8397
8398         * ext/mpeg2dec/gstmpeg2dec.c:
8399           Don't issue a timestamp unless we tagged the frame
8400           with a PTS.
8401
8402 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8403
8404         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
8405           Query the audio element to get the time, not the clock. We're
8406           interested in the element's time here.
8407
8408 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8409
8410         * ext/aalib/gstaasink.c: (gst_aasink_chain):
8411         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8412         * ext/esd/esdsink.c: (gst_esdsink_chain):
8413         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
8414         * ext/mas/massink.c: (gst_massink_chain):
8415         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
8416         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
8417         (gst_matroska_demux_parse_metadata):
8418         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
8419         (gst_mpeg_parse_release_locks):
8420         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
8421         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
8422         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8423         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
8424         (gst_osssink_change_state):
8425         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
8426         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8427         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
8428         (gst_xvideosink_release_locks):
8429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
8430           use element time.
8431         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
8432         (gst_alsa_clock_stop):
8433         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
8434         (gst_audio_clock_get_internal_time):
8435           simplify for use with new clocking code.
8436         * testsuite/alsa/Makefile.am:
8437         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
8438           fix testsuite for new caps system
8439
8440 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8441
8442         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
8443         * ext/flac/gstflacenc.c: (add_one_tag):
8444           length is already host endian, no need to convert. Fixes playback of
8445           tagged files on PPC. (bug #128384)
8446
8447 2004-01-13  Julien MOUTTE <julien@moutte.net>
8448
8449         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
8450         colorbalance interface stating if it is hardware based or software
8451         based.
8452         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
8453         Removing a trailing comma.
8454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8455         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
8456         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
8457         the documentation seems to be wrong on the -1000 to 1000 interval.
8458
8459 2004-01-12  David Schleef  <ds@schleef.org>
8460
8461         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
8462         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
8463         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
8464         Fix negotiation.  Add a bufferalloc function for the sink pad,
8465         and generally clean up some of the code.
8466
8467 2004-01-12  Julien MOUTTE <julien@moutte.net>
8468
8469         * gst-libs/gst/colorbalance/colorbalancechannel.c:
8470         (gst_color_balance_channel_dispose): Adding safety check in dispose
8471         method.
8472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8473         (gst_xvimagesink_xcontext_clear),
8474         (gst_xvimagesink_interface_supported),
8475         (gst_xvimagesink_colorbalance_list_channels),
8476         (gst_xvimagesink_colorbalance_set_value),
8477         (gst_xvimagesink_colorbalance_get_value),
8478         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
8479         Adding colorbalance interface support to set XV parameters such as
8480         HUE, BRIGHTNESS, CONTRAST, SATURATION.
8481         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
8482         interface.
8483
8484 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8485
8486         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
8487         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
8488         (gst_audio_convert_init), (gst_audio_convert_set_property),
8489         (gst_audio_convert_get_property), (gst_audio_convert_chain),
8490         (gst_audio_convert_link),
8491         (gst_audio_convert_buffer_to_default_format),
8492         (gst_audio_convert_buffer_from_default_format), (plugin_init):
8493           - implement _getcaps and use it
8494           - improve linking
8495           - remove float caps since no float conversion is actually done
8496           - remove properties and arguments that were to be used for rate
8497             conversion
8498
8499 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8500
8501         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
8502         (gst_audio_structure_set_int):
8503         * gst-libs/gst/audio/audio.h:
8504           add helper functions for _getcaps matching the standard audio
8505           templates
8506
8507 2004-01-12  David Schleef  <ds@schleef.org>
8508
8509         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8510         Test that pad is negotiated before getting its caps.
8511
8512 2004-01-12  Julien MOUTTE <julien@moutte.net>
8513
8514         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
8515         analyzing the pads of an element the bin is mostly in READY state so
8516         no caps were negotiated. This helper function needs to work with
8517         _get_caps directly then. I was not freeing them though, added that to
8518         fix the mem leak.
8519
8520 2004-01-12  Julien MOUTTE <julien@moutte.net>
8521
8522         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
8524         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
8525         than the free_func.
8526
8527 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8528
8529         * sys/oss/gstossaudio.c: (plugin_init):
8530         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
8531         * sys/oss/gstosselement.h:
8532           make an oss debugging category
8533           make failure more descriptive
8534
8535 2004-01-11  David Schleef  <ds@schleef.org>
8536
8537         * ext/ffmpeg/gstffmpeg.c:
8538         * ext/ffmpeg/gstffmpegcodecmap.c:
8539         * ext/ffmpeg/gstffmpegdec.c:
8540         * ext/ffmpeg/gstffmpegenc.c:
8541         * ext/ffmpeg/gstffmpegprotocol.c:
8542         * ext/gdk_pixbuf/gstgdkanimation.c:
8543         * ext/jpeg/gstjpeg.c:
8544         * ext/libpng/gstpng.c:
8545         * ext/mpeg2dec/perftest.c:
8546         * ext/speex/gstspeex.c:
8547         * gst-libs/gst/resample/dtos.c:
8548         * gst/intfloat/gstintfloatconvert.c:
8549         * gst/oneton/gstoneton.c:
8550         * gst/rtjpeg/RTjpeg.c:
8551         * gst/rtp/gstrtp.c:
8552         * sys/dxr3/dxr3init.c:
8553         * sys/glsink/gstgl_nvimage.c:
8554         * sys/glsink/gstgl_pdrimage.c:
8555         * sys/glsink/gstglsink.c:
8556         * testsuite/gst-lint:
8557         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
8558
8559 2004-01-11  David Schleef  <ds@schleef.org>
8560
8561         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
8562         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
8563         * ext/gdk_pixbuf/gstgdkanimation.c:
8564         (gst_gdk_animation_iter_create_pixbuf):
8565         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
8566         (gst_gdk_pixbuf_chain):
8567         * ext/gdk_pixbuf/gstgdkpixbuf.h:
8568         * ext/jack/gstjack.c: (gst_jack_change_state):
8569         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
8570         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
8571         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
8572         * gst/videofilter/gstvideofilter.c:
8573         (gst_videofilter_set_output_size):
8574         Remove all usage of gst_pad_get_caps(), and replace it with
8575         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
8576
8577 2004-01-11  David Schleef  <ds@schleef.org>
8578
8579         * configure.ac:
8580         * ext/Makefile.am: Fixes to make ext/libcaca compile.
8581         * ext/divx/gstdivxdec.c:
8582         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
8583         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
8584         handle images that span multiple buffers.  Now work with both
8585         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
8586         * ext/gdk_pixbuf/gstgdkpixbuf.h:
8587         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
8588         video/video.h changes
8589         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
8590         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
8591         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
8592         of GstData free function.
8593         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
8594         same.
8595
8596 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8597
8598         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
8599         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
8600         (gst_v4l2element_get_property):
8601         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
8602           add norm, channel and frequency properties.
8603         * sys/v4l2/gstv4l2tuner.c:
8604           fixes for tuner interface changes
8605         * sys/v4l2/gstv4l2element.h:
8606         * sys/v4l2/gstv4l2src.c: 
8607         * sys/v4l2/gstv4l2src.h:
8608         * sys/v4l2/v4l2src_calls.c: 
8609         * sys/v4l2/v4l2src_calls.h:
8610           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
8611
8612 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8613
8614         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
8615         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
8616         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
8617         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
8618         * gst-libs/gst/tuner/tuner.h:
8619           GObjects aren't const.
8620           Add find_by_name functions.
8621           Add checks to _changed functions.
8622         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
8623         (gst_v4l_tuner_get_norm):
8624           Fixes for above.
8625
8626 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8627
8628         * gst-libs/gst/video/video.h:
8629           Fix caps template names to be understandable.
8630           Prefix everything with GST_VIDEO.
8631         * ext/aalib/gstaasink.c:
8632         * ext/divx/gstdivxdec.c:
8633         * ext/divx/gstdivxenc.c:
8634         * ext/gdk_pixbuf/gstgdkpixbuf.c:
8635         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
8636         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
8637         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
8638         * ext/libcaca/gstcacasink.c:
8639         * ext/libpng/gstpngenc.c: (raw_caps_factory):
8640         * ext/snapshot/gstsnapshot.c:
8641         * ext/swfdec/gstswfdec.c:
8642         * ext/xvid/gstxviddec.c:
8643         * ext/xvid/gstxvidenc.c:
8644         * gst/chart/gstchart.c:
8645         * gst/deinterlace/gstdeinterlace.c:
8646         * gst/effectv/gsteffectv.c:
8647         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
8648         * gst/goom/gstgoom.c:
8649         * gst/median/gstmedian.c:
8650         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
8651         (gst_monoscope_srcconnect), (gst_monoscope_chain):
8652         * gst/overlay/gstoverlay.c:
8653         * gst/smooth/gstsmooth.c:
8654         * gst/smpte/gstsmpte.c:
8655         * gst/synaesthesia/gstsynaesthesia.c:
8656         * gst/videocrop/gstvideocrop.c:
8657         * gst/videodrop/gstvideodrop.c:
8658         * gst/y4m/gsty4mencode.c:
8659         * sys/qcam/gstqcamsrc.c:
8660         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
8661           Make them work with new video.h file.
8662         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8663         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
8664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8665         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
8666           Make it work with new buffer allocation system.
8667
8668 2004-01-11  Julien MOUTTE  <julien@moutte.net>
8669
8670         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
8671         pad_alloc_buffer implementation to use ->srcpad
8672         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
8673         pad_alloc_buffer implementation to use ->srcpad
8674         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
8675         pad_alloc_buffer implementation to use ->srcpad
8676         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8677         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
8678         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
8679         a reference to everything we need.
8680         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
8681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8682         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8683         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
8684         a reference to everything we need.
8685         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
8686
8687 2004-01-11  David Schleef  <ds@schleef.org>
8688
8689         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
8690         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
8691         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
8692         structure members.
8693         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
8694         value during a resize/renegotiation.
8695         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
8696         gst_pad_alloc_buffer();
8697         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
8698         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
8699         structure members.
8700         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
8701         Fix for rename of buffer private structure members.
8702         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8703         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
8704         Fix for rename of buffer private structure members.
8705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8706         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
8707         Fix for rename of buffer private structure members.
8708
8709 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
8710
8711         reviewed by: David Schleef <ds@schleef.org>
8712
8713         * gst/videofilter/Makefile.am:
8714         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
8715         from the patch by ds to fit in with recent make_filter changes.
8716
8717 2004-01-11  Julien MOUTTE  <julien@moutte.net>
8718
8719         * configure.ac: Adding examples/switch/Makefile
8720         * examples/Makefile.am: Adding examples/switch
8721         * examples/switch/Makefile.am: Adding switcher example.
8722         * examples/switch/switcher.c: (got_eos), (idle_iterate),
8723         (switch_timer), (main): Adding an example demonstrating switch usage
8724         with 2 videotestsrc showing different patterns.
8725         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
8726         (gst_switch_init): Fixing switch with the new caps system.
8727
8728 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8729
8730         * gst-libs/gst/video/video.h:
8731           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
8732           They should probably be like
8733           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
8734
8735 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8736
8737         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8738         (qtdemux_parse_trak):
8739           fix audio chunk size/timestamp calculation
8740
8741 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8742
8743         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
8744           fix SVQ3 caps
8745
8746 2004-01-11  Steve Baker  <steve@stevebaker.org>
8747
8748         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
8749         (gst_agingtv_base_init), (gst_agingtv_class_init),
8750         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
8751         (gst_agingtv_set_property), (gst_agingtv_get_property):
8752         Port agingTV to videofilter
8753
8754 2004-01-09  Julien MOUTTE <julien@moutte.net>
8755
8756         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
8757         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8758
8759 2004-01-09  Julien MOUTTE <julien@moutte.net>
8760
8761         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
8762         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8763         * gst-libs/gst/xoverlay/xoverlay.c:
8764         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
8765         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
8766         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8767         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8768         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8769         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8770         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
8771         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
8772         the bufferalloc_function to replace bufferpools, fixing the XOverlay
8773         interface implementation to handle xid being 0 and fix some bugs
8774         triggered by Benjamin's testcase.
8775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8776         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8777         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
8778         the bufferalloc_function to replace bufferpools, fixing the XOverlay
8779         interface implementation to handle xid being 0 and fix some bugs
8780         triggered by Benjamin's testcase.
8781
8782 2004-01-09  David Schleef  <ds@schleef.org>
8783
8784         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
8785         mouse pointer events.  It works.
8786
8787 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8788
8789         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
8790           Use explicit caps - fix capsnego.
8791         * ext/xvid/gstxviddec.c:
8792         * ext/xvid/gstxvidenc.c:
8793           Remove macro-inside-macro which caused compile errors.
8794         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
8795           Error out if it's not a RIFF file. Else we error out without
8796           gst_element_error() which is not good...
8797
8798 2004-01-08  David Schleef  <ds@schleef.org>
8799
8800         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
8801         Fix pad_link function to handle formats that ffmpeg returns
8802         as multiple caps structures.
8803         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
8804         Only complain if source buffer is _smaller_ than expected.
8805         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
8806         (gst_videoscale_handle_src_event): Resize navigation events
8807         when passing them upstream.
8808         * gst/videotestsrc/gstvideotestsrc.c:
8809         * gst/videotestsrc/gstvideotestsrc.h:
8810         * gst/videotestsrc/videotestsrc.c:
8811         * gst/videotestsrc/videotestsrc.h:
8812         Rewrite many of the buffer painting functions to handle odd
8813         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
8814         been verified to work with my video card.
8815         * testsuite/gst-lint:  Add check for elements calling
8816         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
8817
8818 2004-01-08  David Schleef  <ds@schleef.org>
8819
8820         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
8821         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
8822
8823 2004-01-08  Julien MOUTTE  <julien@moutte.net>
8824
8825         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
8826         configure event is not emiting the desired size signal. That fixes
8827         aspect ratio issues with gst-player.
8828
8829 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8830
8831         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
8832           Fix capsnego.
8833
8834 2004-01-08  Julien MOUTTE  <julien@moutte.net>
8835
8836         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
8837         public method to fire size signal.
8838
8839 2004-01-07  Julien MOUTTE  <julien@moutte.net>
8840
8841         * examples/gstplay/Makefile.am: Adding the interface library.
8842         * gst-libs/gst/play/Makefile.am: Adding the interface library.
8843         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
8844         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
8845         GST_IS_X_OVERLAY before signal connect.
8846         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
8847         Removing the have_video_size signal.
8848         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
8849         and associated public method.
8850         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8851         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
8852         signal.
8853         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
8854         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
8855         signal.
8856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
8857         Using XOverlay public method to fire size signal.
8858
8859 2004-01-07  David Schleef  <ds@schleef.org>
8860
8861         * gst/videofilter/Makefile.am:
8862         * gst/videofilter/gstvideotemplate.c:
8863         * gst/videofilter/make_filter:
8864         Create gstvideoexample.c in a srcdir!=builddir friendly way.
8865         Convert make_filter to /bin/sh script.
8866
8867 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8868
8869         * gst/modplug/gstmodplug.cc: fix element description
8870
8871 2004-01-07  Julien MOUTTE  <julien@moutte.net>
8872
8873         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
8874         (got_video_size): Adding some new lines in g_print calls.
8875         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
8876         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
8877         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
8878         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
8879         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
8880         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
8881         Complete code review, reverting some stuff i disagree with, adding
8882         some fixes : time synchronization on invalid timestamps, renegotiation
8883         of private window.
8884         * sys/ximage/ximagesink.h:
8885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
8886         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
8887         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
8888         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
8889         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
8890         (gst_xvimagesink_buffer_new),
8891         (gst_xvimagesink_navigation_send_event),
8892         (gst_xvimagesink_set_xwindow_id),
8893         (gst_xvimagesink_get_desired_size),
8894         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
8895         stuff i disagree with, adding some fixes : Renegotiation of private
8896         window, implementing get_desired_size.
8897
8898 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8899
8900         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
8901         (gst_afsink_handle_event):
8902         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
8903         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
8904         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
8905         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
8906         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
8907           Fix for instantiate-test (see core). Also remove dead code from
8908           jpegenc (which still needs fixing, but that's lower on my TODO
8909           list...).
8910         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
8911           Never return NULL as caps.
8912
8913 2004-01-07  David Schleef  <ds@schleef.org>
8914
8915         * configure.ac:
8916         * ext/Makefile.am:
8917         * ext/librfb/Makefile.am:
8918         * ext/librfb/gstrfbsrc.c:
8919         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
8920         is the protocol used by VNC.
8921
8922 2004-01-07  David Schleef  <ds@schleef.org>
8923
8924         * gst/videofilter/gstvideotemplate.c:
8925         * gst/videofilter/gstvideotemplate.h:
8926         * gst/videofilter/make_filter:
8927         Merge videotemplate header into source file.
8928         * gst/effectv/Makefile.am:
8929         * gst/effectv/gsteffectv.c: (plugin_init):
8930         * gst/effectv/gstwarp.c:
8931         Make warpTV a subclass of videofilter.
8932
8933 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8934
8935         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
8936           Add guard against invalid utf-8 conversions in mad. Just in case.
8937
8938 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8939
8940         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
8941           Fix for bug shown by poisoning
8942
8943 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8944
8945         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
8946         (gst_v4lmjpegsrc_buffer_free):
8947         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
8948         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
8949         (gst_v4lsrc_buffer_free):
8950           Fix for removed bufferpools.
8951
8952 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
8953
8954         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
8955         Fix caps negotiation.
8956
8957         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8958         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
8959         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
8960         (dvdnavsrc_event):
8961         * ext/mpeg2dec/gstmpeg2dec.c:
8962         * gst-libs/gst/navigation/navigation.c:
8963         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
8964         * gst-libs/gst/navigation/navigation.h:
8965         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
8966         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8968         Super-simple first version of mouse and keyboard events. Clicking
8969         on a DVD menu now works, although it may not take you where you
8970         expected.
8971
8972         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
8973         * gst/videotestsrc/gstvideotestsrc.c:
8974         (gst_videotestsrc_src_fixate):
8975         These fixate functions were broken - they never actually
8976         fixated :)
8977         
8978 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8979
8980         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
8981         (gst_icecastsend_init):
8982           fix for new caps system.
8983         * gst-libs/gst/mixer/mixertrack.h:
8984         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
8985           Add 'master track' flag (for tools like ACME that only want to
8986           change the main volume).
8987
8988 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
8989
8990         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
8991         (gst_xvid_csp_to_caps):
8992         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
8993         * ext/xvid/gstxvidenc.c:
8994         ifdef out ARGB type when it isn't available 
8995         in xvidcore 1.0.0beta2
8996
8997 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8998
8999         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
9000           When we have received a new SCR right in the first buffer after
9001           a seek (so in the same cycle that handles the discont), we should
9002           handle the buffer instead of unreffing it, else we lose data.
9003
9004 2004-01-06  Iain <iain@prettypeople.org>
9005
9006         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
9007           buffer-frames caps too.
9008
9009         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
9010           caps that we need, don't destroy them all and rebuild them. And when
9011           creating src pads, use the src pad template rather than the sink...
9012
9013 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9014
9015         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
9016           Add pad to element *after* setting functions such as event handler.
9017           Without this, the scheduler (opt) will link pads, set the event
9018           handler from the default event function (dispatcher in gstpad.c)
9019           and *after* that, we will set our own event function, which will
9020           thus never be used (and thus mpegdemux doesn't handle events).
9021
9022 2004-01-04  David Schleef  <ds@schleef.org>
9023
9024         Fix the fixate functions to handle new prototype:
9025         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
9026         * gst/videotestsrc/gstvideotestsrc.c:
9027         (gst_videotestsrc_src_fixate):
9028         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
9029         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
9030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
9031
9032 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9033
9034         * sys/ximage/ximagesink.h:
9035         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9036         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
9037         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
9038         (gst_ximagesink_xoverlay_init):
9039           assorted fixes to make (re)embedding work
9040         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
9041         (gst_ximagesink_get_desired_size):
9042           implement desired size additions to XOverlay
9043
9044 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9045
9046         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
9047         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
9048         (gst_x_overlay_got_desired_size):
9049         * gst-libs/gst/xoverlay/xoverlay.h:
9050           Add optional "desired size" signal and querying.
9051
9052 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9053
9054         * gst/matroska/matroska-demux.c:
9055         (gst_matroska_demux_parse_blockgroup):
9056           Fix EBML-laced block parsing. Diffs are relative to previous
9057           lace, not the first lace. Thanks to Mosu from the Matroska
9058           team for detecting this.
9059         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
9060         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
9061         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
9062         (gst_wavparse_change_state):
9063         * gst/wavparse/gstwavparse.h:
9064           Quickfix for capsnego.
9065
9066 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9067
9068         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
9069           Fix indenting, fix pad creation.
9070
9071 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9072
9073         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
9074         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
9075         (gst_xviddec_sink_link):
9076           Implement src_getcaps() so proper size caps is negotiated.
9077
9078 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9079
9080         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
9081           Finish flac decoder on EOS. See #116178.
9082
9083 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9084
9085         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
9086         (gst_matroska_demux_add_stream):
9087         * gst/matroska/matroska-ids.h:
9088           Add getcaps() function to fix capsnego...
9089
9090 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9091
9092         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9093         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
9094         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
9095           Fix more integer overflows. Again, see #126967.
9096
9097 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9098
9099         * ext/mpeg2dec/gstmpeg2dec.c:
9100           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
9101           #130416.
9102
9103 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9104
9105         * configure.ac:
9106         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
9107         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
9108         * ext/xvid/gstxvid.h:
9109         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
9110         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
9111         (gst_xviddec_src_link), (gst_xviddec_sink_link),
9112         (gst_xviddec_change_state):
9113         * ext/xvid/gstxviddec.h:
9114         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
9115         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
9116         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
9117         (gst_xvidenc_link), (gst_xvidenc_set_property),
9118         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
9119         * ext/xvid/gstxvidenc.h:
9120           Update xvid plugin to latest xvid (1.0.0-beta3) API.
9121
9122 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9123
9124         * gst/rtp/rtp-packet.c:
9125           Add sys/types.h include, since OS X doesn't define in_addr_t
9126           in netinet/in.h, like it does on Linux (see #129600).
9127
9128 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
9129
9130         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
9131
9132         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
9133           Correct logic of dispose function (see #129306).
9134
9135 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9136
9137         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
9138         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
9139         (gst_mpeg_parse_init):
9140         * gst/mpegstream/gstmpegparse.h:
9141           Remove clock (which was never provided, i.e. dead code), and
9142           also fix integer overflows at high PTS values (see #126967).
9143
9144 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9145
9146         * ext/flac/gstflacdec.c:
9147         * ext/libpng/gstpngenc.h:
9148         * ext/mikmod/gstmikmod.h:
9149           OS X fixes (see #126628).
9150
9151 2004-01-02  David Schleef  <ds@schleef.org>
9152
9153         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
9154         (gst_alsa_src_base_init): Remove bogus "src" request pad.
9155         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
9156         (gst_mpeg_parse_class_init): Move pad template registration
9157         to class_init, since the derived class (mpegdemux) doesn't
9158         want them.
9159
9160 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9161
9162         * sys/ximage/Makefile.am:
9163         * sys/xvideo/Makefile.am:
9164         * sys/xvimage/Makefile.am:
9165           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
9166           after installation (see #127664).
9167
9168 2004-01-02  David Schleef  <ds@schleef.org>
9169
9170         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
9171         (gst_ffmpegenc_connect):  Negotiation fixes.
9172         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
9173         Remove inappropriate gst_caps_free().
9174         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
9175         Reenable Ronald's internal resize code, since the core handles
9176         it correctly now.
9177
9178 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9179
9180         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
9181         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
9182         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
9183           Fix pad template stuff.
9184
9185 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9186
9187         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
9188         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
9189           fix signed integer reading/writing.
9190
9191 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9192
9193         * ext/alsa/README:
9194           Remove outdated document
9195
9196 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
9197
9198         * gst/cutter/gstcutter.c: (gst_cutter_init):
9199           src pad was being created twice - oops.
9200
9201 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9202
9203         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
9204           Comment out internal resize. It doesn't handle the resulting
9205           XEvent internally, does another try_set_caps() which leads to
9206           a really nice loop.
9207           Real fix will come when Julien and Dave are awake. ;).
9208
9209 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9210
9211         * ext/mpeg2enc/gstmpeg2enc.cc:
9212           fix const/nonconst compile issue.
9213
9214 2004-01-02  David Schleef  <ds@schleef.org>
9215
9216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
9217         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
9218         Add fixate function and a check for bad formats.
9219
9220 2004-01-01  David Schleef  <ds@schleef.org>
9221
9222         Negotiation fixes:
9223         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9224         (gst_audiofilter_init):
9225         * gst/debug/efence.c: (gst_efence_init):
9226         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
9227         (gst_deinterlace_init):
9228         * gst/volume/gstvolume.c: (volume_connect):
9229
9230 2004-01-01  David Schleef  <ds@schleef.org>
9231
9232         Convert elements to use gst_pad_use_explicit_caps() where
9233         appropriate:
9234         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
9235         * ext/audiofile/gstafparse.c: (gst_afparse_init),
9236         (gst_afparse_open_file):
9237         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
9238         (gst_afsrc_open_file):
9239         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
9240         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
9241         (gst_ffmpegdec_chain):
9242         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9243         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
9244         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
9245         (gst_gdk_pixbuf_chain):
9246         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
9247         (gst_jpegdec_chain):
9248         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
9249         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
9250         (gst_mikmod_negotiate):
9251         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9252         (gst_mpeg2dec_negotiate_format):
9253         * ext/mpeg2enc/gstmpeg2enc.cc:
9254         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9255         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
9256         (gst_speexdec_sinkconnect):
9257         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
9258         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
9259         (gst_vorbisfile_new_link):
9260         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
9261         (gst_ac3parse_chain):
9262         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
9263         (gst_asf_demux_setup_pad):
9264         * gst/auparse/gstauparse.c: (gst_auparse_init),
9265         (gst_auparse_chain):
9266         * gst/id3/gstid3types.c: (gst_id3types_loop):
9267         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9268         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
9269         (mp1videoparse_parse_seq):
9270         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
9271         (bpf_from_header):
9272         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9273         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
9274         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
9275         (gst_mpeg_parse_send_data):
9276         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9277         (gst_qtdemux_add_stream):
9278         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9279         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
9280         (gst_wavparse_parse_fmt):
9281
9282 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9283
9284         * configure.ac:
9285           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
9286           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
9287           it therefore uses the wrong include paths. Too bad... Note
9288           that 1.6.1.93 is not release yet. ;).
9289           Also add a check for mplex, which is now using the lib'ified
9290           mplex from mjpegtools, too.
9291         * ext/ffmpeg/gstffmpegcodecmap.c:
9292           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
9293           issues. I don't think ffmpeg handles 3ivx correctly, so this
9294           probably won't work. But it won't hurt either.
9295         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
9296         (gst_ffmpegdec_chain):
9297         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
9298         (gst_ffmpegenc_chain_audio):
9299           Fix memleak in audio encoding. Close codec if open fails, this
9300           calls the cleanup routines so we can re-use the context.
9301         * ext/mpeg2enc/gstmpeg2enc.cc:
9302           Fix pad template names/types, fix memory issue with getcaps().
9303         * ext/mpeg2enc/gstmpeg2encoder.cc:
9304         * ext/mpeg2enc/gstmpeg2encoder.hh:
9305           Fix compile issue with new caps system (const thingy).
9306         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9307         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
9308           We read a first frame right on initing, so that we have a caps
9309           when we init the output. This caps is cached in padprivate and
9310           read as first frame.
9311         * ext/mplex/Makefile.am:
9312         * ext/mplex/gstmplex.cc:
9313         * ext/mplex/gstmplex.h:
9314         * ext/mplex/gstmplex.hh:
9315         * ext/mplex/gstmplexibitstream.cc:
9316         * ext/mplex/gstmplexibitstream.hh:
9317         * ext/mplex/gstmplexjob.cc:
9318         * ext/mplex/gstmplexjob.hh:
9319         * ext/mplex/gstmplexoutputstream.cc:
9320         * ext/mplex/gstmplexoutputstream.hh:
9321           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
9322           had issues, didn't do capsnego, supported only a subset of the
9323           mplex features and required a mplex fork in our local CVS. Plus
9324           that it worked agaist a very old mplex version. Rewriting was
9325           faster than updating it.
9326         * gst-libs/ext/Makefile.am:
9327         * gst-libs/ext/mplex/INSTRUCT:
9328         * gst-libs/ext/mplex/Makefile.am:
9329         * gst-libs/ext/mplex/README:
9330         * gst-libs/ext/mplex/TODO:
9331         * gst-libs/ext/mplex/ac3strm_in.cc:
9332         * gst-libs/ext/mplex/audiostrm.hh:
9333         * gst-libs/ext/mplex/audiostrm_out.cc:
9334         * gst-libs/ext/mplex/aunit.hh:
9335         * gst-libs/ext/mplex/bits.cc:
9336         * gst-libs/ext/mplex/bits.hh:
9337         * gst-libs/ext/mplex/buffer.cc:
9338         * gst-libs/ext/mplex/buffer.hh:
9339         * gst-libs/ext/mplex/fastintfns.h:
9340         * gst-libs/ext/mplex/format_codes.h:
9341         * gst-libs/ext/mplex/inputstrm.cc:
9342         * gst-libs/ext/mplex/inputstrm.hh:
9343         * gst-libs/ext/mplex/lpcmstrm_in.cc:
9344         * gst-libs/ext/mplex/mjpeg_logging.cc:
9345         * gst-libs/ext/mplex/mjpeg_logging.h:
9346         * gst-libs/ext/mplex/mjpeg_types.h:
9347         * gst-libs/ext/mplex/mpastrm_in.cc:
9348         * gst-libs/ext/mplex/mpegconsts.cc:
9349         * gst-libs/ext/mplex/mpegconsts.h:
9350         * gst-libs/ext/mplex/mplexconsts.hh:
9351         * gst-libs/ext/mplex/multplex.cc:
9352         * gst-libs/ext/mplex/outputstream.hh:
9353         * gst-libs/ext/mplex/padstrm.cc:
9354         * gst-libs/ext/mplex/padstrm.hh:
9355         * gst-libs/ext/mplex/stillsstream.cc:
9356         * gst-libs/ext/mplex/stillsstream.hh:
9357         * gst-libs/ext/mplex/systems.cc:
9358         * gst-libs/ext/mplex/systems.hh:
9359         * gst-libs/ext/mplex/vector.cc:
9360         * gst-libs/ext/mplex/vector.hh:
9361         * gst-libs/ext/mplex/videostrm.hh:
9362         * gst-libs/ext/mplex/videostrm_in.cc:
9363         * gst-libs/ext/mplex/videostrm_out.cc:
9364         * gst-libs/ext/mplex/yuv4mpeg.cc:
9365         * gst-libs/ext/mplex/yuv4mpeg.h:
9366         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
9367         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
9368           We don't fork mjpegtools' mplex in our CVS anymore.
9369         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
9370         (gst_avi_demux_add_stream):
9371         * gst/avi/gstavidemux.h:
9372           Add getcaps() function for proper caps nego. This makes some
9373           parts of AVI playback/reading work.
9374         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
9375           Resize window on new capsnego. This is probably wrong, but
9376           I'm still committing it because with current capsnego, the
9377           first successfull capsnego is auto-fixated, therefore rounded
9378           down to the lowest values in the caps. this results in a 16x16
9379           XWindow that is not reized when real capsnego finishes.
9380           Dave, I see more cases of this, do you know a proper solution?
9381         * tools/gst-launch-ext.in:
9382           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
9383
9384 2003-12-31  David Schleef  <ds@schleef.org>
9385
9386         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
9387         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
9388           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
9389
9390 2003-12-30  David Schleef  <ds@schleef.org>
9391
9392         * ext/ffmpeg/gstffmpegcolorspace.c:
9393         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9394         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
9395         (gst_ffmpegcsp_chain): Negotiation fixes
9396         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
9397         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9398         (gst_audio_convert_link), (gst_audio_convert_channels):
9399         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
9400         (gst_audioscale_link), (gst_audioscale_get_buffer),
9401         (gst_audioscale_chain): Negotiation fixes
9402         * gst/audioscale/gstaudioscale.h:
9403         * gst/videofilter/gstvideofilter.c:
9404         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
9405         (gst_videofilter_link), (gst_videofilter_init),
9406         (gst_videofilter_set_output_size), (gst_videofilter_setup),
9407         (gst_videofilter_find_format_by_structure):
9408         * gst/videofilter/gstvideofilter.h: Negotiation fixes
9409         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
9410         (gst_videoscale_link):
9411         * gst/videoscale/videoscale.c: (videoscale_get_structure),
9412         (videoscale_find_by_structure), (gst_videoscale_setup):
9413         * gst/videoscale/videoscale.h: Negotiation fixes
9414         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
9415         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
9416         function, restrict resizing to a multiple of 4 (hack until
9417         everyone supports odd sizes correctly).
9418
9419 2003-12-29  Colin Walters  <walters@verbum.org>
9420
9421         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
9422         signed.
9423
9424 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
9425
9426         * ext/sndfile/gstsf.c: (gst_sf_loop):
9427           Fix warning about discarding const qualifier
9428
9429 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
9430
9431         * gst/cutter/gstcutter.c:
9432         * gst/videoscale/gstvideoscale.c:
9433         * gst/volenv/gstvolenv.c:
9434         * gst-libs/gst/audio/audio.c:
9435         * gst-libs/gst/video/video.c:
9436           Fix warnings
9437
9438 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9439
9440         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
9441           Don't send ALSA debugging to stderr.
9442         * ext/alsa/gstalsa.h:
9443           Use GST_WARNING instead of g_warning when ALSA functions fail.
9444
9445 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9446
9447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9448           Free XVAdapterInfo correctly.
9449
9450 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9451
9452         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
9453         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
9454           Make id3tag use correct caps nego.
9455
9456 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
9457
9458         * ext/ivorbis/vorbis.c: 
9459         * ext/ivorbis/vorbisenc.h:
9460         * ext/ivorbis/vorbisfile.c:
9461           Modify so that it uses the new caps things
9462
9463 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9464
9465         * testsuite/spider/spider1.c: (main):
9466         * testsuite/spider/spider2.c: (main):
9467         * testsuite/spider/spider3.c: (main):
9468           Make tests compile again. They probably don't work.
9469
9470 2003-12-24  Colin Walters  <walters@verbum.org>
9471
9472         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
9473         we can't fixate the caps anymore.
9474
9475 2003-12-23  David Schleef  <ds@schleef.org>
9476
9477         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
9478         * sys/oss/gstosssink.c: (gst_osssink_init),
9479         (gst_osssink_sink_fixate): Add fixate function.
9480
9481 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9482
9483         * ext/ffmpeg/gstffmpegcodecmap.c:
9484         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
9485         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
9486         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
9487         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9488         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9489         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9490         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
9491           fix typo in RGB masks, and move back to "old" colorspace
9492           capsnego code until whoever wrote this new crap has actually
9493           tested it so that it works.
9494           And yes, this works, keep it that way please.
9495
9496 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9497
9498         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
9499         (gst_divxdec_init), (gst_divxdec_negotiate):
9500         * ext/divx/gstdivxdec.h:
9501         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
9502         (gst_divxenc_init):
9503         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
9504         (gst_faac_sinkconnect), (gst_faac_srcconnect):
9505         * ext/mpeg2enc/gstmpeg2enc.cc:
9506         * ext/mpeg2enc/gstmpeg2encoder.cc:
9507         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9508         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
9509         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
9510         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
9511         (dxr3spusink_init):
9512         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
9513         (dxr3videosink_init):
9514           Fix caps breakage after Dave's caps branch merge.
9515
9516 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9517
9518         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
9519           Fix for 24bpp display.
9520
9521 2003-12-23  Colin Walters  <walters@verbum.org>
9522
9523         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
9524         a GnomeVFSHandle directly.
9525
9526 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9527
9528         * gst/volume/Makefile.am:
9529         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
9530         (volume_base_init), (volume_init):
9531           Reenable volume element and fix to work with new caps stuff.
9532           Rhythmbox needs this.
9533
9534 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9535
9536         * gst/qtdemux/qtdemux.c: (plugin_init):
9537           qtdemux requires bytestream
9538
9539 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9540
9541         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
9542           Fix remaining caps handling errors due to CAPS merge.
9543
9544 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9545
9546         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
9547         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
9548         (gst_faad_srcconnect): 
9549           Port to new caps system.
9550
9551 2003-12-21  Julien MOUTTE  <julien@moutte.net>
9552
9553         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
9554         (got_video_size), (main): using g_print instead of g_message.
9555         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
9556         signal which was not emitted because of "switch" element added to the
9557         bin but not connected. (Removing from the bin temporarily)
9558
9559 2003-12-21  Julien MOUTTE  <julien@moutte.net>
9560
9561         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
9562         find X development files. I don't understand the previous tests and
9563         they fail on my debian/ppc unstable. This one works.
9564         * examples/gstplay/player.c: (main): Set the pipeline to READY before
9565         exiting.
9566         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
9567         (gst_play_set_video_sink), (gst_play_set_audio_sink),
9568         (gst_play_set_visualization): Add some safety checks in set_ methods
9569         and state_change. This was throwing some ugly CRITICAL messages when
9570         pipeline was getting disposed and casts were failing.
9571
9572 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9573
9574         * configure.ac:
9575           Improve mpeg2enc detection. This is for distributions that do
9576           ship mjpegtools, but without mpeg2enc. Also does object check
9577           for might there ever be ABI incompatibility.
9578         * ext/mpeg2enc/gstmpeg2enc.cc:
9579           Add Andrew as second maintainer (he's helping me), and also add
9580           an error if no caps was set. This happens if I pull before capsnego
9581           and that's something I should solve sometime else.
9582         * gst/matroska/matroska-demux.c:
9583         (gst_matroska_demux_parse_blockgroup):
9584           Fix time parsing.
9585         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
9586         (gst_matroska_mux_track_header):
9587           Add caps to templates.
9588         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
9589           Add mpegversion=1 to prevent confusion with MPEG/AAC.
9590         * gst/mpegstream/gstmpegdemux.c:
9591           Remove layer since it causes warnings about unfixed caps.
9592         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9593           Fix obvious typo (we error out if caps were set, we should of
9594           course error out if *no* caps were set).
9595         * sys/oss/gstosselement.c: (gst_osselement_convert):
9596           Fix format conversion, we confused bits/bytes.
9597         * sys/oss/gstosselement.h:
9598           Improve documentation for 'bps'.
9599         * sys/v4l/TODO:
9600           Remove stuff about plugins that need removing - this was done
9601           ages ago.
9602         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
9603         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
9604         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
9605         (gst_v4lsrc_src_query):
9606         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9607         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
9608           Add get_query_types(), get_formats() and query() functions.
9609
9610 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
9611
9612         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
9613         * moved CVS to freedesktop.org
9614