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