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