gst/asfdemux/gstasfdemux.c: Fix some odd cases and fix BE metadata parsing of unicode...
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2
3         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
4           Fix some odd cases and fix BE metadata parsing of unicode16 text.
5
6 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7
8         * gst/switch/gstswitch.c: (gst_switch_release_pad),
9         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
10         (gst_switch_loop), (gst_switch_get_type):
11           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
12           HEADERS. Had to be said.
13
14 2004-05-10  David Schleef  <ds@schleef.org>
15
16         * configure.ac: Add prototype Dirac support.
17         * ext/Makefile.am:
18         * ext/dirac/Makefile.am:
19         * ext/dirac/gstdirac.cc:
20         * ext/dirac/gstdiracdec.cc:
21
22 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23
24         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25         (gst_auparse_init), (gst_auparse_chain),
26         (gst_auparse_change_state):
27           Hack around spider. Remove me some day please.
28
29 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30
31         * gst/auparse/gstauparse.c: (gst_auparse_chain):
32           Fix for some uninitialized variables in previous patch, also
33           makes it work. Fixes #142286 while we're at it.
34
35 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36
37         * gst/auparse/gstauparse.c:
38                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
39                 only unsupported formats are ADPCM/CCITT G.72x
40                 reviewed by Ronald
41         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
42
43 2004-05-10  Wim Taymans  <wim@fluendo.com>
44
45         * ext/vorbis/Makefile.am:
46         * ext/vorbis/README:
47         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
48         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
49         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
50         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
51         (gst_oggvorbisenc_convert_sink),
52         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
53         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
54         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
55         (get_constraints_string), (update_start_message),
56         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
57         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
58         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
59         * ext/vorbis/oggvorbisenc.h:
60         * ext/vorbis/vorbis.c: (plugin_init):
61         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
62         (raw_caps_factory), (gst_vorbisenc_class_init),
63         (gst_vorbisenc_init), (gst_vorbisenc_setup),
64         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
65         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
66         * ext/vorbis/vorbisenc.h:
67         Added a raw vorbis encoder to be used with the oggmuxer.
68         We still need the old encoder for some gnome applications, 
69         read the README to find out how that works.
70         The raw encoder is called "rawvorbisenc" until 0.9.
71
72 2004-05-10  Wim Taymans  <wim@fluendo.com>
73
74         * ext/ogg/gstogg.c: (plugin_init):
75         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
76         (gst_ogg_print):
77         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
78         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
79         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
80         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
81         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
82         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
83         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
84         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
85         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
86         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
87         Added an ogg muxer.
88         Small typo fixes in the demuxer.
89
90 2004-05-10  Wim Taymans  <wim@fluendo.com>
91
92         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
93         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
94         (theora_enc_change_state), (theora_enc_set_property),
95         (theora_enc_get_property):
96         Mark the last packet with an EOS flag which is not really needed
97         in gstreamer.
98         Do some better video framerate initialisation.
99         Update the buffer timestamp.
100
101 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
102
103         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
104         Return the result of the parent state change call
105
106 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
107
108         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
109         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
110         * gst/law/alaw-encode.c : (idem)
111         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
112         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
113         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
114
115 2004-05-09  Benjamin Otte  <otte@gnome.org>
116
117         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
118           don't use a fixed buffer size when writing variable length data to
119           it. Fixes memory corruption and makes alsasrc work
120
121 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
122
123         * ext/gnomevfs/gstgnomevfssink.c:
124         (_gst_boolean_allow_overwrite_accumulator),
125         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
126           Run glib's default signal handler (??) in RUN_CLEANUP rather than
127           RUN_LAST, and don't use that to set the accumulator value because
128           then it's always FALSE.
129
130 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
131
132         * gst-libs/gst/riff/riff-media.c:
133         (gst_riff_create_video_caps_with_data),
134         (gst_riff_create_audio_caps),
135         (gst_riff_create_audio_template_caps):
136         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
137           Fix for unaligned RIFF files (i.e. where all the chunks together
138           in a LIST chunk are not of the same size as the size given in
139           the LIST chunk header). Fixes several odd WAVE files. Also fix
140           ADPCM (block_align property) in audio, so that wavparse based
141           on this works now as it used to stand-alone.
142
143 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
144
145         reviewed by Benjamin Otte  <otte@gnome.org>
146
147         * ext/a52dec/gsta52dec.c:
148         * ext/divx/gstdivxdec.c:
149         * ext/divx/gstdivxenc.c:
150         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
151         * ext/faac/gstfaac.c: (gst_faac_base_init):
152         * ext/faad/gstfaad.c: (gst_faad_base_init):
153         * ext/ivorbis/vorbisfile.c:
154         * ext/lame/gstlame.c:
155         * ext/libfame/gstlibfame.c:
156         * ext/mpeg2enc/gstmpeg2enc.cc:
157         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
158         * ext/sidplay/gstsiddec.cc:
159         * ext/speex/gstspeexdec.c:
160         * ext/speex/gstspeexenc.c:
161         * ext/xvid/gstxviddec.c:
162         * ext/xvid/gstxvidenc.c:
163           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
164           (fixes #142193)
165
166 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
167
168         * ext/alsa/gstalsa.c: (device_list),
169         (gst_alsa_class_probe_devices):
170         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
171           Fix alsa oddness in mixer after the combination of using mixer
172           in source/sink elements and using hw:x,y instead of just hw:x.
173
174 2004-05-09  Benjamin Otte  <otte@gnome.org>
175
176         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
177         (gst_wavparse_create_sourcepad):
178           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
179           sourcepads
180
181 2004-05-09  Benjamin Otte  <otte@gnome.org>
182
183         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
184           allow discont events before caps nego
185
186 2004-05-08  Benjamin Otte  <otte@gnome.org>
187
188         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
189           don't leak events
190
191 2004-05-08  Benjamin Otte  <otte@gnome.org>
192
193         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
194         (gst_level_change_state), (gst_level_init):
195         * gst/level/gstlevel.h:
196           figure out if we're initialized directly instead of keeping a
197           variable that's wrong in 90% of cases
198           don't initialize pads and then leak them and use a new unitialized
199           pad. (fixes #142084)
200           these were bugs so n00bish I didn't find them for an hour :/
201
202 2004-05-08 Iain <iain@prettypeople.org>
203
204         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
205         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
206         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
207         return the length that was read.
208         (gst_riff_read_strf_auds): Allow fmt tags as well.
209
210 2004-05-07  David Schleef  <ds@schleef.org>
211
212         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
213         signed char assumption in faad.h.
214
215 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
216
217         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
218           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
219
220 2004-05-07  Colin Walters  <walters@redhat.com>
221
222         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
223         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
224         function.
225         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
226         Add dispose function.
227
228 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
229         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
230           Fix caps nego and pad templates. RGB mode caps should
231           work now.
232         * ext/dvdnav/gst-dvd:
233           Move mpeg2dec inside the thread because otherwise the
234           queue rejects cap changes mid-stream
235         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
236         (gst_mpeg2dec_flush_decoder):
237           For mpeg2dec > 0.4.0, call the flush function instead of
238           manually extracting all in-flight frames.
239         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
240         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
241           Change mime type video/dv go video/x-dv to match the
242           rest of gst-plugins
243
244 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
245
246         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
247         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
248         (gst_alsa_sink_class_init):
249         * ext/alsa/gstalsasink.h:
250         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
251         (gst_alsa_src_class_init):
252         * ext/alsa/gstalsasrc.h:
253           Make alsasink/src a subclass of alsamixer so that mixer stuff
254           shows up in gst-rec. Needs some finetuning.
255
256 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
257
258         * ext/lame/gstlame.c: (gst_lame_chain):
259           simplify
260         * ext/mad/gstmad.c: (gst_mad_handle_event):
261           fix event leak
262         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
263           be able to detect mp3 files < 4096 bytes
264
265 2004-05-06  Wim Taymans  <wim@fluendo.com>
266
267         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
268         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
269         (theora_enc_set_property), (theora_enc_get_property):
270         Also encode the first frame, cleanup some code.
271
272 2004-05-06  Wim Taymans  <wim@fluendo.com>
273
274         * ext/mpeg2enc/gstmpeg2enc.cc:
275         Forward events first before deciding that negotiation was
276         not performed.
277
278 2004-05-06  Wim Taymans  <wim@fluendo.com>
279
280         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
281         First process the events before deciding that negotiation
282         was not performed.
283
284 2004-05-06  Wim Taymans  <wim@fluendo.com>
285
286         * ext/theora/Makefile.am:
287         * ext/theora/theora.c: (plugin_init):
288         * ext/theora/theoradec.c: (theora_dec_change_state):
289         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
290         (gst_theora_enc_class_init), (gst_theora_enc_init),
291         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
292         (theora_enc_chain), (theora_enc_change_state),
293         (theora_enc_set_property), (theora_enc_get_property):
294         Added a theora encoder, grouped the encoder and decoder into the
295         same plugin.
296
297 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
298
299         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
300         (gst_jpegenc_chain):
301         fix DURATION on outgoing buffers
302         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
303         debug using time formats
304         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
306         (gst_xvimagesink_sink_link):
307         windows with width/height 0 generate X errors, so don't allow them
308
309 2004-05-05  Wim Taymans  <wim@fluendo.com>
310
311         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
312         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
313         (gst_mpeg2dec_negotiate_format):
314         * ext/mpeg2dec/gstmpeg2dec.h:
315           removed the static pad template so that we can add the
316           more accurate framerate value to the caps.
317           
318
319 2004-05-04  Benjamin Otte  <otte@gnome.org>
320
321         * configure.ac:
322           check for kdemacros.h, too (should fix #141821)
323         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
324           don't crash if no header was sent, but nicely error out (fixes part
325           of #141554)
326
327 2004-05-04  Wim Taymans  <wim@fluendo.com>
328
329         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
330         parent dispose function to avoid segfault on destroy.
331
332 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
333
334         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
335         (plugin_init):
336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
337         (gst_xvimagesink_sink_link):
338         clean up debugging caps
339         also recreate xvimage when format has changed
340
341 2004-05-04  Benjamin Otte  <otte@gnome.org>
342
343         * ext/libvisual/Makefile.am:
344         * ext/libvisual/visual.c: (gst_visual_class_init),
345         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
346         (gst_visual_srclink), (gst_visual_chain),
347         (gst_visual_change_state), (plugin_init):
348           use a GstAdapter to correctly adapt buffer sizes - allows using a
349           framerate
350
351 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
352
353         * sys/v4l/gstv4lelement.h:
354         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
355         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
356         (gst_v4lsrc_buffer_free):
357         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
358         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
359         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
360         (gst_v4lsrc_requeue_frame):
361         move some debugging categories around
362         query for fps index and set accordingly if found
363
364 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
365
366         * ext/lame/gstlame.c:
367         correct defaults that lame_init puts out of range
368
369 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
370
371         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
372         (gst_divxenc_class_init):
373         fix range since -1 is the default
374         * gst/mpeg1sys/gstmpeg1systemencode.c:
375         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
376         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
377         (gst_rtjpegdec_chain):
378         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
379         (gst_rtjpegenc_chain):
380         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
381         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
382         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
383         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
384         * sys/v4l/gstv4lsrc.c:
385         * sys/v4l/v4l_calls.c: (gst_v4l_open):
386         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
387         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
388         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
389         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
390           remove gst_info calls
391
392 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
393
394         * Makefile.am:
395         * po/af.po:
396         * po/az.po:
397         * po/en_GB.po:
398         * po/nl.po:
399         * po/sr.po:
400         * po/sv.po:
401           Updated translations
402
403 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
404
405         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
406           refactor/comment code
407
408 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
409
410         * gst/asfdemux/Makefile.am:
411         * gst/asfdemux/asfheaders.c:
412         * gst/asfdemux/asfheaders.h:
413         * gst/asfdemux/gstasf.c: (plugin_init):
414         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
415         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
416         (gst_asf_demux_setup_pad):
417         * gst/asfdemux/gstasfdemux.h:
418         * gst/asfdemux/gstasfmux.c:
419         * gst/asfdemux/gstasfmux.h:
420           Add tagging support to demuxer, split out registration in its own
421           file instead of in demux (hacky), and prevent having some tables
422           in our memory multiple times (in asfheaders.h).
423
424 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
425
426         * gst/matroska/matroska-demux.c:
427         (gst_matroska_demux_parse_metadata):
428         * gst/matroska/matroska-ids.h:  
429           Basic tag reading support.
430
431 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
432
433         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
434           Really detect ac-3 audio.
435         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
436           really detect matroska files (off-by-1).
437
438 2004-04-30  David Schleef  <ds@schleef.org>
439
440         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
441         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
442         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
443         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
444         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
445         hackage -- parse a lot more atoms, extract a few tags.  One might even
446         mistake this for tag support.  Maybe it is.
447         * gst/qtdemux/qtdemux.h:
448
449 2004-04-30  Colin Walters  <walters@verbum.org>
450
451         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
452
453 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
454
455         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
456         (gst_ffmpegcolorspace_getcaps):
457           remove broken nego fix
458
459 2004-04-30  Benjamin Otte  <otte@gnome.org>
460
461         * configure.ac:
462         * ext/Makefile.am:
463         * ext/libvisual/Makefile.am:
464         * ext/libvisual/visual.c: 
465           add initial support for libvisual (http://libvisual.sourceforge.net)
466           libvisual is still quite alpha, so expect crashes in there :)
467
468 2004-04-29  David Schleef  <ds@schleef.org>
469
470         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
471         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
472         up qtdemux to make it spit out codec_data.  Do _not_ look at this
473         code; you will no longer respect me.
474
475 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
476
477         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
478         * ext/alsa/gstalsa.h :
479         change alsa pcm device discovery to find more than 1 device
480         per card. code review by Ronald.
481
482 2004-04-29  David Schleef  <ds@schleef.org>
483
484         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
485         Add a check for a driver bug on FreeBSD.  (bug #140565)
486
487 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
488
489         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
490         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
491         (gst_jpegenc_getcaps):
492           move format setting to inner loop
493         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
494         (gst_ffmpegcolorspace_getcaps):
495           use GST_PAD_CAPS if available so that we use already negotiated
496           caps
497         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
498         (qtdemux_parse_moov), (qtdemux_parse):
499           extra debugging
500         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
501         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
502           move hardcoded path to DEFINE
503
504 2004-04-28  David Schleef  <ds@schleef.org>
505
506         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
507         (bug #140064)
508
509 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
510
511         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
512           Don't probe for playback device if we're a source element. Fixes
513           #139658.
514
515 2004-04-29  Benjamin Otte  <otte@gnome.org>
516
517         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
518         (gst_id3_tag_chain):
519           rewrite buffer offset
520
521 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
522
523         * configure.ac:
524         * ext/Makefile.am:
525         * ext/dts/Makefile.am:
526         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
527         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
528         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
529         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
530         (gst_dtsdec_loop), (gst_dtsdec_change_state),
531         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
532         (plugin_init):
533         * ext/dts/gstdtsdec.h:
534           New DTS decoder.
535         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
536         (gst_faad_srcconnect):
537           Add ESDS atom handling (.m4a).
538
539 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
540
541         * ext/divx/gstdivxdec.c: (plugin_init):
542           Remove comment that makes no sense.
543         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
544           Fix for obvious typo that resulted in warnings during gst-register.
545         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
546         (gst_xviddec_sink_link):
547           Fix caps negotiation a bit better.
548         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
549           We call this 'codec_data', not 'esds'.
550
551 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
552
553         * gst/monoscope/gstmonoscope.c:
554           make sure we only provide 256x128
555         * gst/monoscope/monoscope.c: (monoscope_init):
556           assert size of 256x128
557
558 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
559
560         * Makefile.am:
561         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
562         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
563           fixate to max width and height of device
564
565 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
566
567         * Makefile.am:
568         * sys/v4l/gstv4l.c:
569         * sys/v4l/gstv4lsrc.c:
570         * sys/v4l/v4l_calls.c:
571         * sys/v4l/v4lsrc_calls.c:
572           fix for qc-usb driver which fakes having more than one buffer
573           by handing the same buffer twice, which confused GStreamer's/v4lsrc
574           buffer_free override
575           add debugging
576
577 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
578
579         * Makefile.am:
580         * gst/videotestsrc/gstvideotestsrc.c:
581         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
582         (gst_videotestsrc_init), (gst_videotestsrc_get),
583         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
584         * gst/videotestsrc/gstvideotestsrc.h:
585           add num-buffers property
586
587         2004-04-26  Benjamin Otte  <otte@gnome.org>
588
589         * ext/mad/gstid3tag.c: (plugin_init):
590           set id3mux rank to NONE so it doesn't confuse spider
591           require audio/mpeg,mpegversion=1 in id3mux
592
593 2004-04-26  Benjamin Otte  <otte@gnome.org>
594
595         * configure.ac:
596           detect faad correctly as non-working if it's indeed non-working
597
598 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
599
600         * Makefile.am:
601         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
602         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
603         fix _getcaps so it only negotiates to its supported format
604
605 2004-04-25  Benjamin Otte  <otte@gnome.org>
606
607         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
608           fix memleak
609
610 2004-04-23  Benjamin Otte  <otte@gnome.org>
611
612         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
613           audio/x-raw-int with height rules! not. Now it's depth.
614
615 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
616
617         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
618         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
619         (gst_wavparse_loop):
620           Missing variable initialization. Add handling of DVI ADPCM. Fix
621           mis-parsing of LIST chunks. This works around a bug where we mis-
622           parse non-aligning LIST chunks (so LIST chunks where the contents
623           don't align with the actual LIST size). The correct fix is to use
624           rifflib, I'm not going to fix wavparse - too much work. All this
625           fixes #104878.
626
627 2004-04-22  Zaheer Abbas Merali <zaheerabbas@merali.org>
628
629         reviewed by Benjamin Otte  <otte@gnome.org>
630
631         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
632           fix shoutcast not working (fixes #140844)
633
634 2004-04-22  Benjamin Otte  <otte@gnome.org>
635
636         * ext/hermes/gsthermescolorspace.c:
637         (gst_hermes_colorspace_caps_remove_format_info):
638         * gst/colorspace/gstcolorspace.c:
639         (gst_colorspace_caps_remove_format_info):
640         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
641         (gst_ffmpegcolorspace_caps_remove_format_info):
642           s/gst_caps_simplify/gst_caps_do_simplify/
643
644 2004-04-22  Benjamin Otte  <otte@gnome.org>
645
646         * gst-libs/gst/riff/riff-media.c:
647         (gst_riff_create_video_caps_with_data):
648           mpegversion is an int
649         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
650           don't try to create pad templates with NULL caps, use any caps
651           instead.
652
653 2004-04-20  David Schleef  <ds@schleef.org>
654
655         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
656         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
657         (bug #140384)
658
659 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
660
661         reviewed by David Schleef
662
663         * ext/mad/gstid3tag.c: Add stdlib.h
664         * gst/rtp/gstrtpgsmenc.c: same
665         * gst/tags/gstid3tag.c: same
666         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
667         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
668         GST_DISABLE_LOADSAVE use.
669         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
670         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
671         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
672         atol(3)).
673         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
674         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
675         strtoul(3)).
676         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
677         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
678         $(ID3_CFLAGS).
679         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
680         $(LIBFAME_CFLAGS).
681
682 2004-04-20  David Schleef  <ds@schleef.org>
683
684         * gst/realmedia/rmdemux.c:  This was supposed to part of the
685         last checkin.  Same idea.
686
687 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
688
689         reviewed by David Schleef
690
691         * configure.ac: bump required gstreamer version to 0.8.1.1
692         because of following changes [--ds]
693
694         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
695         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
696         (gst_riff_read_header):  Use GST_READ_UINT*
697         macros to access possibly unaligned memory.
698
699         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
700         (mp3_type_find):  Use GST_READ_UINT*
701         macros to access possibly unaligned memory.
702         (mp3_type_find, mpeg1_parse_header, qt_type_find)
703         (speex_type_find): Likewise
704
705         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
706
707         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
708         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
709         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
710         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
711         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
712         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
713         macros to access possibly unaligned memory.
714
715         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
716         Likewise.
717
718         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
719         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
720
721         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
722         Likewise.
723
724         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
725         (gst_mpeg2subt_chain_subtitle): Likewise.
726
727         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
728         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
729         Likewise.
730
731         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
732         Likewise.
733
734         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
735         Likewise.
736
737         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
738         Likewise.
739
740 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
741
742         * configure.ac:
743           update required version of GStreamer because of GST_TIME_FORMAT
744
745 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
746
747         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
748           remove leftover g_print
749         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
750           don't try setting only a subset of the caps. We don't want to kill
751           autoplugging on purpose
752
753 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
754
755         * sys/ximage/ximagesink.c: (plugin_init):
756         * sys/xvimage/xvimagesink.c: (plugin_init):
757           add debugging categories
758
759 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
760
761         * po/en_GB.po:
762         * po/LINGUAS:
763           Adding en_GB translation (Gareth Owen)
764
765 2004-04-20  David Schleef  <ds@schleef.org>
766
767         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
768         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
769         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
770         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
771         A number of new features and hacks to extract the esds atom and
772         put it into the caps.  (bug #137724)
773
774 2004-04-19  David Schleef  <ds@schleef.org>
775
776         * gconf/Makefile.am: Fix for non-GNU make
777         * gst-libs/gst/Makefile.am: Change directory order to handle
778         GstPlay linking with gstinterfaces
779         * gst-libs/gst/audio/make_filter: make use of tr portable
780         * gst-libs/gst/play/Makefile.am: Add intended \
781         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
782         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
783         function prototype instead of void *.
784         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
785         macro.
786         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
787         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
788         * gst/videofilter/make_filter: make use of tr portable
789         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
790
791 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
792                                                                                 
793         * po/LINGUAS:
794         * po/uk.po:
795           Added Ukrainian translation (Maxim V. Dziumanenko)
796                                                                                 
797 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
798
799         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
800         (gst_gsmdec_link), (gst_gsmdec_chain):
801           Fix capsnego, simplify chain function slightly.
802         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
803           Add GSM.
804
805 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
806
807         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
808         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
809         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
810           Hack to make wavparse work with spider (always -> sometimes pad).
811           Fixes #135862 && #140411.
812
813 2004-04-18  Benjamin Otte  <otte@gnome.org>
814
815         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
816         (gst_osselement_rate_probe_check),
817         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
818           get rid of \n in debug output
819
820 2004-04-17  Iain <iain@prettypeople.org>
821
822         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
823         not just EOS.
824
825 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
826
827         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
828         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
829         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
830         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
831         (gst_id3_tag_src_link), (gst_id3_tag_chain),
832         (gst_id3_tag_change_state), (plugin_init):
833           deprecate id3tag element and replace with id3demux/id3mux.
834           great side effect: this ugly file is now even uglier, yay!
835         * ext/mad/gstmad.h:
836           remove non-available function
837           update for new get_type
838
839 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
840
841         * configure.ac:
842           require mpeg2dec >= 0.4.0
843
844 2004-04-17  Benjamin Otte  <otte@gnome.org>
845
846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
847         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
848         (gst_xvimagesink_set_xwindow_id):
849           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
850           assorted cleanup fixes.
851
852 2004-04-16  David Schleef  <ds@schleef.org>
853
854         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
855         * sys/xvimage/xvimagesink.h: same
856
857 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
858
859         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
860           Fix GST_ELEMENT_ERROR with (NULL)
861
862 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
863
864         * gst-libs/gst/riff/riff-media.c:
865         (gst_riff_create_video_caps_with_data):
866           Add div[3456] as fourccs for DivX 3 (fixes #140137).
867
868 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
869
870         * gst-libs/gst/riff/riff-media.c:
871         (gst_riff_create_video_caps_with_data),
872         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
873         (gst_riff_create_video_template_caps),
874         (gst_riff_create_audio_template_caps):
875         * gst-libs/gst/riff/riff-media.h:
876         * gst-libs/gst/riff/riff-read.c:
877         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
878         * gst-libs/gst/riff/riff-read.h:
879         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
880           Add MS RLE support. I added some functions to read out strf chunks
881           into strf chunks and the data behind it. This is usually color
882           palettes (as in RLE, but also in 8-bit RGB). Also use those during
883           caps creation. Lastly, add ADPCM (similar to wavparse - which
884           should eventually be rifflib based).
885         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
886         (gst_matroska_demux_init), (gst_matroska_demux_reset):
887         * gst/matroska/matroska-demux.h:
888           Remove placeholders for some prehistoric tagging system. Didn't add
889           support for any tag system really anyway.
890         * gst/qtdemux/qtdemux.c:
891           Add support for audio/x-m4a (MPEG-4) through spider.
892         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
893         (gst_wavparse_loop):
894           ADPCM support (#135862). Increase max. buffer size because we
895           cannot split buffers for ADPCM (screws references) and I've seen
896           files with 2048 byte chunks. 4096 seems safe for now.
897
898 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
899
900         * configure.ac: bump nano to 1
901
902 === release 0.8.1 ===
903
904 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
905
906         * configure.ac: releasing 0.8.1, "Comforting Sounds"
907
908 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
909
910         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
911           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
912           Fixes #140058
913
914 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
915
916         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
917           lower rank of dvddemux so that it's not used for mpeg playback.
918
919 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
920
921         * configure.ac:
922           save libs correctly when checking mad
923
924 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
925
926         * ext/mad/gstid3tag.c: (plugin_init):
927           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
928
929 2004-04-13  David Schleef  <ds@schleef.org>
930
931         * common/m4/gst-feature.m4: Call -config scripts with
932         --plugin-libs if it is supported.
933         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
934         JPEG images are image/jpeg.
935         * gst/debug/Makefile.am:
936         * gst/debug/negotiation.c: (gst_negotiation_class_init),
937         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
938         (gst_negotiation_update_caps), (gst_negotiation_get_property),
939         (gst_negotiation_plugin_init): Add a property that acts like
940         filter caps.
941         * testsuite/gst-lint:  Move license checking to be a standard
942         test.
943
944 2004-04-13  David Schleef  <ds@schleef.org>
945
946         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
947         patch from Sebastien Cote (bug #139958)
948
949 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
950
951         * examples/gstplay/Makefile.am:
952         * examples/gstplay/player.c: (main):
953           make the commandline player example use gconf settings
954
955 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
956
957         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
958         (gst_cacasink_sinkconnect), (gst_cacasink_init),
959         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
960           init/end library during state transition, not object
961           creation/disposal.  get rid of custom dispose handler.
962          
963
964 2004-04-12  Christian Schaller <Uraeus@gnome.org>
965
966         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
967         be a symlink
968
969 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
970
971         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
972           Handle JUNK chunks inside data section. Prevents warnings.
973
974 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
975
976         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
977         (gst_riff_create_video_template_caps):
978           Add MS video v1.
979         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
980         (gst_avi_demux_stream_data):
981           Add support for "rec-list" chunks.
982
983 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
984
985         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
986           Fix another codecname mismatch.
987
988 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
989
990         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
991           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
992           so that MJPEG plays back.
993
994 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
995
996         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
997         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
998         * gst/mpeg1videoparse/gstmp1videoparse.h:
999           Fix for some slight mis-cuts in buffer parsing, and for some
1000           potential overflows or faults-causers. Adds disconts. Also fixes
1001           #139105 while we're at it.
1002
1003 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1004
1005         * configure.ac:
1006         * sys/v4l2/gstv4l2element.h:
1007           Workaround for missing struct v4l2_buffer declaration in Suse 9
1008           and Mandrake 10 linux/videodev2.h header file (#135919).
1009
1010 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1011
1012         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
1013           Bail out if no filename was given.
1014
1015 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1016
1017         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
1018         (gst_v4l2_fourcc_from_structure):
1019           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
1020           Y41B somewhere).
1021
1022 2004-04-09  Benjamin Otte  <otte@gnome.org>
1023
1024         * ext/gnomevfs/gstgnomevfssink.c:
1025         (_gst_boolean_allow_overwrite_accumulator),
1026         (gst_gnomevfssink_class_init):
1027           fix erase signal - if any handler returns false the file will not be
1028           overwritten. If no handler is connected, the file will not be
1029           overwritten either.
1030           renamed signal to "allow-overwrite"
1031         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
1032           free string when adding it to ID3 failed
1033         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
1034           unref event when done
1035         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
1036           free caps
1037         * gst/typefind/gsttypefindfunctions.c:
1038         (mpeg_video_stream_type_find):
1039           fix invalid read 
1040
1041 2004-04-08  David Schleef  <ds@schleef.org>
1042
1043         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1044         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
1045
1046 2004-04-08  David Schleef  <ds@schleef.org>
1047
1048         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
1049         we don't support (bug #139532)
1050
1051 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
1052
1053         * ext/mad/gstmad.c: (gst_mad_handle_event),
1054         (gst_mad_check_caps_reset), (gst_mad_chain),
1055         (gst_mad_change_state):
1056           only set explicit caps if they haven't been set before for
1057           this stream.  MPEG-audio sample rate/channels aren't allowed
1058           to change in-stream.
1059           Fixes #139382
1060
1061 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1062
1063         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
1064         (_gst_boolean_did_something_accumulator),
1065         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
1066         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
1067         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
1068         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
1069         (gst_gnomevfssink_change_state):
1070           Fix erase signal. Don't erase by default. Remove handoff signal.
1071           Remove erase property. Don't segfault. General cleanup.
1072
1073 2004-04-07  Benjamin Otte  <otte@gnome.org>
1074
1075         * gst-libs/gst/gconf/test-gconf.c: (main):
1076           add missing gst_init
1077
1078 2004-04-07  Benjamin Otte  <otte@gnome.org>
1079
1080         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
1081           free the mutexes, too
1082
1083 2004-04-07  Benjamin Otte  <otte@gnome.org>
1084
1085         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
1086           actually free the URI string
1087         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
1088           compute offset correctly when passing discont events
1089         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
1090           don't leak discont events
1091         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
1092           add some missing breaks so caps aren't copied randomly
1093         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
1094           if we realloc memory, we better use it
1095
1096 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1097
1098         * ext/mad/gstmad.c: (normal_seek):
1099           fix GST_FORMAT_TIME usage
1100
1101 2004-04-05  David Schleef  <ds@schleef.org>
1102
1103         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
1104         a deprecated function (hack!)
1105
1106 2004-04-05  Benjamin Otte  <otte@gnome.org>
1107
1108         * ext/esd/esdmon.c: (gst_esdmon_get):
1109           fix nonterminated vararg and memleak
1110
1111 2004-04-05  Benjamin Otte  <otte@gnome.org>
1112
1113         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
1114         (gst_ladspa_init), (gst_ladspa_force_src_caps),
1115         (gst_ladspa_set_property), (gst_ladspa_get_property),
1116         (gst_ladspa_instantiate), (gst_ladspa_activate),
1117         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
1118           clean up debugging
1119
1120 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
1121
1122         reviewed by Benjamin Otte  <otte@gnome.org>
1123
1124         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
1125           check for broken LADSPA parameters (fixes #138635)
1126         
1127 2004-04-05  Benjamin Otte  <otte@gnome.org>
1128
1129         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
1130           advertise buffer-frames correctly on sinkpads
1131
1132 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1133
1134         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
1135         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
1136         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
1137         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
1138         (gst_mad_check_caps_reset), (gst_mad_chain):
1139         add more debugging, only reset caps when we're not in error state
1140
1141 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1142
1143         * ext/mad/gstmad.c: add debugging category, comment + cleanups
1144
1145 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
1146
1147         reviewed by Benjamin Otte  <otte@gnome.org>
1148
1149         * configure.ac:
1150           fix == in test(1) operator
1151
1152 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
1153
1154         reviewed by Benjamin Otte  <otte@gnome.org>
1155
1156         * configure.ac:
1157           fix --export-symblos-regex to a working regex.
1158
1159 2004-04-04  Benjamin Otte  <otte@gnome.org>
1160
1161         * sys/oss/.cvsignore:
1162           add for oss_probe
1163
1164 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
1165
1166         reviewed by Benjamin Otte  <otte@gnome.org>
1167
1168         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
1169           add missing 'new_media' argument (fixes #138168)
1170         * gst/matroska/matroska-demux.c:
1171         (gst_matroska_demux_handle_seek_event):
1172           add vararg terminator (fixes #138169)
1173
1174 2004-04-02  David Schleef  <ds@schleef.org>
1175
1176         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
1177         disted (bug #138914)
1178
1179 2004-04-01  Benjamin Otte  <otte@gnome.org>
1180
1181         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
1182         (gst_alsa_close_audio):
1183           handle case better where a soundcard can't pause
1184         * ext/ogg/gstoggdemux.c:
1185           don't crash when we get events but don't have pads yet
1186
1187 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1188
1189         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
1190           throw an error if we couldn't probe any caps.
1191
1192 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
1193
1194         * ext/dvdnav/gst-dvd:
1195         Add a really simple sample DVD player
1196
1197 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
1198
1199         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
1200         (gst_a52dec_push), (gst_a52dec_handle_event),
1201         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
1202         (gst_a52dec_change_state):
1203         * ext/a52dec/gsta52dec.h:
1204           Use a debug category, Output timestamps correctly
1205           Emit tag info, Handle events, tell liba52dec about cpu
1206           capabilities so it can use MMX etc.
1207         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
1208           Fix a crasher accessing invalid memory
1209         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
1210         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
1211         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
1212         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
1213         (dvdnavsrc_query):
1214           Some support for byte-format seeking.
1215           Small fixes for still frames and menu button overlays
1216         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
1217         (gst_mpeg2dec_alloc_buffer):
1218           Use a debug category. Adjust the report level of several items to
1219           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
1220           so it doesn't lose the GstBuffer pointer
1221         * gst/debug/Makefile.am:
1222         * gst/debug/gstdebug.c: (plugin_init):
1223         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
1224         (gst_navseek_base_init), (gst_navseek_class_init),
1225         (gst_navseek_init), (gst_navseek_seek),
1226         (gst_navseek_handle_src_event), (gst_navseek_set_property),
1227         (gst_navseek_get_property), (gst_navseek_chain),
1228         (gst_navseek_plugin_init):
1229         * gst/debug/gstnavseek.h:
1230           Add the navseek debug element for seeking back and forth in a 
1231           video stream using arrow keys.
1232         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
1233         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
1234         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
1235         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
1236         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
1237         (gst_mpeg2subt_parse_header), (gst_get_nibble),
1238         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
1239         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
1240         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
1241         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
1242         * gst/mpeg2sub/gstmpeg2subt.h:
1243           Pretty much a complete rewrite. Now a loopbased element. May still
1244           require work to properly synchronise subtitle buffers.
1245         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
1246         (gst_dvd_demux_send_subbuffer):
1247         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
1248           Don't attempt to create subbuffers of size 0
1249           Reduce a couple of error outputs to warnings.
1250         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
1251         (gst_y4mencode_chain):
1252         Output the y4m frame header correctly.
1253
1254 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1255
1256         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
1257           throw errors instead of allowing SIGFPE
1258
1259 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1260
1261         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
1262         (gst_gconf_render_bin_from_key):
1263           leak plugging and style fixing
1264
1265 2004-03-31  David Schleef  <ds@schleef.org>
1266
1267         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
1268         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
1269         (bug #138225)
1270         * gst/debug/Makefile.am:
1271         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
1272         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
1273         plugin.
1274         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
1275         (gst_negotiation_base_init), (gst_negotiation_class_init),
1276         (gst_negotiation_init), (gst_negotiation_getcaps),
1277         (gst_negotiation_pad_link), (gst_negotiation_chain),
1278         (gst_negotiation_set_property), (gst_negotiation_get_property),
1279         (gst_negotiation_plugin_init):  New element to talk about random
1280         negotiation things happening in a pipeline.
1281
1282 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
1283
1284         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
1285           fix integer addition with help of Stefan Kost
1286
1287 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
1288
1289         * po/nl.po: updated Dutch translation (Elros Cyriatan)
1290
1291 2004-03-30  David Schleef  <ds@schleef.org>
1292
1293         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
1294         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
1295         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
1296         (bug #137504)
1297         * ext/mpeg2dec/gstmpeg2dec.h:
1298
1299 2004-03-30  David Schleef  <ds@schleef.org>
1300
1301         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
1302
1303 2004-03-30  David Schleef  <ds@schleef.org>
1304
1305         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
1306         Michael Petullo) to handle .mov
1307
1308 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1309
1310         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
1311         (gst_osselement_rate_check_rate):
1312           probe caps correctly for sound cards that only support one format
1313
1314 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1315
1316         * ext/kio/kiosrc.cpp: (process_events):
1317           update handling event processing if inside KDE - untested
1318
1319 2004-03-29  David Schleef  <ds@schleef.org>
1320
1321         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
1322         by 2 to not interfere with other colorspaces.
1323         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
1324         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
1325         one to not interfere with ffmpeg_colorspace.
1326
1327 2004-03-29  David Schleef  <ds@schleef.org>
1328
1329         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
1330         aren't in the caps.
1331         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
1332         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
1333
1334 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1335
1336         * gst-libs/gst/riff/riff-media.c:
1337           fail on error, don't try to set stuff on NULL caps
1338
1339 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1340
1341         * configure.ac:
1342         * ext/Makefile.am:
1343         * ext/kio/Makefile.am:
1344         * ext/kio/kioreceiver.cpp:
1345         * ext/kio/kioreceiver.h:
1346         * ext/kio/kiosrc.cpp:
1347         * ext/kio/kiosrc.h:
1348           add experimental kiosrc plugin
1349         * ext/alsa/gstalsaplugin.c: (plugin_init):
1350           initialize debugging category only when we're sure registering the
1351           plugins worked.
1352
1353 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1354
1355         * examples/gstplay/player.c: (main):
1356         * gst-libs/gst/play/play.c: (gst_play_class_init),
1357         (gst_play_set_location), (gst_play_set_data_src),
1358         (gst_play_set_video_sink), (gst_play_set_audio_sink),
1359         (gst_play_set_visualization), (gst_play_connect_visualization):
1360           check return values of element_set_state and return FALSE where
1361           failed
1362
1363 2004-03-29  Benjamin Otte  <otte@gnome.org>
1364
1365         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
1366           try harder to check if an event is really a discont
1367
1368 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1369
1370         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
1371         * po/az.po:
1372
1373 2004-03-28  Benjamin Otte  <otte@gnome.org>
1374
1375         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
1376         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
1377         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
1378           get rid of non-standard "..." ranges in case statements.
1379
1380 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
1381
1382         * gst/mpegstream/gstmpegdemux.c: 
1383         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
1384         specific functionality split to the new dvddemux element.
1385         * gst/mpegstream/gstdvddemux.c:
1386         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
1387         streams, derived from mpegdemux.
1388         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
1389         up. SCR based timestamp rewriting can be turned off (will probably
1390         completely disappear soon).
1391         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
1392         hacking. General cleanup. All printf statements replaced by
1393         debugging messages. Almost complete libdvdnav support.
1394         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
1395         by events. New properties for audio and subpicture languages.
1396         (dvdnavsrc_update_highlight): Now uses events.
1397         (dvdnavsrc_user_op): Cleaned up.
1398         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
1399         based). Lots of cleanup, and propper support for most libdvdnav
1400         events.
1401         (dvdnavsrc_make_dvd_event): New function.
1402         (dvdnavsrc_make_dvd_nav_packet_event): New function.
1403         (dvdnavsrc_make_clut_change_event): New function.
1404
1405 2004-03-26  Benjamin Otte  <otte@gnome.org>
1406
1407         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
1408           fix bug where typefinding would claim it's theora whenever less then
1409           7 bytes of data were available
1410
1411 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1412
1413         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
1414         (gst_alawdec_base_init), (gst_alawdec_class_init),
1415         (gst_alawdec_init), (gst_alawdec_chain):
1416         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
1417         (gst_alawenc_base_init), (gst_alawenc_class_init),
1418         (gst_alawenc_init), (gst_alawenc_chain):
1419         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
1420         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
1421         (gst_mulawdec_init), (gst_mulawdec_chain):
1422         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
1423         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
1424         (gst_mulawenc_init), (gst_mulawenc_chain):
1425           Fix capsnego in all four, remove the unused property functions and
1426           simplify the chain functions slightly. I guess we could use macros
1427           or something similar for those, since the code is so similar, but
1428           I'm currently too lazy...
1429
1430 2004-03-24  David Schleef  <ds@schleef.org>
1431
1432         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
1433         (gst_osselement_close_audio), (gst_osselement_probe_caps),
1434         (gst_osselement_get_format_structure),
1435         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
1436         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
1437         (gst_osselement_rate_int_compare): Add code to handle rate probing
1438         (bug #120883)
1439         * sys/oss/gstosselement.h: same
1440         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
1441         Use rate probing provided by osselement.
1442         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
1443
1444 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1445
1446         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
1447         (gst_xvidenc_get_property):
1448           ulong/int mess-up.
1449
1450 2004-03-24  David Schleef  <ds@schleef.org>
1451
1452         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
1453         (gst_speexdec_init):
1454         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
1455         (gst_speexenc_init):  Create the pad template correctly (from
1456         the static pad template, not a NULL pointer.)
1457
1458 2004-03-25  Benjamin Otte  <otte@gnome.org>
1459
1460         * gst/debug/Makefile.am:
1461         * gst/debug/breakmydata.c: 
1462           add element that quasi-randomly changes bytes in the stream.
1463           Intended use is robustness checking of demuxers and decoders in
1464           media tests.
1465
1466 2004-03-24  Benjamin Otte  <otte@gnome.org>
1467
1468         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
1469         (gst_alsa_probe_hw_params):
1470         * ext/alsa/gstalsa.h:
1471           debugging output fixes
1472
1473 2004-03-24  Benjamin Otte  <otte@gnome.org>
1474
1475         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
1476           don't g_return_if_fail if element is PLAYING, fail silently as every
1477           other element.
1478         * gst/effectv/gstquark.c: (gst_quarktv_chain):
1479           only fix needed for cast lvalue issues in gst-plugins
1480         * gst/volenv/gstvolenv.c: (gst_volenv_init):
1481           add proxy_getcaps
1482
1483 2004-03-24  Benjamin Otte  <otte@gnome.org>
1484
1485         * gst/level/gstlevel.c: (gst_level_init):
1486           add proxying getcaps function, so level doesn't advertise impossible
1487           caps
1488
1489 2004-03-24  David Schleef  <ds@schleef.org>
1490
1491         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
1492         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
1493         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
1494         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
1495         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
1496         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
1497         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
1498         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
1499         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
1500         messages.  Divide the chunk size by the compression ratio
1501         (needed for MACE audio)
1502
1503 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1504
1505         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
1506           Fix buffer overflow read error.
1507
1508 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1509
1510         * ext/alsa/gstalsa.h:
1511           Remove unused entry.
1512         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1513           Add cinepak.
1514         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
1515         (gst_videodrop_link), (gst_videodrop_chain):
1516           Fix, sort of. Was horribly broken with new capsnego. Bah...
1517
1518 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
1519
1520         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
1521         (plugin_init):
1522         Add a monkeysaudio typefind function
1523
1524 2004-03-23  Johan Dahlin  <johan@gnome.org>
1525
1526         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
1527         (gst_play_video_fixate): Check so the structure has the field
1528         before trying to fixate them, this makes it possible to have
1529         fakesinks for video and audio output without printing errors on
1530         the output console.
1531
1532 2004-03-22  David Schleef  <ds@schleef.org>
1533
1534         * sys/oss/Makefile.am:
1535         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
1536         (check_rate), (add_rate):  Rate probing test app.
1537
1538 2004-03-21  Benjamin Otte  <otte@gnome.org>
1539
1540         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
1541         (_fixate_caps_to_int), (gst_audio_convert_fixate):
1542           add a fixation function that pretty much does the right thing (fixes
1543           #137556)
1544
1545 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
1546
1547         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
1548
1549 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
1550
1551         reviewed by: Benjamin Otte  <otte@gnome.org>
1552
1553         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1554           terminate gst_event_new_discontinuous correctly (fixes parts of
1555           #137711)
1556
1557 2004-03-19  David Schleef  <ds@schleef.org>
1558
1559         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
1560         since it doesn't depend on X, and it's part of our ABI.
1561
1562 2004-03-19  Iain <iain@prettypeople.org>
1563
1564         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
1565         is_int in the structure, not the local variable.
1566
1567 2004-03-19  David Schleef  <ds@schleef.org>
1568
1569         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
1570         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
1571         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
1572         Improvements in caps negotiation.
1573
1574 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1575
1576         * po/LINGUAS:
1577         * po/af.po:
1578           adding Afrikaans (Petri Jooste)
1579
1580 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1581
1582         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1583         (gst_ffmpegcolorspace_chain):
1584         throw error instead of g_critical (#137588)
1585
1586 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1587
1588         * Makefile.am:
1589         * configure.ac:
1590           dist common and m4 correctly
1591         * po/sv.po:
1592
1593 2004-03-17  David Schleef  <ds@schleef.org>
1594
1595         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
1596         (bug #137348)
1597
1598 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1599
1600         * po/LINGUAS:
1601         * po/sv.po:
1602           adding Swedish translation (Christian Rose)
1603
1604 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1605
1606         * Makefile.am: use release.mak
1607
1608 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1609
1610         * common/ChangeLog:
1611         * common/gst-autogen.sh:
1612           add some explanation about the version detection
1613         * configure.ac:
1614           fix X check
1615
1616 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1617
1618         * configure.ac: bump nano to 1
1619
1620 === release 0.8.0 ===
1621
1622 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1623
1624         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
1625
1626 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1627
1628         * configure.ac:
1629           update libtool version
1630         * gst-libs/gst/media-info/Makefile.am:
1631           actually use libtool version
1632
1633 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1634
1635         * configure.ac: fix speex detection to work with 1.0 but not 1.1
1636
1637 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1638
1639         * configure.ac:
1640         * gst-plugins.spec.in:
1641         * pkgconfig/Makefile.am:
1642         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
1643         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
1644         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
1645         * pkgconfig/gstreamer-libs.pc.in:
1646         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
1647         * pkgconfig/gstreamer-play-uninstalled.pc.in:
1648         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
1649         * pkgconfig/gstreamer-plugins.pc.in:
1650           remove @VERSION@ from some of the pc files since core and plugins
1651           are decoupled.
1652           created gstreamer-plugins.pc as it's a better name, but keeping
1653           -libs around for now to get fixes upstream done first.
1654
1655 2004-03-15  Julien MOUTTE <julien@moutte.net>
1656
1657         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
1658         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
1659         * gst-libs/gst/play/play.h:
1660
1661 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1662
1663         * *.c, *.cc: don't mix tabs and spaces
1664
1665 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1666
1667         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
1668           use the new ffmpegcolorspace
1669         * gst-plugins.spec.in:
1670           package new colorspace and media-info
1671         * configure.ac:
1672         * pkgconfig/Makefile.am:
1673           fix some more disting issues
1674         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
1675         * pkgconfig/gstreamer-media-info.pc.in:
1676           generate media-info pc files
1677
1678 2004-03-15  Johan Dahlin  <johan@gnome.org>
1679         
1680         * *.h: Revert indenting
1681
1682 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1683
1684         * configure.ac:
1685           adding ffmpegcolorspace element
1686         * gst/ffmpegcolorspace/Makefile.am:
1687         * gst/ffmpegcolorspace/avcodec.h:
1688         * gst/ffmpegcolorspace/common.h:
1689         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
1690         * gst/ffmpegcolorspace/dsputil.h:
1691         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
1692         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1693         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
1694         (gst_ffmpeg_caps_to_pix_fmt):
1695         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
1696         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1697         (gst_ffmpegcolorspace_caps_remove_format_info),
1698         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
1699         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
1700         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
1701         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
1702         (gst_ffmpegcolorspace_set_property),
1703         (gst_ffmpegcolorspace_get_property),
1704         (gst_ffmpegcolorspace_register):
1705         * gst/ffmpegcolorspace/imgconvert.c:
1706         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
1707         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
1708         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
1709         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
1710         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
1711         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
1712         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
1713         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
1714         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
1715         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
1716         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
1717         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
1718         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
1719         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
1720         (img_get_alpha_info), (deinterlace_line),
1721         (deinterlace_line_inplace), (deinterlace_bottom_field),
1722         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
1723         * gst/ffmpegcolorspace/imgconvert_template.h:
1724         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
1725         * gst/ffmpegcolorspace/mmx.h:
1726         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
1727           adding ffmpegcolorspace element supplied by Ronald after cleaning
1728           up and pulling in the right bits of upstream source. 
1729           I'm sure a better C/compiler wizard could do some cleaning up (for
1730           example use GLIB's malloc stuff), but as a first pass this
1731           works very well
1732
1733 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1734
1735         * ext/alsa/gstalsa.h:
1736           I assume Ronald forgot to commit the change to have cardname
1737           as a struct member.  Expect some public spanking at the next
1738           opportunity.
1739
1740 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1741
1742         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
1743         (gst_alsa_open_audio), (gst_alsa_close_audio):
1744         * ext/alsa/gstalsa.c:
1745           Don't open the device if we're a mixer (= padless).
1746         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
1747         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
1748         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
1749           Open mixer during state change rather than during object
1750           initialization. Also, get a device name. Currently in a somewhat
1751           hackish fashion, but I didn't really find something better.
1752
1753 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1754
1755         * *.c, *.h: run gst-indent
1756
1757 2004-03-14  Benjamin Otte  <otte@gnome.org>
1758
1759         * gst/modplug/gstmodplug.cc:
1760         * gst/modplug/gstmodplug.h:
1761           set correct timestamps on outgoing buffers
1762
1763 2004-03-14  Benjamin Otte  <otte@gnome.org>
1764
1765         * gst/modplug/gstmodplug.cc:
1766           handle events - don't do crap when a discont arrives that's not
1767           necessary
1768           This allows correct loading and playback of mods in Rhythmbox
1769
1770 2004-03-14  Benjamin Otte  <otte@gnome.org>
1771
1772         * configure.ac:
1773         * gst-libs/gst/gconf/Makefile.am:
1774         * pkgconfig/Makefile.am:
1775           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
1776           they get rebuilt properly
1777         * configure.ac:
1778           when checking for vorbis, try pkgconfig first.
1779         * gst/modplug/gstmodplug.cc:
1780           add fixate function
1781
1782 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1783
1784         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
1785           Fix for obvious mistake, where we first shift the offset and then
1786           read a samplesize element assuming the old offset. Note that this
1787           part still has something weird, i.e. my movies containing those
1788           don't actually play well, but at least there's something that looks
1789           like sound now.
1790
1791 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
1792         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
1793         (plugin_init):
1794         Add a typefind function for speex format
1795
1796 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1797
1798         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
1799         (gst_asf_demux_setup_pad):
1800           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
1801           instead of 0. Reason is simple: some elements have a fps range
1802           of 1-max instead of 0-max. So now ASF video actually works.
1803
1804 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1805
1806         * po/LINGUAS:
1807         * po/sr.po:
1808           adding serbian as a language
1809
1810 2004-03-13  Benjamin Otte  <otte@gnome.org>
1811
1812         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
1813           return taglist correctly from _get function, don't gst_pad_push it.
1814           (fixes #137042)
1815
1816 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
1817         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
1818
1819 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1820
1821         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
1822         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
1823         (gst_alsa_mixer_track_new):
1824         * ext/alsa/gstalsamixertrack.h:
1825           Fix ancient leftovers... MixerTrack is a GObject.
1826
1827 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1828
1829         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
1830         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
1831           Don't block during probing...
1832
1833 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1834
1835         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
1836         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
1837         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
1838         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
1839         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
1840         (gst_alsa_open_audio), (gst_alsa_close_audio):
1841         * ext/alsa/gstalsa.h:
1842           Add propertyprobe interface implementation, add some device-name
1843           property, all this so that it looks good in gnome-volume-control.
1844
1845 2004-03-12  David Schleef  <ds@schleef.org>
1846
1847         * configure.ac: the Hermes library controls hermescolorspace, not
1848         colorspace.
1849         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
1850         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
1851         not /* */
1852         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
1853         * ext/sdl/sdlvideosink.h: ditto.
1854         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
1855
1856 2004-03-12  Benjamin Otte  <otte@gnome.org>
1857
1858         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
1859         (gst_x_overlay_got_xwindow_id):
1860         * gst-libs/gst/xoverlay/xoverlay.h:
1861           replace XID with unsigned long to get rid of the xlibs dependency in
1862           XOverlay (fixes #137004)
1863
1864 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
1865         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
1866         (gst_agingtv_setup):
1867         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
1868         (gst_dicetv_base_init), (gst_dicetv_class_init),
1869         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
1870         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
1871         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
1872         (gst_edgetv_setup), (gst_edgetv_rgb32):
1873         * gst/effectv/gsteffectv.c:
1874         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
1875         (gst_quarktv_set_property):
1876         * gst/effectv/gstrev.c: (gst_revtv_get_type),
1877         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
1878         (gst_revtv_setup), (gst_revtv_rgb32):
1879         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
1880         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
1881         (gst_shagadelictv_init), (gst_shagadelictv_setup),
1882         (gst_shagadelictv_rgb32):
1883         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
1884         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
1885         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
1886         * gst/effectv/gstwarp.c:
1887         Port everything that can be ported to videofilter and fix up the caps.
1888         Can someone with a big-endian machine please check these?
1889
1890 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1891
1892         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
1893         (gst_osssink_chain), (gst_osssink_change_state):
1894           Latest fixes for A/V sync, audio playback and such. This is about
1895           all... MPEG playback issues are mostly related to the async build-
1896           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
1897
1898 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1899
1900         patch from: Stephane Loeuillet
1901
1902         * configure.ac:
1903           use pkg-config for some libraries, falling back to the old .m4 way
1904           (fixes #131270)
1905         * m4/libdv.m4:
1906           removed
1907
1908 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1909
1910         * configure.ac:
1911         * tools/Makefile.am:
1912         * tools/Makefile.in:
1913         * tools/gst-launch-ext-m.m:
1914         * tools/gst-launch-ext.1.in:
1915         * tools/gst-visualise-m.m:
1916         * tools/gst-visualise.1:
1917         * tools/gst-visualise.1.in:
1918           reorganizing generation of script tools
1919
1920 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1921
1922         * ext/divx/gstdivxdec.c:
1923           Downgrade priority. We prefer ffdec_mpeg4.
1924         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
1925         (gst_faad_chain), (gst_faad_change_state):
1926           Fix capsnego. Doesn't work for some sounds because we don't have
1927           a 5:1 to stereo element.
1928         * ext/xvid/gstxvid.c: (plugin_init):
1929           Add priority.
1930         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
1931         (gst_osssink_change_state):
1932           Add discont handling.
1933
1934 2004-03-09  Colin Walters  <walters@verbum.org>
1935
1936         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
1937         conversion.
1938
1939 2004-03-09  Benjamin Otte  <otte@gnome.org>
1940
1941         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
1942           the signals take 2 arguments
1943
1944 2004-03-09  David Schleef  <ds@schleef.org>
1945
1946         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
1947         (gst_alsa_fixate): Add fixate function.  (bug #136686)
1948         * ext/alsa/gstalsa.h:
1949         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
1950
1951 2004-03-09  Benjamin Otte  <otte@gnome.org>
1952
1953         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
1954         (gst_mikmod_change_state):
1955         * ext/mikmod/gstmikmod.h:
1956           make mikmod's loop function not loop infinitely and call
1957           gst_element_yield anymore
1958         * gst/modplug/gstmodplug.cc:
1959           fix pad negotiation (fixes #136590)
1960
1961 2004-03-09  David Schleef  <ds@schleef.org>
1962
1963         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
1964         doesn't conflict with the internal colorspace plugin.
1965         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
1966         satisfy the crappy-ass shell shipped by a certain vendor.
1967         * gst/videofilter/make_filter: same (bug #135299)
1968
1969 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1970
1971         * configure.ac: bump nano to 1
1972
1973 === release 0.7.6 ===
1974
1975 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1976
1977         * configure.in: releasing 0.7.6, "There"
1978
1979 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1980
1981         * pkgconfig/gstreamer-play-uninstalled.pc.in:
1982         * pkgconfig/gstreamer-play.pc.in:
1983           synchronize the two
1984
1985 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1986
1987         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
1988         (cdparanoia_open), (cdparanoia_event):
1989           fix/add error handling
1990         * po/POTFILES.in:
1991           add cdparanoia source
1992         * tools/Makefile.am:
1993           make scripts executable
1994
1995 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1996
1997         * configure.ac:
1998         * ext/vorbis/Makefile.am:
1999         * sys/Makefile.am:
2000           remove id3types, vorbisfile and xvideosink from the build (#133783)
2001
2002 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2003
2004         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
2005           Fix metadata read crash (#136537).
2006
2007 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2008
2009         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
2010         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
2011           adding mime types, fixing the one-stop function
2012
2013 2004-03-08  Christian Schaller <Uraeus@gnome.org>
2014
2015         * ext/nas/nassink.c and /ext/nas/nassink.h:
2016         More NAS love from Arwed von Merkatz
2017         So lets all sing 'Can you feel the NAS tonight' 
2018
2019 2004-03-08  Christian Schaller <Uraeus@gnome.org>
2020
2021         * tools/gst-launch-ext.in: 
2022         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
2023
2024 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2025
2026         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
2027         (gst_mpeg2dec_init):
2028         remove the user_data pad for now, because it is being used in
2029         fixating causing MPEG playback to fixate on 1000 Hz for playback.
2030         If someone knows how to fix this properly, please do.
2031
2032 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2033
2034         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
2035         (gst_osssink_get_time):
2036         add a warning, IMO this won't get triggered anymore, remove later
2037
2038 2004-03-07  David Schleef  <ds@schleef.org>
2039
2040         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
2041         format (bug #136470)
2042
2043 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2044
2045         * gst-libs/Makefile.am:
2046         * gst-libs/gst/media-info/Makefile.am:
2047         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
2048         (error_callback), (gst_media_info_error_create),
2049         (gst_media_info_error_element), (gmip_init), (gmip_reset),
2050         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
2051         * gst-libs/gst/media-info/media-info-priv.h:
2052         * gst-libs/gst/media-info/media-info-test.c: (main):
2053         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
2054         (gst_media_info_class_init), (gst_media_info_instance_init),
2055         (gst_media_info_set_source), (gst_media_info_read_with_idler),
2056         (gst_media_info_read_idler), (gst_media_info_read):
2057         * gst-libs/gst/media-info/media-info.h:
2058         fixed, should work now
2059
2060 2004-03-07  Christian Schaller <Uraeus@gnome.org>
2061
2062         * ext/nas/nassink.c:
2063         A bunch of NAS fixes from Arwed von Merkatz
2064
2065 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2066
2067         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2068         (qtdemux_parse_trak):
2069           Fix crash (j might be greater than n_samples, in which case we're
2070           writing outside the allocated space for the array) and memleak.
2071
2072 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2073
2074         * sys/oss/gstosssink.c: (gst_osssink_chain):
2075           And another caller that couldn't handle delay < 0 (unsigned
2076           integer overflow). Video now continues playing on an audio
2077           buffer underrun, and the clock continues working. Audio still
2078           stalls.
2079
2080 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2081
2082         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
2083         (gst_osssink_get_time):
2084           get_delay() may return values lower than 0. In those cases, we
2085           should not actually cast to *unsigned* int64, that will break
2086           stuff horribly. In my case, it screwed up A/V sync in movies
2087           in totem rather badly.
2088
2089 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
2090
2091         * ext/faac/gstfaac.c: (gst_faac_chain):
2092         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
2093         * ext/libpng/gstpngenc.c: (user_write_data):
2094         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
2095         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
2096         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
2097         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
2098         Fix several misuse of gst_buffer_merge (it doesn't take ownership
2099         of any buffer), should fix some leaks. I hope I didn't unref buffers
2100         that shouldn't be...
2101         
2102 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2103
2104         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
2105         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
2106         (error_callback), (gmi_reset), (gmi_seek_to_track),
2107         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
2108         (gmip_find_type_post), (gmip_find_stream_post),
2109         (gmip_find_track_streaminfo_post):
2110         * gst-libs/gst/media-info/media-info-priv.h:
2111         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
2112         (info_print), (main):
2113         * gst-libs/gst/media-info/media-info.c:
2114         (gst_media_info_error_create), (gst_media_info_error_element),
2115         (gst_media_info_instance_init), (gst_media_info_get_property),
2116         (gst_media_info_new), (gst_media_info_set_source),
2117         (gst_media_info_read_idler), (gst_media_info_read):
2118         * gst-libs/gst/media-info/media-info.h:
2119           first pass at making this work again.  This seems to work on
2120           tagged ogg/vorbis and mp3 files.
2121
2122 2004-03-06  Benjamin Otte  <otte@gnome.org>
2123
2124         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
2125           fix huge leak: gst_buffer_merge doesn't unref the first argument
2126           itself.
2127
2128 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2129
2130         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
2131           report layer/mode/emphasis
2132
2133 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
2134
2135         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
2136
2137 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2138
2139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
2140           signal serial
2141
2142 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2143
2144         * ext/vorbis/vorbis.c: (plugin_init):
2145         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
2146         (gst_vorbis_dec_init), (vorbis_dec_event):
2147         add debug category
2148         make vorbisdec handle _BYTE and _TIME queries
2149
2150 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
2151
2152         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
2153           from the xing header
2154
2155 2004-03-06  Benjamin Otte  <otte@gnome.org>
2156
2157         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
2158         (gst_audio_convert_link), (gst_audio_convert_change_state),
2159         (gst_audio_convert_buffer_from_default_format):
2160           do conversions from/to float correctly, fix some caps nego errors,
2161           export correct supported caps in template and getcaps, use correct
2162           caps in try_set_caps functions
2163
2164 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
2165
2166         For some reason, I only committed a ChangeLog entry yesterday and 
2167         not the corresponding code...
2168         * ext/mad/gstmad.c: Fix detection of Xing headers
2169         * gst/tags/gstid3tag.c: Changes to support TLEN tags
2170
2171 2004-03-06  Benjamin Otte  <otte@gnome.org>
2172
2173         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
2174         (gst_ogg_demux_src_query):
2175           make sure to handle the case where there's no current chain
2176           gracefully.
2177
2178 2004-03-05  David Schleef  <ds@schleef.org>
2179
2180         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
2181         Add fixate function. (bug #131128)
2182         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
2183         (gst_sdlvideosink_fixate):  Add fixate function.
2184         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2185         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
2186         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
2187         Fix missing break that was causing ulaw to be interpreted as
2188         raw int.
2189
2190 2004-03-05  David Schleef  <ds@schleef.org>
2191
2192         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
2193         Fix code that ignores return value of gst_buffer_merge().
2194         (bug #114560)
2195         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
2196         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
2197         * testsuite/gst-lint:  Check for above.
2198
2199 2004-03-05  David Schleef  <ds@schleef.org>
2200
2201         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
2202         caps and throw an element error.  (bug #136334)
2203
2204 2004-03-05  David Schleef  <ds@schleef.org>
2205
2206         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
2207         (gst_faad_chain): Fix negotiation.
2208         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
2209         key and button events.
2210         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
2211         dung heap of code.
2212         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
2213         depends on gconf
2214         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
2215         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
2216         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
2217         function to encourage better negotiation, particularly between
2218         audioconvert and osssink.
2219         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
2220         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
2221         more important.
2222         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
2223         typefinding.
2224         * gst/vbidec/vbiscreen.c:  Add glib header
2225         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
2226
2227 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
2228
2229         * ext/mad/gstmad.c: Fix detection of Xing headers
2230         * gst/tags/gstid3tag.c: Changes to support TLEN tags
2231
2232 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2233
2234         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
2235         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
2236           debug updates
2237
2238 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
2239
2240         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
2241         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
2242         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
2243         files, and report the parsed length as a GST_TAG_DURATION tag.
2244         * gst/tags/gstid3tag.c: support TLEN (duration) tag
2245
2246 2004-03-05  Benjamin Otte  <otte@gnome.org>
2247
2248         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
2249           convert channels correctly. convert correctly to unsigned.
2250
2251 2004-03-05  Julien MOUTTE <julien@moutte.net>
2252
2253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
2254         we have a window before clearing it.
2255
2256 2004-03-05  Julien MOUTTE <julien@moutte.net>
2257
2258         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
2259         have a window before clearing it.
2260
2261 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2262
2263         * gconf/gstreamer.schemas.in:
2264         * gst-libs/gst/gconf/Makefile.am:
2265           version installation path the same way as for 0.6
2266         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
2267         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
2268         * pkgconfig/gstreamer-play-uninstalled.pc.in:
2269           remove comment that was fixed
2270
2271 2004-03-05  David Schleef  <ds@schleef.org>
2272
2273         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
2274         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
2275         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
2276         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
2277         Add prototype code for handling seeking and querying.
2278
2279 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2280
2281         * examples/gstplay/player.c: (main):
2282           Initialize variables to NULL. Prevents a segfault because the
2283           (uninitialized) variable is not NULL, resulting in a crash on
2284           trying to reach error->message.
2285
2286 2004-03-05  Benjamin Otte  <otte@gnome.org>
2287
2288         * gst/audioconvert/gstaudioconvert.c:
2289         (gst_audio_convert_buffer_to_default_format):
2290         make float=>int conversion work correctly even in cornercases.
2291
2292 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
2293
2294         * debian/README.Debian:
2295         * debian/build-deps:
2296         * debian/changelog:
2297         * debian/control:
2298         * debian/control.in:
2299         * debian/copyright:
2300         * debian/gstreamer-a52dec.files:
2301         * debian/gstreamer-aa.files:
2302         * debian/gstreamer-alsa.files:
2303         * debian/gstreamer-alsa.manpages:
2304         * debian/gstreamer-arts.files:
2305         * debian/gstreamer-artsd.files:
2306         * debian/gstreamer-audiofile.files:
2307         * debian/gstreamer-avifile.files:
2308         * debian/gstreamer-cdparanoia.files:
2309         * debian/gstreamer-colorspace.files:
2310         * debian/gstreamer-doc.files:
2311         * debian/gstreamer-dv.files:
2312         * debian/gstreamer-dvd.files:
2313         * debian/gstreamer-esd.files:
2314         * debian/gstreamer-festival.files:
2315         * debian/gstreamer-flac.files:
2316         * debian/gstreamer-gconf.conffiles:
2317         * debian/gstreamer-gconf.files:
2318         * debian/gstreamer-gconf.postinst:
2319         * debian/gstreamer-gnomevfs.files:
2320         * debian/gstreamer-gsm.files:
2321         * debian/gstreamer-http.files:
2322         * debian/gstreamer-jack.files:
2323         * debian/gstreamer-jpeg.files:
2324         * debian/gstreamer-mad.files:
2325         * debian/gstreamer-mikmod.files:
2326         * debian/gstreamer-misc.files:
2327         * debian/gstreamer-mpeg2dec.files:
2328         * debian/gstreamer-oss.files:
2329         * debian/gstreamer-plugin-apps.files:
2330         * debian/gstreamer-plugin-apps.manpages:
2331         * debian/gstreamer-plugin-libs-dev.files:
2332         * debian/gstreamer-plugin-libs.files:
2333         * debian/gstreamer-plugin-template.postinst:
2334         * debian/gstreamer-plugin-template.postrm:
2335         * debian/gstreamer-sdl.files:
2336         * debian/gstreamer-sid.files:
2337         * debian/gstreamer-vorbis.files:
2338         * debian/gstreamer-x.files:
2339         * debian/mk.control:
2340         * debian/rules:
2341         Debian package info not maintained here.
2342
2343 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2344
2345         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
2346         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
2347         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
2348         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
2349         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
2350         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
2351         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
2352         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
2353         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
2354         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
2355         * gst-libs/gst/colorbalance/colorbalance.c:
2356         (gst_color_balance_class_init):
2357         * gst-libs/gst/colorbalance/colorbalancechannel.c:
2358         (gst_color_balance_channel_class_init):
2359         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
2360         * gst-libs/gst/play/play.c: (gst_play_class_init):
2361         * gst-libs/gst/propertyprobe/propertyprobe.c:
2362         (gst_property_probe_iface_init):
2363         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
2364         * gst-libs/gst/tuner/tunerchannel.c:
2365         (gst_tuner_channel_class_init):
2366         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
2367         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
2368         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
2369         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
2370         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
2371         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
2372         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
2373         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
2374         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
2375           fix signals to use - instead of _
2376         * ext/libcaca/gstcacasink.h:
2377         * ext/sdl/sdlvideosink.h:
2378           fix header rename
2379
2380 2004-03-04  David Schleef  <ds@schleef.org>
2381
2382         * testsuite/gst-lint:  Add a check for bad signal names.
2383
2384 2004-03-04  <kost@imn.htwk-leipzig.de>
2385
2386         reviewed by David Schleef
2387
2388         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
2389         modified the alpha channel and caused a warning. (bug #136192)
2390
2391 2004-04-03  Christian Schaller <Uraeus@gnome.org>
2392
2393         * gst-plugins.spec.in:
2394         Change names of plugins to actually be correct. Try to keep things
2395         alphabetical to avoid getting beat up by Thomas
2396
2397 2004-03-03  Julien MOUTTE <julien@moutte.net>
2398
2399         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
2400         Using ximagesink as a default if no gconf key found. We should
2401         probably consider using alsasink instead of osssink for the audio
2402         part.
2403
2404 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2405
2406         * configure.ac:
2407           fix --with-plugins, don't think it ever worked before
2408         * gst-plugins.spec.in:
2409           even more updates
2410
2411 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2412
2413         * ext/sdl/sdlvideosink.h:
2414         * sys/ximage/ximagesink.h:
2415         * sys/xvideo/xvideosink.h:
2416         * sys/xvimage/xvimagesink.h:
2417           Fix for move of gstvideosink.h -> videosink.h.
2418
2419 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2420
2421         * gst-libs/gst/xwindowlistener/Makefile.am:
2422           this is a plugin library, not a library
2423
2424 2004-03-01  David Schleef  <ds@schleef.org>
2425
2426         * AUTHORS:  Added some names.  Add yourself if you're still
2427         missing.
2428
2429 2004-03-01  David Schleef  <ds@schleef.org>
2430
2431         * MAINTAINERS: Add
2432
2433 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2434
2435         * gst-plugins.spec.in: clean up spec file
2436
2437 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2438
2439         * gst-libs/gst/video/Makefile.am:
2440         * gst-libs/gst/video/gstvideosink.c:
2441         * gst-libs/gst/video/gstvideosink.h:
2442           rename gstvideosink.h to videosink.h to match other headers
2443         * gst/mixmatrix/Makefile.am:
2444           fix plugin filename
2445         * gst/tags/Makefile.am: fix plugin filename
2446
2447 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2448
2449         * gst/tags/Makefile.am: fix plugin filename
2450
2451 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2452
2453         * examples/gstplay/player.c: (got_time_tick), (main):
2454           add error handler
2455           display time_tick more readably
2456         * gst/mixmatrix/Makefile.am:
2457           fix plugin file name
2458
2459 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
2460
2461         * sys/oss/gstosselement.c: (gst_osselement_probe),
2462         (device_combination_append), (gst_osselement_class_probe_devices):
2463         * sys/oss/gstosselement.h: 
2464           Reworked enumeration of oss dsps and mixers so that gst-mixer works
2465           on my system using alsa oss emulation, fixes bug #135597
2466
2467 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2468
2469         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
2470         (gst_videodrop_chain), (gst_videodrop_change_state):
2471         * gst/videodrop/gstvideodrop.h:
2472           Work based on timestamp of input data, not based on the expected
2473           framerate from the input. The consequence is that this element now
2474           not only scales framerates, but also functions as a framerate
2475           corrector or framerate stabilizer/constantizer.
2476
2477 2004-02-27  David Schleef  <ds@schleef.org>
2478
2479         patches from jmmv@menta.net (Julio M. Merino Vidal)
2480
2481         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
2482         GST_ELEMENT_ERROR call (bug #135634)
2483         * gst/interleave/interleave.c: (interleave_buffered_loop),
2484         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
2485         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
2486         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
2487         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
2488         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
2489         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
2490         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
2491         Fix GST_ELEMENT_ERROR call.
2492         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
2493         GST_ELEMENT_ERROR call.
2494
2495 2004-02-27  Benjamin Otte  <otte@gnome.org>
2496
2497         * gst-libs/gst/audio/audio.h:
2498           add macro to make sure header isn't included twice
2499         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
2500           don't use gst_buffer_free
2501         * gst/playondemand/filter.func:
2502           don't use gst_data_free. Free data only once.
2503
2504 2004-02-26  David Schleef  <ds@schleef.org>
2505
2506         * gst-libs/gst/colorbalance/Makefile.am:
2507         * gst-libs/gst/mixer/Makefile.am:
2508         * gst-libs/gst/tuner/Makefile.am:
2509         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
2510         should not be disted, -marshal.h files should not be installed,
2511         and -enum.h files _should_ be installed.  Fix to make this the
2512         case.
2513
2514 === release 0.7.5 ===
2515
2516 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2517
2518         * configure.ac: release 0.7.5, "Under The Sea"
2519
2520 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2521
2522         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
2523         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
2524         * gst/videoscale/gstvideoscale.c:
2525         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
2526           assorted debug/warning fixes
2527
2528 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2529
2530         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
2531         (gst_videoscale_init), (gst_videoscale_chain),
2532         (gst_videoscale_set_property), (plugin_init):
2533         * gst/videoscale/gstvideoscale.h:
2534         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
2535         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
2536         (gst_videoscale_planar400), (gst_videoscale_packed422),
2537         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
2538         (gst_videoscale_24bit), (gst_videoscale_16bit),
2539         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
2540         (gst_videoscale_scale_plane_slow),
2541         (gst_videoscale_scale_point_sample),
2542         (gst_videoscale_scale_nearest),
2543         (gst_videoscale_scale_nearest_str2),
2544         (gst_videoscale_scale_nearest_str4),
2545         (gst_videoscale_scale_nearest_32bit),
2546         (gst_videoscale_scale_nearest_24bit),
2547         (gst_videoscale_scale_nearest_16bit):
2548         add debugging category and use it properly
2549         fix use of GST_PTR_FORMAT
2550
2551 2004-02-25  Andy Wingo  <wingo@pobox.com>
2552
2553         * gst/interleave/interleave.c (interleave_buffered_loop): Always
2554         push only when channel->buffer is NULL. Prevents segfaults doing
2555         the state change after a nonlocal exit, like a scheme exception.
2556
2557         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
2558         Handle the case where the intersected caps is empty.
2559
2560 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2561
2562         * gst/law/mulaw-decode.c: (mulawdec_link):
2563         * gst/law/mulaw.c: (plugin_init):
2564           fix mulawdec so it actually works again
2565
2566 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
2567
2568         reviewed by: David Schleef  <ds@schleef.org>
2569
2570         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
2571         (gst_gamma_init), (gst_gamma_set_property),
2572         (gst_gamma_get_property), (gst_gamma_calculate_tables),
2573         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
2574         for RGB, with separate r g and b correction factors. (#131167)
2575
2576 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2577
2578         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2579           only signal tags for bitrate if they're > 0 (#134894)
2580
2581 2004-02-24  David Schleef  <ds@schleef.org>
2582
2583         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
2584         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
2585         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
2586         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
2587         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
2588         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
2589         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
2590         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
2591         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
2592         category.  Attempt to fix timestamp calculation.
2593
2594 2004-02-24  Johan Dahlin  <johan@gnome.org>
2595
2596         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
2597
2598 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2599
2600         * configure.ac:
2601         * gconf/Makefile.am:
2602         * gconf/gstreamer.schemas:
2603         * gst-libs/gst/gconf/Makefile.am:
2604         * gst-libs/gst/gconf/gconf.c:
2605           version gconf schemas and install locations
2606
2607 2004-02-23  Benjamin Otte  <otte@gnome.org>
2608
2609         * ext/xine/xineinput.c: (gst_xine_input_dispose):
2610         (gst_xine_input_subclass_init):
2611           call parent dispose.
2612           change pad template for CD reader correctly
2613         * ext/xine/Makefile.am:
2614         * ext/xine/gstxine.h:
2615         * ext/xine/xine.c: (plugin_init):
2616         * ext/xine/xineaudiosink.c:
2617           wrap audio sinks, too
2618         * gst-libs/gst/resample/private.h:
2619         * gst-libs/gst/resample/resample.c: (gst_resample_init),
2620         (gst_resample_reinit), (gst_resample_scale),
2621         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
2622         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
2623         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
2624         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
2625         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
2626         * gst-libs/gst/resample/resample.h:
2627         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
2628         (gst_audioscale_class_init), (gst_audioscale_link),
2629         (gst_audioscale_get_buffer), (gst_audioscale_init),
2630         (gst_audioscale_chain), (gst_audioscale_set_property),
2631         (gst_audioscale_get_property):
2632         * gst/audioscale/gstaudioscale.h:
2633           s/resample_*/gst_resample_*/i to not clobber namespaces
2634
2635 2004-02-23  Julien MOUTTE  <julien@moutte.net>
2636
2637         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2638         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
2639         (gst_riff_create_video_template_caps),
2640         (gst_riff_create_audio_template_caps),
2641         (gst_riff_create_iavs_template_caps):
2642         * gst-libs/gst/riff/riff-media.h:
2643         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
2644         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
2645         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
2646         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
2647         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2648         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2649         (gst_matroska_demux_plugin_init): First batch implementing audio and 
2650         video codec tags in demuxers.
2651
2652 2004-02-22  Benjamin Otte  <otte@gnome.org>
2653
2654         * ext/xine/Makefile.am:
2655         * ext/xine/gstxine.h:
2656         * ext/xine/xine.c: (plugin_init):
2657         * ext/xine/xineinput.c:
2658           add input plugin wrapper. Playback from files, http, mms and cdda
2659           works.
2660         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
2661           remove leftover G_GNUC_UNUSED
2662         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
2663         (gst_asf_demux_identify_guid):
2664           improve debugging output
2665
2666 2004-02-22  Benjamin Otte  <otte@gnome.org>
2667
2668         reported by: Padraig O'Briain <padraig.obriain@sun.com>
2669
2670         * autogen.sh:
2671           replace test -e with test -x for mkinstalldirs to be more portable.
2672           (fixes #134816)
2673
2674 2004-02-22  Benjamin Otte  <otte@gnome.org>
2675
2676         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
2677
2678         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
2679           set rank to PRIMARY
2680         * gst/volume/gstvolume.c: (plugin_init):
2681           set rank to NONE
2682         fixes #134960
2683
2684 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
2685
2686         reviewed by Benjamin Otte  <otte@gnome.org>
2687
2688         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
2689           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
2690
2691 2004-02-22  Benjamin Otte  <otte@gnome.org>
2692
2693         * configure.ac:
2694           export [_]*{gst,Gst,GST}.* symbols from plugins
2695
2696 2004-02-22  Christophe Fergeau <teuf@gnome.org>
2697
2698         reviewed by: Benjamin Otte  <otte@gnome.org>
2699
2700         * ext/lame/gstlame.c: (add_one_tag):
2701         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
2702         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
2703         (gst_vorbisenc_metadata_set1):
2704         * gst/tags/gstid3tag.c:
2705         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
2706           apply fixes from bugs #135042 (lame can't write tags) and #133817
2707           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
2708
2709 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
2710
2711         * configure.ac: Export only gst_plugin_desc from plugins.
2712          Note that this change only makes any effect with Linux using libtool 
2713          1.5.2 or higher. Otherwise it is silently ignored, but it would build
2714          fine. And don't try to have several versions of libtool in different
2715          directories.
2716
2717 2004-02-20  Andy Wingo  <wingo@pobox.com>
2718
2719         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
2720         interleave respectively.
2721
2722         * gst/interleave/deinterleave.c: New plugin: deinterleave
2723         (replaces on oneton).
2724         * gst/interleave/interleave.c: New plugin: interleave.
2725         * gst/interleave/plugin.h: Support file.
2726         * gst/interleave/plugin.c: Support file.
2727
2728         * configure.ac: Remove intfloat and oneton, add interleave.
2729
2730         * ext/sndfile/gstsf.c: Handle events better.
2731
2732         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
2733         and float2int operation. int2float has scheduling problems as
2734         noted in in2float_chain. 
2735
2736 2004-02-20  Benjamin Otte  <otte@gnome.org>
2737
2738         * ext/xine/Makefile.am:
2739         * ext/xine/gstxine.h:
2740         * ext/xine/xine.c: 
2741         * ext/xine/xineaudiodec.c: 
2742         * ext/xine/xinecaps.c: 
2743           add first version of xine plugin wrapper. Currently only wraps the
2744           QDM2 win32 DLL, and even that only in proof-of-concept quality.
2745         * configure.ac:
2746         * ext/Makefile.am:
2747           add xine plugin wrapper, disabled by default. Use --enable-xine to
2748           build. Note that it'll segfault on gst-register if you don't remove
2749           the goom and tvtime post plugins from xine.
2750         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
2751         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
2752           add extradata parsing for QDM2.
2753           change around debugging prints.
2754
2755 2004-02-19  Benjamin Otte  <otte@gnome.org>
2756
2757         * ext/lame/gstlame.c: (gst_lame_chain):
2758         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
2759           use gst_tag_list_insert when you want to insert tags
2760
2761 2004-02-18  David Schleef  <ds@schleef.org>
2762
2763         * configure.ac:  Move massink to gst-rotten
2764         * ext/Makefile.am:
2765         * ext/mas/Makefile.am:
2766         * ext/mas/massink.c:
2767         * ext/mas/massink.h:
2768
2769 2004-02-18  David Schleef  <ds@schleef.org>
2770
2771         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
2772         typefinding, since it seems to be worse than nothing.
2773         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
2774         atom to recognize .mp4 and .m4a files as video/quicktime.
2775
2776 2004-02-18  David Schleef  <ds@schleef.org>
2777
2778         * gst/sine/demo-dparams.c: (quit_live),
2779         (dynparm_log_value_changed), (dynparm_value_changed), (main):
2780         Use double dparams, not float.
2781         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2782         (gst_sinesrc_init): Change sync default to FALSE, since multiple
2783         sync'd elements don't really work correctly.
2784         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
2785         (volume_update_volume), (volume_get_property):  Change dparam
2786         to double.
2787
2788 2004-02-18  Julien MOUTTE  <julien@moutte.net>
2789
2790         * sys/ximage/ximagesink.c:
2791         (gst_ximagesink_xwindow_update_geometry),
2792         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
2793         (gst_ximagesink_change_state), (gst_ximagesink_expose),
2794         (gst_ximagesink_init): Rework the way software video scaling works. So
2795         now we check on each chain call if the video frames are feeling the 
2796         window. If not we try to renegotiate caps. On failure we memorize that
2797         and we won't try again for that PLAYING sessions.
2798         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
2799         failure.
2800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
2801         synchronous flag.
2802
2803 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2804
2805         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
2806           break up _link so we can give a better debug message for errors
2807
2808 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2809
2810         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
2811           set up debug category
2812
2813 2004-02-18  Julien MOUTTE <julien@moutte.net>
2814
2815         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2816         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
2817         the way renegotiation work. The event handling function is not taking
2818         care of external windows and renegotiate method check for pad flags
2819         NEGOTIATING. Should fix : #133209
2820
2821 2004-02-17  Julien MOUTTE  <julien@moutte.net>
2822
2823         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
2824         pad is negotiating before trying renegotiation.
2825
2826 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2827
2828         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
2829           pass on all possible mime types as typefind hints
2830
2831 2004-02-17  Julien MOUTTE <julien@moutte.net>
2832
2833         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
2835         possible SHM leak if we crash. All other apps using XShm are doing
2836         that.
2837
2838 2004-02-17  Julien MOUTTE  <julien@moutte.net>
2839
2840         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2841         (gst_ximagesink_expose): Renegotiate size on expose.
2842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
2843         size on expose.
2844
2845 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2846
2847         * testsuite/alsa/sinesrc.c:
2848           cosmetic fix to fix compile issue with gcc 2.95.4
2849
2850 2004-02-16  Julien MOUTTE <julien@moutte.net>
2851
2852         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
2853         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
2854         failed opening the audio device.
2855         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2856         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
2857         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
2858         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
2859         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
2860         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
2861         (gst_ximagesink_change_state), (gst_ximagesink_chain),
2862         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
2863         Removing some useless g_return_if_fail like wingo suggested.
2864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2865         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
2866         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
2867         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
2868         (gst_xvimagesink_update_colorbalance),
2869         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
2870         (gst_xvimagesink_xcontext_clear),
2871         (gst_xvimagesink_get_fourcc_from_caps),
2872         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
2873         (gst_xvimagesink_set_xwindow_id),
2874         (gst_xvimagesink_colorbalance_list_channels),
2875         (gst_xvimagesink_colorbalance_set_value),
2876         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
2877         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
2878
2879 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2880
2881         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
2882           throw error when not negotiated instead of asserting
2883
2884 2004-02-15  Julien MOUTTE  <julien@moutte.net>
2885
2886         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
2887         correct data refcounting.
2888
2889 2004-02-15  Julien MOUTTE  <julien@moutte.net>
2890
2891         * gst/switch/gstswitch.c: (gst_switch_change_state),
2892         (gst_switch_class_init): Cleaning the sinkpads correctly on state
2893         change, mostly the EOS flag.
2894
2895 2004-02-15  Julien MOUTTE  <julien@moutte.net>
2896
2897         * examples/gstplay/player.c: (got_eos), (main): Adding some 
2898         output for debugging.
2899         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
2900         timeouts if we go to any state different from PLAYING.
2901         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
2902         more EOS bugs in riff lib.
2903
2904 2004-02-14  Julien MOUTTE  <julien@moutte.net>
2905
2906         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
2907         visualization until i find a way to fix switch correctly.
2908         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
2909         EOS arrives.
2910         * gst/switch/gstswitch.c: (gst_switch_release_pad),
2911         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
2912         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
2913         Reworked switch to get a more correct behaviour with events and refing
2914         of data stored in sinkpads.
2915         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
2916         we don't pull from a pad in EOS.
2917
2918 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2919
2920         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
2921           remove v1 tag even if we can't read it (makes sure we don't detect
2922           it again)
2923
2924 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2925
2926         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
2927         (gst_alsa_xrun_recovery):
2928         * ext/alsa/gstalsa.h:
2929           try xrun recovery when wait failed. Make xrun recovery function
2930           return TRUE/FALSE to indicate success. (might fix #134354)
2931
2932 2004-02-13  David Schleef  <ds@schleef.org>
2933
2934         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
2935         (dynparm_value_changed), (main): Convert from float to double.
2936         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
2937
2938 2004-02-13  David Schleef  <ds@schleef.org>
2939
2940         * gst/silence/gstsilence.c: (gst_silence_class_init),
2941         (gst_silence_set_clock), (gst_silence_get),
2942         (gst_silence_set_property), (gst_silence_get_property):
2943         * gst/silence/gstsilence.h: Add sync property.
2944         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2945         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
2946         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
2947         * gst/sine/gstsinesrc.h: Add sync property.
2948
2949 2004-02-13  David Schleef  <ds@schleef.org>
2950
2951         * gst/intfloat/gstint2float.c: (conv_f32_s16),
2952         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
2953
2954 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2955
2956         * configure.ac:
2957         * ext/Makefile.am:
2958         * gst-libs/ext/Makefile.am:
2959           move ffmpeg plugin to gst-ffmpeg module
2960
2961 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2962
2963         * configure.ac: use GST_ARCH to detect architecture
2964
2965 2004-02-12  Julien MOUTTE  <julien@moutte.net>
2966
2967         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
2968
2969 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2970
2971         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
2972           classify LADSPA plugins based on number of src/sink pads
2973           (#133663, Stefan Kost)
2974         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
2975           fix dparams registration
2976           (#133528, Stefan Kost)
2977         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
2978           fix use of isprint and use g_ascii_isprint instead
2979           (#133316, Stefan Kost)
2980
2981 2004-02-11  David Schleef  <ds@schleef.org>
2982
2983         Convert a few inner loops to use liboil.  This is currently
2984         optional, and is only enabled if liboil is present (duh!).
2985         * configure.ac: Check for liboil-0.1
2986         * gst/intfloat/Makefile.am:
2987         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
2988         (gst_int2float_chain_gint16):
2989         * gst/videofilter/Makefile.am:
2990         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
2991         (tablelookup_u8), (gst_videobalance_planar411):
2992         * gst/videotestsrc/Makefile.am:
2993         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
2994         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
2995         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
2996         (paint_hline_RGB565), (paint_hline_xRGB1555):
2997
2998 2004-02-11  David Schleef  <ds@schleef.org>
2999
3000         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
3001         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
3002         (gst_colorspace_getcaps), (gst_colorspace_link),
3003         (gst_colorspace_base_init), (gst_colorspace_init),
3004         (gst_colorspace_chain), (gst_colorspace_change_state),
3005         (plugin_init): Merge Ronald's patch (bug #117897) and update
3006         for new caps and negotiation.  Seems to work, although it
3007         shows off bugs in lcs.
3008
3009 2004-02-11  David Schleef  <ds@schleef.org>
3010
3011         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
3012         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
3013
3014 2004-02-11  David Schleef  <ds@schleef.org>
3015
3016         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
3017         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
3018         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
3019         Add server and port properties
3020
3021 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3022
3023         * m4/a52.m4:
3024         * m4/aalib.m4:
3025         * m4/as-ffmpeg.m4:
3026         * m4/as-liblame.m4:
3027         * m4/as-slurp-ffmpeg.m4:
3028         * m4/check-libheader.m4:
3029         * m4/esd.m4:
3030         * m4/freetype2.m4:
3031         * m4/gconf-2.m4:
3032         * m4/glib.m4:
3033         * m4/gst-alsa.m4:
3034         * m4/gst-artsc.m4:
3035         * m4/gst-ivorbis.m4:
3036         * m4/gst-matroska.m4:
3037         * m4/gst-sdl.m4:
3038         * m4/gst-shout2.m4:
3039         * m4/gst-sid.m4:
3040         * m4/gtk.m4:
3041         * m4/libdv.m4:
3042         * m4/libfame.m4:
3043         * m4/libmikmod.m4:
3044         * m4/ogg.m4:
3045         * m4/vorbis.m4:
3046           fix underquotedness of macros (#133800)
3047         * m4/as-avifile.m4:
3048         * m4/xmms.m4:
3049           removed because no longer used
3050
3051 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3052
3053         * configure.ac:
3054           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
3055           by autopoint (fixes #132996)
3056
3057 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3058
3059         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
3060         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
3061         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
3062         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
3063           fix memleaks
3064
3065 2004-02-11  David Schleef  <ds@schleef.org>
3066
3067         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
3068         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
3069         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
3070         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
3071         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
3072         (gst_jpegenc_class_init), (gst_jpegenc_init),
3073         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
3074         (gst_jpegenc_chain), (gst_jpegenc_set_property),
3075         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
3076         * ext/jpeg/gstjpegenc.h: Fix negotiation.
3077
3078 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3079
3080         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
3081         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
3082         * ext/mikmod/gstmikmod.h:
3083           fix caps negotiation in mikmod
3084         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
3085           output debug information
3086
3087 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3088
3089         * gst-libs/gst/colorbalance/Makefile.am:
3090         * gst-libs/gst/navigation/Makefile.am:
3091         * gst-libs/gst/xoverlay/Makefile.am:
3092           remove unused GST_OPT_CFLAGS from Makefiles
3093           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
3094
3095 2004-02-07  David Schleef  <ds@schleef.org>
3096
3097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
3098         push events to pads that haven't been created (#133508)
3099
3100 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
3101
3102         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
3103         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
3104         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
3105         (gst_dvdec_loop), (gst_dvdec_change_state):
3106         Second attempt at committing a working dvdec element.
3107
3108 2004-02-06  David Schleef  <ds@schleef.org>
3109
3110         Build fixes for OS X: (see #129600)
3111         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
3112         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
3113         (gst_riff_read_strf_iavs):
3114         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
3115         (gst_avi_demux_stream_odml):
3116         * gst/playondemand/Makefile.am:
3117         * gst/rtp/rtp-packet.c:
3118
3119 2004-02-05  David Schleef  <ds@schleef.org>
3120
3121         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
3122         last change, because it Just Doesn't Compile.
3123
3124 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3125
3126         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
3127           skip undecodable id3v2 tag instead of keeping it
3128
3129 2004-02-05  David Schleef  <ds@schleef.org>
3130
3131         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
3132         Unref leaked buffer.  (Noticed by Ronald)
3133
3134 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
3135
3136         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
3137         Sync requires with other checks.  >= vs =.
3138
3139 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
3140
3141         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
3142         (gst_dvdec_video_link), (gst_dvdec_loop):
3143         * ext/dv/gstdvdec.h:
3144           rework the caps negotiation so that dvdec works again instead
3145           of just segfaulting.
3146
3147 === release 0.7.4 ===
3148
3149 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3150                                                                                 
3151         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
3152         * configure.ac: changed for release
3153
3154 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3155
3156         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
3157         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3158         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
3159         * pkgconfig/gstreamer-play-uninstalled.pc.in:
3160           reworked patch by David Lehn to fix libdir and includedir for
3161           uninstalled libraries
3162           removed play and gconf from gstreamer-libs since they have their
3163           own pkgconfig files
3164
3165 2004-02-04  David Schleef  <ds@schleef.org>
3166
3167         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
3168         memleak.
3169
3170 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3171
3172         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
3173           use correct GST_TAG_ENCODER tag
3174
3175 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3176
3177         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
3178           be sure to stop the clock when going to paused
3179         * sys/oss/gstosssink.c: (gst_osssink_change_state):
3180           reset number of transmitted when going to ready.
3181         fixes #132935
3182
3183 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
3184
3185         reviewed by Benjamin Otte
3186
3187         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
3188           extract track count (fixes #133410)
3189
3190 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3191
3192         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
3193           that should be !=, not == (fixes #132519)
3194
3195 2004-02-04  David Schleef  <ds@schleef.org>
3196
3197         Make sure set_explicit_caps() is called before adding pad.
3198         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
3199         * gst/id3/gstid3types.c: (gst_id3types_loop):
3200         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
3201         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
3202
3203 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3204
3205         * configure.ac:
3206           bump nano to 2, first prerelease
3207           put back AM_PROG_LIBTOOL
3208
3209 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3210
3211         * testsuite/alsa/Makefile.am:
3212           these are user test apps, not automatic testsuite tests
3213
3214 2004-02-04  David Schleef  <ds@schleef.org>
3215
3216         Convert GST_DEBUG_CAPS() to GST_DEBUG():
3217         * gst/mpeg1videoparse/gstmp1videoparse.c:
3218         (mp1videoparse_parse_seq):
3219         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
3220         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
3221         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
3222         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
3223         (gst_xvideosink_getcaps):
3224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3225         * testsuite/gst-lint: more tests
3226
3227 2004-02-04  David Schleef  <ds@schleef.org>
3228
3229         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
3230         with the code that they would expand to.
3231         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
3232         (gst_flacdec_get_src_query_types),
3233         (gst_flacdec_get_src_event_masks):
3234         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
3235         (gst_gnomevfssrc_get_query_types),
3236         (gst_gnomevfssrc_get_event_mask):
3237
3238 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3239
3240         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3241         (gst_sinesrc_dispose):
3242           fix memleak by properly disposing sinesrc
3243
3244 2004-02-04  Julien MOUTTE  <julien@moutte.net>
3245
3246         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
3247         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
3248         an overlay to redraw the image because it has been exposed.
3249         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
3250         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
3251         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
3252         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
3253         interface
3254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
3255         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
3256         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
3257         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
3258         interface 
3259
3260 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3261
3262         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
3263           more memleak fixage
3264
3265 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3266
3267         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
3268         * gst/typefind/gsttypefindfunctions.c:
3269           fix memleaks shown by gst-typefind
3270
3271 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3272
3273         * common/glib-gen.mak:
3274           add hack rule to touch .Plo files
3275         * gst-libs/gst/colorbalance/Makefile.am:
3276         * gst-libs/gst/mixer/Makefile.am:
3277         * gst-libs/gst/play/Makefile.am:
3278         * gst-libs/gst/tuner/Makefile.am:
3279           remove glib_root variable
3280
3281 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3282
3283         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
3284           set explicit caps before adding the element, so the autopluggers can
3285           plug correctly.
3286         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
3287         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
3288         (mpeg_video_type_find), (mpeg_video_stream_type_find),
3289         (dv_type_find):
3290           fix memleaks in typefind functions. gst_type_find_suggest takes a const
3291           argument.
3292
3293 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3294
3295         * gst-libs/gst/colorbalance/Makefile.am:
3296         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
3297         * gst-libs/gst/colorbalance/colorbalance.c:
3298         * gst-libs/gst/colorbalance/colorbalance.h:
3299         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
3300         * gst-libs/gst/mixer/Makefile.am:
3301         * gst-libs/gst/mixer/mixer-marshal.list:
3302         * gst-libs/gst/mixer/mixer.c:
3303         * gst-libs/gst/mixer/mixer.h:
3304         * gst-libs/gst/mixer/mixermarshal.list:
3305         * gst-libs/gst/play/Makefile.am:
3306         * gst-libs/gst/play/play.h:
3307         * gst-libs/gst/tuner/Makefile.am:
3308         * gst-libs/gst/tuner/tuner-marshal.list:
3309         * gst-libs/gst/tuner/tuner.c:
3310         * gst-libs/gst/tuner/tuner.h:
3311         * gst-libs/gst/tuner/tunermarshal.list:
3312           use new glib-gen.mak snippet to clean up Makefile.am
3313           fix various bugs in Makefile.am's
3314
3315 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3316
3317         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
3318           handle chain parsing correctly in the multichain case
3319         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
3320         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
3321         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3322         (theora_dec_chain):
3323           handle events and queries correctly
3324
3325 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
3326
3327         * .cvsignore:
3328         Ignore generated file _stdint.h.
3329
3330 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
3331
3332         * gst-libs/gst/colorbalance/Makefile.am:
3333         * gst-libs/gst/colorbalance/colorbalance.h:
3334         * gst-libs/gst/mixer/Makefile.am:
3335         * gst-libs/gst/mixer/mixer.h:
3336         * gst-libs/gst/play/Makefile.am:
3337         * gst-libs/gst/play/play.h:
3338         * gst-libs/gst/tuner/Makefile.am:
3339         * gst-libs/gst/tuner/tuner.h:
3340         Generate enum type code with glib-mkenums.
3341         * gst-libs/gst/colorbalance/.cvsignore:
3342         * gst-libs/gst/mixer/.cvsignore:
3343         * gst-libs/gst/play/.cvsignore:
3344         * gst-libs/gst/tuner/.cvsignore:
3345         Ignore generated files.
3346
3347 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
3348
3349         * gst-libs/gst/audio/.cvsignore:
3350         Ignore generated file.
3351         * gst-libs/gst/audio/Makefile.am:
3352         Do not install example filter.
3353
3354 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
3355
3356         * examples/switch/.cvsignore:
3357         Ignore generated file.
3358
3359 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3360
3361         * common/m4/ax_create_stdint_h.m4:
3362         * configure.ac:
3363           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
3364           _stdint.h.
3365         * Makefile.am:
3366           remove generated _stdint.h in DISTCLEANFILES
3367         * ext/a52dec/gsta52dec.c:
3368           include _stdint.h for a52dec. (should fix #133064)
3369
3370 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
3371
3372         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
3373         (gst_tag_to_vorbis_comments):
3374         Add replaygain support to vorbistag
3375
3376 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
3377         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
3378         (gst_ffmpeg_caps_to_extradata):
3379           Fix SVQ3 caps flag properties
3380           Use glib macro for bytes swap
3381
3382 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3383
3384         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
3385         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
3386         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3387         * ext/sndfile/gstsf.c: (plugin_init):
3388         * gst/avi/gstavi.c: (plugin_init):
3389         * sys/dxr3/dxr3init.c: (plugin_init):
3390         * sys/oss/gstossaudio.c: (plugin_init):
3391         * sys/v4l/gstv4l.c: (plugin_init):
3392         * sys/v4l2/gstv4l2.c: (plugin_init):
3393           remove textdomain calls
3394         * po/nl.po:
3395           update Dutch translation
3396
3397 2004-02-02  Julien MOUTTE  <julien@moutte.net>
3398
3399         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
3400         (gst_play_set_audio_sink): Moving volume in the audio thread for 
3401         instantaneous volume change. Maybe i will add another volume in front
3402         of visualization later, not sure yet though.
3403
3404 2004-02-02  Julien MOUTTE  <julien@moutte.net>
3405
3406         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3407         (gst_ximagesink_handle_xevents): Better X events handling, only take
3408         the latest events for configure and motion.
3409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
3410
3411 2004-02-02  Jon Trowbridge  <trow@gnu.org>
3412
3413         reviewed by: David Schleef  <ds@schleef.org>
3414
3415         Fix memory leaks:
3416         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
3417         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
3418
3419 2004-02-02  David Schleef  <ds@schleef.org>
3420
3421         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
3422         of lines.
3423         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
3424         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
3425         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
3426         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
3427         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
3428         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
3429         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
3430         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
3431         (gst_float2_2_int_link):
3432         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
3433         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
3434         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
3435         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
3436         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
3437         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
3438         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
3439         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
3440         * testsuite/gst-lint: Add tests for bzero and ;;
3441
3442 2004-02-02  David Schleef  <ds@schleef.org>
3443
3444         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
3445
3446 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3447
3448         * ext/aalib/gstaasink.c: (gst_aasink_open):
3449         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
3450         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3451         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
3452         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
3453         (gst_afsink_close_file):
3454         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
3455         (gst_afsrc_close_file):
3456         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
3457         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
3458         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
3459         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
3460         * ext/esd/esdmon.c: (gst_esdmon_get):
3461         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
3462         * ext/faac/gstfaac.c: (gst_faac_chain):
3463         * ext/faad/gstfaad.c: (gst_faad_chain):
3464         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
3465         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
3466         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
3467         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
3468         (gst_flacdec_loop):
3469         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
3470         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
3471         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3472         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
3473         (gst_gnomevfssink_close_file):
3474         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3475         (gst_gnomevfssrc_open_file):
3476         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
3477         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
3478         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
3479         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
3480         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
3481         * ext/mad/gstmad.c: (gst_mad_chain):
3482         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
3483         * ext/mpeg2dec/gstmpeg2dec.c:
3484         * ext/mpeg2enc/gstmpeg2enc.cc:
3485         * ext/mplex/gstmplex.cc:
3486         * ext/mplex/gstmplexibitstream.cc:
3487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
3488         (gst_ogg_demux_push):
3489         * ext/raw1394/gstdv1394src.c:
3490         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
3491         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
3492         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
3493         (gst_sf_loop):
3494         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
3495         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
3496         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
3497         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
3498         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3499         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
3500         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
3501         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
3502         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
3503         (gst_riff_read_element_data), (gst_riff_read_seek),
3504         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
3505         * gst/adder/gstadder.c: (gst_adder_loop):
3506         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
3507         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
3508         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
3509         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
3510         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
3511         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
3512         * gst/goom/gstgoom.c: (gst_goom_chain):
3513         * gst/id3/gstid3types.c: (gst_id3types_loop):
3514         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
3515         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
3516         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
3517         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
3518         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
3519         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
3520         (gst_ebml_read_float), (gst_ebml_read_header):
3521         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
3522         (gst_matroska_demux_parse_blockgroup):
3523         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
3524         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
3525         * gst/oneton/gstoneton.c: (gst_oneton_chain):
3526         * gst/silence/gstsilence.c: (gst_silence_get):
3527         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
3528         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
3529         * gst/speed/gstspeed.c: (speed_loop):
3530         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
3531         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
3532         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
3533         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
3534         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
3535         (gst_wavparse_loop):
3536         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
3537         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
3538         (dxr3audiosink_close):
3539         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
3540         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
3541         (dxr3videosink_close), (dxr3videosink_write_data):
3542         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
3543         * sys/oss/gstosssink.c: (gst_osssink_chain):
3544         * sys/oss/gstosssrc.c: (gst_osssrc_get):
3545         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
3546         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
3547         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
3548         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
3549         (gst_v4l_set_window), (gst_v4l_enable_overlay):
3550         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
3551         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
3552         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
3553         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
3554         (gst_v4l_set_audio):
3555         * sys/v4l/v4l_calls.h:
3556         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
3557         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
3558         (gst_v4lmjpegsink_playback_init),
3559         (gst_v4lmjpegsink_playback_start):
3560         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
3561         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
3562         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
3563         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
3564         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
3565         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
3566         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
3567         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
3568         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
3569         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
3570         (gst_v4l2_get_output), (gst_v4l2_set_output),
3571         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
3572         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
3573         (gst_v4l2_set_attribute):
3574         * sys/v4l2/v4l2_calls.h:
3575         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3576         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
3577         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
3578         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
3579         (gst_v4l2src_capture_stop):
3580         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
3581         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3582         (gst_ximagesink_chain):
3583         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
3584         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
3585         (gst_xvideosink_xwindow_new):
3586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
3587         (gst_xvimagesink_chain):
3588
3589 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3590
3591         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3592         (gst_volume_get_volume), (volume_class_init), (volume_init),
3593         (volume_chain_int16), (volume_update_volume):
3594         * gst/volume/gstvolume.h:
3595           make code more readable by removing magic numbers
3596           make mixer interface export 0-100 range
3597           make it internally map to 0.0-1.0 range so users don't distort
3598           output by putting the sliders at full volume
3599
3600 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3601
3602         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
3603         (gst_play_state_change), (gst_play_seek_to_time):
3604         block the tick callback for 0.5 secs after doing a seek
3605
3606 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3607
3608         * gst-libs/gst/play/play.c: (gst_play_new):
3609           check for GError
3610
3611 2004-02-01  Julien MOUTTE  <julien@moutte.net>
3612
3613         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
3614         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
3615         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
3616         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
3617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
3618         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
3619
3620 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3621
3622         * configure.ac:
3623         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3624           check for a function added in vorbis 1.1
3625
3626 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3627
3628         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
3629         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
3630           really start/stop clock only on PLAYING <=> PAUSED
3631         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3632           remove \n from debugging lines
3633         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
3634           make it work when seeking does not
3635         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3636           reset on DISCONT
3637
3638 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3639
3640         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
3641           start clock on PAUSED=>PLAYING, not later
3642         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3643           extract correct time for different discont formats
3644         (gst_alsa_sink_get_time):
3645           don't segfault when no format is negotiated yet, just return 0
3646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
3647         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
3648         (gst_ogg_pad_push):
3649           handle flush and discont events correctly
3650         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
3651           handle discont events correctly
3652
3653 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
3654
3655         * gst-libs/gst/play/play.c: (gst_play_error_quark),
3656         (gst_play_error_create), (gst_play_error_plugin),
3657         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
3658         * gst-libs/gst/play/play.h:
3659           add error handling during creation
3660         * examples/gstplay/player.c: (main):
3661           use new gst_play_new
3662           
3663
3664 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3665
3666         * ext/theora/theoradec.c: (theora_dec_chain):
3667           make comments work
3668         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3669         (vorbis_dec_src_event), (vorbis_dec_chain):
3670           add encoder tag, fix tag reading to be more error tolerant, change
3671           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
3672           gst_pad_event_default.
3673         * gst/tags/gstvorbistag.c:
3674         (gst_tag_list_from_vorbiscomment_buffer):
3675           undefine function specific define at end of function
3676
3677 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
3678
3679         * ext/flac/gstflac.c: (plugin_init):
3680         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
3681         * ext/flac/gstflacdec.h:
3682         * ext/flac/gstflacenc.h:
3683           Fix typos
3684
3685 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
3686
3687         * examples/gstplay/player.c: s/gstplay.h/play.h/
3688
3689 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3690
3691         * gst-libs/gst/play/Makefile.am:
3692         * gst-libs/gst/play/gstplay.c:
3693         * gst-libs/gst/play/gstplay.h:
3694         * gst-libs/gst/play/play.c:
3695           more surgery, operation complete
3696
3697 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3698
3699         * gst-libs/gst/play/play.old.c:
3700         * gst-libs/gst/play/play.old.h:
3701           after CVS surgery by moving, remove
3702         * gst-libs/gst/play/playpipelines.c:
3703           remove
3704           
3705         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
3706           add negotiation error
3707
3708 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3709
3710         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
3711         (gst_ogg_demux_push):
3712           add some seeking debug info
3713           send a flush when seeking
3714
3715 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3716
3717         * configure.ac:
3718           use AC_C_INLINE
3719         * configure.ac:
3720         * ext/Makefile.am:
3721         * ext/theora/Makefile.am:
3722         * ext/theora/theoradec.c: 
3723           add theora video decoder. Does just do simple decoding for now and
3724           has been tested against Theora cvs only. It only works when theora
3725           is compiled with --enable-static.
3726         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3727           always reset packetno on DISCONT
3728
3729 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3730
3731         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
3732           Fix audio.
3733
3734 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3735
3736         * gst/mpegaudioparse/gstmpegaudioparse.c:
3737         (mp3_type_frame_length_from_header):
3738           Fix header parsing - stolen from ffmpeg (thank you! :) ).
3739
3740 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3741
3742         * ext/esd/esdsink.c: (gst_esdsink_init):
3743           Since we have static pad template caps, we don't need to negotiate;
3744           either the core errors out or we know the format.
3745
3746 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3747
3748         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
3749         (gst_riff_read_seek):
3750         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
3751         (gst_ebml_read_seek):
3752           Fix event handling.
3753
3754 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3755
3756         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
3757           removee video/x-theora from vp3 decoder, it doesn't handle raw
3758           theora streams
3759         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
3760           fix bug with finalizing element that never went to PAUSED
3761         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
3762           length and position queries were swapped
3763         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3764         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
3765         (vorbis_dec_src_event):
3766           implement querying time and bytes
3767
3768 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3769
3770         * just about every source file:
3771           gst_element_error -> GST_ELEMENT_ERROR
3772
3773 2004-01-29  Julien MOUTTE  <julien@moutte.net>
3774
3775         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
3776         emiting FLUSH and even before DISCONT.
3777         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
3778         get the best instant seeking as possible yay!
3779
3780 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3781
3782         * gst/mpeg1videoparse/gstmp1videoparse.c:
3783         (gst_mp1videoparse_real_chain):
3784           Committed wrong version last week... Grr... Didn't notice until now.
3785
3786 2004-01-29  Julien MOUTTE <julien@moutte.net>
3787
3788         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
3789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
3790         have_xwindow_id signal in xwindow_create.
3791
3792 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3793
3794         * ext/ogg/gstoggdemux.c: 
3795           lots of changes - mainly support for chained bitstreams, seeking,
3796           querying and bugfixes of course
3797         * ext/vorbis/Makefile.am:
3798         * ext/vorbis/vorbisdec.c: 
3799         * ext/vorbis/vorbisdec.h:
3800           add vorbisdec raw vorbis decoder
3801         * ext/vorbis/vorbis.c: (plugin_init):
3802           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
3803         * gst/intfloat/Makefile.am:
3804         * gst/intfloat/float22int.c:
3805         * gst/intfloat/float22int.h:
3806         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
3807           add float2intnew plugin. It converts multichannel interleaved float to
3808           multichannel interleaved int. The name should probably be changed.
3809         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
3810         (plugin_init):
3811           add typefinding for raw theora video so oggdemux can detect it.
3812
3813 2004-01-28  Julien MOUTTE  <julien@moutte.net>
3814
3815         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
3816         sink element first.
3817         * gst/videoscale/gstvideoscale.c:
3818         (gst_videoscale_handle_src_event): Fixing src event handler.
3819
3820 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3821
3822         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3823         (gst_v4lsrc_open), (gst_v4lsrc_close),
3824         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
3825         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
3826         * sys/v4l/gstv4lsrc.h:
3827         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
3828         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
3829           Implement resizing... Hack. But that's why v4l is b0rked...
3830
3831 2004-01-28  Julien MOUTTE <julien@moutte.net>
3832
3833         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3834         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
3835         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
3836         (gst_ximagesink_xwindow_destroy):
3837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3838         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
3839         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
3840         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
3841         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
3842         correctly cleaning the image created to check xshm calls on succes,
3843         added a lot of XSync calls in X11 functions, and fixed a segfault when
3844         no image format was defined before negotiation happened.
3845
3846 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3847
3848         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
3849           use gst_element_get_time to get correct time
3850
3851 2004-01-28  Julien MOUTTE  <julien@moutte.net>
3852
3853         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
3854         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
3855         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
3856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
3857         (gst_xvimagesink_check_xshm_calls),
3858         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
3859         X plugins are now able to detect that XShm calls will fail even if the
3860         server claims that it has XShm support (remote displays most of the
3861         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
3862         so that we use non XShm functions. This feature is almost useless for
3863         xvimagesink as Xv is not supported on remote displays anyway, but 
3864         it might happen than even on the local display XShm calls fail.
3865
3866 2004-01-27  David Schleef  <ds@schleef.org>
3867
3868         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
3869         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
3870         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
3871         changed esdsink to only use 44100,16,2, since esd sucks at rate
3872         conversion and esdsink has had difficulty negotiating.
3873
3874 2004-01-27  Julien MOUTTE <julien@moutte.net>
3875
3876         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
3877         (gst_play_seek_to_time): Fixing the way to get current position.
3878
3879 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3880
3881         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
3882           use gst_element_get_time to get correct time
3883
3884 2004-01-27  Julien MOUTTE <julien@moutte.net>
3885
3886         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
3887         fix ever... Inverting 2 lines of code make spider autoplug correctly
3888         tagged mp3 !
3889
3890 2004-01-27  David Schleef  <ds@schleef.org>
3891
3892         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3893         Use gst_pad_try_set_caps_nonfixed().
3894
3895 2004-01-27  David Schleef  <ds@schleef.org>
3896
3897         * gst/ac3parse/gstac3parse.c: update to checklist 5
3898         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
3899         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
3900         * gst/audioscale/gstaudioscale.c: same
3901         * gst/auparse/gstauparse.c: same
3902         * gst/avi/gstavidemux.c: same
3903
3904 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3905
3906         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
3907           stop processing after EOS
3908
3909 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3910
3911         * gst/asfdemux/asfheaders.h:
3912         * gst/asfdemux/gstasfdemux.c: 
3913         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
3914         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
3915         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
3916           lot's of fixes to make data extraction simpler and get the code
3917           architecture and compiler independant. Add debugging category
3918         * gst/goom/gstgoom.c: (gst_goom_change_state):
3919           reset channel count on PAUSED=>READY, not READY=>PAUSED
3920
3921 2004-01-26  Colin Walters  <walters@verbum.org>
3922
3923         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
3924         code to pull a bigger buffer in iradio mode.  This as a side effect
3925         makes typefinding work.
3926
3927 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
3928
3929         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
3930         Fix SVQ3 decoding on PPC
3931
3932 2004-01-26  Julien MOUTTE <julien@moutte.net>
3933
3934         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
3935         that one managed to stay there... Fixed.
3936
3937 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
3938
3939         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
3940         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
3941         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
3942         (qtdemux_video_caps):
3943         * gst/qtdemux/qtdemux.h:
3944         Add SVQ3 specific flags to qtdemux and ffmpeg
3945
3946 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3947
3948         * gst-libs/gst/audio/audio.h:
3949           remove buffer-frames from audio caps
3950         * gst/audioconvert/gstaudioconvert.c:
3951           fix plugin to really work.
3952
3953 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3954
3955         * gst-libs/gst/mixer/mixer.c:
3956         * gst-libs/gst/propertyprobe/propertyprobe.c:
3957         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
3958         (gst_tuner_find_channel_by_name):
3959         * gst-libs/gst/tuner/tuner.h:
3960           Add gtk-doc style comments. Also fix a function name.
3961
3962 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3963
3964         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
3965         (gst_divxdec_negotiate):
3966           Fix for new capsnego - also fixes gst-player with divxdec.
3967
3968 2004-01-25  Julien MOUTTE  <julien@moutte.net>
3969
3970         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
3971         (gst_play_identity_handoff), (gst_play_set_location),
3972         (gst_play_set_visualization), (gst_play_connect_visualization): Another
3973         try in visualization implementation. Still have an issue with switch
3974         blocking when pulling from video_queue and only audio comes out of 
3975         spider.
3976         * gst/switch/gstswitch.c: (gst_switch_release_pad),
3977         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
3978         release method. And check if the pad is usable before pulling.
3979
3980 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3981
3982         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
3983         (gst_videobalance_init),
3984         (gst_videobalance_colorbalance_list_channels),
3985         (gst_videobalance_colorbalance_set_value),
3986         (gst_videobalance_colorbalance_get_value),
3987         (gst_videobalance_update_properties),
3988         (gst_videobalance_update_tables_planar411),
3989         (gst_videobalance_planar411):
3990         * gst/videofilter/gstvideobalance.h:
3991           Implement lookup-tables. +/- 10x faster.
3992
3993 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3994
3995         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
3996         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
3997           The index reading was broken. The rest worked fine, but the whole
3998           goal of my rewrite was to make avidemux readable, and this was
3999           not at all readable. Please use typed variables.
4000
4001 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4002
4003         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
4004           Additional pad usability check.
4005         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
4006         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
4007         (gst_mp1videoparse_real_chain):
4008           Fix MPEG video stream parsing. The original plugin had several
4009           issues, including not timestamping streams where the source was
4010           not timestamped (this happens with PTS values in mpeg system
4011           streams, but MPEG video is also a valid stream on its own so
4012           that needs timestamps too). We use the display time code for that
4013           for now. Also, if one incoming buffer contains multiple valid
4014           frames, we push them all on correctly now, including proper EOS
4015           handling. Lastly, several potential segfaults were fixed, and we
4016           properly sync on new sequence/gop headers to include them in next,
4017           not previous frames (since they're header for the next frame, not
4018           the previous). Also see #119206.
4019         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
4020         (bpf_from_header):
4021           Move caps setting so we only do it after finding several valid
4022           MPEG-1 fraes sequentially, not right after the first one (which
4023           might be coincidental).
4024         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
4025         (mpeg_video_type_find), (mpeg_video_stream_type_find),
4026         (plugin_init):
4027           Add unsynced MPEG video stream typefinding, and change some
4028           probability values so we detect streams rightly. The idea is as
4029           follows: I can have an unsynced system stream which contains
4030           video. In the current code, I would randomly get a type for either
4031           system or video stream type found, because the probabilities are
4032           being calculated rather randomly. I now use fixed values, so we
4033           always prefer system stream if that was found (and that is how it
4034           should be). If no system stream was found, we can still identity                the stream as video-only.
4035
4036 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4037
4038         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
4039         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
4040           don't write to buffer. Extract data without the need of
4041           __attribute__ ((packed))
4042
4043 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4044
4045         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
4046         (mpeg1_sys_type_find):
4047           Fix MPEG-1 stream typefinding.
4048
4049 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4050
4051         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4052           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
4053
4054 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4055
4056         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
4057         * ext/esd/gstesd.c: (plugin_init):
4058           private debugging, better error reporting
4059
4060 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4061
4062         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
4063         (gst_riff_read_init), (gst_riff_read_change_state):
4064         * gst-libs/gst/riff/riff-read.h:
4065           Remove stuff fromold metadata system.
4066
4067 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4068
4069         * ext/ogg/gstoggdemux.c:
4070           Fix wrong file comment.
4071         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
4072         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
4073           Add metadata reading properly.
4074
4075 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4076
4077         * ext/Makefile.am:
4078           Fix nas DIST_SUBDIRS
4079           Uraeus:
4080           Fix bug where make distcheck doesn't get run on adding stuff to
4081           the build.
4082
4083 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4084
4085         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
4086         * ext/divx/gstdivxdec.h:
4087           Fix divx3 ("msmpeg4") playback using divxdec.
4088
4089 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4090
4091         * gst/typefind/gsttypefindfunctions.c:
4092         (mp3_type_frame_length_from_header): fix bug in length computation 
4093         (mp3_type_find): improve debugging output
4094
4095 2004-01-23  Julien MOUTTE  <julien@moutte.net>
4096
4097         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
4098         (gst_play_set_location), (gst_play_seek_to_time),
4099         (gst_play_set_audio_sink), (gst_play_set_visualization),
4100         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
4101         the pipeline from scratch. Visualization is back and switch went out as
4102         i realized it was not possible to use the way i wanted.
4103         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
4104         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
4105         clearing in state change from READY to NULL. So that one can clean the
4106         X ressources keeping the element.
4107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4108         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
4109         (gst_xvimagesink_colorbalance_set_value),
4110         (gst_xvimagesink_colorbalance_get_value),
4111         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
4112         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
4113         change from READY to NULL and fixed some stupid bugs in colorbalance
4114         get/set values. Also added the following feature : when nobody tries to
4115         set some values to the colorbalance levels before the xcontext is 
4116         grabbed, then when creating channels list from Xv attributes we set the
4117         internal values to the Xv defaults. This way we handle buggy Xv drivers
4118         that set default hue values far from the middle of the range (Thanks
4119         to Jon Trowbridge for pointing that issue).
4120         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
4121         colorbalance levels have been set before xcontext is grabbed.
4122
4123 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4124
4125         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
4126           Fix the ossmixer case where we shouldn't open /dev/dsp* because
4127           it might block operations (which is bad for a mixer).
4128
4129 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4130
4131         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
4132         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
4133         (gmip_find_type_pre):
4134         * gst-libs/gst/media-info/media-info-priv.h:
4135         * gst-libs/gst/media-info/media-info.c:
4136         (gst_media_info_instance_init), (gst_media_info_read_idler):
4137         add fakesink to get caps on decoder src pad again
4138         fix callback prototype to match new have_type signal signature
4139
4140 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4141
4142         * gst/adder/gstadder.c: (gst_adder_link):
4143           fix non-compile and cut-n-paste code
4144
4145 2004-01-21  David Schleef  <ds@schleef.org>
4146
4147         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
4148         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
4149         (gst_swfdec_init), (gst_swfdec_change_state):
4150         * ext/swfdec/gstswfdec.h:
4151         Fix negotiation.
4152         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
4153         (gst_adder_request_new_pad): Fix negotiation.
4154         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
4155         Add a fixate function.
4156         * gst/intfloat/gstfloat2int.c:
4157         * gst/intfloat/gstfloat2int.h:
4158         * gst/intfloat/gstint2float.c:
4159         * gst/intfloat/gstint2float.h:
4160         Completely rewrite the negotiation.  Doesn't quite work yet,
4161         due to some buffer-frames problem.
4162
4163 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4164
4165         * ext/gnomevfs/gstgnomevfssrc.c:
4166         * sys/v4l2/v4l2_calls.h:
4167           fix includes for distcheck
4168
4169 2004-01-21  Christian Schaller <uraeus@gnome.org>
4170
4171         * ext/nas/
4172         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
4173         based on earlier patch from Laurent Vivier
4174
4175 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
4176
4177         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
4178         Fix wma caps property
4179         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
4180         Fix typo (flags1 and flags2)
4181
4182 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4183
4184         * gst-libs/gst/media-info/media-info-priv.c:
4185         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
4186         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
4187         (gmip_find_stream), (gmip_find_track_metadata),
4188         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
4189         (gmip_find_track_format):
4190         * gst-libs/gst/media-info/media-info-priv.h:
4191         * gst-libs/gst/media-info/media-info-test.c: (main):
4192         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
4193         (gst_media_info_read_idler), (gst_media_info_read):
4194         * gst-libs/gst/media-info/media-info.h:
4195           register debugging category and use it for debugging
4196
4197 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4198
4199         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
4200         (gst_vorbisfile_new_link):
4201           signal streaminfo through tags
4202
4203 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4204
4205         * ext/mplex/gstmplex.cc:
4206         * ext/mplex/gstmplexibitstream.cc:
4207           g++ doesn't like NULL in our i18n/error macros, should be
4208           either (NULL) or ("").
4209
4210 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4211
4212         * sys/dxr3/dxr3audiosink.c:
4213         * sys/dxr3/dxr3init.c:
4214         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
4215         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
4216           Fix more error error error errors (missing includes here).
4217
4218 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4219
4220         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4221           fix thomas' error errors.
4222
4223 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4224
4225         * ext/mpeg2enc/gstmpeg2enc.cc:
4226           fix error errors.
4227
4228 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4229
4230         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
4231         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
4232           Fix for new error system.
4233
4234 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4235
4236         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
4237           fix for new error reporting
4238
4239 2004-01-20  David Schleef  <ds@schleef.org>
4240
4241         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
4242         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
4243         (gst_ximagesink_set_xwindow_id): Change to using a framerate
4244         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
4245         and neither is 100+, most likely.
4246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4247         (gst_xvimagesink_getcaps): same
4248
4249 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4250
4251         * configure.ac:
4252           Up version requirement to 2.0.3 (not yet released) to avoid symbol
4253           clashes with ffmpeg.
4254
4255 2004-01-20  Julien MOUTTE  <julien@moutte.net>
4256
4257         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
4258         (gst_switch_init): Fixed switch element : proxying link and setting
4259         caps from src to sink on request.
4260
4261 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4262
4263         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
4264         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
4265         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
4266         fix element_error
4267
4268 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4269
4270         * sys/v4l/v4l_calls.h:
4271         * sys/v4l2/v4l2_calls.h:
4272           element_error fixes
4273
4274 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4275
4276         * gst-libs/gst/gst-i18n-plugin.h:
4277           add locale.h
4278           remove config.h inclusion
4279
4280 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4281
4282         * autogen.sh:
4283           adding autopoint invocation
4284         * Makefile.am:
4285         * configure.ac:
4286         * gst-libs/gst/gettext.h:
4287           adding gettext bits
4288         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
4289         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
4290         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4291         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
4292         (gst_gnomevfssink_close_file):
4293         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
4294         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
4295         * gst-libs/gst/gst-i18n-plugin.h:
4296         * gst/avi/gstavi.c: (plugin_init):
4297         * sys/dxr3/dxr3init.c: (plugin_init):
4298         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
4299         * sys/oss/gstossaudio.c: (plugin_init):
4300         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
4301         * sys/v4l/gstv4l.c: (plugin_init):
4302         * sys/v4l/v4l_calls.c: (gst_v4l_open):
4303         * sys/v4l2/gstv4l2.c: (plugin_init):
4304         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
4305         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
4306         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
4307         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
4308         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
4309         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
4310           make sure locale and translation domain are set
4311           fix translated strings 
4312         * po/.cvsignore:
4313         * po/LINGUAS:
4314         * po/Makevars:
4315         * po/POTFILES.in:
4316         * po/nl.po:
4317           put translation files into place
4318         * sys/xvideo/imagetest.c: (main):
4319         * ext/dv/demo-play.c: (main):
4320           fix unnecessary translations
4321
4322 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4323
4324         * ext/sndfile/gstsf.c:
4325         * gst/avi/gstavimux.c:
4326         * ext/audiofile/gstafsink.c:
4327         * ext/audiofile/gstafsrc.c:
4328         * ext/gnomevfs/gstgnomevfssink.c:
4329         * ext/gnomevfs/gstgnomevfssrc.c:
4330         * sys/oss/gstosselement.c:
4331         * sys/v4l/v4l_calls.h:
4332           fix i18n include
4333
4334 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4335
4336         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
4337         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
4338         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
4339         (gst_v4l2_get_output), (gst_v4l2_set_output),
4340         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
4341         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
4342         (gst_v4l2_set_attribute):
4343         update to new error handling
4344
4345 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4346
4347         * ext/sidplay/gstsiddec.cc:
4348         * gst/modplug/gstmodplug.cc:
4349           parenthese NULL because C++ seems angry about it
4350
4351 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4352
4353         * gst-libs/gst/gst-i18n-plugin.h:
4354           add skeleton i18n stuff, but needs to be further implemented
4355
4356 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4357
4358         * examples/gstplay/player.c: (main):
4359         * ext/aalib/gstaasink.c: (gst_aasink_open):
4360         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
4361         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4362         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
4363         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
4364         (gst_afsink_close_file):
4365         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
4366         (gst_afsrc_close_file):
4367         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
4368         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
4369         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
4370         * ext/esd/esdmon.c: (gst_esdmon_get):
4371         * ext/esd/esdsink.c: (gst_esdsink_chain):
4372         * ext/faac/gstfaac.c: (gst_faac_chain):
4373         * ext/faad/gstfaad.c: (gst_faad_chain):
4374         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
4375         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
4376         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
4377         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
4378         (gst_flacdec_loop):
4379         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
4380         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
4381         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
4382         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
4383         (gst_gnomevfssink_close_file):
4384         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4385         (gst_gnomevfssrc_open_file):
4386         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
4387         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
4388         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
4389         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
4390         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
4391         * ext/mad/gstmad.c: (gst_mad_chain):
4392         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
4393         * ext/mpeg2dec/gstmpeg2dec.c:
4394         * ext/mpeg2enc/gstmpeg2enc.cc:
4395         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4396         * ext/mplex/gstmplex.cc:
4397         * ext/mplex/gstmplexibitstream.cc:
4398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
4399         (gst_ogg_demux_push), (gst_ogg_pad_push):
4400         * ext/raw1394/gstdv1394src.c:
4401         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
4402         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
4403         * ext/sidplay/gstsiddec.cc:
4404         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
4405         (gst_sf_loop):
4406         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
4407         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
4408         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
4409         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4410         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
4411         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
4412         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
4413         * gst-libs/gst/Makefile.am:
4414         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
4415         (gst_riff_read_element_data), (gst_riff_read_seek),
4416         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
4417         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
4418         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
4419         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
4420         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
4421         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
4422         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
4423         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
4424         * gst/goom/gstgoom.c: (gst_goom_chain):
4425         * gst/id3/gstid3types.c: (gst_id3types_loop):
4426         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
4427         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
4428         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
4429         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
4430         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
4431         (gst_ebml_read_float), (gst_ebml_read_header):
4432         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
4433         (gst_matroska_demux_parse_blockgroup):
4434         * gst/modplug/gstmodplug.cc:
4435         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
4436         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
4437         * gst/oneton/gstoneton.c: (gst_oneton_chain):
4438         * gst/silence/gstsilence.c: (gst_silence_get):
4439         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
4440         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
4441         * gst/speed/gstspeed.c: (speed_loop):
4442         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
4443         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
4444         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
4445         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
4446         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
4447         (gst_wavparse_loop):
4448         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
4449         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
4450         (dxr3audiosink_close):
4451         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
4452         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
4453         (dxr3videosink_close), (dxr3videosink_write_data):
4454         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
4455         * sys/oss/gstosselement.h:
4456         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
4457         (gst_osssink_chain):
4458         * sys/oss/gstosssrc.c: (gst_osssrc_get):
4459         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
4460         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
4461         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
4462         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
4463         (gst_v4l_enable_overlay):
4464         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
4465         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
4466         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
4467         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
4468         (gst_v4l_set_audio):
4469         * sys/v4l/v4l_calls.h:
4470         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
4471         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
4472         (gst_v4lmjpegsink_playback_init),
4473         (gst_v4lmjpegsink_playback_start):
4474         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
4475         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
4476         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
4477         (gst_v4lmjpegsrc_requeue_frame):
4478         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
4479         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
4480         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
4481         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
4482         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4483         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
4484         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
4485         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
4486         (gst_v4l2src_capture_stop):
4487         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
4488         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4489         (gst_ximagesink_chain):
4490         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
4491         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
4492         (gst_xvideosink_xwindow_new):
4493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4494         (gst_xvimagesink_chain):
4495         use new error signal, function and categories
4496
4497 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
4498
4499         * configure.ac:
4500         * ext/Makefile.am:
4501         * ext/musicbrainz/gsttrm.c:
4502         * ext/musicbrainz/gsttrm.h:
4503         * ext/musicbrainz/Makefile.am:
4504         Add a trm plugin 
4505
4506 2004-01-18  Julien MOUTTE  <julien@moutte.net>
4507
4508         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
4509         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
4510         synchronous property for debugging.
4511         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
4512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4513         (gst_xvimagesink_set_property): Moving a pointer declaration to a
4514         smaller block, fixing indent.
4515
4516 2004-01-16  David Schleef  <ds@schleef.org>
4517
4518         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
4519         property affects the video stream.
4520         * sys/xvimage/xvimagesink.c: 
4521         * sys/xvimage/xvimagesink.h:
4522         Add synchronous property for debugging.  Should probably be
4523         disabled in non-CVS builds.  Make sure that the Xv attribute
4524         exists before we set it (crash!).  Fix a silly float bug that
4525         caused colorbalance to just not work.
4526
4527 2004-01-17  Christian Schaller <Uraeus@gnome.org>
4528
4529         * tools/gst-launch-ext.in - update for new plugins
4530
4531 2004-01-16  David Schleef  <ds@schleef.org>
4532
4533         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
4534         already-freed caps.
4535
4536 2994-01-16  Christian Schaller <Uraeus@gnome.org>
4537
4538         * Update spec for new colorspace plugin and libcaca plugin
4539         * Fix compilation of libcaca plugin (clock -> id)
4540
4541 2004-01-16  Julien MOUTTE <julien@moutte.net>
4542
4543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
4544         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
4545         (gst_xvimagesink_set_xwindow_id),
4546         (gst_xvimagesink_colorbalance_set_value),
4547         (gst_xvimagesink_colorbalance_get_value),
4548         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4549         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
4550         correct colorbalance properties. They can now be set when the element
4551         is still in NULL state. The values will be committed to the Xv Port
4552         when xcontext is initialized.
4553         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
4554         brightness int values in the GstXvImagesink structure.
4555
4556 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4557
4558         * gst-libs/gst/Makefile.am:
4559           restructure so having local patches works easier.
4560
4561 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4562
4563         * ext/mpeg2enc/Makefile.am:
4564         * ext/mpeg2enc/gstmpeg2enc.cc:
4565         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4566           Bugfix with respect to EOS handling.
4567
4568 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4569
4570         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
4571           Link with right caps (else, it segfaults).
4572         * ext/mplex/gstmplexjob.cc:
4573           Fix for slight API change in 1.6.1.93 release of mjpegtools.
4574
4575 2004-01-15  David Schleef  <ds@schleef.org>
4576
4577         * gst-libs/gst/audio/Makefile.am:
4578         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
4579         from the template.
4580         * gst-libs/gst/audio/gstaudiofilter.c:
4581         * gst-libs/gst/audio/gstaudiofilter.h:
4582         Add bytes_per_sample and size and n_samples calculation.
4583         * gst-libs/gst/audio/gstaudiofilterexample.c:
4584         Remove, now autogenerated.
4585         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4586         Moved from gstaudiofilterexample, object name changed, code added
4587         so that it actually works.
4588         * gst-libs/gst/audio/make_filter:
4589         Script to build an audiofilter subclass from the template.
4590         * gst/colorspace/Makefile.am:
4591         * gst/colorspace/yuv2yuv.c:
4592         Remove file, since it's GPL, and we don't use it.
4593
4594 2004-01-15  Julien MOUTTE  <julien@moutte.net>
4595
4596         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
4597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
4598         them use the buffer free function to test how the buffer was allocated.
4599
4600 2004-01-15  David Schleef  <ds@schleef.org>
4601
4602         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
4603         that handles osssink fallback.
4604         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4605         (gst_audio_convert_getcaps):
4606         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
4607         Add audio/x-qdm2 for QDM2 audio.
4608         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
4609         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
4610         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
4611         Decrease minimum size to 16x16.
4612         * gst/wavparse/gstwavparse.c:
4613         Convert disabled pad template caps to new caps.
4614         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4616         (gst_xvimagesink_chain): Throw element error when display cannot
4617         be opened.  Increase minimum framerate to 1.0.  Check the data
4618         free function on a buffer to make sure it is the type we expect
4619         before manipulating it.
4620
4621 2004-01-15  Julien MOUTTE <julien@moutte.net>
4622
4623         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
4624         (gst_videobalance_colorbalance_set_value): Implement passthru if
4625         settings are in the middle.
4626         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
4627
4628 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4629
4630         * gst/videofilter/Makefile.am:
4631         * gst/volume/Makefile.am:
4632           Since we use videofilter symbols, link to it.
4633
4634 2004-01-15  Julien MOUTTE <julien@moutte.net>
4635
4636         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
4637         mixer interface type to HARDWARE.
4638         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
4639         type to SOFTWARE.
4640         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
4641         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
4642         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4643         (gst_volume_interface_init), (gst_volume_list_tracks),
4644         (gst_volume_set_volume), (gst_volume_get_volume),
4645         (gst_volume_set_mute), (gst_volume_mixer_init),
4646         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
4647         (volume_init): Implementing mixer interface.
4648         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
4649         * sys/oss/gstosselement.c: (gst_osselement_get_type),
4650         (gst_osselement_change_state): Removing some trailing commas in
4651         structures.
4652         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
4653         interface type to HARDWARE.
4654         * sys/v4l/gstv4lcolorbalance.c:
4655         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
4656         type to HARDWARE.
4657         * sys/v4l2/gstv4l2colorbalance.c:
4658         (gst_v4l2_color_balance_interface_init): Setting colorbalance
4659         interface type to HARDWARE.
4660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
4661         same code than ximagesink for event handling.
4662
4663 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4664
4665         * ext/snapshot/Makefile.am:
4666         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
4667         (gst_snapshot_chain):
4668         * ext/snapshot/gstsnapshot.h:
4669           This has to be a joke... Snapshot should be connected to a tee,
4670           colorspace element before it and EOS after that, where the other
4671           src of the tee receives normal data.
4672           The current way is *wrong*.
4673
4674 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4675
4676         * ext/hermes/gsthermescolorspace.c:
4677           Fix another compile error. Same as below.
4678
4679 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4680
4681         * gst/colorspace/gstcolorspace.c:
4682         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
4683         (gst_colorspace_i420_to_yv12):
4684           Fix compiling... Didn't test if it actually works.
4685
4686 2004-01-15  David Schleef  <ds@schleef.org>
4687
4688         * configure.ac:
4689         * gst/colorspace/Makefile.am:
4690         * gst/colorspace/gstcolorspace.c:
4691         * gst/colorspace/gstcolorspace.h:
4692         * gst/colorspace/yuv2rgb.c:
4693         * gst/colorspace/yuv2rgb.h:
4694         Duplicate the ext/hermes colorspace plugin, and remove Hermes
4695         code and GPL code.  Fix for new caps negotiation.  Rewrite
4696         much of the format handling code, and some of the conversion
4697         code.  Basically, rewrote almost everything.  This element
4698         handles I420, YV12 to RGB conversions.
4699         * ext/hermes/Makefile.am:
4700         * ext/hermes/gsthermescolorspace.c:
4701         Rename colorspace to hermescolorspace.  Fix negotiation issues.
4702         Remove non-Hermes related code.  This element handles lots of
4703         RGB to RGB conversions, but no YUV.
4704         * ext/hermes/gstcolorspace.c:
4705         * ext/hermes/gstcolorspace.h:
4706         * ext/hermes/rgb2yuv.c:
4707         * ext/hermes/yuv2rgb.c:
4708         * ext/hermes/yuv2rgb.h:
4709         * ext/hermes/yuv2rgb_mmx16.s:
4710         * ext/hermes/yuv2yuv.c:
4711         * ext/hermes/yuv2yuv.h:
4712         Remove old code.
4713
4714 2004-01-14  Colin Walters  <walters@verbum.org>
4715
4716         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
4717         they've already been.
4718
4719 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4720
4721         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
4722           assume tag mode when pad is not connected
4723
4724 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4725
4726         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4727           Don't update the time of the clock
4728         (gst_alsa_sink_loop):
4729           sync to the clock given to alsasink, not the own clock
4730         * sys/oss/gstosssink.c: (gst_osssink_chain):
4731           sync to the clock
4732         (gst_osssink_change_state):
4733           activate the clock
4734         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
4735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
4736           remove bogus code that made DISCONT events unhandled
4737         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
4738           explicitly case to double in _set_simple. (fixes 2nd warning in bug
4739           #131502)
4740         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
4741         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
4742         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
4743           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
4744           2nd warning in bug #131502)
4745
4746 2004-01-14  Julien MOUTTE  <julien@moutte.net>
4747
4748         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
4749         (gst_videobalance_colorbalance_set_value),
4750         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
4751         for colorbalance interface implementation.
4752         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4753         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4754         (gst_ximagesink_dispose), (gst_ximagesink_init),
4755         (gst_ximagesink_class_init): Adding DISPLAY property.
4756         * sys/ximage/ximagesink.h: Adding display_name to store display.
4757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4758         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4759         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
4760         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
4761         properties (they still need polishing though for gst-launch use : no
4762         xcontext yet, i ll do that tomorrow).
4763         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
4764
4765 2004-01-14  Julien MOUTTE  <julien@moutte.net>
4766
4767         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
4768         (gst_play_set_location), (gst_play_set_visualization): Preparing 
4769         switch integration, adding videobalance in the pipeline.
4770
4771 2004-01-14  Julien MOUTTE <julien@moutte.net>
4772
4773         * gst-libs/gst/colorbalance/colorbalance.c:
4774         (gst_color_balance_class_init): Adding a default type.
4775         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
4776         the type.
4777         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
4778         (gst_videobalance_dispose), (gst_videobalance_class_init),
4779         (gst_videobalance_init), (gst_videobalance_interface_supported),
4780         (gst_videobalance_interface_init),
4781         (gst_videobalance_colorbalance_list_channels),
4782         (gst_videobalance_colorbalance_set_value),
4783         (gst_videobalance_colorbalance_get_value),
4784         (gst_videobalance_colorbalance_init): Implementing colorbalance
4785         interface.
4786         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
4787         list.
4788         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
4789         bug which was triggering a BadAccess X error when setting an overlay
4790         before pad was really negotiated.
4791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
4792         Using the colorbalance type macro.
4793
4794 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4795
4796         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
4797         (gst_flacenc_chain):
4798           handle tags correctly
4799         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4800           extract ID3v1 tags correctly
4801
4802 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4803
4804         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
4805         (plugin_init):
4806           Improve matroska typefinding for odd-typed headers...
4807
4808 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4809
4810         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
4811           Fix for using incremental number on padnames.
4812
4813 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4814
4815         * ext/divx/gstdivxdec.c:
4816         * ext/divx/gstdivxenc.c:
4817           Set category to divx4linux instead of divx (too generic).
4818         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
4819         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
4820         (gst_wavparse_loop), (gst_wavparse_change_state):
4821         * gst/wavparse/gstwavparse.h:
4822           fix parsing of WAV files with non-standard fmt-tag size and fix
4823           skipping of unrecognized chunks... Someone please fix this thing
4824           to use rifflib so all this is automated.
4825         * sys/v4l/Makefile.am:
4826         * sys/v4l2/Makefile.am:
4827           Add X_CFLAGS because we depend on X (for overlay).
4828
4829 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
4830
4831         * ext/mpeg2dec/gstmpeg2dec.c:
4832           Don't issue a timestamp unless we tagged the frame
4833           with a PTS.
4834
4835 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4836
4837         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
4838           Query the audio element to get the time, not the clock. We're
4839           interested in the element's time here.
4840
4841 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4842
4843         * ext/aalib/gstaasink.c: (gst_aasink_chain):
4844         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4845         * ext/esd/esdsink.c: (gst_esdsink_chain):
4846         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
4847         * ext/mas/massink.c: (gst_massink_chain):
4848         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
4849         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
4850         (gst_matroska_demux_parse_metadata):
4851         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
4852         (gst_mpeg_parse_release_locks):
4853         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
4854         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
4855         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
4856         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
4857         (gst_osssink_change_state):
4858         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
4859         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
4860         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
4861         (gst_xvideosink_release_locks):
4862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
4863           use element time.
4864         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
4865         (gst_alsa_clock_stop):
4866         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
4867         (gst_audio_clock_get_internal_time):
4868           simplify for use with new clocking code.
4869         * testsuite/alsa/Makefile.am:
4870         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
4871           fix testsuite for new caps system
4872
4873 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4874
4875         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
4876         * ext/flac/gstflacenc.c: (add_one_tag):
4877           length is already host endian, no need to convert. Fixes playback of
4878           tagged files on PPC. (bug #128384)
4879
4880 2004-01-13  Julien MOUTTE <julien@moutte.net>
4881
4882         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
4883         colorbalance interface stating if it is hardware based or software
4884         based.
4885         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
4886         Removing a trailing comma.
4887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4888         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
4889         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
4890         the documentation seems to be wrong on the -1000 to 1000 interval.
4891
4892 2004-01-12  David Schleef  <ds@schleef.org>
4893
4894         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
4895         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
4896         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
4897         Fix negotiation.  Add a bufferalloc function for the sink pad,
4898         and generally clean up some of the code.
4899
4900 2004-01-12  Julien MOUTTE <julien@moutte.net>
4901
4902         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4903         (gst_color_balance_channel_dispose): Adding safety check in dispose
4904         method.
4905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4906         (gst_xvimagesink_xcontext_clear),
4907         (gst_xvimagesink_interface_supported),
4908         (gst_xvimagesink_colorbalance_list_channels),
4909         (gst_xvimagesink_colorbalance_set_value),
4910         (gst_xvimagesink_colorbalance_get_value),
4911         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
4912         Adding colorbalance interface support to set XV parameters such as
4913         HUE, BRIGHTNESS, CONTRAST, SATURATION.
4914         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
4915         interface.
4916
4917 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4918
4919         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
4920         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
4921         (gst_audio_convert_init), (gst_audio_convert_set_property),
4922         (gst_audio_convert_get_property), (gst_audio_convert_chain),
4923         (gst_audio_convert_link),
4924         (gst_audio_convert_buffer_to_default_format),
4925         (gst_audio_convert_buffer_from_default_format), (plugin_init):
4926           - implement _getcaps and use it
4927           - improve linking
4928           - remove float caps since no float conversion is actually done
4929           - remove properties and arguments that were to be used for rate
4930             conversion
4931
4932 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4933
4934         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
4935         (gst_audio_structure_set_int):
4936         * gst-libs/gst/audio/audio.h:
4937           add helper functions for _getcaps matching the standard audio
4938           templates
4939
4940 2004-01-12  David Schleef  <ds@schleef.org>
4941
4942         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
4943         Test that pad is negotiated before getting its caps.
4944
4945 2004-01-12  Julien MOUTTE <julien@moutte.net>
4946
4947         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
4948         analyzing the pads of an element the bin is mostly in READY state so
4949         no caps were negotiated. This helper function needs to work with
4950         _get_caps directly then. I was not freeing them though, added that to
4951         fix the mem leak.
4952
4953 2004-01-12  Julien MOUTTE <julien@moutte.net>
4954
4955         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
4956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
4957         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
4958         than the free_func.
4959
4960 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4961
4962         * sys/oss/gstossaudio.c: (plugin_init):
4963         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
4964         * sys/oss/gstosselement.h:
4965           make an oss debugging category
4966           make failure more descriptive
4967
4968 2004-01-11  David Schleef  <ds@schleef.org>
4969
4970         * ext/ffmpeg/gstffmpeg.c:
4971         * ext/ffmpeg/gstffmpegcodecmap.c:
4972         * ext/ffmpeg/gstffmpegdec.c:
4973         * ext/ffmpeg/gstffmpegenc.c:
4974         * ext/ffmpeg/gstffmpegprotocol.c:
4975         * ext/gdk_pixbuf/gstgdkanimation.c:
4976         * ext/jpeg/gstjpeg.c:
4977         * ext/libpng/gstpng.c:
4978         * ext/mpeg2dec/perftest.c:
4979         * ext/speex/gstspeex.c:
4980         * gst-libs/gst/resample/dtos.c:
4981         * gst/intfloat/gstintfloatconvert.c:
4982         * gst/oneton/gstoneton.c:
4983         * gst/rtjpeg/RTjpeg.c:
4984         * gst/rtp/gstrtp.c:
4985         * sys/dxr3/dxr3init.c:
4986         * sys/glsink/gstgl_nvimage.c:
4987         * sys/glsink/gstgl_pdrimage.c:
4988         * sys/glsink/gstglsink.c:
4989         * testsuite/gst-lint:
4990         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
4991
4992 2004-01-11  David Schleef  <ds@schleef.org>
4993
4994         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
4995         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
4996         * ext/gdk_pixbuf/gstgdkanimation.c:
4997         (gst_gdk_animation_iter_create_pixbuf):
4998         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
4999         (gst_gdk_pixbuf_chain):
5000         * ext/gdk_pixbuf/gstgdkpixbuf.h:
5001         * ext/jack/gstjack.c: (gst_jack_change_state):
5002         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
5003         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
5004         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
5005         * gst/videofilter/gstvideofilter.c:
5006         (gst_videofilter_set_output_size):
5007         Remove all usage of gst_pad_get_caps(), and replace it with
5008         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
5009
5010 2004-01-11  David Schleef  <ds@schleef.org>
5011
5012         * configure.ac:
5013         * ext/Makefile.am: Fixes to make ext/libcaca compile.
5014         * ext/divx/gstdivxdec.c:
5015         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
5016         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
5017         handle images that span multiple buffers.  Now work with both
5018         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
5019         * ext/gdk_pixbuf/gstgdkpixbuf.h:
5020         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
5021         video/video.h changes
5022         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
5023         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
5024         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
5025         of GstData free function.
5026         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
5027         same.
5028
5029 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5030
5031         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
5032         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
5033         (gst_v4l2element_get_property):
5034         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
5035           add norm, channel and frequency properties.
5036         * sys/v4l2/gstv4l2tuner.c:
5037           fixes for tuner interface changes
5038         * sys/v4l2/gstv4l2element.h:
5039         * sys/v4l2/gstv4l2src.c: 
5040         * sys/v4l2/gstv4l2src.h:
5041         * sys/v4l2/v4l2src_calls.c: 
5042         * sys/v4l2/v4l2src_calls.h:
5043           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
5044
5045 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5046
5047         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
5048         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
5049         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
5050         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
5051         * gst-libs/gst/tuner/tuner.h:
5052           GObjects aren't const.
5053           Add find_by_name functions.
5054           Add checks to _changed functions.
5055         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
5056         (gst_v4l_tuner_get_norm):
5057           Fixes for above.
5058
5059 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5060
5061         * gst-libs/gst/video/video.h:
5062           Fix caps template names to be understandable.
5063           Prefix everything with GST_VIDEO.
5064         * ext/aalib/gstaasink.c:
5065         * ext/divx/gstdivxdec.c:
5066         * ext/divx/gstdivxenc.c:
5067         * ext/gdk_pixbuf/gstgdkpixbuf.c:
5068         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
5069         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
5070         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
5071         * ext/libcaca/gstcacasink.c:
5072         * ext/libpng/gstpngenc.c: (raw_caps_factory):
5073         * ext/snapshot/gstsnapshot.c:
5074         * ext/swfdec/gstswfdec.c:
5075         * ext/xvid/gstxviddec.c:
5076         * ext/xvid/gstxvidenc.c:
5077         * gst/chart/gstchart.c:
5078         * gst/deinterlace/gstdeinterlace.c:
5079         * gst/effectv/gsteffectv.c:
5080         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
5081         * gst/goom/gstgoom.c:
5082         * gst/median/gstmedian.c:
5083         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5084         (gst_monoscope_srcconnect), (gst_monoscope_chain):
5085         * gst/overlay/gstoverlay.c:
5086         * gst/smooth/gstsmooth.c:
5087         * gst/smpte/gstsmpte.c:
5088         * gst/synaesthesia/gstsynaesthesia.c:
5089         * gst/videocrop/gstvideocrop.c:
5090         * gst/videodrop/gstvideodrop.c:
5091         * gst/y4m/gsty4mencode.c:
5092         * sys/qcam/gstqcamsrc.c:
5093         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
5094           Make them work with new video.h file.
5095         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5096         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
5097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5098         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
5099           Make it work with new buffer allocation system.
5100
5101 2004-01-11  Julien MOUTTE  <julien@moutte.net>
5102
5103         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
5104         pad_alloc_buffer implementation to use ->srcpad
5105         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
5106         pad_alloc_buffer implementation to use ->srcpad
5107         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
5108         pad_alloc_buffer implementation to use ->srcpad
5109         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5110         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
5111         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
5112         a reference to everything we need.
5113         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
5114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5115         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5116         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
5117         a reference to everything we need.
5118         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
5119
5120 2004-01-11  David Schleef  <ds@schleef.org>
5121
5122         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
5123         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
5124         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
5125         structure members.
5126         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
5127         value during a resize/renegotiation.
5128         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
5129         gst_pad_alloc_buffer();
5130         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
5131         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
5132         structure members.
5133         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
5134         Fix for rename of buffer private structure members.
5135         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5136         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
5137         Fix for rename of buffer private structure members.
5138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5139         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
5140         Fix for rename of buffer private structure members.
5141
5142 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
5143
5144         reviewed by: David Schleef <ds@schleef.org>
5145
5146         * gst/videofilter/Makefile.am:
5147         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
5148         from the patch by ds to fit in with recent make_filter changes.
5149
5150 2004-01-11  Julien MOUTTE  <julien@moutte.net>
5151
5152         * configure.ac: Adding examples/switch/Makefile
5153         * examples/Makefile.am: Adding examples/switch
5154         * examples/switch/Makefile.am: Adding switcher example.
5155         * examples/switch/switcher.c: (got_eos), (idle_iterate),
5156         (switch_timer), (main): Adding an example demonstrating switch usage
5157         with 2 videotestsrc showing different patterns.
5158         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
5159         (gst_switch_init): Fixing switch with the new caps system.
5160
5161 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5162
5163         * gst-libs/gst/video/video.h:
5164           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
5165           They should probably be like
5166           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
5167
5168 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5169
5170         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
5171         (qtdemux_parse_trak):
5172           fix audio chunk size/timestamp calculation
5173
5174 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5175
5176         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
5177           fix SVQ3 caps
5178
5179 2004-01-11  Steve Baker  <steve@stevebaker.org>
5180
5181         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
5182         (gst_agingtv_base_init), (gst_agingtv_class_init),
5183         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
5184         (gst_agingtv_set_property), (gst_agingtv_get_property):
5185         Port agingTV to videofilter
5186
5187 2004-01-09  Julien MOUTTE <julien@moutte.net>
5188
5189         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
5190         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
5191
5192 2004-01-09  Julien MOUTTE <julien@moutte.net>
5193
5194         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
5195         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
5196         * gst-libs/gst/xoverlay/xoverlay.c:
5197         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
5198         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
5199         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
5200         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
5201         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
5202         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5203         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
5204         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
5205         the bufferalloc_function to replace bufferpools, fixing the XOverlay
5206         interface implementation to handle xid being 0 and fix some bugs
5207         triggered by Benjamin's testcase.
5208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5209         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5210         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
5211         the bufferalloc_function to replace bufferpools, fixing the XOverlay
5212         interface implementation to handle xid being 0 and fix some bugs
5213         triggered by Benjamin's testcase.
5214
5215 2004-01-09  David Schleef  <ds@schleef.org>
5216
5217         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
5218         mouse pointer events.  It works.
5219
5220 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5221
5222         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
5223           Use explicit caps - fix capsnego.
5224         * ext/xvid/gstxviddec.c:
5225         * ext/xvid/gstxvidenc.c:
5226           Remove macro-inside-macro which caused compile errors.
5227         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
5228           Error out if it's not a RIFF file. Else we error out without
5229           gst_element_error() which is not good...
5230
5231 2004-01-08  David Schleef  <ds@schleef.org>
5232
5233         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
5234         Fix pad_link function to handle formats that ffmpeg returns
5235         as multiple caps structures.
5236         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
5237         Only complain if source buffer is _smaller_ than expected.
5238         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
5239         (gst_videoscale_handle_src_event): Resize navigation events
5240         when passing them upstream.
5241         * gst/videotestsrc/gstvideotestsrc.c:
5242         * gst/videotestsrc/gstvideotestsrc.h:
5243         * gst/videotestsrc/videotestsrc.c:
5244         * gst/videotestsrc/videotestsrc.h:
5245         Rewrite many of the buffer painting functions to handle odd
5246         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
5247         been verified to work with my video card.
5248         * testsuite/gst-lint:  Add check for elements calling
5249         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
5250
5251 2004-01-08  David Schleef  <ds@schleef.org>
5252
5253         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
5254         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
5255
5256 2004-01-08  Julien MOUTTE  <julien@moutte.net>
5257
5258         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
5259         configure event is not emiting the desired size signal. That fixes
5260         aspect ratio issues with gst-player.
5261
5262 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5263
5264         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
5265           Fix capsnego.
5266
5267 2004-01-08  Julien MOUTTE  <julien@moutte.net>
5268
5269         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
5270         public method to fire size signal.
5271
5272 2004-01-07  Julien MOUTTE  <julien@moutte.net>
5273
5274         * examples/gstplay/Makefile.am: Adding the interface library.
5275         * gst-libs/gst/play/Makefile.am: Adding the interface library.
5276         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
5277         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
5278         GST_IS_X_OVERLAY before signal connect.
5279         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
5280         Removing the have_video_size signal.
5281         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
5282         and associated public method.
5283         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
5284         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
5285         signal.
5286         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
5287         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
5288         signal.
5289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
5290         Using XOverlay public method to fire size signal.
5291
5292 2004-01-07  David Schleef  <ds@schleef.org>
5293
5294         * gst/videofilter/Makefile.am:
5295         * gst/videofilter/gstvideotemplate.c:
5296         * gst/videofilter/make_filter:
5297         Create gstvideoexample.c in a srcdir!=builddir friendly way.
5298         Convert make_filter to /bin/sh script.
5299
5300 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5301
5302         * gst/modplug/gstmodplug.cc: fix element description
5303
5304 2004-01-07  Julien MOUTTE  <julien@moutte.net>
5305
5306         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
5307         (got_video_size): Adding some new lines in g_print calls.
5308         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5309         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
5310         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
5311         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
5312         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
5313         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
5314         Complete code review, reverting some stuff i disagree with, adding
5315         some fixes : time synchronization on invalid timestamps, renegotiation
5316         of private window.
5317         * sys/ximage/ximagesink.h:
5318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
5319         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
5320         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5321         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
5322         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
5323         (gst_xvimagesink_buffer_new),
5324         (gst_xvimagesink_navigation_send_event),
5325         (gst_xvimagesink_set_xwindow_id),
5326         (gst_xvimagesink_get_desired_size),
5327         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
5328         stuff i disagree with, adding some fixes : Renegotiation of private
5329         window, implementing get_desired_size.
5330
5331 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5332
5333         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
5334         (gst_afsink_handle_event):
5335         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
5336         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
5337         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
5338         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
5339         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
5340           Fix for instantiate-test (see core). Also remove dead code from
5341           jpegenc (which still needs fixing, but that's lower on my TODO
5342           list...).
5343         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
5344           Never return NULL as caps.
5345
5346 2004-01-07  David Schleef  <ds@schleef.org>
5347
5348         * configure.ac:
5349         * ext/Makefile.am:
5350         * ext/librfb/Makefile.am:
5351         * ext/librfb/gstrfbsrc.c:
5352         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
5353         is the protocol used by VNC.
5354
5355 2004-01-07  David Schleef  <ds@schleef.org>
5356
5357         * gst/videofilter/gstvideotemplate.c:
5358         * gst/videofilter/gstvideotemplate.h:
5359         * gst/videofilter/make_filter:
5360         Merge videotemplate header into source file.
5361         * gst/effectv/Makefile.am:
5362         * gst/effectv/gsteffectv.c: (plugin_init):
5363         * gst/effectv/gstwarp.c:
5364         Make warpTV a subclass of videofilter.
5365
5366 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5367
5368         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
5369           Add guard against invalid utf-8 conversions in mad. Just in case.
5370
5371 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5372
5373         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
5374           Fix for bug shown by poisoning
5375
5376 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5377
5378         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
5379         (gst_v4lmjpegsrc_buffer_free):
5380         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
5381         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
5382         (gst_v4lsrc_buffer_free):
5383           Fix for removed bufferpools.
5384
5385 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
5386
5387         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
5388         Fix caps negotiation.
5389
5390         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
5391         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
5392         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
5393         (dvdnavsrc_event):
5394         * ext/mpeg2dec/gstmpeg2dec.c:
5395         * gst-libs/gst/navigation/navigation.c:
5396         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
5397         * gst-libs/gst/navigation/navigation.h:
5398         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
5399         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5401         Super-simple first version of mouse and keyboard events. Clicking
5402         on a DVD menu now works, although it may not take you where you
5403         expected.
5404
5405         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
5406         * gst/videotestsrc/gstvideotestsrc.c:
5407         (gst_videotestsrc_src_fixate):
5408         These fixate functions were broken - they never actually
5409         fixated :)
5410         
5411 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5412
5413         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
5414         (gst_icecastsend_init):
5415           fix for new caps system.
5416         * gst-libs/gst/mixer/mixertrack.h:
5417         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
5418           Add 'master track' flag (for tools like ACME that only want to
5419           change the main volume).
5420
5421 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
5422
5423         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
5424         (gst_xvid_csp_to_caps):
5425         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
5426         * ext/xvid/gstxvidenc.c:
5427         ifdef out ARGB type when it isn't available 
5428         in xvidcore 1.0.0beta2
5429
5430 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5431
5432         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
5433           When we have received a new SCR right in the first buffer after
5434           a seek (so in the same cycle that handles the discont), we should
5435           handle the buffer instead of unreffing it, else we lose data.
5436
5437 2004-01-06  Iain <iain@prettypeople.org>
5438
5439         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
5440           buffer-frames caps too.
5441
5442         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
5443           caps that we need, don't destroy them all and rebuild them. And when
5444           creating src pads, use the src pad template rather than the sink...
5445
5446 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5447
5448         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
5449           Add pad to element *after* setting functions such as event handler.
5450           Without this, the scheduler (opt) will link pads, set the event
5451           handler from the default event function (dispatcher in gstpad.c)
5452           and *after* that, we will set our own event function, which will
5453           thus never be used (and thus mpegdemux doesn't handle events).
5454
5455 2004-01-04  David Schleef  <ds@schleef.org>
5456
5457         Fix the fixate functions to handle new prototype:
5458         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
5459         * gst/videotestsrc/gstvideotestsrc.c:
5460         (gst_videotestsrc_src_fixate):
5461         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
5462         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
5463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
5464
5465 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5466
5467         * sys/ximage/ximagesink.h:
5468         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5469         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
5470         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
5471         (gst_ximagesink_xoverlay_init):
5472           assorted fixes to make (re)embedding work
5473         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
5474         (gst_ximagesink_get_desired_size):
5475           implement desired size additions to XOverlay
5476
5477 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5478
5479         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
5480         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
5481         (gst_x_overlay_got_desired_size):
5482         * gst-libs/gst/xoverlay/xoverlay.h:
5483           Add optional "desired size" signal and querying.
5484
5485 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5486
5487         * gst/matroska/matroska-demux.c:
5488         (gst_matroska_demux_parse_blockgroup):
5489           Fix EBML-laced block parsing. Diffs are relative to previous
5490           lace, not the first lace. Thanks to Mosu from the Matroska
5491           team for detecting this.
5492         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
5493         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
5494         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
5495         (gst_wavparse_change_state):
5496         * gst/wavparse/gstwavparse.h:
5497           Quickfix for capsnego.
5498
5499 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5500
5501         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
5502           Fix indenting, fix pad creation.
5503
5504 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5505
5506         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
5507         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
5508         (gst_xviddec_sink_link):
5509           Implement src_getcaps() so proper size caps is negotiated.
5510
5511 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5512
5513         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
5514           Finish flac decoder on EOS. See #116178.
5515
5516 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5517
5518         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
5519         (gst_matroska_demux_add_stream):
5520         * gst/matroska/matroska-ids.h:
5521           Add getcaps() function to fix capsnego...
5522
5523 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5524
5525         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
5526         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
5527         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
5528           Fix more integer overflows. Again, see #126967.
5529
5530 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5531
5532         * ext/mpeg2dec/gstmpeg2dec.c:
5533           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
5534           #130416.
5535
5536 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5537
5538         * configure.ac:
5539         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
5540         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
5541         * ext/xvid/gstxvid.h:
5542         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
5543         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
5544         (gst_xviddec_src_link), (gst_xviddec_sink_link),
5545         (gst_xviddec_change_state):
5546         * ext/xvid/gstxviddec.h:
5547         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
5548         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
5549         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
5550         (gst_xvidenc_link), (gst_xvidenc_set_property),
5551         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
5552         * ext/xvid/gstxvidenc.h:
5553           Update xvid plugin to latest xvid (1.0.0-beta3) API.
5554
5555 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5556
5557         * gst/rtp/rtp-packet.c:
5558           Add sys/types.h include, since OS X doesn't define in_addr_t
5559           in netinet/in.h, like it does on Linux (see #129600).
5560
5561 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
5562
5563         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
5564
5565         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
5566           Correct logic of dispose function (see #129306).
5567
5568 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5569
5570         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
5571         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
5572         (gst_mpeg_parse_init):
5573         * gst/mpegstream/gstmpegparse.h:
5574           Remove clock (which was never provided, i.e. dead code), and
5575           also fix integer overflows at high PTS values (see #126967).
5576
5577 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5578
5579         * ext/flac/gstflacdec.c:
5580         * ext/libpng/gstpngenc.h:
5581         * ext/mikmod/gstmikmod.h:
5582           OS X fixes (see #126628).
5583
5584 2004-01-02  David Schleef  <ds@schleef.org>
5585
5586         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
5587         (gst_alsa_src_base_init): Remove bogus "src" request pad.
5588         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
5589         (gst_mpeg_parse_class_init): Move pad template registration
5590         to class_init, since the derived class (mpegdemux) doesn't
5591         want them.
5592
5593 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5594
5595         * sys/ximage/Makefile.am:
5596         * sys/xvideo/Makefile.am:
5597         * sys/xvimage/Makefile.am:
5598           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
5599           after installation (see #127664).
5600
5601 2004-01-02  David Schleef  <ds@schleef.org>
5602
5603         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
5604         (gst_ffmpegenc_connect):  Negotiation fixes.
5605         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
5606         Remove inappropriate gst_caps_free().
5607         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
5608         Reenable Ronald's internal resize code, since the core handles
5609         it correctly now.
5610
5611 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5612
5613         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5614         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5615         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
5616           Fix pad template stuff.
5617
5618 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5619
5620         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
5621         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
5622           fix signed integer reading/writing.
5623
5624 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5625
5626         * ext/alsa/README:
5627           Remove outdated document
5628
5629 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
5630
5631         * gst/cutter/gstcutter.c: (gst_cutter_init):
5632           src pad was being created twice - oops.
5633
5634 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5635
5636         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
5637           Comment out internal resize. It doesn't handle the resulting
5638           XEvent internally, does another try_set_caps() which leads to
5639           a really nice loop.
5640           Real fix will come when Julien and Dave are awake. ;).
5641
5642 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5643
5644         * ext/mpeg2enc/gstmpeg2enc.cc:
5645           fix const/nonconst compile issue.
5646
5647 2004-01-02  David Schleef  <ds@schleef.org>
5648
5649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
5650         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
5651         Add fixate function and a check for bad formats.
5652
5653 2004-01-01  David Schleef  <ds@schleef.org>
5654
5655         Negotiation fixes:
5656         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5657         (gst_audiofilter_init):
5658         * gst/debug/efence.c: (gst_efence_init):
5659         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
5660         (gst_deinterlace_init):
5661         * gst/volume/gstvolume.c: (volume_connect):
5662
5663 2004-01-01  David Schleef  <ds@schleef.org>
5664
5665         Convert elements to use gst_pad_use_explicit_caps() where
5666         appropriate:
5667         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
5668         * ext/audiofile/gstafparse.c: (gst_afparse_init),
5669         (gst_afparse_open_file):
5670         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
5671         (gst_afsrc_open_file):
5672         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
5673         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
5674         (gst_ffmpegdec_chain):
5675         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
5676         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
5677         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
5678         (gst_gdk_pixbuf_chain):
5679         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
5680         (gst_jpegdec_chain):
5681         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
5682         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
5683         (gst_mikmod_negotiate):
5684         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
5685         (gst_mpeg2dec_negotiate_format):
5686         * ext/mpeg2enc/gstmpeg2enc.cc:
5687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5688         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
5689         (gst_speexdec_sinkconnect):
5690         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
5691         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
5692         (gst_vorbisfile_new_link):
5693         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
5694         (gst_ac3parse_chain):
5695         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
5696         (gst_asf_demux_setup_pad):
5697         * gst/auparse/gstauparse.c: (gst_auparse_init),
5698         (gst_auparse_chain):
5699         * gst/id3/gstid3types.c: (gst_id3types_loop):
5700         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
5701         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
5702         (mp1videoparse_parse_seq):
5703         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
5704         (bpf_from_header):
5705         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
5706         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
5707         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
5708         (gst_mpeg_parse_send_data):
5709         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
5710         (gst_qtdemux_add_stream):
5711         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
5712         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
5713         (gst_wavparse_parse_fmt):
5714
5715 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5716
5717         * configure.ac:
5718           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
5719           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
5720           it therefore uses the wrong include paths. Too bad... Note
5721           that 1.6.1.93 is not release yet. ;).
5722           Also add a check for mplex, which is now using the lib'ified
5723           mplex from mjpegtools, too.
5724         * ext/ffmpeg/gstffmpegcodecmap.c:
5725           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
5726           issues. I don't think ffmpeg handles 3ivx correctly, so this
5727           probably won't work. But it won't hurt either.
5728         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
5729         (gst_ffmpegdec_chain):
5730         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
5731         (gst_ffmpegenc_chain_audio):
5732           Fix memleak in audio encoding. Close codec if open fails, this
5733           calls the cleanup routines so we can re-use the context.
5734         * ext/mpeg2enc/gstmpeg2enc.cc:
5735           Fix pad template names/types, fix memory issue with getcaps().
5736         * ext/mpeg2enc/gstmpeg2encoder.cc:
5737         * ext/mpeg2enc/gstmpeg2encoder.hh:
5738           Fix compile issue with new caps system (const thingy).
5739         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5740         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
5741           We read a first frame right on initing, so that we have a caps
5742           when we init the output. This caps is cached in padprivate and
5743           read as first frame.
5744         * ext/mplex/Makefile.am:
5745         * ext/mplex/gstmplex.cc:
5746         * ext/mplex/gstmplex.h:
5747         * ext/mplex/gstmplex.hh:
5748         * ext/mplex/gstmplexibitstream.cc:
5749         * ext/mplex/gstmplexibitstream.hh:
5750         * ext/mplex/gstmplexjob.cc:
5751         * ext/mplex/gstmplexjob.hh:
5752         * ext/mplex/gstmplexoutputstream.cc:
5753         * ext/mplex/gstmplexoutputstream.hh:
5754           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
5755           had issues, didn't do capsnego, supported only a subset of the
5756           mplex features and required a mplex fork in our local CVS. Plus
5757           that it worked agaist a very old mplex version. Rewriting was
5758           faster than updating it.
5759         * gst-libs/ext/Makefile.am:
5760         * gst-libs/ext/mplex/INSTRUCT:
5761         * gst-libs/ext/mplex/Makefile.am:
5762         * gst-libs/ext/mplex/README:
5763         * gst-libs/ext/mplex/TODO:
5764         * gst-libs/ext/mplex/ac3strm_in.cc:
5765         * gst-libs/ext/mplex/audiostrm.hh:
5766         * gst-libs/ext/mplex/audiostrm_out.cc:
5767         * gst-libs/ext/mplex/aunit.hh:
5768         * gst-libs/ext/mplex/bits.cc:
5769         * gst-libs/ext/mplex/bits.hh:
5770         * gst-libs/ext/mplex/buffer.cc:
5771         * gst-libs/ext/mplex/buffer.hh:
5772         * gst-libs/ext/mplex/fastintfns.h:
5773         * gst-libs/ext/mplex/format_codes.h:
5774         * gst-libs/ext/mplex/inputstrm.cc:
5775         * gst-libs/ext/mplex/inputstrm.hh:
5776         * gst-libs/ext/mplex/lpcmstrm_in.cc:
5777         * gst-libs/ext/mplex/mjpeg_logging.cc:
5778         * gst-libs/ext/mplex/mjpeg_logging.h:
5779         * gst-libs/ext/mplex/mjpeg_types.h:
5780         * gst-libs/ext/mplex/mpastrm_in.cc:
5781         * gst-libs/ext/mplex/mpegconsts.cc:
5782         * gst-libs/ext/mplex/mpegconsts.h:
5783         * gst-libs/ext/mplex/mplexconsts.hh:
5784         * gst-libs/ext/mplex/multplex.cc:
5785         * gst-libs/ext/mplex/outputstream.hh:
5786         * gst-libs/ext/mplex/padstrm.cc:
5787         * gst-libs/ext/mplex/padstrm.hh:
5788         * gst-libs/ext/mplex/stillsstream.cc:
5789         * gst-libs/ext/mplex/stillsstream.hh:
5790         * gst-libs/ext/mplex/systems.cc:
5791         * gst-libs/ext/mplex/systems.hh:
5792         * gst-libs/ext/mplex/vector.cc:
5793         * gst-libs/ext/mplex/vector.hh:
5794         * gst-libs/ext/mplex/videostrm.hh:
5795         * gst-libs/ext/mplex/videostrm_in.cc:
5796         * gst-libs/ext/mplex/videostrm_out.cc:
5797         * gst-libs/ext/mplex/yuv4mpeg.cc:
5798         * gst-libs/ext/mplex/yuv4mpeg.h:
5799         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
5800         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
5801           We don't fork mjpegtools' mplex in our CVS anymore.
5802         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
5803         (gst_avi_demux_add_stream):
5804         * gst/avi/gstavidemux.h:
5805           Add getcaps() function for proper caps nego. This makes some
5806           parts of AVI playback/reading work.
5807         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
5808           Resize window on new capsnego. This is probably wrong, but
5809           I'm still committing it because with current capsnego, the
5810           first successfull capsnego is auto-fixated, therefore rounded
5811           down to the lowest values in the caps. this results in a 16x16
5812           XWindow that is not reized when real capsnego finishes.
5813           Dave, I see more cases of this, do you know a proper solution?
5814         * tools/gst-launch-ext.in:
5815           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
5816
5817 2003-12-31  David Schleef  <ds@schleef.org>
5818
5819         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
5820         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
5821           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
5822
5823 2003-12-30  David Schleef  <ds@schleef.org>
5824
5825         * ext/ffmpeg/gstffmpegcolorspace.c:
5826         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5827         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
5828         (gst_ffmpegcsp_chain): Negotiation fixes
5829         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
5830         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5831         (gst_audio_convert_link), (gst_audio_convert_channels):
5832         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
5833         (gst_audioscale_link), (gst_audioscale_get_buffer),
5834         (gst_audioscale_chain): Negotiation fixes
5835         * gst/audioscale/gstaudioscale.h:
5836         * gst/videofilter/gstvideofilter.c:
5837         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
5838         (gst_videofilter_link), (gst_videofilter_init),
5839         (gst_videofilter_set_output_size), (gst_videofilter_setup),
5840         (gst_videofilter_find_format_by_structure):
5841         * gst/videofilter/gstvideofilter.h: Negotiation fixes
5842         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
5843         (gst_videoscale_link):
5844         * gst/videoscale/videoscale.c: (videoscale_get_structure),
5845         (videoscale_find_by_structure), (gst_videoscale_setup):
5846         * gst/videoscale/videoscale.h: Negotiation fixes
5847         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
5848         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
5849         function, restrict resizing to a multiple of 4 (hack until
5850         everyone supports odd sizes correctly).
5851
5852 2003-12-29  Colin Walters  <walters@verbum.org>
5853
5854         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
5855         signed.
5856
5857 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
5858
5859         * ext/sndfile/gstsf.c: (gst_sf_loop):
5860           Fix warning about discarding const qualifier
5861
5862 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
5863
5864         * gst/cutter/gstcutter.c:
5865         * gst/videoscale/gstvideoscale.c:
5866         * gst/volenv/gstvolenv.c:
5867         * gst-libs/gst/audio/audio.c:
5868         * gst-libs/gst/video/video.c:
5869           Fix warnings
5870
5871 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5872
5873         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
5874           Don't send ALSA debugging to stderr.
5875         * ext/alsa/gstalsa.h:
5876           Use GST_WARNING instead of g_warning when ALSA functions fail.
5877
5878 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5879
5880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5881           Free XVAdapterInfo correctly.
5882
5883 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5884
5885         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
5886         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
5887           Make id3tag use correct caps nego.
5888
5889 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
5890
5891         * ext/ivorbis/vorbis.c: 
5892         * ext/ivorbis/vorbisenc.h:
5893         * ext/ivorbis/vorbisfile.c:
5894           Modify so that it uses the new caps things
5895
5896 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5897
5898         * testsuite/spider/spider1.c: (main):
5899         * testsuite/spider/spider2.c: (main):
5900         * testsuite/spider/spider3.c: (main):
5901           Make tests compile again. They probably don't work.
5902
5903 2003-12-24  Colin Walters  <walters@verbum.org>
5904
5905         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
5906         we can't fixate the caps anymore.
5907
5908 2003-12-23  David Schleef  <ds@schleef.org>
5909
5910         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
5911         * sys/oss/gstosssink.c: (gst_osssink_init),
5912         (gst_osssink_sink_fixate): Add fixate function.
5913
5914 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5915
5916         * ext/ffmpeg/gstffmpegcodecmap.c:
5917         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
5918         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
5919         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
5920         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
5921         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
5922         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
5923         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
5924           fix typo in RGB masks, and move back to "old" colorspace
5925           capsnego code until whoever wrote this new crap has actually
5926           tested it so that it works.
5927           And yes, this works, keep it that way please.
5928
5929 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5930
5931         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
5932         (gst_divxdec_init), (gst_divxdec_negotiate):
5933         * ext/divx/gstdivxdec.h:
5934         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
5935         (gst_divxenc_init):
5936         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
5937         (gst_faac_sinkconnect), (gst_faac_srcconnect):
5938         * ext/mpeg2enc/gstmpeg2enc.cc:
5939         * ext/mpeg2enc/gstmpeg2encoder.cc:
5940         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5941         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
5942         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
5943         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
5944         (dxr3spusink_init):
5945         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
5946         (dxr3videosink_init):
5947           Fix caps breakage after Dave's caps branch merge.
5948
5949 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5950
5951         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5952           Fix for 24bpp display.
5953
5954 2003-12-23  Colin Walters  <walters@verbum.org>
5955
5956         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
5957         a GnomeVFSHandle directly.
5958
5959 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5960
5961         * gst/volume/Makefile.am:
5962         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
5963         (volume_base_init), (volume_init):
5964           Reenable volume element and fix to work with new caps stuff.
5965           Rhythmbox needs this.
5966
5967 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5968
5969         * gst/qtdemux/qtdemux.c: (plugin_init):
5970           qtdemux requires bytestream
5971
5972 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5973
5974         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
5975           Fix remaining caps handling errors due to CAPS merge.
5976
5977 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5978
5979         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
5980         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
5981         (gst_faad_srcconnect): 
5982           Port to new caps system.
5983
5984 2003-12-21  Julien MOUTTE  <julien@moutte.net>
5985
5986         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
5987         (got_video_size), (main): using g_print instead of g_message.
5988         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
5989         signal which was not emitted because of "switch" element added to the
5990         bin but not connected. (Removing from the bin temporarily)
5991
5992 2003-12-21  Julien MOUTTE  <julien@moutte.net>
5993
5994         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
5995         find X development files. I don't understand the previous tests and
5996         they fail on my debian/ppc unstable. This one works.
5997         * examples/gstplay/player.c: (main): Set the pipeline to READY before
5998         exiting.
5999         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
6000         (gst_play_set_video_sink), (gst_play_set_audio_sink),
6001         (gst_play_set_visualization): Add some safety checks in set_ methods
6002         and state_change. This was throwing some ugly CRITICAL messages when
6003         pipeline was getting disposed and casts were failing.
6004
6005 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6006
6007         * configure.ac:
6008           Improve mpeg2enc detection. This is for distributions that do
6009           ship mjpegtools, but without mpeg2enc. Also does object check
6010           for might there ever be ABI incompatibility.
6011         * ext/mpeg2enc/gstmpeg2enc.cc:
6012           Add Andrew as second maintainer (he's helping me), and also add
6013           an error if no caps was set. This happens if I pull before capsnego
6014           and that's something I should solve sometime else.
6015         * gst/matroska/matroska-demux.c:
6016         (gst_matroska_demux_parse_blockgroup):
6017           Fix time parsing.
6018         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
6019         (gst_matroska_mux_track_header):
6020           Add caps to templates.
6021         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
6022           Add mpegversion=1 to prevent confusion with MPEG/AAC.
6023         * gst/mpegstream/gstmpegdemux.c:
6024           Remove layer since it causes warnings about unfixed caps.
6025         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
6026           Fix obvious typo (we error out if caps were set, we should of
6027           course error out if *no* caps were set).
6028         * sys/oss/gstosselement.c: (gst_osselement_convert):
6029           Fix format conversion, we confused bits/bytes.
6030         * sys/oss/gstosselement.h:
6031           Improve documentation for 'bps'.
6032         * sys/v4l/TODO:
6033           Remove stuff about plugins that need removing - this was done
6034           ages ago.
6035         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
6036         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
6037         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
6038         (gst_v4lsrc_src_query):
6039         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
6040         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
6041           Add get_query_types(), get_formats() and query() functions.
6042
6043 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6044
6045         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
6046         * moved CVS to freedesktop.org
6047