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