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