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