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