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