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