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