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