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