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