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