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