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