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