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