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