configure.ac: fix typo
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2
3         * configure.ac:
4         fix typo
5
6 2005-05-05  Christian Schaller <uraeus@gnome.org>
7
8         * Update configure.ac and Makefiles to only build what is actually
9         ported and not moved into gst-plugins-base
10
11 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12
13         * configure.ac:
14           hunting season on 0.9 is now OPEN
15
16 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17
18         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19           Kick the hell out of gcc for not warning me about a symbol conflict.
20
21 2005-02-22  Luca Ognibene  <luogni@tin.it>
22
23         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
24
25         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26           Don't leak caps string (fixes #168134)
27
28         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
29         (gst_jpegenc_init), (gst_jpegenc_finalize),
30         (gst_jpegenc_change_state):
31           Don't leak line buffers and context struct (fixes #168133).
32
33 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
34
35         * configure.ac:
36         * ext/dirac/gstdiracdec.cc:
37         (gst_diracdec_chain):
38           Since dirac 0.5.0 the framerate in dirac is expressed as a
39           rational number. Fix build and up requirement to 0.5.0, and
40           also pass parameters to gst_diracdec_link in the right order
41           (fixes #167959).
42
43 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
44
45         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
46         * ext/faad/gstfaad.h:
47         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
48         certain invalid muxed streams, where some packets will contain 
49         junk after decoder data. Partially fixes #149158.
50
51 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
52         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
53           Make sure we only write to writable buffers
54
55 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
56
57         * gst-libs/gst/riff/riff-media.c:
58         (gst_riff_create_audio_caps_with_data):
59           Do actually fix invalid RIFF fmt header values for alaw
60           and mulaw audio instead of just saying so.
61
62         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
63           Give gst_riff_create_audio_caps_with_data() a chance to
64           fix up broken format header fields before extracting any
65           parameters from the header. (fixes #167633)
66
67 2005-02-19  Martin Holters  <martin.holters@gmx.de>
68
69         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
70
71         * gst/audioconvert/bufferframesconvert.c:
72         (buffer_frames_convert_link):
73           Don't leak othercaps. (fixes #167878)
74
75 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>>
76
77         * configure.ac:
78         * ext/libvisual/visual.c: (gst_visual_srclink),
79         (gst_visual_change_state):
80           Support libvisual 0.2.0.
81
82 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
83
84         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
85         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
86           Use same rowstrides for I420 as used everywhere else.
87
88 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
89
90         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
91           Declare variables at beginning of block and make gcc-2.95 happy
92           (fixes # 167482, patch by Gergely Nagy).
93           
94         * gst/tcp/gsttcpclientsrc.c:
95         * gst/tcp/gsttcpclientsrc.h:
96           Move some includes into the header, so that struct sockaddr_in is
97           defined when it should be defined on FreeBSD as well (fixes
98           #167483).
99           
100         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
101           Don't pass uninitialised values to setsockopt() here either.
102
103 2005-02-17  Luca Ognibene  <luogni at tin dot it>
104
105         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
106
107         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
108           Don't pass uninitialised values to setsockopt(). (fixes #167704)
109
110 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
111
112         * gst/playback/gstplaybin.c: (add_sink):
113           Invert bin_add/link order to workaround deadlock in opt.
114
115 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
116
117         * gst/modplug/gstmodplug.cc:
118           Add missing break causing position queries to fail.
119
120 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
121
122         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
123           Granpos can apparently be -1, which screws up calculations...
124
125 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
126
127         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
128         (gst_ximagesink_send_pending_navigation),
129         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
130         (gst_ximagesink_init):
131         * sys/ximage/ximagesink.h:
132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
133         (gst_xvimagesink_send_pending_navigation),
134         (gst_xvimagesink_navigation_send_event),
135         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
136         * sys/xvimage/xvimagesink.h:
137           Use a mutex protected list to marshal navigation
138           events into the stream thread from whichever thread
139           sends them.
140
141 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
142
143         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
144           Display current position and track length; misc. clean-ups.
145           
146         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
147         (speed_init), (speed_chain):
148           Add query function, so that the stream length and current position
149           get adjusted when queried (note that current position queries may
150           still be wrong if the audio sink returns values based on buffer
151           timestamps instead of passing on the query).
152
153 2005-02-13  Benjamin Otte  <otte@gnome.org>
154
155         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
156         (gst_audio_convert_channels):
157           create channel conversion matrix when linking
158         * gst/audioconvert/.cvsignore:
159         * gst/audioconvert/Makefile.am:
160         * gst/audioconvert/channelmixtest.c: (main):
161           add (ugly) test that ensures stereo <=> mono conversion works
162           correctly
163
164 2005-02-13  Benjamin Otte  <otte@gnome.org>
165
166         * gst/audioconvert/gstchannelmix.h:
167           include missing header file
168         * gst/audioconvert/gstchannelmix.c:
169         (gst_audio_convert_fill_compatible):
170           use same sign for both channels when converting to/from compatible
171           channel. Previously used different signs made the signals cancel
172           each other out and appear like silence. (fixes #167269)
173
174 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
175
176         * gst/ffmpegcolorspace/avcodec.h:
177         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
178         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
179         (gst_ffmpegcsp_avpicture_fill):
180         * gst/ffmpegcolorspace/imgconvert.c:
181           Convert to and from YV12 (fixes #156379).
182
183 2005-02-12  Julien MOUTTE  <julien@moutte.net>
184
185         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
186         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
187         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
188         (gst_ximagesink_expose), (gst_ximagesink_set_property),
189         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
190         methods from chain and negotiation and vice versa (Fixes #166142).
191         * sys/ximage/ximagesink.h: Add stream_lock.
192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
193         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
194         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
195         (gst_xvimagesink_expose): Check for xcontext before trying to link.
196
197 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
198
199         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
200           Don't send "Hey! You gave me a NULL pointer you naughty person" as
201           error message when we can't open the DVD device (when dvdnav_open()
202           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
203           the above). Send something more useful instead (fixes #167117).
204
205 2005-02-11  Julien MOUTTE  <julien@moutte.net>
206
207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
208         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
209         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
210         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
211         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
212         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
213         methods from chain and negotiation and vice versa (Fixes #166142).
214         Fix a possible bug of images in the buffer pool being discarded because
215         we are looking at the wrong geometry.
216         * sys/xvimage/xvimagesink.h: Add stream_lock.
217
218 2005-02-11  David Schleef  <ds@schleef.org>
219
220         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
221         unsigned int. (fixes #167128)
222
223 2005-02-11  David Schleef  <ds@schleef.org>
224
225         * gst/librfb/Makefile.am: Testing stuff before committing is
226           for wimps... and people with fast machines.  Fix stupid
227           mistake.
228
229 2005-02-11  David Schleef  <ds@schleef.org>
230
231         * configure.ac: Pull in librfb from my CVS tree, because it is
232           too small and annoying to be separate.  Move rfbsrc plugin
233           to gst/.
234         * ext/Makefile.am:
235         * ext/librfb/Makefile.am:
236         * ext/librfb/gstrfbsrc.c:
237         * gst/librfb/Makefile.am:
238         * gst/librfb/gstrfbsrc.c:
239         * gst/librfb/rfb.c:
240         * gst/librfb/rfb.h:
241         * gst/librfb/rfbbuffer.c:
242         * gst/librfb/rfbbuffer.h:
243         * gst/librfb/rfbbytestream.c:
244         * gst/librfb/rfbbytestream.h:
245         * gst/librfb/rfbcontext.h:
246         * gst/librfb/rfbdecoder.c:
247         * gst/librfb/rfbdecoder.h:
248         * gst/librfb/rfbutil.h:
249
250 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
251
252         * gst/speed/Makefile.am:
253         * gst/speed/demo-mp3.c: (main):
254         * gst/speed/filter.func:
255         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
256         (speed_class_init), (speed_init), (speed_chain_int16),
257         (speed_chain_float32), (speed_chain), (speed_set_property),
258         (speed_get_property), (speed_change_state):
259         * gst/speed/gstspeed.h:
260           Fix speed element and make it chain-based (fixes #156467),
261           and make it handle more than one channel.
262
263 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
264
265         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
266         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
267         (gst_dtsdec_chain), (gst_dtsdec_change_state):
268         * ext/dts/gstdtsdec.h:
269           Don't clobber the stack constructing the channels array.
270           Make the element chain-based. DTS tracks can now be played.
271           
272 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
273
274         * gst-libs/gst/audio/multichannel.h:
275         * gst-libs/gst/gconf/gconf.h:
276         * gst-libs/gst/idct/idct.h:
277         * gst-libs/gst/media-info/media-info-priv.h:
278         * gst-libs/gst/play/play.h:
279         * gst-libs/gst/resample/private.h:
280         * gst-libs/gst/resample/resample.h:
281         * gst-libs/gst/riff/riff-ids.h:
282         * gst-libs/gst/video/video.h:
283         * gst-libs/gst/video/videosink.h:
284           Add G_BEGIN_DECLS and G_END_DECLS around headers where
285           missing, so that they work when included from C++ code.
286
287 2005-02-09  David Schleef  <ds@schleef.org>
288
289         * testsuite/gst-lint: Check for non-statically scoped
290           parent_class variables.  This won't be a problem once
291           plugins are loaded with RTLD_LOCAL.
292
293 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
294
295         * ext/mplex/gstmplexibitstream.cc:
296           gcc madness.
297
298 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
299
300         * ext/ogg/gstogmparse.c:
301         * gst/debug/gstnavigationtest.c:
302           Die, thou faulty symbol pollutors (non-static parent_class).
303
304 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
305
306         * ext/mplex/gstmplexibitstream.cc:
307           Fix event handling (#165525).
308
309 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
310
311         * ext/mikmod/gstmikmod.c:
312         * gst/modplug/gstmodplug.cc:
313           Add missing endianness to template (fixes #165509).
314
315 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
316
317         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
318           Fix wrong order of reading of optional bytes (#165290).
319
320 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
321
322         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
323           Implement FILLER event awareness.
324
325 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
326
327         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
328           Fix track calculations (#166208).
329
330 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
331
332         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
333
334         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
335         * ext/libpng/gstpngenc.c:
336           Fix byte-order, use proper fixed caps. Fixes #164197.
337
338 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
339
340         * configure.ac:
341           Add dvdlpcmdec 
342
343         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
344         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
345           Don't push buffers if the src pad isn't negotiated yet.
346           
347         * gst/audioconvert/gstaudioconvert.c:
348         (gst_audio_convert_buffer_to_default_format),
349         (gst_audio_convert_buffer_from_default_format):
350           Add support for 24-bit width.
351
352         * gst/dvdlpcmdec/.cvsignore:
353         * gst/dvdlpcmdec/Makefile.am:
354         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
355         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
356         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
357         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
358         (plugin_init):
359         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
360           New decoder for rearranging DVD LPCM into our audio/x-raw-int
361           format. Needs support for the channels maps if someone can find 
362           a DVD LPCM track with > 2 channels.
363
364         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
365         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
366         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
367         * gst/mpegstream/gstdvddemux.h:
368         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
369         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
370         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
371         * gst/mpegstream/gstmpegdemux.h:
372         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
373         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
374         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
375         (gst_mpeg_parse_handle_src_query),
376         (gst_mpeg_parse_handle_src_event):
377           Use audio/x-dvd-lpcm for LPCM output.
378           Add DTS output.
379
380 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
381
382         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
383
384         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
385         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
386           Add BGRA handling (#165736).
387
388 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
389
390         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
391
392         * gst/law/alaw-decode.c: (alawdec_link):
393         * gst/law/alaw-encode.c: (alawenc_link):
394         * gst/law/mulaw-decode.c: (mulawdec_link):
395         * gst/law/mulaw-encode.c: (mulawenc_link):
396           Fix caps memleaks (#166600).
397
398 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
399
400         * ext/tarkin/mem.h:
401         * ext/tarkin/wavelet.h:
402         * ext/tarkin/yuv.h:
403         * gst/ffmpegcolorspace/avcodec.h:
404           Include "_stdint.h" instead of <stdint.h>. Fixes build on
405           systems that don't have stdint.h, like Solaris9 (fixes #166631).
406
407 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
408
409         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
411         (gst_xvimagesink_change_state):
412           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
413           Xv video (and thereby regenerate Xv colourkey) in clear() so
414           that PLAY -> READY -> PLAY works (fixes #162504).
415
416 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
417
418         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
419           Switch to list instead of range, since MJPEG-devices really just
420           support decimations, not any size.
421
422 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
423         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
424         (gst_mpeg2dec_reset), (free_all_buffers),
425         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
426         * ext/mpeg2dec/gstmpeg2dec.h:
427           The libmpeg2 user-allocated buffer management is awkward, 
428           to say the least. Hopefully this fixes things.
429
430 2005-02-04  Andy Wingo  <wingo@pobox.com>
431
432         * gst/audioconvert/bufferframesconvert.c
433         (buffer_frames_convert_fixate): New function, fixates to 256
434         frames per buffer by default. (Much better than 1.)
435         (buffer_frames_convert_init): Set the fixate function for both src
436         and sink pad.
437         (buffer_frames_convert_link): After success setting nonfixed caps,
438         get the negotiated caps so we can know how many buffer-frames it
439         will be. No idea how this worked at all before.
440
441 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
442
443         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
444         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
445         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
446         (handle_sequence), (handle_picture):
447         * ext/mpeg2dec/gstmpeg2dec.h:
448           Rearrange buffer tracking and refcounting and refactor
449           a little for readability. 
450
451 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
452         * sys/v4l/gstv4l.c: (plugin_init):
453         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
454         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
455         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
456         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
457         * sys/v4l/gstv4ljpegsrc.h:
458         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
459         * sys/v4l/v4l_calls.h:
460         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
461         (gst_v4lsrc_get_fps):
462         * sys/v4l/v4lsrc_calls.h:
463           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
464           you jpeg inside rgb frames" driver.
465           Don't error in the v4lsrc link function, just return 
466           REFUSED.
467
468 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
469
470         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
471         (gst_qcamsrc_open):
472           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
473
474 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
475
476         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
477           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
478
479 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
480
481         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
482           Reset negotiated state on PAUSED->READY.
483
484 2005-02-02  David Schleef  <ds@schleef.org>
485
486         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
487         whereever possible.  (Fixes #165997)
488         * examples/capsfilter/capsfilter1.c: (main):
489         * examples/dynparams/filter.c: (create_ui):
490         * examples/seeking/cdparanoia.c: (get_track_info), (main):
491         * examples/seeking/chained.c: (main):
492         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
493         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
494         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
495         (make_mpeg_pipeline), (make_mpegnt_pipeline):
496         * examples/seeking/spider_seek.c: (make_spider_pipeline):
497         * examples/switch/switcher.c: (main):
498         * ext/dv/demo-play.c: (main):
499         * ext/faad/gstfaad.c: (gst_faad_change_state):
500         * ext/mad/gstmad.c: (gst_mad_chain):
501         * ext/smoothwave/demo-osssrc.c: (main):
502         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
503         (gst_gconf_render_bin_from_description),
504         (gst_gconf_get_default_audio_sink),
505         (gst_gconf_get_default_video_sink),
506         (gst_gconf_get_default_audio_src),
507         (gst_gconf_get_default_video_src),
508         (gst_gconf_get_default_visualization_element):
509         * gst/level/demo.c: (main):
510         * gst/level/plot.c: (main):
511         * gst/playback/gstplaybin.c: (gen_video_element),
512         (gen_audio_element):
513         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
514         * gst/playondemand/demo-mp3.c: (setup_pipeline):
515         * gst/sine/demo-dparams.c: (main):
516         * gst/spectrum/demo-osssrc.c: (main):
517         * gst/speed/demo-mp3.c: (main):
518         * gst/volume/demo.c: (main):
519         * testsuite/embed/embed.c: (main):
520
521 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
522
523         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
524         (gst_tcpclientsink_finalize):
525         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
526         (gst_tcpclientsrc_finalize):
527         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
528         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
529         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
530         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
531           Don't leak the hostname when shutting down.
532           In tcpserversrc, take a copy of the default hostname.
533
534 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
535
536         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
537           Set caps to systemstream=TRUE.
538
539 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
540
541         * testsuite/Makefile.am:
542           Fix more OSX buildbots.
543
544 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
545
546         * ext/mpeg2dec/gstmpeg2dec.c:
547           Don't send things to NULL PAD_PEERs
548
549         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
550           Copy-on-write the incoming buffer.
551
552         * gst/mpegstream/gstdvddemux.h:
553         * gst/mpegstream/gstmpegclock.h:
554         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
555         (normal_seek), (gst_mpeg_demux_handle_src_event):
556         * gst/mpegstream/gstmpegdemux.h:
557         * gst/mpegstream/gstmpegpacketize.h:
558         * gst/mpegstream/gstmpegparse.c:
559         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
560         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
561         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
562         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
563         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
564         * gst/mpegstream/gstmpegparse.h:
565         * gst/mpegstream/gstrfc2250enc.h:
566           Various changes to the way time is computed that make seeking and
567           total time estimation much better here.
568           Use G_BEGIN/END_DECLS instead of __cplusplus
569
570         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
571           Use gst_buffer_stamp instead of only copying the TIMESTAMP
572
573 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
574
575         * gst/subparse/gstsubparse.c:
576           Fix OSX buildbot.
577
578 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
579
580         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
581         (theora_enc_chain), (theora_enc_change_state):
582         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
583         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
584         (gst_vorbisenc_change_state):
585         * ext/vorbis/vorbisenc.h:
586           Set granulepos and timestamp correctly for streams not
587           starting at 0, taking into account the initial delay.
588
589 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
590
591         * gst/mpegstream/gstdvddemux.c:
592           Add audio/x-dts to audio pad template caps
593
594 2005-01-30  David Schleef  <ds@schleef.org>
595
596         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
597         (create_context), (gst_polypsink_link): Fix silly endianness
598         bug.  Add some debugging.  Remove float from caps; it doesn't
599         work.  Attempt to get remote audio working.
600
601 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
602
603         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
604           Add 3IV2 fourcc.
605
606 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
607
608         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
609         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
610         (gst_avi_demux_stream_data):
611         * gst/avi/gstavidemux.h:
612           Invert DIB images. Fixes #132341.
613
614 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
615
616         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
617         (gst_ffmpegcsp_chain):
618           D'oh, reference the palette data, not the palette structure.
619           Fixes color distortion in #132341.
620
621 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
622
623         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
624           PAR can be non-fixed when not provided as argument (#162626).
625
626 2005-01-29  David Moore  <dcm@acm.org>
627
628         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
629
630         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
631         (gst_qtdemux_loop_header):
632           Re-apply patch from #142272 that allows non-seekable sources,
633           re-proposed by Daniel Drake <dsd@gentoo.org>.
634
635 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
636
637         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
638           Use the src template for creating the src pad (#162330).
639
640 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
641
642         * configure.ac:
643         * ext/musepack/Makefile.am:
644         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
645         (gst_musepackdec_init), (gst_musepackdec_dispose),
646         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
647         (gst_musepack_stream_init), (gst_musepackdec_loop),
648         (gst_musepackdec_change_state):
649         * ext/musepack/gstmusepackdec.cpp:
650         * ext/musepack/gstmusepackdec.h:
651         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
652         (gst_musepack_reader_read), (gst_musepack_reader_seek),
653         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
654         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
655         * ext/musepack/gstmusepackreader.cpp:
656         * ext/musepack/gstmusepackreader.h:
657           Update to 1.1 API (#165446).
658
659 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
660
661         * ext/Makefile.am:
662           Unbreak buildbot.
663
664 2005-01-28  Andy Wingo  <wingo@pobox.com>
665
666         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
667         to reflect a different dubious internet source. Add a reference
668         and some commentary.
669
670 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
671
672         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
673         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
674         * gst/playback/gststreamselector.h:
675           Be more selective when we're redoing caps negotiation from
676           within the chain function on a stream change.
677
678 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
679
680         * configure.ac:
681         * ext/Makefile.am:
682         * ext/amrnb/Makefile.am:
683         * ext/amrnb/amrnb.c: (plugin_init):
684         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
685         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
686         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
687         (gst_amrnbdec_state_change):
688         * ext/amrnb/amrnbdec.h:
689         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
690         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
691         (gst_amrnbparse_init), (gst_amrnbparse_formats),
692         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
693         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
694         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
695         * ext/amrnb/amrnbparse.h:
696           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
697         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
698           Add AMR-NB/-WB raw formats.
699         * ext/alsa/gstalsa.c: (gst_alsa_link):
700           Keep valid time when changing format.
701         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
702         (qtdemux_parse_trak):
703           Add some more format-specific options (#140141, #143555, #155163).
704
705 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
706
707         * gst/matroska/matroska-demux.c:
708         (gst_matroska_demux_parse_blockgroup):
709           Fix logic error in timing of subtitle stream synchronization.
710         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
711           Add skip-chunk, which is found in kodak-camera streams.
712
713 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
714
715         * po/LINGUAS:
716         * po/vi.po:
717           Adding Vietnamese translation (submitted by Clytie Siddall)
718
719 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
720
721         * gst/playback/gstdecodebin.c: (try_to_link_1):
722           Use realpad for signal.
723
724 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
725
726         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
727           Fix category so decodebin picks it up.
728
729 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
730
731         * ext/mad/Makefile.am:
732         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
733         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
734         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
735         (found_type), (gst_id3demux_bin_change_state):
736         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
737         (gst_id3_tag_init), (gst_id3_tag_handle_event),
738         (gst_id3_tag_src_link), (gst_id3_tag_chain),
739         (gst_id3_tag_change_state), (plugin_init):
740         * ext/mad/gstmad.h:
741           Add id3demuxbin (which is a simple bin consisting of id3demux
742           and typefind), take over rank from id3demux, remove typefind
743           code from id3demux. Makes all broken mp3s that I know of work,
744           and thereby fixes #152688.
745
746 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
747
748         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
749
750         * ext/mad/gstmad.c: (gst_mad_src_event):
751         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
752           Allow seeks on audio pad, make mad forward those (#164826).
753         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
754           Set duration (#165335).
755
756 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
757
758         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
759         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
760         (gst_asf_demux_process_ext_content_desc),
761         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
762         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
763         * gst/asfdemux/gstasfdemux.h:
764           Improve metadata display, e.g. if the metadata comes before the
765           streams are loaded (which is perfectly valid).
766
767 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
768
769         * tools/gst-launch-ext-m.m:
770           Fix AVI/ASF pipelines (#165340).
771
772 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
773         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
774         build failure on amd64
775
776 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
777
778         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
779         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
780           Check environment variables GST_ID3V2_TAG_ENCODING,
781           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
782           list of character encodings to force interpretation of non-unicode
783           strings stored in an ID3v2 tag to a particular encoding. If none
784           is specified, try to use current locale's encoding, then fall back
785           to ISO-8859-1 (which will always succeed). (Resolves #149274)
786         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
787         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
788           Check environment variables GST_ID3V1_TAG_ENCODING,
789           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
790           list of character encodings to use in case a string encountered
791           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
792           specified, try to use the current locale's encoding, then fall
793           back to ISO-8859-1 (which will always succeed).
794
795 2005-01-25  Benjamin Otte  <otte@gnome.org>
796
797         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
798           - on half framerate, compute the rate in advance so the comparisons
799             don't compare wrong values
800           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
801             behaviour
802           - don't use mad_header_decode anymore, mad_frame_decode does that
803             automatically
804           - when getting rid of consumed bytes, reset the stream's skiplen
805           (fixes #163867)
806
807 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
808
809         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
810           Use 1/2 a second for default max_discont, as PES streams from DVB
811           seem to have larger spacings in the SCR. 
812           Fix a typo.
813
814 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
815
816         * gst/playback/gstplaybasebin.c: (group_commit):
817           Notify delayed stream-info availability.
818
819 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
820         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
821         (gst_a52dec_handle_event), (gst_a52dec_chain):
822         Add some debug output. Check that a discont has a valid
823         time associated.
824         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
825         (gst_alsa_sink_loop):
826         Ignore TAG events. A little extra debug for broken timestamps.
827         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
828         (dvdnavsrc_change_state):
829         Ensure we send a discont to engage the link before we send any
830         other events.
831         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
832         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
833         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
834         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
835         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
836         dvd://title works in totem because typefinding sends a seek that ends
837         up going back to chapter 1 regardless.
838         * ext/mpeg2dec/gstmpeg2dec.c:
839         * ext/mpeg2dec/gstmpeg2dec.h:
840         Output correct timestamps and handle disconts.
841         * ext/ogg/gstoggdemux.c: (get_relative):
842         Small guard against a null dereference.
843         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
844         (gst_textoverlay_set_property):
845         Free memory when done. Don't call gst_event_filler_get_duration on
846         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
847         g_warning.
848         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
849         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
850         (gst_sw_srclink), (gst_smoothwave_chain):
851         Draw solid lines, prettier colours.
852         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
853         Add a default palette that'll work for some movies.
854         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
855         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
856         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
857         * gst/mpegstream/gstdvddemux.h:
858         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
859         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
860         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
861         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
862         * gst/mpegstream/gstmpegparse.h:
863         Use PTM/NAV events when for timestamp adjustment when connected to 
864         dvdnavsrc. Don't use many discont events where one suffices.
865         * gst/playback/gstplaybasebin.c: (group_destroy),
866         (gen_preroll_element), (gst_play_base_bin_add_element):
867         * gst/playback/gstplaybasebin.h:
868         Make sure we remove subtitles from the same bin we put them in.
869         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
870         (gst_subparse_buffer_format_autodetect),
871         (gst_subparse_change_state):
872         Fix some memleaks and invalid accesses.
873         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
874         (oggskel_type_find), (cmml_type_find), (plugin_init):
875         Some typefind functions for Annodex v3.0 files
876         * gst/wavparse/gstwavparse.h:
877         GstRiffReadClass is the correct parent class.
878
879 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
880
881         * gst-libs/gst/riff/riff-media.c:
882         (gst_riff_create_video_caps_with_data):
883           Add extradata to huffyuv (fixes #165013).
884         * gst-libs/gst/riff/riff-read.c:
885         (gst_riff_read_strf_vids_with_data):
886           Fix extradata extraction if it is in the chunk size.
887
888 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
889
890         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
891
892         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
893         (gst_quarktv_change_state), (gst_quarktv_dispose):
894           Memory free'ing location fix (#164708).
895
896 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
897
898         * gst/playback/gstplaybasebin.c: (group_commit),
899         (gen_preroll_element), (probe_triggered), (gen_source_element),
900         (setup_source), (gst_play_base_bin_change_state),
901         (gst_play_base_bin_add_element):
902           Don't block for streams.
903         * gst/playback/gststreaminfo.c: (stream_info_change_state),
904         (gst_stream_info_set_mute):
905           Use gst_pad_set_active_recursive.
906
907 2005-01-25  Andy Wingo  <wingo@pobox.com>
908
909         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
910         for #ifndef HAVE_XVIDEO.
911
912 2005-01-24  Jeffrey C. Ollie
913
914         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
915
916         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
917         * ext/gsm/gstgsmdec.h:
918         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
919         * ext/gsm/gstgsmenc.h:
920         Fix rate to 8kHz as per spec, removes obscure errors when no rate
921         was given by property. Add proper buffer timestamps and offsets.
922
923 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
924
925         * gst-libs/gst/riff/riff-media.c:
926         (gst_riff_create_audio_caps_with_data):
927           Audio can be <8000Hz.
928
929 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
930
931         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
932           Explicit state change to workaround refcount bugs.
933
934 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
935
936         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
937         (gst_avimux_riff_get_avi_header):
938           Fix...
939
940 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
941
942         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
943         (gst_riff_read_element_data):
944         * gst-libs/gst/riff/riff-read.h:
945           Add _peek version (req'ed in CDXA).
946         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
947         (gst_cdxaparse_loop):
948           Fix parsing in playbin.
949         * gst/playback/gstdecodebin.c: (close_pad_link):
950           Ignore current_ pads, they cause major annoyance.
951
952 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
953
954         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
955           Safety guard.
956
957 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
958
959         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
960           Fix padding...
961
962 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
963
964         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
965           Allow for 0-sized buffers. Fixes length query problems in
966           starwars.mkv from the testsuite.
967
968 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
969
970         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
971         (gst_video_box_i420), (gst_video_box_chain):
972           Fix row strides for I420 (fixes #163159)
973           
974 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
975
976         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
977           MPEG2 has a useful rate property, so we can actually use that.
978           For MPEG-1, continue using the bytes/time properties.
979
980 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
981
982         * gst-libs/gst/riff/riff-media.c:
983         (gst_riff_create_video_caps_with_data),
984         (gst_riff_create_video_template_caps):
985           Add intel-h263.
986
987 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
988
989         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
990           Fail if caps negotiation fails. Should fix #162184, and should
991           definately be in there regardless of it fixing the actual bug.
992         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
993         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
994         (gst_avimux_riff_get_avix_header),
995         (gst_avimux_riff_get_video_header),
996         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
997         (gst_avimux_start_file), (gst_avimux_handle_event),
998         (gst_avimux_change_state):
999         * gst/avi/gstavimux.h:
1000           Refactor structure writing to use GST_WRITE_UINT macros, add
1001           metadata writing support.
1002
1003 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1004
1005         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
1006           Elements may already be destroyed when this function is called.
1007
1008 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1009
1010         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1011         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
1012           More memory leak fixes (#149162).
1013
1014 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1015
1016         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1017         (gst_qtdemux_add_stream):
1018           Fix two memleaks.
1019
1020 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1021
1022         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
1023           Argh...
1024
1025 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1026
1027         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
1028           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
1029           when fixating to six channels in Totem.
1030
1031 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1032
1033         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
1034           Fix compile warnings on Solaris 10 buildbot
1035
1036 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1037
1038         * ext/dvdread/dvdreadsrc.c: (_read):
1039           Don't read beyond the last cell in a chapter (fixes 
1040           invalid memory access)
1041
1042 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1043
1044         * ext/dvdread/stream_labels.c:
1045         (dvdreadsrc_get_audio_stream_labels):
1046           Use NULL for an empty GList instead of g_list_alloc(); fix 
1047           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
1048           of GString (easier to bulk free later)
1049
1050 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
1051
1052         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1053
1054         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1055         (gst_ffmpeg_pixfmt_to_caps):
1056           Fix BGRA32 caps (#164209).
1057
1058 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
1059
1060         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1061
1062         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1063         (gst_ffmpeg_caps_to_pixfmt):
1064           alpha_mask can be RGBA/ABGR. Fixes #164265.
1065
1066 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
1067
1068         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1069
1070         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
1071         (gst_mpeg2dec_alloc_buffer):
1072         * ext/mpeg2dec/gstmpeg2dec.h:
1073           Crop if decoding size is not the actual image size (#163676).
1074
1075 2005-01-17  Steve Baker  <steve@stevebaker.org>
1076
1077         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1078
1079         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
1080         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
1081           Add libsndfile typefind functions (#163309).
1082
1083 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1084
1085         * tools/gst-launch-ext-m.m:
1086           Add .aac, fix .m1v/.m2v (#163891).
1087
1088 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1089
1090         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
1091           Sanity check, don't wait endlessly since the clock might not
1092           actually run at this point (which is a deadlock). Fixes #164069.
1093
1094 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1095
1096         * gst/playback/gstplaybasebin.c: (probe_triggered):
1097           Of course, only pause if group is done...
1098
1099 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1100
1101         * gst/playback/gstplaybasebin.c: (probe_triggered):
1102           Thread safety.
1103
1104 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
1105
1106         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
1107           Don't return state change success when the parent
1108           failed.
1109
1110 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1111
1112         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
1113           Free events (fix memleak in #162905).
1114
1115 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
1116
1117         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1118
1119         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1120         (gst_ffmpeg_caps_to_pixfmt):
1121           Fix for depth = 15. Fixes #161675.
1122
1123 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1124
1125         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
1126           Set FPS correctly, even for webcams and the like.
1127         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
1128           Don error on setting while capturing.
1129
1130 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1131
1132         * ext/dv/gstdvdec.c:
1133         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1134         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
1135           I'm a bad boy. using /1001. to force C to do float division
1136           and not integer division (as it did in my last commit)
1137           Thanks to David I. Lehn for pointing this mistake.
1138
1139 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1140
1141         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
1142           Revert Johan´s 1.35->1.36 since it breaks compat.
1143
1144 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1145
1146         * ext/dv/gstdvdec.c:
1147         * ext/libfame/gstlibfame.c:
1148         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1149         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
1150           replace framerate aproximations by their real value
1151           (24000/1001, 30000/1001, 60000/1001)
1152           Finish fixing bug #164049
1153
1154 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1155
1156         * ext/ogg/gstoggmux.c:
1157           eos/bos debugging
1158         * gst/tcp/gstmultifdsink.c:
1159         * gst/tcp/gstmultifdsink.h:
1160         * gst/tcp/gsttcp.c:
1161         * gst/tcp/gsttcp.h:
1162         * gst/tcp/gsttcpclientsink.c:
1163         * gst/tcp/gsttcpclientsrc.c:
1164         * gst/tcp/gsttcpserversink.c:
1165         * gst/tcp/gsttcpserversrc.c:
1166           improve reusability of elements after state changes and errors
1167           make multifdsink throw away streamheaders when receiving new ones
1168
1169 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1170
1171         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
1172           Fix for if items are already in list...
1173
1174 2005-01-12  Benjamin Otte  <otte@gnome.org>
1175
1176         * gst/adder/gstadder.c: (gst_adder_loop):
1177           fix adder a bit so it doesn't screw up with events as much anymore
1178
1179 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
1180
1181         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
1182         (pixbufscale_scale), (gst_pixbufscale_chain):
1183         * ext/gdk_pixbuf/pixbufscale.h:
1184           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
1185           to ensure rowstrides are calculated the same way as 
1186           ffmpegcolorspace
1187           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
1188           that we pick up duration and offset also.
1189
1190 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1191
1192         * gst/avi/gstavimux.c: (gst_avimux_class_init),
1193         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
1194           Reusability fixes.
1195
1196 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1197
1198         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
1199         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1200         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1201         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1202           Update flags when requested.
1203
1204 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1205
1206         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
1207           Fix dmix.
1208
1209 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1210
1211         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1212         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
1213         (probe_triggered), (new_decoded_pad), (gen_source_element),
1214         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
1215         * gst/playback/gstplaybasebin.h:
1216         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1217         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
1218         (gst_play_bin_change_state):
1219           Implement group-switch signal for use in apps to clear metadata
1220           cache, clean up subtitle, add suburi property instead of # hack,
1221           some error-out fixes.
1222
1223 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1224
1225         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
1226           Debug.
1227         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
1228           If we got a state change in the _get handler, don't return success.
1229
1230 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1231
1232         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
1233         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
1234           Make jpegdec quiet on MJPEG decoding
1235         * gst/asfdemux/README:
1236           Fix mimetypes for MJPEG and H263
1237
1238 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1239
1240         * ext/theora/theoradec.c: (theora_dec_chain):
1241           Fix broken code generation by gcc by swapping arguments.
1242         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1243           Fix \n in debug.
1244
1245 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1246
1247         * TODO:
1248           delete this file, it is by far outdated
1249         * ext/alsa/gstalsa.1: remove
1250         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
1251         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
1252         (gst_alsa_get_caps):
1253           Add HW probing for supported sample rates. Fixes #161704
1254
1255 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1256
1257         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
1258           Don't crash, biatch! :).
1259
1260 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1261
1262         * ext/musepack/gstmusepackreader.cpp:
1263         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
1264           Some work on tags - still doesn't work in playbin...
1265         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
1266           Handle events...
1267
1268 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1269
1270         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
1271           Also shove tags on kid pads.
1272
1273 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1274
1275         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
1276           Don't bail on unknown events.
1277         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
1278           Don't crash on events before negotiation.
1279         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
1280           Send tags on pads, too.
1281         * gst/playback/gststreamselector.c:
1282         (gst_stream_selector_request_new_pad):
1283           Forward events on first pad if no input was selected yet.
1284
1285 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1286
1287         * gst/playback/gstplaybasebin.c: (setup_substreams):
1288           Don't disable streamtype if the stream doesn't exist, since
1289           then playing a video after audio will disable both and nothing
1290           will happen. Fixes the testsuite.
1291
1292 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1293
1294         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
1295         (gst_v4l_xoverlay_set_xwindow_id):
1296         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
1297         (gst_v4l2_xoverlay_set_xwindow_id):
1298           Add debug categories, fix overlay disabling.
1299
1300 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1301
1302         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
1303         * ext/alsa/gstalsa.h:
1304           Add HW probing for period_count/size and buffer_size MIX/MAX
1305           Adjust default/user defined value if out of bounds
1306           Should fix bug #162024
1307
1308 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1309
1310         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
1311           Fix warning (#161191).
1312
1313 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1314
1315         * ext/dvdread/stream_labels.c:
1316         (dvdreadsrc_get_audio_stream_labels):
1317           Fix warning (init the good variable in switch default)
1318
1319 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
1320
1321         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1322
1323         * gst/tta/gstttaparse.c: (gst_tta_src_event):
1324           Fix gcc-2.95 compile (#163485).
1325
1326 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1327
1328         * configure.ac:
1329         * ext/flac/gstflacenc.c: (gst_flacenc_init),
1330         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
1331         (gst_flacenc_tell_callback), (gst_flacenc_chain),
1332         (gst_flacenc_change_state):
1333         * ext/flac/gstflacenc.h:
1334           Update for API change in flac-1.1.1. Update requirement in
1335           configure.ac. Fixes #162974.
1336
1337 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1338
1339         * gst/playback/gstplaybasebin.c: (group_destroy):
1340           Remove hack to get rid of assert and get rid of unlinked
1341           signals properly.
1342
1343 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1344
1345         * gst/playback/gstplaybasebin.c: (setup_source):
1346           Set source to NULL so that resources are free'ed. Fixes issues
1347           with playback of CDDA and similar device-accessing things.
1348
1349 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1350
1351         * testsuite/embed/Makefile.am:
1352           test->noinst, fix make test in buildbot.
1353
1354 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1355
1356         * ext/dvdread/stream_labels.c: new file
1357         * ext/dvdread/stream_labels.h: new file
1358         * ext/dvdread/Makefile.am:
1359         * ext/dvdread/dvdreadsrc.c: (_seek_title):
1360           Extract audio stream label from DVD IFO files.
1361           It only dump them on the console for now, still have to
1362           make playbin aware of them.
1363
1364 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1365
1366         * gst/playback/gstplaybasebin.c: (setup_source):
1367           Fix hanging subs.
1368
1369 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1370
1371         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1372         (gen_preroll_element), (remove_groups), (setup_subtitle),
1373         (gen_source_element), (setup_source):
1374         * gst/playback/gstplaybasebin.h:
1375           Multiple .sub files is just a stupid idea... Fix some threading
1376           mistakes. Interestingly, external .sub files cause playbin to
1377           hang, I don't know why... Parsing fixes contributed by François
1378           Kooman <fkooman@tuxed.net>.
1379
1380 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1381
1382         * testsuite/embed/Makefile.am:
1383           Fix buildbot.
1384
1385 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
1386
1387         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1388
1389         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
1390         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
1391         (gst_pngenc_set_property):
1392         * ext/libpng/gstpngenc.h:
1393           Add compression level property (#163323).
1394
1395 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1396
1397         * configure.ac:
1398         * examples/capsfilter/capsfilter1.c: (main):
1399         * examples/seeking/spider_seek.c: (make_spider_pipeline):
1400         * ext/dvdread/Makefile.am:
1401         * ext/dvdread/demo-play:
1402         * ext/dvdread/demo-play.c:
1403         * gconf/gstreamer.schemas.in:
1404         * gst-libs/gst/gconf/gconf.c:
1405         * sys/v4l/TODO:
1406         * testsuite/Makefile.am:
1407         * testsuite/embed/Makefile.am:
1408         * testsuite/embed/embed.c: (cb_expose), (main):
1409           Remove all references to xvideosink, fix examples (#140845).
1410         * gst/playback/gstplaybasebin.c: (group_destroy):
1411           Apparently, disposal does not unlink - so do explicitely.
1412         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1413           Add debug.
1414
1415 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
1416
1417         * README: fix PKG_CONFIG_PATH instructions, what was there
1418         previously was breaking default search path, not nice. 
1419         Fixes #163358
1420
1421 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1422
1423         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
1424         (gst_audioscale_chain):
1425           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
1426           when resampling - how the ^@$^!@^! is this possible?!?
1427
1428 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1429
1430         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
1431           Reset variables on READY.
1432         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
1433         (gst_matroska_mux_loop):
1434           Require data before writing header.
1435
1436 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
1437
1438         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1439
1440         * ext/mad/gstmad.c: (gst_mad_chain):
1441           Don't call mad_stream_sync() directly after recovering sync.
1442           Fixes #151661.
1443
1444 2005-01-09  Martin Eikermann  <meiker@upb.de>
1445
1446         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1447
1448         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
1449         (snapshot_handler), (gst_snapshot_sinkconnect),
1450         (gst_snapshot_chain):
1451           Allocate resources when required, fix recursive signal emission
1452           and fix caps. Fixes #161667.
1453
1454 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
1455
1456         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1457
1458         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
1459         (gst_pngdec_chain):
1460           Handle only 8-bppc (bits-per-pixel-component) images, better
1461           error handling and correct strides. Fixes #163177.
1462         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
1463         (gst_pngenc_chain):
1464           Better error handling. Fixes #163348.
1465
1466 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1467
1468         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
1469         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
1470         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
1471         (dvdnavsrc_uri_handler_init):
1472           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
1473         * gst/playback/gstplaybasebin.c: (gen_source_element):
1474           Add MMS to streaming URIs.
1475
1476 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1477
1478         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
1479         * sys/xvimage/xvimagesink.c:
1480         (gst_xvimagesink_navigation_send_event):
1481           Check for pad availability before sending event.
1482
1483 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1484
1485         * gst-plugins.spec.in:
1486           Add subparse.
1487
1488 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1489
1490         * configure.ac:
1491           Since we use functions from CVS, up requirement.
1492
1493 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1494
1495         * gst/playback/Makefile.am:
1496         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1497         (group_destroy), (group_commit), (group_is_muted),
1498         (gen_preroll_element), (add_stream), (unknown_type),
1499         (probe_triggered), (preroll_unlinked), (mute_stream),
1500         (silence_stream), (new_decoded_pad), (setup_substreams),
1501         (setup_source), (get_active_source), (mute_group_type),
1502         (muted_group_change_state), (set_active_source),
1503         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
1504         (play_base_eos), (gst_play_base_bin_change_state):
1505         * gst/playback/gstplaybasebin.h:
1506         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
1507         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
1508         (gst_stream_info_dispose), (stream_info_mute_pad),
1509         (stream_info_change_state), (gst_stream_info_set_mute):
1510         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
1511         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
1512         (gst_stream_selector_init), (gst_stream_selector_dispose),
1513         (gst_stream_selector_get_linked_pad),
1514         (gst_stream_selector_get_caps), (gst_stream_selector_link),
1515         (gst_stream_selector_get_linked_pads),
1516         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
1517         * gst/playback/gststreamselector.h:
1518           Adding stream selection support plus required properties for
1519           applications to use this. Fully fixes #100931.
1520
1521 2005-01-08  Benjamin Otte  <otte@gnome.org>
1522
1523         * gst/games/gstpuzzle.c: (nav_event_handler):
1524           - handle nav events differently: forward every event no matter if it
1525             was handled or not.
1526           - translate events
1527           You can now cheat by using navigationtest ! puzzle and moving the
1528           mouse close to the edge of a tile. ;)
1529
1530 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1531
1532         * configure.ac:
1533         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
1534         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
1535         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
1536         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
1537         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
1538         (gst_ogm_parse_plugin_init):
1539         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
1540         (gst_textoverlay_link), (gst_textoverlay_getcaps),
1541         (gst_textoverlay_event), (gst_textoverlay_video_chain),
1542         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
1543         * ext/pango/gsttextoverlay.h:
1544         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
1545         (gst_matroska_demux_handle_seek_event),
1546         (gst_matroska_demux_sync_streams),
1547         (gst_matroska_demux_parse_blockgroup),
1548         (gst_matroska_demux_subtitle_caps),
1549         (gst_matroska_demux_plugin_init):
1550         * gst/matroska/matroska-ids.h:
1551         * gst/playback/gstdecodebin.c: (close_pad_link):
1552         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1553         (gen_preroll_element), (remove_groups), (add_stream),
1554         (new_decoded_pad), (setup_subtitles), (gen_source_element),
1555         (setup_source):
1556         * gst/playback/gstplaybasebin.h:
1557         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
1558         * gst/subparse/Makefile.am:
1559         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
1560         (gst_subparse_base_init), (gst_subparse_class_init),
1561         (gst_subparse_init), (gst_subparse_formats),
1562         (gst_subparse_eventmask), (gst_subparse_event),
1563         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
1564         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
1565         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
1566         (parse_mpsub_deinit), (parse_mpsub_init),
1567         (gst_subparse_buffer_format_autodetect),
1568         (gst_subparse_format_autodetect), (gst_subparse_loop),
1569         (gst_subparse_change_state), (gst_subparse_type_find),
1570         (plugin_init):
1571         * gst/subparse/gstsubparse.h:
1572         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
1573         (plugin_init):
1574           Add subtitle support, .sub parser (supports SRT and MPsub),
1575           OGM text support, Matroska UTF-8 text support, deadlock fixes
1576           all over the place, subtitle awareness in decodebin/playbin
1577           and some fixes to textoverlay to handle subtitles in a stream
1578           correctly. Fixes #100931.
1579
1580 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1581
1582         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1583           Check for pad availability before doing a query on it.
1584
1585 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1586
1587         * ext/dv/gstdvdec.c:
1588           really fix bpp24/32 dvdec caps (classic rgba indeed)
1589         * gst/asfdemux/gstasfdemux.c:
1590         (gst_asf_demux_process_ext_content_desc):
1591           don't send text tags if they are empty (bis repetita)
1592
1593 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1594
1595         * ext/dv/gstdvdec.c:
1596          remove unneeded comment from dvdec
1597           (related to DV 4CC codes in AVI files)
1598           moved them in gstreamer/docs/random/mimetypes
1599         * gst/asfdemux/gstasfdemux.c:
1600         (gst_asf_demux_process_ext_content_desc):
1601          don't send text tags if they are empty
1602          fix mem leak on error path
1603         * gst/ffmpegcolorspace/avcodec.h:
1604         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1605         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1606         (gst_ffmpegcsp_avpicture_fill):
1607         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
1608         * gst/ffmpegcolorspace/imgconvert_template.h:
1609          adds BGR32 and BGRA32 to ffmpegcolorspace
1610           (still bad colors, fixing it on next commit)
1611           helps with dvdec outputing BGR32
1612
1613 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1614
1615         * ext/dv/gstdvdec.c:
1616          Fix audio caps i just broke (missing ',')
1617         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
1618         (gst_matroska_mux_reset):
1619          Fix typo + add FIXME about old "x-gst-metadata" crap
1620
1621 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1622
1623         * ext/dv/demo-play.c: (main):
1624          xvideosink -> xvimagesink
1625         * ext/dv/gstdvdec.c:
1626          change rgb 32/32 caps to 24/32 (no alpha)
1627          change nb of channels to be a list (2 or 4, not 2)
1628          change sample rate to be a list (32, 44.1, 48 kHz) not a range
1629         * gst/asfdemux/gstasfdemux.c:
1630         (gst_asf_demux_process_ext_content_desc):
1631          Add 'date/year' to extracted metadata list
1632
1633 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1634
1635         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
1636           The return value of fixate_to does not imply that the requested
1637           value was set, so don't assume.
1638
1639 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
1640
1641         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1642
1643         * ext/libpng/gstpngdec.c:
1644         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
1645         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
1646         * ext/libpng/gstpngenc.h:
1647           Alpha support (encoder; #163161), mime fixage.
1648
1649 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
1650
1651         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1652
1653         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
1654         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
1655         (gst_faac_set_property), (gst_faac_get_property):
1656         * ext/faac/gstfaac.h:
1657           Allow for ADTS output (#153434).
1658
1659 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1660
1661         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
1662           Fix against template (#150576).
1663
1664 2005-01-06  Benjamin Otte  <otte@gnome.org>
1665
1666         * gst/games/gstpuzzle.c: (draw_puzzle):
1667           don't draw a puzzle if either width or height of tiles would be 0.
1668
1669 2005-01-06  Benjamin Otte  <otte@gnome.org>
1670
1671         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
1672         (gst_puzzle_class_init), (gst_puzzle_finalize):
1673           no memleaks, please
1674         (gst_puzzle_create), (gst_puzzle_init),
1675         (gst_puzzle_set_property), (gst_puzzle_setup):
1676           change initialization code around so we don't reshuffle on resize
1677         (draw_puzzle):
1678           fix another stupid typo
1679
1680 2005-01-06  Benjamin Otte  <otte@gnome.org>
1681
1682         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
1683           fix stupid typo that borked copying on YUY2
1684
1685 2005-01-06  Benjamin Otte  <otte@gnome.org>
1686
1687         * gst/games/gstpuzzle.c: (draw_puzzle):
1688           fix edges when image sizes aren't multiples of tile sizes
1689
1690 2005-01-06  Benjamin Otte  <otte@gnome.org>
1691
1692         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
1693           make RGB endianness work correctly
1694         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
1695           refactor and fix race with initial shuffling
1696         (nav_event_handler):
1697           allow using the mouse to puzzle
1698         (draw_puzzle):
1699           insist on tiles having width and height as multiples of 4 to get
1700           clean YUV image handling
1701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1702         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
1703           s/DEBUG/LOG/ for common messages
1704         (gst_xvimagesink_navigation_send_event):
1705           fix mouse event translation to not include screen PAR
1706         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
1707           fix mouse event translation to actually work
1708
1709 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1710
1711         * gst/asfdemux/gstasfdemux.c:
1712         (gst_asf_demux_process_ext_content_desc):
1713          Extract TrackNumber metadata + clean up code
1714         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
1715          Hope this is the good fix (var used unitialised)
1716
1717 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1718
1719         * ext/faad/gstfaad.c: (gst_faad_chain):
1720           Only increment timestamp if it's valid. Fixes raw AAC streams.
1721
1722 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1723
1724         * configure.ac:
1725         * gst/games/Makefile.am:
1726         * gst/games/gstpuzzle.c:
1727           add a puzzle game with...
1728         * gst/games/gstvideoimage.c:
1729         * gst/games/gstvideoimage.h:
1730           ... full colorspace support (that includes YUV9 and RGB16)) stolen
1731           from videotestsrc and made into something that would be a nice
1732           library for a lot of other plugins.
1733
1734 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1735
1736         * configure.ac:
1737          don't compile faad plugin if a RC of 2.0 is found
1738          Fixes #155346 (and FC1 buildbot)
1739         * gst/asfdemux/gstasfdemux.c:
1740         (gst_asf_demux_process_ext_content_desc):
1741          try to make Solaris compiler happier
1742
1743 2005-01-06  Paul Jack  <pjack@sfaf.org>
1744
1745         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1746
1747         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
1748           Fix segfault (#161667).
1749
1750 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1751
1752         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
1753           Fix framerate reporting.
1754
1755 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1756
1757         * gst-libs/gst/riff/riff-ids.h:
1758         * gst/wavenc/riff.h:
1759          Add AMR (VBR and CBR) ids to riff.h audio codec list
1760         * gst/asfdemux/gstasfdemux.c:
1761         (gst_asf_demux_process_ext_content_desc),
1762         (gst_asf_demux_process_object):
1763           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
1764
1765 2005-01-05  Martin Eikermann  <meiker@upb.de>
1766
1767         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1768
1769         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
1770         (gst_dvd_demux_handle_discont):
1771         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
1772         (gst_mpeg_demux_handle_discont):
1773           Recreate pads on new-media (#160730).
1774         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
1775           Send discont even if manager changes timestamps (#161929).
1776
1777 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
1778
1779         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1780
1781         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
1782           Fix invalid memory access (#159211).
1783
1784 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1785
1786         * examples/gstplay/player.c: (main):
1787           Don't iterate.
1788         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
1789           Add visualizations.
1790         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
1791         (gst_a52dec_handle_frame):
1792           Set duration.
1793         * ext/dvdnav/gst-dvd:
1794           Add audioconvert. Fixes #161325.
1795         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
1796           Explicitely case to gint64. Possible valgrind error.
1797         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
1798         (gst_play_tick_callback), (gst_play_change_state),
1799         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
1800         (gst_play_set_location), (gst_play_get_location),
1801         (gst_play_seek_to_time), (gst_play_set_data_src),
1802         (gst_play_set_video_sink), (gst_play_set_audio_sink),
1803         (gst_play_set_visualization), (gst_play_connect_visualization),
1804         (gst_play_get_framerate), (gst_play_get_all_by_interface),
1805         (gst_play_new):
1806           Use playbin. Fixes #139749 and #147744.
1807         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
1808           Add genre tag.
1809         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
1810         (audioscale_get_type), (gst_audioscale_base_init),
1811         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
1812         (gst_audioscale_getcaps), (gst_audioscale_fixate),
1813         (gst_audioscale_link), (gst_audioscale_get_buffer),
1814         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
1815         (gst_audioscale_init), (gst_audioscale_dispose),
1816         (gst_audioscale_chain), (gst_audioscale_set_property),
1817         (gst_audioscale_get_property), (plugin_init):
1818           Indent properly.
1819         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
1820           Fix LPCM.
1821         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
1822         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
1823         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
1824           Add more metadata (fixes #162656).
1825
1826 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1827
1828         * configure.ac:
1829           back to cvs
1830
1831 === release 0.8.7 ===
1832
1833 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1834
1835         * NEWS:
1836         * RELEASE:
1837         * configure.ac:
1838           releasing 0.8.7, "Hyperspace"
1839
1840 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1841
1842         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
1843
1844         * gst/playback/gstplaybasebin.c:
1845          Fix for #162924 - free caps after use, not before
1846
1847 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1848
1849         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
1850
1851         * gst/playback/gstplaybasebin.c:
1852         * gst/wavparse/gstwavparse.c:
1853           Fix for #154773 - fixes playback of small .wav files
1854
1855 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1856
1857         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
1858
1859         * gst/audioscale/gstaudioscale.c:
1860           Fix for #162819 - make audioscale reusable
1861           Fixes playback of more than one file with playbin/totem
1862
1863 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1864
1865         * gst/ffmpegcolorspace/avcodec.h:
1866         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1867         * gst/ffmpegcolorspace/imgconvert.c:
1868           clean up the mess that made me cry and avoid needless duplication
1869
1870 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1871
1872         * gst/ffmpegcolorspace/imgconvert.c:
1873           give some indication of why we're segfaulting
1874
1875 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1876
1877         * configure.ac:
1878           Fix indentation, fix v4l2 plugin detection.
1879         * ext/Makefile.am:
1880           Fix libmms location (Maciej, use diff -u!).
1881         * ext/alsa/gstalsa.c: (gst_alsa_init):
1882           Initialize caps cache to NULL.
1883         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1884           Only change state on audiosink if it exists.
1885
1886 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
1887
1888         * gst/matroska/matroska-demux.c:
1889         * gst/matroska/matroska-ids.h:
1890         * gst/matroska/matroska-demux.h:
1891         Fix Vorbis streams failing to decode in some files, where cluster_time
1892         isn't 0, because then it doesn't send codec_priv before actual data.
1893         Remove time-based test and replace it with marker set on beginning of
1894         new stream
1895
1896 2004-12-28  David Schleef  <ds@schleef.org>
1897
1898         Merge patch from Ronald fixing problems with streaming
1899         text.
1900         * ext/cairo/gstcairo.c: (plugin_init):
1901         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
1902         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
1903         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
1904         (gst_textoverlay_font_init), (gst_textoverlay_init),
1905         (gst_textoverlay_set_property):
1906         * ext/cairo/gsttextoverlay.h:
1907
1908 2004-12-27  David Schleef  <ds@schleef.org>
1909
1910         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
1911         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
1912         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
1913         (gst_textoverlay_font_init), (gst_textoverlay_init),
1914         (gst_textoverlay_set_property): Improvements to actually
1915         render text as white on black outline on video, including
1916         font selection and horizontal/vertical alignment.  (Ronald's
1917         christmas present)
1918         * ext/cairo/gsttextoverlay.h:
1919
1920 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1921
1922         * ext/ogg/gstogg.c:
1923         * ext/ogg/gstogmparse.c:
1924           fix ogm[audio/video]parse plugin registration
1925           (riff won't load if bytestream is already loaded)
1926
1927 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1928
1929         * gst/audioconvert/gstchannelmix.c:
1930           fix for GLIB < 2.4
1931
1932 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1933
1934         * Makefile.am:
1935         * configure.ac:
1936           disable docs again until it actually passes make distcheck.
1937
1938 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1939
1940         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
1941         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1942         (plugin_init):
1943           Add 3GP (variables name Q3GP because they can't start with a
1944           number). Add samr audio fourcc (used in .3gp files), decoder
1945           is work in progress. Also do a GST_WARNING instead of ERROR
1946           in case of unknown nodes, to decrease output.
1947
1948 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1949
1950         * Makefile.am:
1951           really fix dist
1952
1953 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1954
1955         * configure.ac:
1956         * ext/speex/gstspeexdec.h:
1957         * ext/speex/gstspeexenc.h:
1958           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
1959           Fix detection code in configure.ac
1960
1961 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1962
1963         * gst/matroska/matroska-demux.c:
1964         (gst_matroska_demux_parse_blockgroup):
1965           Save position, so that queries give proper return values. Don't
1966           know how this could ever have worked before...
1967
1968 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1969
1970         * configure.ac:
1971           Put additional LAME check inside the conditional.  Fixes #152339
1972
1973 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1974
1975         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
1976         (gst_avi_demux_stream_scan):
1977           Add some more debug. Fix logic error when setting movi offset
1978           while reading index.
1979
1980 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1981
1982         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
1983         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
1984         (gst_avi_demux_process_next_entry):
1985           Add some debugging. Better detection of broken indexes and the
1986           accompanying index recovery. No infinite loops on state changes
1987           when we're still in our loopfunction.
1988
1989 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1990
1991         * configure.ac:
1992           Fix up.
1993
1994 2004-12-22  Archana Shah  <archana.shah@wipro.com>
1995
1996         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1997
1998         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
1999           Normalizing the value before setting
2000         (gst_sunaudiomixer_get_volume):
2001           Normalizing the value after getting. Fixes bug# 161980
2002
2003 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
2004
2005         * Makefile.am: Make sure docs gets disted
2006         * docs/Makefile.am: Make sure all needed files get disted
2007         * gst-plugins.spec.in: latest updates
2008
2009 2004-12-22  Wim Taymans  <wim@fluendo.com>
2010
2011         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
2012         Revert patch 1.38 as clock distribution over schedulers does
2013         not work correcly in the core yet.
2014
2015 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2016
2017         * sys/oss/README: remove this file, which predates my birth
2018           (and which content is by far outdated)
2019
2020 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
2021
2022         * Makefile.am:
2023         * configure.ac:
2024         * docs/Makefile.am:
2025         * docs/libs/Makefile.am:
2026         * docs/libs/gst-plugins-libs-docs.sgml:
2027         * docs/libs/gst-plugins-libs-sections.txt:
2028         * docs/libs/tmpl/gstgconf.sgml:
2029         * docs/upload.mak:
2030         * docs/version.entities.in:
2031           Added boilerplate gtk-doc files for plugin-libs documentation.
2032
2033 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2034
2035         * gst/auparse/gstauparse.c: fix int and float audio caps
2036
2037 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2038
2039         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
2040         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
2041           g_assert() can be a macro, don't use #ifdef inside it.
2042
2043 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
2044
2045         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2046
2047         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
2048         (gst_videorate_init), (gst_videorate_chain),
2049         (gst_videorate_change_state):
2050           Event handling (fixes #159986).
2051
2052 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2053
2054         * gst-libs/gst/riff/riff-media.c:
2055         (gst_riff_create_video_caps_with_data):
2056           Add BLZ0 (Blizzard's version of DivX) fourcc.
2057
2058 2004-12-18  David Schleef  <ds@schleef.org>
2059
2060         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
2061         portability fix.
2062
2063 2004-12-18  David Schleef  <ds@schleef.org>
2064
2065         * gst/tta/ttadec.h: Disable some header code that isn't used
2066         and clearly isn't portable.
2067
2068 2004-12-18  David Schleef  <ds@schleef.org>
2069
2070         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
2071         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
2072         (avcodec_get_pix_fmt), (avpicture_layout),
2073         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
2074         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
2075         Fix code to not use GCC extensions (and c99 extensions that
2076         Forte does not like.)
2077
2078 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
2079
2080         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2081
2082         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
2083         (gst_deinterlace_chain):
2084           Rowstride fixes. Fixes #161039.
2085         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
2086         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
2087         (gst_video_crop_getcaps), (gst_video_crop_link),
2088         (gst_video_crop_i420), (gst_video_crop_chain),
2089         (gst_video_crop_change_state):
2090           Rework of negotiation. Actually works now. Fixes #158650.
2091
2092 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2093
2094         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
2095           That was very stupid.
2096
2097 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2098
2099         * gst/matroska/matroska-demux.c:
2100         (gst_matroska_demux_parse_blockgroup):
2101           Fix possible crasher.
2102
2103 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2104
2105         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
2106         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
2107           Lace sizes can be zero.
2108
2109 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2110
2111         * ext/musepack/gstmusepackdec.cpp:
2112           Fetch error return values. Fixes #161624.
2113         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
2114           Really EOS.
2115
2116 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2117
2118         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
2119           Work for truncated (unfinished download etc.) files. Fixes #160514.
2120
2121 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2122
2123         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
2124           Fix for integer overflow. Makes #156001 not crash. Probably masks
2125           the real bug.
2126
2127 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2128
2129         * gst/ac3parse/gstac3parse.c: (plugin_init):
2130           Parsers never have ranks. Fixes #159651.
2131
2132 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2133
2134         * gst/playback/gstdecodebin.c: (compare_ranks):
2135           make sure the facotries are ordered the same every time even if they
2136           have the same rank by using the name
2137         * gst/playback/gstdecodebin.c: (find_compatibles):
2138           make sure we don't add factories to the list twice
2139
2140 2004-12-16  David Schleef  <ds@schleef.org>
2141
2142         * configure.ac: look for musepack headers as musepack/*.h
2143         (fixes #159847)
2144         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
2145         * ext/musepack/gstmusepackreader.h: same
2146
2147 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2148
2149         * gst-libs/gst/riff/riff-read.c:
2150         (gst_riff_read_strf_auds_with_data):
2151           Read extradata correctly (fixes #155879).
2152
2153 2004-12-16  David Schleef  <ds@schleef.org>
2154
2155         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
2156         audio.  does _not_ attempt or allow conversion unless channels
2157         is 1 or 2.
2158
2159 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
2160
2161         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
2162
2163 2004-12-16  David Schleef  <ds@schleef.org>
2164
2165         * gst/audioscale/gstaudioscale.c: the resample library only
2166         handles 1 or 2 channels.  Change caps to compensate.
2167
2168 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2169
2170         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
2171         (gst_matroska_demux_audio_caps):
2172           Some MPEG-AAC hacks, because else it doesn't work...
2173
2174 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2175
2176         * gst-libs/gst/riff/riff-media.c:
2177         (gst_riff_create_video_caps_with_data),
2178         (gst_riff_create_video_template_caps):
2179           Add h264.
2180
2181 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2182
2183         * gst-libs/gst/audio/Makefile.am:
2184           Try to fix buildbot.
2185
2186 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2187
2188         * gst/tcp/gstmultifdsink.c:
2189           Clean up and uniformize debugging.
2190
2191 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
2192
2193         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2194
2195         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
2196         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
2197         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
2198         (gst_mpeg_demux_change_state):
2199           Reset on ready. Fixes 160276.
2200
2201 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
2202
2203         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2204
2205         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2206         (gst_ffmpegcsp_pad_link):
2207           Fix memleak (#154815).
2208
2209 2004-12-16  James Bowes  <bowes@cs.dal.ca>
2210
2211         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2212
2213         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
2214         (gst_musicbrainz_init), (gst_musicbrainz_chain),
2215         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
2216         * ext/musicbrainz/gsttrm.h:
2217           Add support for using a proxy server when getting a trm id from
2218           the MusicBrainz database (#149613).
2219
2220 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
2221
2222         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2223
2224         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
2225         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
2226           Fix memleaks (#157233).
2227
2228 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
2229
2230         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2231
2232         * gst-libs/gst/resample/resample.c: (gst_resample_close):
2233         * gst-libs/gst/resample/resample.h:
2234         * gst/audioscale/gstaudioscale.c:
2235           Fix memleak (#159215).
2236
2237 2004-12-16  Toni Willberg  <toniw@iki.fi>
2238
2239         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2240
2241         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
2242         * sys/oss/oss_probe.c: (main):
2243           Check for mono/stereo support (similar to samplerate probing),
2244           fixes #159433. Also add missing copyright header to oss_probe.c.
2245
2246 2004-12-15  David Schleef  <ds@schleef.org>
2247
2248         * configure.ac: add audioresample and cairo plugins.  Remove
2249         HAVE_MMX stuff, because it's not used.
2250         * ext/Makefile.am: same
2251         * ext/audioresample/Makefile.am: You are not ready for an
2252         audio resampling element based on audioresample.
2253         * ext/audioresample/gstaudioresample.c:
2254         * ext/audioresample/gstaudioresample.h:
2255         * ext/cairo/Makefile.am: You are not ready for overlay elements
2256         based on cairo.  Don't look too closely, these elements kinda
2257         suck right now.
2258         * ext/cairo/gstcairo.c: new
2259         * ext/cairo/gsttextoverlay.c: new
2260         * ext/cairo/gsttextoverlay.h: new
2261         * ext/cairo/gsttimeoverlay.c: new
2262         * ext/cairo/gsttimeoverlay.h: new
2263         * gst-libs/gst/media-info/media-info-priv.h: fix compile
2264         problem with compilers that don't support variadic macros.
2265
2266 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
2267
2268         Reviewed by:  David Schleef  <ds@schleef.org>
2269
2270         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
2271         Bala, registering sunaudiosrc (oops!), and cleaning up code a
2272         bit.  Also ran indent-gst.
2273         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
2274         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
2275         (gst_sunaudiosrc_setparams):
2276
2277 2004-12-14  David Schleef  <ds@schleef.org>
2278
2279         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
2280         output rate to 16000.  Should fix #160235.
2281
2282 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2283
2284         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
2285         Add typefinding for mpeg2 pes streams
2286
2287 2004-12-13  David Schleef  <ds@schleef.org>
2288
2289         * configure.ac:  Applied patch from bug #143659, making default
2290         sources and sinks OS-dependent (for Solaris), and added code
2291         for OS/X.
2292         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
2293
2294 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2295
2296         * gst-libs/gst/riff/riff-media.c:
2297           forgot to add h2.64 to avidemux template caps
2298
2299 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2300
2301         * gst/wavenc/riff.h:
2302         * gst-libs/gst/riff/riff-media.c:
2303         * gst-libs/gst/riff/riff-ids.h:
2304         * gst/avi/gstavimux.c
2305         add 4CC code for VideoSoft h264 in AVI (VSSH)
2306           fixes bug #160655
2307         remove s323 from riff, it's quicktime specific :(
2308
2309 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2310
2311         * gst/asfdemux/README
2312         * gst/wavenc/riff.h
2313         * gst-libs/gst/riff/riff-ids.h
2314         * gst-libs/gst/riff/riff-media.c
2315         * gst/qtdemux/qtdemux.c:
2316           add new 4CC codes for h263 related codecs
2317           fixes partially bug #155163
2318
2319 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
2320
2321         * configure.ac: Update polyaudio requirement to 0.7
2322         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
2323
2324 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2325
2326         * gst/interleave/deinterleave.c:
2327         fix my name's spelling! :)
2328
2329 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2330
2331         * AUTHORS ChangeLog
2332         * gst/auparse/gstauparse.c
2333         * gst/interleave/deinterleave.c
2334         * gst/law/:
2335                 alaw-decode.c alaw-encode.c
2336                 mulaw-decode.c mulaw-encode.c
2337         * gst/oneton/gstoneton.c
2338         * sys/osxaudio/:
2339                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
2340         * sys/osxvideo/:
2341                 cocoawindow.h cocoawindow.m
2342                 osxvideosink.h osxvideosink.m
2343
2344         put the same mail address for Zaheer Abbas Merali everywhere
2345
2346 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2347
2348         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
2349           Align by packetsize, and assert that we a packet available before
2350           playing. The first makes webstreams work (they often include
2351           trailing padding data in a packet), the second allows pausing a
2352           ASF stream in totem without getting demux errors afterwards.
2353
2354 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2355
2356         * ext/ogg/gstoggdemux.c: (get_relative):
2357           Check for non-NULL before accessing member (end-of-chain).
2358
2359 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2360
2361         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
2362         (cdparanoia_set_property), (cdparanoia_get_property):
2363         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
2364         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
2365         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
2366         (dvdreadsrc_init), (dvdreadsrc_set_property),
2367         (dvdreadsrc_get_property):
2368         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
2369         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
2370           Synchronize property names where not yet the case. Devices are
2371           now device=X, other versions are deprecated (but still exist).
2372           Also use g_free() unconditionally.
2373         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2374         (setup_source), (gst_play_base_bin_get_property):
2375           Expose source.
2376
2377 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2378
2379         * configure.ac: move GCONF macro outside conditional for the am
2380           conditional. Fixes #160439
2381
2382 2004-12-08  David Schleef  <ds@schleef.org>
2383
2384         * tools/gst-visualise-m.m: Switch to elements that currently
2385         exist.
2386
2387 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2388
2389         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2390           We love wrong commas.
2391
2392 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2393
2394         * gst/matroska/matroska-demux.c:
2395         (gst_matroska_demux_handle_src_query):
2396           Don't set DEFAULT, unsupported - makes length display incorrectly
2397           in some cases.
2398
2399 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
2400
2401         * gst/monoscope/README: remove blurb about files being GPL
2402         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
2403         * gst/monoscope/monoscope.c: Change license to BSD with explanation
2404           monoscope is now effectively LGPL licensed
2405
2406 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
2407
2408         * gst/monoscope/README: Update information to be more correct
2409         * gst/monoscope/convolve.c: Relicense to LGPL
2410         * gst/monoscope/convolve.h: Relicense to LGPL
2411
2412 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
2413
2414         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
2415           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
2416         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
2417           set default_duration for mpeg1 audio
2418
2419 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2420
2421         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
2422         * ext/alsa/gstalsa.h:
2423           refactor big chunks of the core caps negotiation code to make it
2424           a lot faster, because people claim it's really slow
2425           (actually, just cache the getcaps when the device is opened)
2426
2427 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2428
2429         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
2430         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
2431         (gst_a52dec_handle_frame), (gst_a52dec_chain),
2432         (gst_a52dec_change_state), (plugin_init):
2433         * ext/a52dec/gsta52dec.h:
2434           Do something useful with timestamps. Make chain-based (since
2435           there's really no reason to be loopbased).
2436         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
2437           Update current_byte/frame correctly.
2438
2439 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2440
2441         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
2442         (gst_ape_demux_stream_init):
2443           Forward tags, too.
2444
2445 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2446
2447         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
2448           Let's make sure we're done typefinding when detecting tags.
2449
2450 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2451
2452         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2453         (gst_ebml_read_init), (gst_ebml_read_use_event),
2454         (gst_ebml_read_element_id), (gst_ebml_peek_id),
2455         (gst_ebml_read_seek), (gst_ebml_read_skip),
2456         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
2457         (gst_ebml_read_master):
2458         * gst/matroska/ebml-read.h:
2459         * gst/matroska/matroska-demux.c:
2460         (gst_matroska_demux_parse_contents),
2461         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
2462           Disgustingly evil hack for working around INTERRUPT events and
2463           their extremely annoying habit of being a pain in the ass. We
2464           simply peek a cluster before reading any of it.
2465
2466 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2467
2468         * ext/musepack/gstmusepackdec.cpp:
2469           There's also floating point libmusepacks.
2470
2471 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2472
2473         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
2474         (gst_faad_chanpos_to_gst), (gst_faad_chain):
2475           Set DURATION even if source buffer didn't. Also use increasing
2476           timestamps.
2477         * gst-libs/gst/riff/riff-media.c:
2478         (gst_riff_create_audio_caps_with_data):
2479           Block_align can have larger values than 8192.
2480
2481 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2482
2483         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
2484         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
2485         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
2486         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
2487           Fix caps.
2488
2489 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2490
2491         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2492           Fix logic bug.
2493
2494 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2495
2496         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
2497           Yay, another one.
2498
2499 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2500
2501         * ext/esd/esdsink.c: (gst_esdsink_chain):
2502           Make error actually say something useful (fixes #156798).
2503         * gst-libs/gst/riff/riff-media.c:
2504         (gst_riff_create_video_caps_with_data),
2505         (gst_riff_create_video_template_caps):
2506           Add Intel Video 5.0 fourcc (IV50).
2507
2508 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
2509
2510         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
2511         detection on mono and stereo mp3 files.
2512
2513 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2514
2515         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
2516           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
2517           the contained stream).
2518
2519 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2520
2521         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
2522           Oops, remove debug.
2523
2524 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
2525
2526         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2527
2528         * gst/law/alaw-decode.c: (alawdec_getcaps):
2529         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
2530           Prevent warnings when negotiating caps (fixes #159338).
2531
2532 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2533
2534         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2535         (gst_ffmpegcsp_chain):
2536           Remove old leftover that shouldn't be there...
2537
2538 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
2539
2540         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2541
2542         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
2543           Don't forward DISCONT events (fixes #159684).
2544
2545 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2546
2547         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
2548           Unlink manually since sometimes bin disposal (and therefore
2549           pad unlinking) is delayed, which will cause a new media file
2550           to not be able to start playing instantly.
2551
2552 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2553
2554         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
2555           On mute of an unlinked stream, check for pad availability so
2556           we don't crash on unlinked pad.
2557
2558 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2559
2560         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
2561         (gst_avi_demux_massage_index):
2562           Fix quite humiliating bug in omitting 0-sized index chunks but
2563           forgetting to count them for timestamps.
2564
2565 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2566
2567         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
2568           Actually leave the loop if we failed to sync. Don't crash.
2569
2570 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2571
2572         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
2573         (gst_dvd_demux_process_private):
2574         * gst/mpegstream/gstdvddemux.h:
2575           Fix crash (#159759). Doesn't work, though. :-(.
2576
2577 2004-11-28  Benjamin Otte  <otte@gnome.org>
2578
2579         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
2580           more overwriting protection due to modifying channels one by one
2581           instead of all at once
2582
2583 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2584
2585         * gst/audioconvert/gstchannelmix.c:
2586         (gst_audio_convert_fill_normalize):
2587           Normalize using absolute values.
2588
2589 2004-11-28  Julien MOUTTE  <julien@moutte.net>
2590
2591         * configure.ac:
2592         * ext/Makefile.am:
2593         * ext/directfb/Makefile.am:
2594         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
2595         (gst_directfbvideosink_get_pixel_format),
2596         (gst_directfbvideosink_get_format_from_fourcc),
2597         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
2598         (gst_directfbvideosink_sink_link),
2599         (gst_directfbvideosink_change_state),
2600         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
2601         (gst_directfbvideosink_buffer_alloc),
2602         (gst_directfbvideosink_interface_supported),
2603         (gst_directfbvideosink_interface_init),
2604         (gst_directfbvideosink_navigation_send_event),
2605         (gst_directfbvideosink_navigation_init),
2606         (gst_directfbvideosink_set_property),
2607         (gst_directfbvideosink_get_property),
2608         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
2609         (gst_directfbvideosink_base_init),
2610         (gst_directfbvideosink_class_init),
2611         (gst_directfbvideosink_get_type), (plugin_init):
2612         * ext/directfb/directfbvideosink.h: Adding a first version of
2613         directfbvideosink.
2614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
2615         more.
2616
2617 2004-11-28  Benjamin Otte  <otte@gnome.org>
2618
2619         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
2620           walk the samples backwards if out_channels > in_channels so we don't
2621           overwrite data
2622
2623 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2624
2625         * gst/audioconvert/Makefile.am:
2626         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2627         (gst_audio_convert_link), (gst_audio_convert_change_state),
2628         (gst_audio_convert_channels):
2629         * gst/audioconvert/gstchannelmix.c:
2630         (gst_audio_convert_unset_matrix),
2631         (gst_audio_convert_fill_identical),
2632         (gst_audio_convert_fill_compatible),
2633         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
2634         (gst_audio_convert_fill_others),
2635         (gst_audio_convert_fill_normalize),
2636         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
2637         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
2638         * gst/audioconvert/gstchannelmix.h:
2639           Implement a channel mixer.
2640
2641 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
2642
2643         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
2644         * ext/alsa/gstalsa.h:
2645         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
2646         Make alsasink actually honor gst_element_set_clock and use that
2647         clock instead of its internal one.
2648
2649 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
2650
2651         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
2652         (gst_play_base_bin_change_state): nullify source and decoder when
2653         going from READY to NULL so that we don't try to do weird stuff with
2654         them when going from NULL to READY
2655         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
2656         instead of g_object_unref
2657         (gen_video_element), (gen_audio_element): more refcounting fixes, now
2658         it should be correct
2659         (gst_play_bin_change_state): don't call remove_sinks if we are
2660         currently disposing the object
2661
2662 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2663
2664         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
2665           Don't forget bass if it's there. Else left channel is silent...
2666
2667 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2668
2669         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
2670         (gst_a52dec_change_state):
2671           Don't do sample adjusting anymore, we use float audio now.
2672         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
2673           Don't fixate to non-existing properties.
2674
2675 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2676
2677         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
2678         (gst_a52dec_change_state):
2679           Advertise that we can do surround sound.
2680
2681 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2682
2683         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
2684           Add buffer-frames=0.
2685         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
2686         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
2687         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
2688         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
2689         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
2690         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
2691         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
2692         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
2693         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
2694         * ext/dvdread/dvdreadsrc.h:
2695           Add seeking, querying for bytes, sectors, title, angle and
2696           chapter. Handle multiple chapters. Relicense to LGPL because
2697           Billy agreed on that (thanks Billy!).
2698
2699 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
2700
2701         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
2702         call parent dispose method
2703
2704 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
2705
2706         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
2707         (gst_audio_clock_get_internal_time):
2708         Fix active <-> inactive transitions: ensure time value always
2709         grows and avoid abrupt value changes.
2710
2711 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
2712
2713         * configure.ac:
2714         * gst/tta/Makefile.am:
2715         * gst/tta/crc32.h:
2716         * gst/tta/filters.h:
2717         * gst/tta/gsttta.c:
2718         * gst/tta/gstttadec.c:
2719         * gst/tta/gstttadec.h:
2720         * gst/tta/gstttaparse.c:
2721         * gst/tta/gstttaparse.h:
2722         * gst/tta/ttadec.h:
2723           added TTA parser and decoder
2724
2725 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2726
2727         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2728         (probe_triggered), (check_queue), (buffer_underrun),
2729         (buffer_running), (buffer_overrun), (gen_source_element),
2730         (setup_source):
2731         * gst/playback/gstplaybasebin.h:
2732           Implement buffering. Needs some more work.
2733
2734 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2735
2736         * ext/theora/theoradec.c: (theora_dec_chain):
2737           Fix ilog mask range overflow.
2738
2739 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2740
2741         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
2742           Don't omit the last (which in case of dmix is the only :) )
2743           channel count. Don't set channels if <= 2.
2744
2745 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
2746
2747         * gst/playback/gstplaybin.c: (gen_video_element),
2748         (gen_audio_element): Removed 2 obsolete comments
2749
2750 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2751
2752         * ext/vorbis/oggvorbisenc.c
2753         * ext/vorbis/vorbisenc.c :
2754           change description fields of those plugins to differentiate them
2755           (pitivi show Encoders by description, they had the same one)
2756
2757 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
2758
2759         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2760
2761         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2762         (gst_play_bin_set_property), (gen_video_element),
2763         (gen_audio_element):
2764           Refcounting fixes for provided audio-/videosinks.
2765
2766 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2767
2768         * gst/playback/gstplaybin.c: (gen_video_element),
2769         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
2770           Don't reference all sinks, but only the video- and audiosinks.
2771           The vis. element should be disposed when we're done with it.
2772           We don't have any reason to keep it around. This fixes warnings
2773           when reusing playbin for playing multiple audio files with
2774           vis. enabled. Also release audio device on pause - idea stolen
2775           from Rhythmbox.
2776
2777 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2778
2779         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
2780         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
2781         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
2782         * ext/alsa/gstalsaplugin.c: (plugin_init):
2783         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
2784         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
2785         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
2786         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
2787         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
2788         (gst_faad_change_state), (plugin_init):
2789         * ext/faad/gstfaad.h:
2790         * ext/vorbis/vorbis.c: (plugin_init):
2791         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2792         * gst-libs/gst/audio/Makefile.am:
2793         * gst-libs/gst/audio/audio.c: (plugin_init):
2794         * gst-libs/gst/audio/multichannel.c:
2795         (gst_audio_check_channel_positions),
2796         (gst_audio_get_channel_positions),
2797         (gst_audio_set_channel_positions),
2798         (gst_audio_set_structure_channel_positions_list),
2799         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
2800         (gst_audio_fixate_channel_positions):
2801         * gst-libs/gst/audio/multichannel.h:
2802         * gst-libs/gst/audio/testchannels.c: (main):
2803         * gst/audioconvert/gstaudioconvert.c:
2804         (gst_audio_convert_class_init), (gst_audio_convert_init),
2805         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
2806         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
2807         (gst_audio_convert_fixate), (gst_audio_convert_channels):
2808         * gst/audioconvert/plugin.c: (plugin_init):
2809           Surround sound support.
2810
2811 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2812
2813         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
2814           Fix position for discont if we're close as well. Nitpicking, but
2815           saves a few milliseconds of extra waiting or skipping.
2816
2817 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2818
2819         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
2820           We sometimes need parsers for playback, so add those too.
2821
2822 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2823
2824         * configure.ac:
2825         * gst/apetag/Makefile.am:
2826         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
2827         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
2828         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
2829         (gst_ape_demux_get_src_query_types),
2830         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
2831         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
2832         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
2833         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
2834         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
2835         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
2836         (gst_ape_demux_change_state):
2837         * gst/apetag/apedemux.h:
2838         * gst/apetag/apetag.c: (plugin_init):
2839         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
2840         (plugin_init):
2841           APE v1/2 tag reader plus typefind function.
2842
2843 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2844
2845         * configure.ac:
2846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
2847         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
2848           Remove hacks for older core. Require newer core version
2849           accordingly.
2850
2851 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2852
2853         * gst/cdxaparse/Makefile.am:
2854         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
2855         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
2856         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
2857         * gst/cdxaparse/gstcdxaparse.h:
2858         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
2859         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
2860         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
2861         (gst_cdxastrip_get_src_query_types),
2862         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
2863         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
2864         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
2865         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
2866         * gst/cdxaparse/gstcdxastrip.h:
2867           SVCD/VCD header stripping separated from CDXA image parsing.
2868         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
2869         (plugin_init):
2870           Add VCD/SVCD header typefinding for VCD/SVCD.
2871         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
2872         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
2873         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
2874         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
2875         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
2876         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
2877         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
2878         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
2879         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
2880         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
2881         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
2882         * sys/vcd/vcdsrc.h:
2883           Fix up, add seeking, querying, URI interface. Works in totem now.
2884
2885 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2886
2887         * configure.ac:
2888           back to CVS
2889
2890 === release 0.8.6 ===
2891
2892 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2893
2894         * NEWS:
2895         * RELEASE:
2896         * configure.ac:
2897         * po/af.po:
2898         * po/az.po:
2899         * po/cs.po:
2900         * po/en_GB.po:
2901         * po/hu.po:
2902         * po/it.po:
2903         * po/nb.po:
2904         * po/nl.po:
2905         * po/or.po:
2906         * po/sq.po:
2907         * po/sr.po:
2908         * po/sv.po:
2909         * po/uk.po:
2910           releasing 0.8.6, "IOU Love"
2911
2912 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2913
2914         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
2915
2916         * gst/playback/gstplaybasebin.c:
2917           Fix unplayable files error handling.  Fixes #158365
2918
2919 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2920
2921         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
2922
2923         * gst/typefind/gsttypefindfunctions.c:
2924           Fix broken mp3 typefinding.  Fixes #158375
2925
2926 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2927
2928         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
2929
2930         * ext/ogg/gstoggdemux.c:
2931           Fix sync on broken files.  Fixes #158976
2932
2933 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2934
2935         patch by: Edward Hervey <bilboed@bilboed.com>
2936
2937         * ext/libpng/gstpngenc.c:
2938           Copy over buffer properties.  Fixes #158832
2939
2940 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2941
2942         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
2943
2944         * ext/dvdread/dvdreadsrc.c:
2945           Fixes invalid reads (#158462)
2946
2947 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2948
2949         * sys/v4l/gstv4lsrc.c:
2950         * sys/v4l/gstv4lsrc.h:
2951         * sys/v4l/v4lsrc_calls.c:
2952           Probe less and cache it.  Fixes #159187.
2953
2954 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2955
2956         * gst/videorate/gstvideorate.c:
2957           Handle all video formats. Fixes #159186.
2958
2959 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
2960         * gst/synaesthesia/gstsynaesthesia.c:
2961         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
2962         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
2963         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
2964         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
2965         (gst_synaesthesia_change_state), (plugin_init):
2966         Fix up synaesthesia to work under different samplerates/ buffer sizes.
2967         Force 320x200 output, as that's the only thing the underlying
2968         synaesthesia implementation supports. Still needs to be made
2969         re-entrant.
2970
2971 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2972
2973         * configure.ac:
2974           Fix mpeg2enc configure check (similar to mplex check below).
2975
2976 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
2977
2978         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2979
2980         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2981           Fix for gcc-2.95 (fixes #158221).
2982
2983 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2984
2985         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
2986           Re-add clock distribution hack (until new core is released).
2987           Fixes #158125.
2988
2989 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
2990         * configure.ac:
2991           fix mplex configure check segfaulting on some systems (bug #140994)
2992
2993 2004-11-13  Benjamin Otte  <otte@gnome.org>
2994
2995         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
2996           add debugging
2997         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
2998           do a wait when we enter the loop func with no data available to
2999           write instead of getting into an 100% CPU loop by just returning and
3000           being called again by the scheduler
3001
3002 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
3003
3004         * configure.ac:
3005         * ext/libvisual/visual.c: (gst_visual_get_type),
3006         (libvisual_log_handler), (gst_visual_getcaps),
3007         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
3008         (plugin_init):
3009           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
3010         * ext/smoothwave/Makefile.am:
3011         * ext/smoothwave/demo-osssrc.c: (main):
3012         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
3013         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
3014         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
3015         (plugin_init):
3016         * ext/smoothwave/gstsmoothwave.h:
3017           Make gstsmoothwave a working element in the 20th century.
3018
3019         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
3020           Fix incorrect link function
3021
3022 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3023
3024         * gst/volume/gstvolume.c:
3025           Allow buffer-frames=0.
3026
3027 2004-11-12 Iain <iaingnome@gmail.com>
3028
3029         * configure.ac: Check for polypaudio
3030
3031         * ext/Makefile.am: Build the polyp dir
3032
3033         * ext/polyp: The polypsink sources.
3034
3035 2004-10-30 Iain <iaingnome@gmail.com>
3036
3037         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
3038         caps to reflect the new number of channels.
3039
3040 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3041
3042         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3043           Fix for negotiation order problem. This would show when the
3044           ALSA loopfuction was called before any other function. ALSA
3045           wouldn't do anything because we're not negotiated yet, leading
3046           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
3047
3048 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
3049
3050         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3051
3052         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3053           No warnings (#157986).
3054
3055 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3056
3057         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3058           Prefer apev1/2 and id3v1 (at end of file) over musepack.
3059
3060 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3061
3062         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
3063           Signal no-more-pads (so it works in playbin).
3064
3065 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3066
3067         * ext/musepack/gstmusepackreader.cpp:
3068           Workaround for older core.
3069
3070 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3071
3072         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
3073           Actually test for odd width/height rather than testing whether
3074           a temporary variable that was 0 before we subtracted 1 is now
3075           not equal to zero (which it always is).
3076
3077 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3078
3079         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
3080         Fix compilation if HAVE_XVIDEO is not defined
3081
3082 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3083
3084         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
3085         Fix compilation if HAVE_XVIDEO is not defined
3086
3087 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
3088
3089         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
3090         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
3091         (gst_goom_change_state), (plugin_init):
3092         Use the bytestream adapter so goom doesn't depend on the input
3093         buffer size.
3094         Add a debug category
3095
3096 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3097
3098         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
3099           Only set hardware parameters *after* negotiation. Before
3100           negotiation, it will set ANY and that seems to cause crashes
3101           (see e.g. #151288, #153227).
3102
3103 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3104
3105         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
3106           This seems to be antique leftover. It needs to pass error
3107           checking.
3108         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
3109         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
3110         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
3111         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
3112           Fix GstXOverlay implementation (#151059).
3113
3114 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3115
3116         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
3117           Don't assert (#157853).
3118
3119 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3120
3121         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
3122           Fix bytes/samples confustion.
3123         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
3124           Fix for underrun (#144389).
3125
3126 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3127
3128         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
3129           Disable halfway-seek for pending release (since it needs a new
3130           core release).
3131
3132 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3133
3134         * sys/v4l/gstv4lsrc.c:
3135         * sys/v4l/gstv4lsrc.h:
3136         * sys/v4l/v4lsrc_calls.c:
3137           add autoprobe-fps property so we can separate autoprobing parts
3138
3139 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3140
3141         * sys/v4l/gstv4lsrc.c:
3142         * sys/v4l/v4lsrc_calls.c:
3143         initialise fourcc to catch unset fourcc's, and debug
3144
3145 2004-11-09  Wim Taymans  <wim@fluendo.com>
3146
3147         * gst/playback/README:
3148         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
3149         * gst/playback/gstplaybin.c: (gst_play_bin_init),
3150         (gst_play_bin_dispose), (gst_play_bin_set_property),
3151         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
3152         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
3153         (gst_play_bin_get_formats), (gst_play_bin_convert),
3154         (gst_play_bin_get_query_types), (gst_play_bin_query):
3155         Cleanups and some more documentation.
3156
3157 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
3158
3159         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
3160         (gst_cacasink_init), (gst_cacasink_chain):
3161         * ext/libcaca/gstcacasink.h:
3162         Cacasink inherits from VideoSink, so let that store the clock.
3163
3164 2004-11-09  Wim Taymans  <wim@fluendo.com>
3165
3166         * gst/playback/README:
3167         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
3168         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
3169         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
3170         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
3171         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
3172         (setup_sinks):
3173         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
3174         (gst_stream_info_is_mute), (gst_stream_info_set_property):
3175         * gst/playback/gststreaminfo.h:
3176         Updated README.
3177         Only switch groups if all streams have muted (EOSed).
3178         Send Tags in sync with the stream playback instead of in
3179         the playback/preroll phase.
3180         Some cleanups, free the fakesrc elements.
3181
3182 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3183
3184         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
3185           buffer-frames property was missing
3186         * ext/arts/gst_arts.c:
3187           rate missing from sinkcaps
3188         * ext/audiofile/gstafparse.c:
3189         * ext/audiofile/gstafsink.c:
3190         * ext/audiofile/gstafsrc.c:
3191         * ext/swfdec/gstswfdec.c:
3192           int audio doesn't know buffer-frames
3193         * ext/cdparanoia/gstcdparanoia.c:
3194           int audio doesn't know chunksize either
3195         * ext/nas/nassink.c:
3196           it's endianness, not endianess
3197         * gst-libs/gst/audio/audio.h:
3198           make float standard pad template caps really describe float
3199         * gst/law/mulaw.c: (linear_factory):
3200           signed only, please
3201         * gst/mpegstream/gstdvddemux.c:
3202           widths of 20 are not valid
3203
3204 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3205
3206         Submitted by: Luca Ferretti <elle.uca@infinito.it>
3207
3208         * po/LINGUAS:
3209         * po/it.po:
3210           Add Italian
3211
3212 2004-11-08  Wim Taymans  <wim@fluendo.com>
3213
3214         * gst/playback/README:
3215         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
3216         * gst/playback/gstplaybasebin.c: (probe_triggered),
3217         (gst_play_base_bin_change_state):
3218         Updated README, added more comments for fixmes etc..
3219
3220 2004-11-08  Wim Taymans  <wim@fluendo.com>
3221
3222         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
3223         We can remove this hack now.
3224
3225 2004-11-08  Wim Taymans  <wim@fluendo.com>
3226
3227         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3228         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3229         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
3230         Only mix AYUV for maximum quality.
3231
3232 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3233
3234         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
3235         (gst_ogg_demux_push), (gst_ogg_pad_push):
3236           Let's act as if we're synchronized now! :).
3237         * ext/theora/theoradec.c: (theora_dec_chain):
3238           Add some debug.
3239
3240 2004-11-08  Wim Taymans  <wim@fluendo.com>
3241
3242         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
3243         (gst_alpha_set_property), (gst_alpha_sink_link),
3244         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
3245         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
3246         (gst_alpha_init_params), (gst_alpha_chain):
3247         Implement alpha functions for AYUV too, this increases
3248         accuracy quite a bit.
3249
3250 2004-11-08  Wim Taymans  <wim@fluendo.com>
3251
3252         * gst/ffmpegcolorspace/avcodec.h:
3253         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3254         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3255         (gst_ffmpegcsp_avpicture_fill):
3256         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3257         (gst_ffmpegcsp_caps_remove_format_info):
3258         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
3259         (shrink12), (img_get_alpha_info), (deinterlace_line),
3260         (deinterlace_line_inplace):
3261         * gst/ffmpegcolorspace/imgconvert_template.h:
3262         Added AYUV colorspace and handle RGBA a bit more respectful.
3263
3264 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3265
3266         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3267           Actually always send a discont (cornercase when resending the
3268           same serial-tagged chain twice).
3269
3270 2004-11-08  Julien MOUTTE  <julien@moutte.net>
3271
3272         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
3273         (gst_ximagesink_finalize):
3274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
3275         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
3276
3277 2004-11-08  Wim Taymans  <wim@fluendo.com>
3278
3279         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
3280         Don't segfault on NULL data.
3281
3282 2004-11-08  Wim Taymans  <wim@fluendo.com>
3283
3284         * gst/playback/gstdecodebin.c: (unlinked):
3285         * gst/playback/gstplay-marshal.list:
3286         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3287         (gst_play_base_bin_init), (group_create), (get_active_group),
3288         (get_building_group), (group_destroy), (group_commit),
3289         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
3290         (add_element_stream), (no_more_pads), (probe_triggered),
3291         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
3292         (state_change), (setup_source), (gst_play_base_bin_get_property),
3293         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3294         (gst_play_base_bin_link_stream),
3295         (gst_play_base_bin_get_streaminfo):
3296         * gst/playback/gstplaybasebin.h:
3297         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3298         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
3299         Add support for chained ogg files. Prepare for playlist
3300         support. This patch introduces the concept of pad groups, which
3301         together compose one playable media file.
3302
3303 2004-11-07  David Schleef  <ds@schleef.org>
3304
3305         * testsuite/gst-lint: Check for pad templates that aren't statically
3306         scoped.
3307
3308 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3309
3310         * configure.ac:
3311         * ext/Makefile.am:
3312         * ext/musepack/Makefile.am:
3313         * ext/musepack/gstmusepackdec.cpp:
3314         * ext/musepack/gstmusepackdec.h:
3315         * ext/musepack/gstmusepackreader.cpp:
3316         * ext/musepack/gstmusepackreader.h:
3317           Add musepack decoder.
3318         * ext/faad/gstfaad.c: (gst_faad_base_init):
3319           Make pad templates static.
3320         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
3321         (plugin_init):
3322           Add musepack typefinder, make mp3 typefinding work halfway stream,
3323           which doesn't actually work yet because id3demux doesn't implement
3324           _get_length().
3325
3326 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3327
3328         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
3329         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
3330           Fix interrupt event handling (#144436).
3331
3332 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3333
3334         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
3335           Hide unused glory.
3336
3337 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
3338
3339         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3340
3341         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
3342           Fix weird caps (#157548).
3343
3344 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
3345
3346         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3347
3348         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
3349           Add missing NULL terminator (#157543).
3350
3351 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3352
3353         * gst/tcp/gsttcp.h:
3354         * gst/tcp/gsttcpclientsink.c:
3355         * gst/tcp/gsttcpclientsrc.c:
3356         * gst/tcp/gsttcpserversink.c:
3357         * gst/tcp/gsttcpserversrc.c:
3358           ports can go up to 65535.  Move common defines to gsttcp.h
3359
3360 2004-11-05  Wim Taymans  <wim@fluendo.com>
3361
3362         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
3363         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
3364         Added two more colorspaces.
3365
3366 2004-11-05  Wim Taymans  <wim@fluendo.com>
3367
3368         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3369         (gst_ffmpegcsp_avpicture_fill):
3370         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
3371         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
3372         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
3373         More stride fixes.
3374
3375 2004-11-05  Wim Taymans  <wim@fluendo.com>
3376
3377         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
3378         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
3379         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
3380         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
3381         (gst_videomixer_loop):
3382         More stride fixes.
3383
3384 2004-11-05  Benjamin Otte  <otte@gnome.org>
3385
3386         * ext/mad/gstmad.c: (gst_mad_chain):
3387           don't overflow data buffer. Flush not needed sync data when syncing
3388           failed.
3389
3390 2004-11-04  Wim Taymans  <wim@fluendo.com>
3391
3392         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
3393         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
3394         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
3395         (gst_alpha_init_params), (gst_alpha_chain),
3396         (gst_alpha_change_state):
3397         Updated the chroma keying algorithm with something more
3398         sophisticated.
3399
3400 2004-11-03  Wim Taymans  <wim@fluendo.com>
3401
3402         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
3403         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3404         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
3405         Fix stride issues. Does not completely work for odd
3406         heights.
3407
3408 2004-11-03  Wim Taymans  <wim@fluendo.com>
3409
3410         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
3411         (gst_alpha_chroma_key), (gst_alpha_chain):
3412         Fix stride issues. Does not completely work for odd
3413         heights.
3414
3415 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
3416
3417         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
3418         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
3419         leak fixes
3420
3421 2004-11-03  Wim Taymans  <wim@fluendo.com>
3422
3423         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3424         (gst_ffmpegcsp_avpicture_fill):
3425         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
3426         (avpicture_alloc):
3427         * gst/ffmpegcolorspace/imgconvert_template.h:
3428         Use correct _fill function to get correct strides.
3429
3430 2004-11-02  David Schleef  <ds@schleef.org>
3431
3432         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
3433         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
3434         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
3435         Change all g_print()s to debugging.  Add a bunch of consistency
3436         checks.
3437
3438 2004-11-02  Wim Taymans  <wim@fluendo.com>
3439
3440         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3441         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
3442         (unlinked), (no_more_pads), (close_link):
3443         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3444         (unknown_type), (add_element_stream), (new_decoded_pad),
3445         (removed_decoded_pad), (setup_source):
3446         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
3447         (gst_stream_info_class_init), (gst_stream_info_init),
3448         (gst_stream_info_new), (gst_stream_info_dispose),
3449         (stream_info_mute_pad), (gst_stream_info_set_property),
3450         (gst_stream_info_get_property):
3451         * gst/playback/gststreaminfo.h:
3452         Fix playback of multiple files.
3453         a slightly different approach to handling dynamic pad removals.
3454         This one only looks at pads that we have linked.
3455
3456 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
3457
3458         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
3459         free" warning from libc.
3460
3461 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3462
3463         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3464         (get_unconnected_element), (remove_starting_from), (pad_removed),
3465         (close_link):
3466           Implement support for dynamic pad changing. We listen to "live"
3467           pad removals (i.e. while playing) and re-setup autoplugging
3468           after that. Playbasebin/playbin need some more work for this
3469           to finally work, but decodebin supports (and replugs) chained
3470           ogg now.
3471
3472 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
3473
3474         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
3475         (gst_alsa_finalize):
3476         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
3477         (gst_cdaudio_finalize):
3478         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
3479         (cdparanoia_finalize):
3480         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
3481         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
3482         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
3483         (dvdreadsrc_finalize):
3484         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
3485         (gst_flacdec_finalize):
3486         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
3487         (gst_flacenc_finalize):
3488         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
3489         (gst_gnomevfssink_finalize):
3490         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
3491         (gst_gnomevfssrc_finalize):
3492         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
3493         (gst_fameenc_finalize):
3494         * ext/nas/nassink.c: (gst_nassink_class_init),
3495         (gst_nassink_finalize):
3496         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
3497         (gst_sdlvideosink_class_init):
3498         * ext/sndfile/gstsf.c: (gst_sf_dispose):
3499         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
3500         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
3501         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
3502         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
3503         (gst_x_window_listener_dispose):
3504         * gst/audioscale/gstaudioscale.c:
3505         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
3506         (play_on_demand_finalize):
3507         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
3508         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
3509         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
3510         (cdplayer_finalize):
3511         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
3512         (gst_glimagesink_class_init):
3513         * sys/oss/gstosselement.c: (gst_osselement_class_init),
3514         (gst_osselement_finalize):
3515         * sys/oss/gstosssink.c: (gst_osssink_dispose):
3516         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
3517         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
3518           Fixes a bunch of problems with finalize and dispose functions,
3519           either assumptions that dispose is only called once, or not calling
3520           the parent class dispose/finalize function
3521
3522 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
3523
3524         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
3525           added two api precondition guards
3526           use g_strdup with getenv to fix crash when using ENVVAR
3527
3528 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
3529         * ext/esd/esdsink.c: (gst_esdsink_class_init),
3530         (gst_esdsink_finalize):
3531         Use a finalize function, not dispose, and more importantly,
3532         call the parent class finalize function too
3533
3534 2004-11-01  Johan Dahlin  <johan@gnome.org>
3535
3536         * ext/ogg/gstoggdemux.c:
3537         * gst/tags/gstvorbistag.c:
3538         Plug leaks.
3539
3540 2004-10-31  Benjamin Otte  <otte@gnome.org>
3541
3542         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
3543           lotsa memleaks today. But they're all small...
3544
3545 2004-10-31  Benjamin Otte  <otte@gnome.org>
3546
3547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3548           another memleak crushed
3549
3550 2004-10-31  Benjamin Otte  <otte@gnome.org>
3551
3552         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
3553           fix memleak
3554
3555 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3556
3557         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3558           Hack to prevent crash when going to READY inside signal handler
3559           while this function is active.
3560
3561 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3562
3563         * gst/ffmpegcolorspace/Makefile.am:
3564         * gst/ffmpegcolorspace/avcodec.h:
3565         * gst/ffmpegcolorspace/common.h:
3566         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
3567         * gst/ffmpegcolorspace/dsputil.h:
3568         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
3569         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3570         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
3571         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
3572         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
3573         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
3574         (gst_ffmpegcsp_avpicture_fill):
3575         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3576         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3577         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
3578         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
3579         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
3580         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
3581         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
3582         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
3583         * gst/ffmpegcolorspace/imgconvert.c:
3584         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
3585         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
3586         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
3587         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
3588         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
3589         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
3590         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
3591         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
3592         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
3593         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
3594         (grow21), (grow22), (grow41), (grow44), (conv411),
3595         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
3596         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
3597         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
3598         (avpicture_free), (is_yuv_planar), (img_convert),
3599         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
3600         (deinterlace_line_inplace), (deinterlace_bottom_field),
3601         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
3602         * gst/ffmpegcolorspace/imgconvert_template.h:
3603         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
3604         * gst/ffmpegcolorspace/mmx.h:
3605         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
3606         (av_fast_realloc), (av_mallocz_static), (av_free_static),
3607         (av_freep), (avcodec_get_context_defaults),
3608         (avcodec_alloc_context), (avcodec_init):
3609           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
3610           handling plus update from ffmpeg CVS. Large clean-up.
3611
3612 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3613
3614         * gst/playback/Makefile.am:
3615           We need the marshallers for decodebin, too.
3616
3617 2004-10-30  David Schleef  <ds@schleef.org>
3618
3619         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
3620           quicktime typefinding work with 64-bit offsets.
3621
3622 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
3623
3624         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
3625           Set EOS on the element when processing an EOS event.
3626         * ext/speex/gstspeexdec.h:
3627         * ext/speex/gstspeexenc.h:
3628           Only keep a const ptr to the mode
3629         * gst-libs/gst/riff/riff-media.c:
3630         (gst_riff_create_audio_caps_with_data),
3631         (gst_riff_create_audio_template_caps):
3632           Allow WMAV3, with up to 6 channels.
3633         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
3634           Don't call gst_pad_set_event_function on a sink pad.
3635         * gst/mpegstream/gstdvddemux.c:
3636         (gst_dvd_demux_get_subpicture_stream),
3637         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
3638           Copy the explicit caps that were set across to the cur_* pads,
3639           instead of trying to use a possibly non-existent negotiated caps.
3640           Reset the type of subpicture pads to UNKNOWN after calling
3641           init_stream, so that the caps get set.
3642
3643 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
3644
3645         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3646
3647         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
3648           Don't touch buffer if it is of size 0 (fixes #151064).
3649
3650 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3651
3652         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
3653           Synchronized discont handling.
3654
3655 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3656
3657         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
3658         (gst_ogg_demux_push):
3659           Make seeking sort-of exact again (fixes #156387).
3660
3661 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3662
3663         * gst/playback/gstplaybasebin.c: (unknown_type),
3664         (add_element_stream), (new_decoded_pad),
3665         (gst_play_base_bin_change_state):
3666         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
3667         (gst_stream_info_init), (gst_stream_info_new),
3668         (gst_stream_info_dispose), (gst_stream_info_get_property):
3669         * gst/playback/gststreaminfo.h:
3670           Make caps explicitely available. Makes testing for unsupported
3671           types possible. Improves error reporting.
3672
3673 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3674
3675         * gst/audioconvert/gstaudioconvert.c:
3676         (gst_audio_convert_buffer_to_default_format):
3677           Really don't touch read-only buffers (#156563).
3678
3679 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
3680
3681         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3682
3683         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
3684           Fix memleak (#155223).
3685
3686 2004-10-29  Wim Taymans  <wim@fluendo.com>
3687
3688         * gst/tcp/.cvsignore:
3689         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3690         (gst_multifdsink_class_init), (gst_multifdsink_init),
3691         (gst_multifdsink_add), (gst_multifdsink_remove),
3692         (gst_multifdsink_remove_client_link), (is_sync_frame),
3693         (gst_multifdsink_new_client),
3694         (gst_multifdsink_handle_client_write),
3695         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3696         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
3697         (gst_multifdsink_get_property):
3698         * gst/tcp/gstmultifdsink.h:
3699         Added burst on connect sync_method, deprecated sync_clients,
3700         streamlined the sync code some more.
3701
3702 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3703
3704         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
3705         (gst_play_base_bin_change_state):
3706           Improve error reporting.
3707
3708 2004-10-28  Wim Taymans  <wim@fluendo.com>
3709
3710         * gst/tcp/Makefile.am:
3711         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
3712         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
3713         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
3714         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
3715         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
3716         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
3717         (gst_fdset_wait):
3718         Added more locks around fdset structures. Fixed/reworked
3719         the poll array resizing code.
3720         Added stress test for fdset.
3721
3722 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3723
3724         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
3725         fix build
3726
3727 2004-10-28  Benjamin Otte  <otte@gnome.org>
3728
3729         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
3730           fix link function to always query channels and query width for
3731           floats
3732         * configure.ac:
3733           add equalizer dir
3734         * gst/equalizer/Makefile.am:
3735         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
3736         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
3737         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
3738         (arg_to_scale), (setup_filter),
3739         (gst_iir_equalizer_compute_frequencies),
3740         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
3741         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
3742         (plugin_init):
3743           add an equalizer
3744
3745 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3746
3747         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
3748
3749         * po/LINGUAS:
3750         * po/nb.po:
3751           Added Norwegian Bokmaal translation
3752
3753 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3754
3755         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
3756           Don't break on options (fixes #156488).
3757
3758 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3759
3760         * configure.ac:
3761         * ext/cdaudio/Makefile.am:
3762         * sys/Makefile.am:
3763           fix build on older automake
3764
3765 2004-10-26  Wim Taymans  <wim@fluendo.com>
3766
3767         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
3768         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
3769         Allow a little margin when negotiating the framerate.
3770
3771 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
3772
3773         * gst/level/gstlevel.c:
3774           synchonised naming of pads and pad-templates
3775
3776 2004-10-26  Wim Taymans  <wim@fluendo.com>
3777
3778         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
3779         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
3780         (_find_streams_check), (gst_ogg_demux_push):
3781         Fix EOS again. Needs to be done in a better way. We should not
3782         remove the pad if there is no new chained stream.
3783
3784 2004-10-26 Iain <iaingnome@gmail.com>
3785
3786         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
3787         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
3788         of the caps.
3789         * gst/interleave/interleave.c (interleave_class_init): Hook up release
3790         pad.
3791         (interleave_release_pad): Remove the pad.
3792         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
3793         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
3794         the set device.
3795         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
3796         attrs
3797         (gst_xvimagesink_xcontext_clear): Free the xcontext.
3798         (gst_xvimagesink_finalize): Free the par.
3799
3800 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3801
3802         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
3803         (gst_avimux_stop_file):
3804           First calculate the rate, and only then use it. Hdr.rate is a
3805           multiple and not a derivative of hdr.scale. Scale is not the
3806           same as blockalign but is solely related to rate.
3807
3808 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3809
3810         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
3811         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
3812           Implement seeking.
3813
3814 2004-10-25  James Henstridge  <james@jamesh.id.au>
3815
3816         Reviewed by:  David Schleef  <ds@schleef.org>
3817
3818         * examples/gstplay/player.c: (got_stream_length), (main):
3819         * examples/seeking/cdplayer.c: (update_scale):
3820         * examples/seeking/seek.c: (format_value), (update_scale):
3821         * examples/seeking/spider_seek.c: (format_value), (update_scale),
3822         (stop_seek):
3823         Build fixes on AMD64.
3824
3825 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3826
3827         reviewed by: Ronald Bultje <rbultje at gnome dot org>
3828
3829         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
3830         Fix for some v4l cards which hang in v4lsrc
3831
3832 2004-10-25  Wim Taymans  <wim@fluendo.com>
3833
3834         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
3835         (gst_ogg_demux_push), (gst_ogg_chains_clear):
3836         Make sure to remove the pad when a new chain is
3837         encountered. Set some vars to NULL so we don't try
3838         to reference freed memory.
3839
3840 2004-10-25  Wim Taymans  <wim@fluendo.com>
3841
3842         * examples/seeking/Makefile.am:
3843         * examples/seeking/cdplayer.c: (update_scale):
3844         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
3845         * examples/seeking/playbin.c: (make_playerbin_pipeline),
3846         (format_value), (update_scale), (iterate), (start_seek),
3847         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
3848         (print_usage), (main):
3849         Added some more examples, update others.
3850
3851 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3852
3853         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
3854         * ext/speex/gstspeexdec.c: (speex_dec_chain):
3855         * ext/theora/theoradec.c: (theora_dec_chain):
3856         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3857           Add codec-name metadata.
3858
3859 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
3860
3861         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3862
3863         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
3864         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3865         * ext/alsa/gstalsamixertrack.h:
3866         * po/POTFILES.in:
3867           ALSA mixer track label internationalization (#154054).
3868
3869 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3870
3871         * ext/theora/theoradec.c: (theora_dec_chain):
3872           Export bitrate as metadata.
3873
3874 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3875
3876         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
3877         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3878         * ext/alsa/gstalsamixertrack.h:
3879           Fix names, fix loop.
3880
3881 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3882
3883         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
3884         (speex_dec_convert):
3885           sinkconvert function so oggdemux can get the file length (totem).
3886
3887 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
3888
3889         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3890
3891         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
3892           Don't push incomplete packets.
3893         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
3894           Fix MPEG-4 audio typefinding.
3895
3896 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3897
3898         * sys/v4l/Makefile.am:
3899         * sys/v4l/gstv4l.c: (plugin_init):
3900         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
3901         (gst_v4lelement_init), (gst_v4lelement_dispose),
3902         (gst_v4lelement_change_state):
3903         * sys/v4l/gstv4lelement.h:
3904         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
3905         (gst_v4l_xoverlay_close), (idle_refresh),
3906         (gst_v4l_xoverlay_set_xwindow_id):
3907         * sys/v4l/gstv4lxoverlay.h:
3908         * sys/v4l/v4l-overlay_calls.c:
3909         * sys/v4l/v4l_calls.h:
3910         * sys/v4l2/Makefile.am:
3911         * sys/v4l2/gstv4l2.c: (plugin_init):
3912         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
3913         (gst_v4l2element_init), (gst_v4l2element_dispose),
3914         (gst_v4l2element_change_state):
3915         * sys/v4l2/gstv4l2element.h:
3916         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
3917         (gst_v4l2_xoverlay_close), (idle_refresh),
3918         (gst_v4l2_xoverlay_set_xwindow_id):
3919         * sys/v4l2/gstv4l2xoverlay.h:
3920         * sys/v4l2/v4l2-overlay_calls.c:
3921         * sys/v4l2/v4l2_calls.h:
3922           Remove client-side overlay handling, use the X-server v4l plugin
3923           for that. Nicer overlay, less code. Also make the plugin
3924           compileable without X (but then without overlay, obviously).
3925           Makes xwindowlistener obsolete, should we remove that?
3926
3927 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3928
3929         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
3930         (gst_osssrc_src_query):
3931         * sys/oss/gstosssrc.h:
3932           OK, so people want offset in DEFAULT. This time, actually fix all
3933           cases.
3934         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
3935           Add FPS properly.
3936
3937 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3938
3939         * gst/asfdemux/gstasfmux.c:
3940         * gst/avi/gstavimux.c:
3941           Framerate.
3942
3943 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3944
3945         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
3946           Fix properties (channel, norm, frequency).
3947
3948 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3949
3950         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
3951           Flag typo.
3952         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
3953           No warnings.
3954
3955 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3956
3957         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
3958           Fix hang.
3959
3960 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3961
3962         * sys/v4l2/gstv4l2element.h:
3963           Yet Another Hack (tm) for kernel header borkedness.
3964         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
3965         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
3966         (gst_v4l2src_link), (gst_v4l2src_getcaps),
3967         (gst_v4l2src_change_state):
3968         * sys/v4l2/gstv4l2src.h:
3969         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
3970         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
3971           Fix caps, keep track of state, work.
3972
3973 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3974
3975         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
3976           Quiet.
3977
3978 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3979
3980         * sys/oss/gstosssrc.c: (gst_osssrc_get):
3981           Don't mix bytes and samples.
3982
3983 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3984
3985         * ext/ogg/gstoggmux.c:
3986           Basic pad template which accepts OGM tracks, speex, flac, vorbis
3987           and theora. Any is incorrect.
3988         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
3989           Fix caps.
3990         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
3991         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
3992         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
3993         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
3994         * sys/v4l/gstv4lmjpegsrc.h:
3995         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
3996         (gst_v4lsrc_change_state):
3997         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
3998         (gst_v4lmjpegsrc_capture_stop):
3999           Fix caps. Keep track of internal state. Work.
4000
4001 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4002
4003         * ext/Makefile.am:
4004           Fix the build fixes.
4005
4006 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4007
4008         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4009         (gst_ogg_demux_src_event), (_find_chain_seek),
4010         (gst_ogg_pad_push):
4011           Check for pad availability before using it.
4012         * ext/ogg/gstoggdemux.c: (_find_chain_process):
4013           Fix parsing of chained ogg. Needs more work on the decoder side.
4014
4015 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4016
4017         * gst/spectrum/Makefile.am:
4018         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
4019         (idle_func):
4020           Fix demo and reenable it. Yes, I'm currently playing with audio
4021           analysis tools
4022
4023 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4024
4025         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
4026           We love it if files that start at zero work too...
4027
4028 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4029
4030         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
4031           Handle files with missing EOS headers.
4032
4033 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4034
4035         * gst/tcp/gsttcpserversink.c:
4036         (gst_tcpserversink_handle_server_read),
4037         (gst_tcpserversink_init_send):
4038         Zero some variables first (need for accept not to return EINVAL)
4039
4040 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4041
4042         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4043         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
4044         * ext/theora/theoradec.c: (theora_dec_sink_convert),
4045         (theora_dec_chain):
4046         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
4047         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
4048           Seeking and querying finetune.
4049
4050 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4051
4052         * configure.ac:
4053         * ext/Makefile.am:
4054         * ext/raw1394/Makefile.am:
4055           fix the build
4056
4057 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4058
4059         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
4060           Wrong return.
4061         * gst/playback/Makefile.am:
4062         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4063         * gst/playback/gstplay-marshal.list:
4064         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
4065           Fix marshallers.
4066
4067 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4068
4069         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
4070           Silence.
4071
4072 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4073
4074         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4075         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
4076         (gst_ogg_pad_push):
4077           Yay for non-lineair granulepos in theora.
4078
4079 2004-10-18  Wim Taymans  <wim@fluendo.com>
4080
4081         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
4082         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
4083         * ext/dv/gstdvdec.h:
4084         Make sure we renegotiate aspect ratio when the camera switches.
4085
4086 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4087
4088         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4089         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
4090           Start at zero.
4091         * ext/theora/theoradec.c: (theora_dec_chain):
4092           Skip headers. Bad idea for chained ogg, but fixes seeking.
4093
4094 2004-10-18  Wim Taymans  <wim@fluendo.com>
4095
4096         * configure.ac:
4097         I swear, this is the last time I touch this.
4098
4099 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4100
4101         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4102         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
4103         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
4104           Faster seeking.
4105         * ext/theora/theoradec.c: (theora_dec_sink_convert):
4106           Time-to-default conversion.
4107         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4108           Don't error on unknown packets, just skip. We should probably
4109           read them if we want to support chained ogg.
4110
4111 2004-10-18  Wim Taymans  <wim@fluendo.com>
4112
4113         * configure.ac:
4114         Added cdaudio to wrong list.
4115
4116 2004-10-18  Wim Taymans  <wim@fluendo.com>
4117
4118         * configure.ac:
4119         Revive cdaudio.
4120
4121 2004-10-18  Wim Taymans  <wim@fluendo.com>
4122
4123         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
4124         (gst_dvdec_video_link), (gst_dvdec_push):
4125         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
4126         (gst_smokeenc_resync), (gst_smokeenc_chain):
4127         Fix mimetype on smoke encoder.
4128         Add aspect ratio to dvdec. Not sure if these
4129         values are correct though....
4130
4131 2004-10-18  Wim Taymans  <wim@fluendo.com>
4132
4133         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
4134         Fix vorbis property descriptions and ranges.
4135
4136 2004-10-18  Wim Taymans  <wim@fluendo.com>
4137
4138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
4139         Really do nothing when no data is available.
4140         Go to the playing state when the stream is not seekable
4141         instead of failing.
4142
4143 2004-10-18  Wim Taymans  <wim@fluendo.com>
4144
4145         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
4146         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
4147         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
4148         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
4149         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
4150         Added uri handler for cd://
4151         Port to new API.
4152
4153 2004-10-18  Wim Taymans  <wim@fluendo.com>
4154
4155         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4156         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
4157         (try_to_link_1), (no_more_pads), (close_link), (type_found):
4158         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
4159         (remove_prerolls), (unknown_type), (add_element_stream),
4160         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
4161         (gst_play_base_bin_remove_element),
4162         (gst_play_base_bin_link_stream):
4163         * gst/playback/gstplaybin.c: (gen_video_element),
4164         (gen_vis_element), (remove_sinks), (setup_sinks):
4165         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
4166         (gst_stream_info_get_type), (gst_stream_info_class_init),
4167         (gst_stream_info_init), (gst_stream_info_new),
4168         (gst_stream_info_dispose), (stream_info_mute_pad),
4169         (gst_stream_info_set_property), (gst_stream_info_get_property):
4170         * gst/playback/gststreaminfo.h:
4171         Add sink padtemplate to decodebin.
4172         Added some more comments.
4173         Make queue size configurable in playbasebin.
4174         Added possibility to use elements as sinks (ex cdaudio).
4175
4176 2004-10-15  Wim Taymans  <wim@fluendo.com>
4177
4178         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
4179         (gst_speexenc_chain):
4180         Fix speex timestamps so that it gets muxed properly.
4181
4182 2004-10-15  Wim Taymans  <wim@fluendo.com>
4183
4184         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
4185         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
4186         (gst_dv1394src_init), (gst_dv1394src_dispose),
4187         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
4188         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
4189         (gst_dv1394src_event), (gst_dv1394src_get_formats),
4190         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
4191         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
4192         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
4193         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
4194         * ext/raw1394/gstdv1394src.h:
4195         Added conversion/query functions.
4196         Update buffer timestamps,
4197         Added signals.
4198         Added uri dv:// so it might play from the firewire in playbin.
4199         Fix a possible leak.
4200         Added debugging.
4201
4202 2004-10-15  Wim Taymans  <wim@fluendo.com>
4203
4204         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
4205         (gst_dv1394src_init), (gst_dv1394src_set_property),
4206         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
4207         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
4208         * ext/raw1394/gstdv1394src.h:
4209         Added AV/C VTR control support needed for some cameras.
4210         Added automatic port detection.
4211         Added properties for selecting the channel.
4212         The configure.ac script is not yet updated to reflect the
4213         new libavc1394 and librom1394 dependencies.
4214
4215 2004-10-15  Wim Taymans  <wim@fluendo.com>
4216
4217         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4218         (qtdemux_parse), (gst_qtdemux_handle_esds):
4219         An esds box is not a container.
4220         Fix parsing of mp4v boxes.
4221         Do not try to renegotiate fps for each frame. Need to
4222         find a better method. This should fix mp4 playback.
4223
4224 2004-10-14  David Schleef  <ds@schleef.org>
4225
4226         * configure.ac: update for swfdec-0.3 and liboil-0.2
4227         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
4228         * ext/swfdec/gstswfdec.h: same
4229         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
4230         * gst/videotestsrc/videotestsrc.c: same
4231
4232 2004-10-14  Wim Taymans  <wim@fluendo.com>
4233
4234         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
4235         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
4236         (is_sync_frame), (gst_multifdsink_new_client),
4237         (gst_multifdsink_handle_client_write),
4238         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4239         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
4240         Turn warnings into info.
4241         Don't allow a state change in the streaming thread.
4242
4243 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4244
4245         * ext/vorbis/oggvorbisenc.c:
4246         * ext/vorbis/vorbisdec.c:
4247           fix template sample rate
4248
4249 2004-10-13  Wim Taymans  <wim@fluendo.com>
4250
4251         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
4252         Decoding the header first fixes some problems in resyncing
4253         in more mp3s.
4254
4255 2004-10-12  Wim Taymans  <wim@fluendo.com>
4256
4257         * gst/playback/gstplaybin.c: (gen_video_element),
4258         (gen_vis_element), (remove_sinks), (setup_sinks):
4259         Added vis plugin support, need to configure the vis
4260         element to activate it.
4261
4262 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4263
4264         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
4265         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
4266           Some debug.
4267         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
4268         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
4269         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
4270         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
4271         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
4272         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
4273         * gst/avi/gstavidemux.h:
4274           Support for openDML-2.0 indx/ix## chunks. Support for broken index
4275           recovery (where, if part of the index is broken, we will still read
4276           the rest of the index and recover the broken part by stream
4277           scanning). More broken media support. EOS workarounds. General AVI
4278           braindamage headache recovery. Aspirin included.
4279
4280 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4281
4282         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
4283         (cdparanoia_event), (cdparanoia_query):
4284           Get rid of hideous lead-in.
4285
4286 2004-10-11  Wim Taymans  <wim@fluendo.com>
4287
4288         * gst/playback/gstplaybasebin.c: (setup_source):
4289         Wrong var used to get g_list_next.
4290
4291 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4292
4293         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
4294         (cdparanoia_get), (cdparanoia_open):
4295           Report discid as metadata, add duration.
4296
4297 2004-10-11  Wim Taymans  <wim@fluendo.com>
4298
4299         * gst/playback/gstplaybasebin.c: (setup_source):
4300         Cleanup the previous pipeline a little earlier for the
4301         case that a source element provides raw data.
4302
4303 2004-10-11  Benjamin Otte  <otte@gnome.org>
4304
4305         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
4306           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
4307           consuming the last 128 bytes, even though it was valid mp3 data.
4308
4309 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4310
4311         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
4312         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
4313         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
4314         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
4315
4316 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4317
4318         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
4319         Fix for webcams that support only specific width or height
4320
4321 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4322
4323         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4324
4325         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
4326           Fix wrong discont event setup (fixes #154967).
4327
4328 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
4329
4330         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4331
4332         * gst/auparse/gstauparse.c: (gst_auparse_chain):
4333           Error out on invalid data (fixes #154807).
4334
4335 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4336
4337         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4338
4339         * ext/dvdread/dvdreadsrc.c: (_read):
4340           Make titles > 0 work again (fixes #154834).
4341
4342 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4343
4344         * gst-libs/gst/riff/riff-media.c:
4345         (gst_riff_create_video_template_caps):
4346           WMV3 missing in template caps.
4347
4348 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4349
4350         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4351           OK, so the original code was too strict. It makes random AVI files
4352           hang for seconds upon opening, which is unacceptable and is far
4353           beyond the original goal of getting multiple chunks for one-chunk
4354           sounc stream files. So now do just that.
4355
4356 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4357
4358         * gst/playback/gstplaybasebin.c: (setup_source),
4359         (gst_play_base_bin_change_state):
4360           Actually clean up streaminfo if output fails. This would trigger
4361           if, for example, there was no CD in the drive. No preroll, so
4362           a streaminfo structure is created, but the subsequent state change
4363           of the thread fails.
4364         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
4365           Don't change state if parent failed.
4366
4367 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4368
4369         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4370         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
4371         (gen_video_element), (remove_sinks):
4372           Add small bits of code for screenshot handling.
4373
4374 2004-10-08  Wim Taymans  <wim@fluendo.com>
4375
4376         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
4377         (gen_video_element), (gen_audio_element), (setup_sinks):
4378         Don't assume the user provided sinks are named "sink"...
4379
4380 2004-10-08  Wim Taymans  <wim@fluendo.com>
4381
4382         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
4383         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
4384         (gst_play_base_bin_link_stream):
4385         Do not try to autoplug sources that generate raw streams like
4386         cdparanoia.
4387         disconnect the preroll overrun signal when we don't need it anymore.
4388
4389 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
4390
4391         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
4392         Added reworked patch from #154903 from milosz derezynski (deadchip).
4393
4394 2004-10-08  Wim Taymans  <wim@fluendo.com>
4395
4396         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
4397         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
4398         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
4399         (cdparanoia_convert), (cdparanoia_uri_get_type),
4400         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
4401         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
4402         * ext/cdparanoia/gstcdparanoia.h:
4403         This adds the cdda://<tracknum> uri.
4404
4405 2004-10-08  Wim Taymans  <wim@fluendo.com>
4406
4407         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4408         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
4409         (try_to_link_1), (no_more_pads), (close_link), (type_found):
4410         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4411         (unknown_type), (gst_play_base_bin_remove_element),
4412         (gst_play_base_bin_link_stream):
4413         * gst/playback/gstplaybasebin.h:
4414         * gst/playback/gstplaybin.c: (gst_play_bin_init),
4415         (gst_play_bin_set_property), (gen_video_element),
4416         (gen_audio_element), (setup_sinks):
4417         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
4418         (gst_stream_info_get_type), (gst_stream_info_class_init),
4419         (gst_stream_info_init), (gst_stream_info_new),
4420         (gst_stream_info_dispose), (stream_info_mute_pad),
4421         (gst_stream_info_set_property), (gst_stream_info_get_property):
4422         * gst/playback/gststreaminfo.h:
4423         Reuse the audio and video bins.
4424         Some internal cleanups in the stream selection code.
4425
4426 2004-10-08  Julien MOUTTE  <julien@moutte.net>
4427
4428         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
4429         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
4430         * sys/ximage/ximagesink.h:
4431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
4432         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
4433         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
4434         not coming from those elements. Moreover these elements should not keep
4435         the xid they have been given when in NULL state.
4436
4437 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4438
4439         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
4440         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
4441         * sys/ximage/ximagesink.h:
4442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
4443         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
4444         * sys/xvimage/xvimagesink.h:
4445           Actually only create a new toplevel window if we're not gonna
4446           embed it right after.
4447
4448 2004-10-07  Wim Taymans  <wim@fluendo.com>
4449
4450         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
4451         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
4452         * gst/playback/gstplaybin.c: (setup_sinks):
4453         Implement muting/unmuting of streams, mute streams that are not
4454         used.
4455
4456 2004-10-07  Wim Taymans  <wim@fluendo.com>
4457
4458         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
4459         (plugin_init):
4460         Added lame audio/x-ac3 typefind function.
4461
4462 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4463
4464         * configure.ac:
4465           bump nano to cvs
4466
4467 === release 0.8.5 ===
4468
4469 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4470
4471         * NEWS:
4472         * RELEASE:
4473         * configure.ac:
4474           releasing 0.8.5, "Take You On"
4475
4476 2004-10-06  Wim Taymans  <wim@fluendo.com>
4477
4478         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4479         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4480         (no_more_pads), (close_link), (type_found):
4481         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
4482         * gst/playback/gstplaybin.c: (gen_video_element):
4483         Do not signal the no_more_pads after the first pad when
4484         we are plugging a non dynamic element with multiple
4485         output pads (like swfdec, dvdec, ...).
4486
4487 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4488
4489         * configure.ac:
4490           bump for prerelease
4491
4492 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4493
4494         * gst/wavparse/gstwavparse.c:
4495           add ATRAC3 to STATIC CAPS to fix a warning
4496
4497         * gst/matroska/ebml-read.c:
4498         * gst-libs/gst/riff/riff-read.c:
4499           fix typos
4500
4501 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4502
4503         * gst-libs/gst/riff/riff-media.c:
4504           generate caps for ATRAC3 audio streams
4505
4506         * gst/realmedia/rmdemux.c:
4507           generate caps for ATRAC3 audio streams
4508
4509 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4510
4511         * gst/wavparse/Makefile.am
4512         * gst/wavparse/riff.h
4513         * gst/wavparse/wavparse.vcproj
4514           riff.h removal (unused and duplication with riff-ids.h)
4515
4516 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4517
4518         * gst/wavparse/gstwavparse.h
4519           remove duplicated defines for audio codec codes
4520
4521         * gst-libs/gst/riff/riff-ids.h
4522         * gst/wavenc/riff.h:
4523           add "4CC" code for ATRAC3 audio streams
4524           add "4CC" code for ITU_G721_ADPCM (unused for now)
4525
4526 2004-10-06  Wim Taymans  <wim@fluendo.com>
4527
4528         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
4529         Actually _do_ negotiation. Pass gdouble as arg instead
4530         of guint64 for the framerate.
4531
4532 2004-10-06  Wim Taymans  <wim@fluendo.com>
4533
4534         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4535         (find_compatibles), (close_pad_link), (try_to_link_1),
4536         (no_more_pads), (close_link), (type_found):
4537         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
4538         * gst/playback/gstplaybin.c: (gen_video_element),
4539         (gen_audio_element):
4540         Set state on newly added element to READY so that negotiation
4541         can happen ASAP.
4542         Addes some more debug info.
4543         Do not try to plug pads with multiple caps structures or ANY
4544         because it is too dangerous since we do not do dynamic
4545         replugging.
4546
4547 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4548
4549         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
4550
4551         * po/LINGUAS:
4552         * po/or.po:
4553           add Oriya translation
4554
4555 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4556
4557         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4558           Prevent overwrite of size member. Makes audio sound crappy.
4559
4560 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4561
4562         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4563         Add rmvb to the list of known RealMedia extensions
4564
4565 2004-10-05  Wim Taymans  <wim@fluendo.com>
4566
4567         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
4568         (mngdec_openstream), (mngdec_closestream),
4569         (mngdec_handle_sink_event), (mngdec_readdata),
4570         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
4571         (mngdec_getcanvasline), (mngdec_refresh),
4572         (gst_mngdec_change_state):
4573         Set the framerate correctly.
4574
4575 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4576
4577         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4578           There was something wrong with the index massaging.
4579
4580 2004-10-04  Wim Taymans  <wim@fluendo.com>
4581
4582         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
4583         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
4584         (gst_smokedec_chain):
4585         * ext/jpeg/gstsmokedec.h:
4586         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
4587         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
4588         * ext/jpeg/gstsmokeenc.h:
4589         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
4590         (smokecodec_decode_new), (smokecodec_info_free),
4591         (smokecodec_set_quality), (smokecodec_get_quality),
4592         (smokecodec_set_threshold), (smokecodec_get_threshold),
4593         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
4594         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
4595         (smokecodec_encode), (smokecodec_parse_id),
4596         (smokecodec_parse_header), (smokecodec_decode):
4597         * ext/jpeg/smokecodec.h:
4598         * ext/jpeg/smokeformat.h:
4599         Updated smoke, new bitstream, allows embedding in ogg.
4600
4601 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4602
4603         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
4604           Fix seeking in some files. All this code is no longer needed (and
4605           actually breaks stuff) because we now synchronize the full index
4606           right when reading the header.
4607
4608 2004-10-04  Wim Taymans  <wim@fluendo.com>
4609
4610         * configure.ac:
4611         configure update for libmng.
4612
4613 2004-10-04  Wim Taymans  <wim@fluendo.com>
4614
4615         * ext/libmng/Makefile.am:
4616         * ext/libmng/gstmng.c: (plugin_init):
4617         * ext/libmng/gstmng.h:
4618         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
4619         (gst_mngdec_base_init), (gst_mngdec_class_init),
4620         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
4621         (gst_mngdec_loop), (gst_mngdec_get_property),
4622         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
4623         (mngdec_closestream), (mngdec_handle_sink_event),
4624         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
4625         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
4626         (gst_mngdec_change_state):
4627         * ext/libmng/gstmngdec.h:
4628         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
4629         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
4630         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
4631         (gst_mngenc_chain), (gst_mngenc_get_property),
4632         (gst_mngenc_set_property):
4633         * ext/libmng/gstmngenc.h:
4634         Added basic MNG decoder. Needs more work. The encoder does
4635         not work yet.
4636
4637 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4638
4639         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
4640         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
4641         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
4642           Don't hang on length=0 chunks. Some negotiation fixes. Signal
4643           no-more-pads.
4644
4645 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4646
4647         * configure.ac:
4648           you need at least 1.0.4 of speex
4649
4650 2004-10-04 Iain <iaingnome@gmail.com>
4651
4652         * ext/speex/gstspeexdec.h: Revert the includes changes.
4653
4654         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
4655
4656 2004-09-30 Iain <iaingnome@gmail.com>
4657
4658         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
4659         found during init or set as a property instead of hardcoding /dev/audio
4660
4661 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4662
4663         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
4664         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
4665         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
4666         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
4667         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
4668         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
4669         (gst_rmdemux_dump_data):
4670           Use debug category, fix EOS handling. filesrc ! rmdemux now
4671           works.
4672
4673 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4674
4675         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
4676         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
4677         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
4678           Improve allocation, cutting and sorting of the index. How takes a
4679           few seconds instead of minutes.
4680
4681 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
4682
4683         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
4684           fixed compilation
4685
4686 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4687
4688         * gst-libs/gst/riff/riff-media.c:
4689         (gst_riff_create_video_caps_with_data),
4690         (gst_riff_create_video_template_caps):
4691           Add wing commander format mimetype/fourccs.
4692         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4693           Don't crash if some value is 0.
4694
4695 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4696
4697         * gst-libs/gst/riff/riff-media.c:
4698         (gst_riff_create_video_caps_with_data),
4699         (gst_riff_create_video_template_caps):
4700           Add DIB fourcc (raw, palettized 8-bit RGB).
4701         * gst-libs/gst/riff/riff-read.c:
4702         (gst_riff_read_strf_vids_with_data):
4703           Oops, fix strf_data reading bug.
4704         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
4705           Use a non-NULL tag.
4706         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4707           Time for hacks. Sorry Dave. At least one quicktime movie (a
4708           trailer) that I've encountered contains multiple video tracks.
4709           One of those is the actual video track, the other are one-frame
4710           tracks (images). Unfortunately, the number of frames according
4711           to the trak header is 1 for each, so that doesn't help. So
4712           instead, I look at the duration and discard tracks with a
4713           duration shorter than 20% of the length of the stream. Better
4714           than nothing.
4715
4716 2004-10-01  Christian Schaller <christian@fluendo.com>
4717
4718         * ext/ivorbis/vorbis.c:
4719           Patch from Phil Blundell (Bug 152341)
4720
4721 2004-10-01  Wim Taymans  <wim@fluendo.com>
4722
4723         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
4724         (speex_dec_get_formats), (speex_dec_convert),
4725         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
4726         (speex_dec_chain), (gst_speexdec_get_property),
4727         (gst_speexdec_set_property):
4728         Small cleanups.
4729
4730 2004-10-01  Wim Taymans  <wim@fluendo.com>
4731
4732         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
4733         (gst_wavparse_stream_init), (gst_wavparse_fmt),
4734         (gst_wavparse_other), (gst_wavparse_loop),
4735         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
4736         (gst_wavparse_srcpad_event):
4737         * gst/wavparse/gstwavparse.h:
4738         Added some more debugging info.
4739         Fix the case where the length of the file is 0.
4740         Make sure we seek to sample borders.
4741
4742 2004-10-01  Wim Taymans  <wim@fluendo.com>
4743
4744         * gst/playback/README:
4745         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
4746         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
4747         (try_to_link_1), (no_more_pads), (close_link), (type_found):
4748         Add some debug info to decodebin, update README
4749
4750 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4751
4752         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
4753           Don't use g_print(); use GST_DEBUG().
4754
4755 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4756
4757         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
4758         (gst_ogg_mux_queue_pads):
4759           Handle EOS properly.
4760
4761 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
4762
4763         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4764
4765         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
4766         (gst_faad_chain), (gst_faad_change_state):
4767         * ext/faad/gstfaad.h:
4768           Allow playback of raw (unframed) MPEG AAC files (#148993).
4769
4770 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
4771
4772         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4773
4774         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
4775           Throw error if we didn't recognize the stream. Fixes #152289.
4776
4777 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4778
4779         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
4780           Fix negotiation.
4781
4782 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
4783
4784         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4785
4786         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
4787           Fix memleak.
4788
4789 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
4790
4791         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4792
4793         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
4794           Solve #152805.
4795         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
4796           Solve 152806.
4797
4798 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4799
4800         * gst-libs/gst/riff/riff-media.c:
4801         (gst_riff_create_video_caps_with_data),
4802         (gst_riff_create_audio_caps_with_data):
4803           Add codec_data handling (like asfdemux used to do).
4804         * gst/asfdemux/gstasf.c: (plugin_init):
4805         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
4806         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
4807           Use riff-media for caps creation instead of our own (mostly
4808           broken) copy of its functions.
4809
4810 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4811
4812         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
4813           Don't actually error out if we get another return value than
4814           -EINVAL. Opposite to what I first thought, drivers have random
4815           return values for this, although -EINVAL is the expected return
4816           value. Since this is not fatal, we shouldn't use
4817           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
4818
4819 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4820
4821         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
4822         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
4823         (dvdreadsrc_get_property), (_open), (_seek), (_read),
4824         (dvdreadsrc_get), (dvdreadsrc_open_file),
4825         (dvdreadsrc_change_state):
4826           Fix. Don't do one big huge loop around the whole DVD, that will
4827           cache all data and thus eat sizeof(dvd) (several GB) before we
4828           see something.
4829         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
4830           Actually NULL'ify event after using it.
4831         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
4832         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
4833         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
4834         (gst_ebml_read_seek), (gst_ebml_read_skip):
4835           Handle events.
4836         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
4837         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
4838         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
4839           Fix timing (this will probably break if I seek using menus, but
4840           I didn't get there yet). VOBs and normal DVDs should now work.
4841           Add a mpeg2-only pad with high rank so this get autoplugged for
4842           MPEG-2 movies.
4843         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
4844         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
4845         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
4846         (gst_mpeg_demux_get_audio_stream),
4847         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
4848         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
4849           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
4850           MPEG-1 but use dvddemux for MPEG-2.
4851         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
4852         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
4853         (gst_mpeg_parse_parse_packhead):
4854           Timing. Only add pad template if it exists. Add sink template from
4855           class and not from ourselves. This means we will always use the
4856           correct sink template even if it is not the one defined in this
4857           file.
4858
4859 2004-09-29  Wim Taymans  <wim@fluendo.com>
4860
4861         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
4862         (gst_mpeg_demux_parse_pes):
4863         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
4864         Fix playback of mpeg again, timestamps where screwed up by
4865         patch 1.61.
4866
4867 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4868
4869         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
4870           Only return true if we actually filled something in. Prevents
4871           player applications from showing a random length for flac files.
4872         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
4873         (gst_riff_read_use_event), (gst_riff_read_handle_event),
4874         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
4875         (gst_riff_read_strf_vids_with_data),
4876         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
4877           OK, ok, so I implemented event handling. Apparently it's normal
4878           that we receive random events at random points without asking
4879           for it.
4880         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
4881         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
4882         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
4883         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
4884         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
4885         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
4886         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
4887         * gst/avi/gstavidemux.h:
4888           Implement non-lineair chunk handling and subchunk processing.
4889           The first solves playback of AVI files where the audio and video
4890           data of individual buffers that we read are not synchronized.
4891           This should not happen according to the wonderful AVI specs, but
4892           of course it does happen in reality. It is also a prerequisite for
4893           the second. Subchunk processing allows us to cut chunks in small
4894           pieces and process each of these pieces separately. This is
4895           required because I've seen several AVI files with incredibly large
4896           audio chunks, even some files with only one audio chunk for the
4897           whole file. This allows for proper playback including seeking.
4898           This patch is supposed to fix all AVI A/V sync issues.
4899         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4900         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
4901           Work.
4902         * gst/modplug/gstmodplug.cc:
4903           Proper return value setting for the query() function.
4904         * gst/playback/gstplaybasebin.c: (setup_source):
4905           Being in non-playing state (after, e.g., EOS) is not necessarily
4906           a bad thing. Allow for that. This fixes playback of short files.
4907           They don't actually playback fully now, because the clock already
4908           runs. This means that small files (<500kB) with a small length
4909           (<2sec) will still not or barely play. Other files, such as mod
4910           or flx, will work correctly, however.
4911
4912 2004-09-28  Wim Taymans  <wim@fluendo.com>
4913
4914         * ext/speex/gstspeex.c: (plugin_init):
4915         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
4916         (gst_speex_dec_class_init), (speex_dec_get_formats),
4917         (speex_get_event_masks), (speex_get_query_types),
4918         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
4919         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
4920         (gst_speexdec_get_property), (gst_speexdec_set_property),
4921         (speex_dec_change_state):
4922         * ext/speex/gstspeexdec.h:
4923         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
4924         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
4925         (gst_speexenc_base_init), (gst_speexenc_class_init),
4926         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
4927         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
4928         (gst_speexenc_src_query), (gst_speexenc_init),
4929         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
4930         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
4931         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
4932         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
4933         (gst_speexenc_chain), (gst_speexenc_get_property),
4934         (gst_speexenc_set_property), (gst_speexenc_change_state):
4935         * ext/speex/gstspeexenc.h:
4936         Rewrote speex encoder, make sure it can be embedded in ogg.
4937         Implemented speex decoder.
4938
4939 2004-09-28  Christian Schaller <christian@fluendo.com>
4940
4941         * configure.ac:
4942         Remove kioslave plugin. Markey is brewing a new working one
4943         * ext/Makefile.am: Remove kioslave plugin
4944         * ext/kio: remove
4945         * gst-plugins.spec.in: remove kio plugin from spec
4946
4947 2004-09-27  Wim Taymans  <wim@fluendo.com>
4948
4949         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
4950         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
4951         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
4952         (gst_multifdsink_new_client),
4953         (gst_multifdsink_handle_client_write),
4954         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4955         (gst_multifdsink_handle_clients):
4956         * gst/tcp/gstmultifdsink.h:
4957         Make syncing to keyframes actually work for new clients and lagging
4958         clients.
4959
4960 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4961
4962         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
4963         (gst_navigationtest_handle_src_event), (draw_box_planar411),
4964         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
4965         * gst/debug/gstnavigationtest.h:
4966           make navigationtest display button-press and button-release events
4967
4968 2004-09-26 Iain <iaingnome@gmail.com>
4969
4970         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
4971         the channels have received a new media event.
4972         (interleave_buffered_loop): Compresses a new media event on all
4973         channels into one.
4974
4975 2004-09-26 Iain <iaingnome@gmail.com>
4976
4977         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
4978         call the sinkpad's default event handler and not the srcpads. He also
4979         says this is confusing :)
4980         (gst_wavenc_stop_file): Company says that seek events only go upstream
4981         we should send a discontinuous downstream instead.
4982
4983 2004-09-25  Christian Schaller <christian@fluendo.com>
4984
4985         * Update SPEC file to be usable in conjunction with Fedora Core,
4986           Fedora.us and freshrpms packages
4987         * Fix typo in multifilesrc test Makefile
4988
4989 2004-09-24  Wim Taymans  <wim@fluendo.com>
4990
4991         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
4992         Only signal the no_more_pads signal when we have
4993         added the stream to our list.
4994
4995 2004-09-24  Wim Taymans  <wim@fluendo.com>
4996
4997         * gst/playback/gstplaybasebin.c: (remove_prerolls),
4998         (new_decoded_pad):
4999         * gst/playback/gstplaybasebin.h:
5000         * gst/playback/gstplaybin.c: (setup_sinks):
5001         Don't try to preroll or decode more than one audio/video
5002         track.
5003
5004 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5005
5006         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
5007           Throw error if we failed to find a suitable output. This should
5008           throw an error if we successfully set up a pipeline (e.g. because
5009           we recognized a media file) but found no decodable streams in it
5010           (e.g. because it contains only media stream types for which we
5011           have no decoders, or because it's not a media type).
5012
5013 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5014
5015         * ext/dirac/Makefile.am:
5016         * ext/dirac/gstdirac.cc:
5017         * ext/dirac/gstdiracdec.cc:
5018         * ext/dirac/gstdiracdec.h:
5019           Do something. Don't actually know if this works because I don't
5020           have a demuxer yet.
5021         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
5022           Add channels=1 to caps returned from _getcaps().
5023         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
5024         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
5025         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
5026         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
5027         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
5028         (gst_ogm_parse_change_state):
5029           Separate between audio/video so ogmaudioparse actually uses the
5030           audio pad templates. Both audio and video work now, including
5031           autoplugging. Also use sometimes-srcpad hack.
5032         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
5033           Handle events better. Don't hang on infinite loops.
5034         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5035         (gst_avi_demux_init), (gst_avi_demux_reset),
5036         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
5037         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
5038         (gst_avi_demux_change_state):
5039         * gst/avi/gstavidemux.h:
5040           Improve A/V sync. Still not perfect.
5041         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
5042         (gst_ebml_read_skip):
5043           Handle events better.
5044         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
5045         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
5046         (qtdemux_audio_caps):
5047           Add IMA4. Improve event handling. Save offset after a seek when
5048           the headers are at the end of the file so that we don't end up in
5049           an infinite loop.
5050         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5051           Add low-priority typefind support for files with no length.
5052
5053 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5054
5055         * testsuite/multifilesink/Makefile.am:
5056         fix typo
5057
5058 2004-09-22  Julien MOUTTE  <julien@moutte.net>
5059
5060         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
5061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
5062         mistakes from thaytan's patches.
5063
5064 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
5065
5066         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
5067           For completeness, XSync in the destroy function as xvimage does.
5068
5069 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
5070
5071         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
5072            Correct caps negotiation
5073         * gst/volume/gstvolume.c: (volume_chain_float),
5074         (volume_chain_int16):
5075            Modify debug output to be little more informative
5076         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
5077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
5078         (gst_xvimagesink_xvimage_destroy):
5079           Add XSync calls after detaching from the shared memory segment to
5080           avoid a crash.
5081
5082 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5083
5084         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5085         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
5086         * ext/vorbis/vorbis.c: (plugin_init):
5087         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5088         (gst_vorbisenc_chain):
5089         * ext/vorbis/vorbisenc.h:
5090         remove explicit newmedia support from oggmux and vorbisenc
5091         add debug category to vorbisenc
5092         * gst/multifilesink/gstmultifilesink.c:
5093         (gst_multifilesink_class_init), (gst_multifilesink_init),
5094         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
5095         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
5096         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
5097         (plugin_init):
5098         * gst/multifilesink/gstmultifilesink.h:
5099         add support for streamheader in multifilesink
5100
5101 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5102
5103         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
5104         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
5105         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
5106           Prevent infinite loops. More correct error reporting.
5107         * gst/auparse/gstauparse.c: (gst_auparse_chain):
5108           Error out if negotiation fails.
5109         * gst/playback/gstplaybasebin.c: (setup_source),
5110         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
5111         (gst_play_base_bin_found_tag):
5112           Error/tag forwarding. Pre-roll fixes for source errors on state
5113           changes (e.g. "file does not exist") to prevent hangs.
5114
5115 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5116
5117         * testsuite/multifilesink/Makefile.am:
5118         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
5119         (gst_newmedia_class_init), (gst_newmedia_init),
5120         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
5121         (newfile_signal), (test_signal), (main):
5122         * testsuite/multifilesink/multifilesrc_test.c: (main):
5123         * testsuite/multifilesink/oggtheora_test.c:
5124         (gst_newmedia_base_init), (gst_newmedia_class_init),
5125         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
5126         (test_format), (newfile_signal), (test_signal), (main):
5127         * testsuite/multifilesink/oggvorbis_test.c:
5128         (gst_newmedia_base_init), (gst_newmedia_class_init),
5129         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
5130         (test_format), (newfile_signal), (test_signal), (main):
5131         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
5132         (gst_newmedia_class_init), (gst_newmedia_init),
5133         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
5134         (newfile_signal), (test_signal), (main):
5135         New media tests
5136
5137 2004-09-20  Christian Schaller <christian@fluendo.com>
5138
5139         * Fix mikmod license to LGPL as they have relicensed
5140         * Move Dirac and Effectv into LGPL section of README_license
5141
5142 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5143
5144         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
5145         (gst_mad_change_state):
5146           Allow for mp3 rate/channels changes. However, only very
5147           conservatively. Reason that we *have* to enable this is smiply
5148           because the mad find_sync() function is not good enough, it will
5149           regularly sync on random data as valid frames and therefore make
5150           us provide random caps as *final* caps of the stream. The best fix
5151           I could think of is to simply require several of the same stream
5152           changes in a row before we change caps.
5153           The actual testcase that works now is #
5154         * ext/ogg/Makefile.am:
5155         * ext/ogg/gstogg.c: (plugin_init):
5156         * ext/ogg/gstogmparse.c:
5157           OGM support (video only for now; I need an audio sample file).
5158         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
5159         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
5160         (gst_asf_demux_add_video_stream):
5161           WMV extradata.
5162         * gst/playback/gstplaybasebin.c: (unknown_type):
5163           Don't error out on single unknown-types after all. It's wrong.
5164           If we found type of video and audio but not of a subtitle stream,
5165           it will still error out (which is unwanted). Will find a better fix
5166           later on.
5167         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
5168         (ogmaudio_type_find), (plugin_init):
5169           OGM support.
5170
5171 2004-09-20  Johan Dahlin  <johan@gnome.org>
5172
5173         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
5174         after setting caps.
5175
5176 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5177
5178         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
5179         * gst/wavenc/gstwavenc.h:
5180         Added newmedia support to wavenc
5181
5182 2004-09-17  Wim Taymans  <wim@fluendo.com>
5183
5184         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
5185         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
5186         (gst_fdset_fd_can_write), (gst_fdset_wait):
5187         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
5188         (gst_multifdsink_init), (gst_multifdsink_add),
5189         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
5190         (gst_multifdsink_remove_client_link),
5191         (gst_multifdsink_client_queue_buffer),
5192         (gst_multifdsink_handle_client_write),
5193         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
5194         (gst_multifdsink_close), (gst_multifdsink_change_state):
5195         * gst/tcp/gstmultifdsink.h:
5196         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5197         (gst_tcpserversink_removed):
5198         Small cleanups in fdset.c
5199         Use a hastable to map fd to the client structure for faster
5200         lookup in _remove and get_stats.
5201         Added virtual function to close the fds.
5202         Handle clients even when the select/poll call was unblocked because
5203         of a command.
5204         Implement syncing to keyframe in the recovery procedure.
5205
5206 2004-09-16 Iain <iaingnome@gmail.com>
5207
5208         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
5209         try caps.
5210
5211 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5212
5213         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
5214           Caps are only set if the type of the stream is unknown, but this
5215           is initialized in ->init_stream(), so set to UNKNOWN after calling
5216           ->init_stream() so that capsnego starts.
5217
5218 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5219
5220         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5221         (gst_avi_demux_stream_data):
5222           Just hardcode for raw audio then. AVI audio sucks.
5223
5224 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
5225
5226         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
5227         * gst/matroska/matroska-mux.c: (audiosink_templ),
5228         (gst_matroska_mux_audio_pad_link):
5229         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
5230         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
5231
5232 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5233
5234         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5235         (gst_avi_demux_stream_data):
5236           Try to fix a/v sync issues.
5237
5238 2004-09-15  David Schleef  <ds@schleef.org>
5239
5240         * configure.ac: remove NASM check, since we don't use it.  Update
5241         dirac check to 0.4
5242         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
5243         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5244         Initialized variables.
5245         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5246         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
5247         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
5248         SVQ3 format
5249
5250 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5251
5252         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5253         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
5254         * gst/avi/gstavidemux.h:
5255           Fix for compressed audio (mp3) timestamp generation. How did this
5256           ever work?
5257
5258 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5259
5260         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
5261           Volume is a double not a float.
5262
5263 2004-09-15  Wim Taymans  <wim@fluendo.com>
5264
5265         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
5266         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
5267         Don't close the fd in multifdsink as we didn't open it in the
5268         first place. Some cleanups.
5269
5270 2004-09-15  Wim Taymans  <wim@fluendo.com>
5271
5272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5273         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
5274         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
5275         Fix the case where the muxer would mark pages as delta
5276         frames when they are not (vorbis only ogg).
5277
5278 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5279
5280         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
5281         (gst_play_base_bin_change_state):
5282           Handle the case where we failed to setup a clear pipeline. This
5283           will throw an error (or EOS, another nice case) and if you don't
5284           catch that, the app will wait for the signal forever (and thus
5285           hang).
5286
5287 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5288
5289         * ext/gnomevfs/gstgnomevfssink.c:
5290         (gst_gnomevfssink_uri_get_protocols):
5291         * ext/gnomevfs/gstgnomevfssrc.c:
5292         (gst_gnomevfssrc_uri_get_protocols):
5293         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5294         * ext/gnomevfs/gstgnomevfsuri.h:
5295           Use _uri_new() instead of _open(), so it doesn't take as long and
5296           Christophe's computer won't hang.
5297         * gst/playback/gstplaybasebin.c: (unknown_type):
5298           Throw error on unknown media type, so apps actually display it.
5299
5300 2004-09-14  Brian Cameron  <brian.cameron@sun.com
5301
5302         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
5303           this script to work on Solaris since bash shell handles echo
5304           differenly than bash.
5305
5306 2004-09-17  Wim Taymans  <wim@fluendo.com>
5307
5308         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
5309         (setup_source), (gst_play_base_bin_set_property),
5310         (gst_play_base_bin_add_element):
5311         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5312         Some more work on making sure seeking pauses the pipeline and
5313         that changing the uri actually does something.
5314
5315 2004-09-17  Wim Taymans  <wim@fluendo.com>
5316
5317         * gst/tcp/gstfdset.c: (gst_fdset_wait):
5318         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
5319         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
5320         (gst_tcpserversink_close):
5321         Be a bit more paranoid when freeing memory.
5322
5323 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5324
5325         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
5326         (qtdemux_parse_trak):
5327           Don't crash by dividing by zero (see sample movie in #126922).
5328
5329 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5330
5331         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
5332           Don't touch non-existing data (fixes crash on file in #140147).
5333
5334 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5335
5336         * gst/playback/gstplaybasebin.c:
5337         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
5338           Handle double disposals, and proper change of URIs.
5339
5340 2004-09-13  Martin Eikermann <meiker@upb.de>
5341
5342         * gst/mpegstream/gstmpegparse.c:
5343           fix synchronistation for streams recorded from digital PCR
5344           fixes bug #119376
5345
5346 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5347
5348         * ext/gnomevfs/Makefile.am:
5349         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5350         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
5351         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
5352         (gst_gnomevfssink_uri_get_type),
5353         (gst_gnomevfssink_uri_get_protocols),
5354         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
5355         (gst_gnomevfssink_uri_handler_init),
5356         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
5357         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
5358         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5359         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
5360         (gst_gnomevfssrc_uri_get_type),
5361         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
5362         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
5363         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5364         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
5365         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5366         * ext/gnomevfs/gstgnomevfsuri.h:
5367           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
5368           of fake URIs to see which this version of Gnome-VFS likes, and
5369           uses that for the Gst-URI interface. Makes playbin support http://
5370           streams. Also fix up some stupid behaviour in gnomevfssrc.
5371
5372 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5373
5374         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
5375         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
5376         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
5377         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
5378           Update mixer (to sync with other sessions) if we try to obtain
5379           a new value. This makes alsamixer work accross applications.
5380         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
5381           Only call sync functions if we're running, else alsalib asserts.
5382         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
5383           Sometimes fails to compile. Possibly a gcc bug.
5384         * gst/playback/gstplaybin.c: (gen_video_element),
5385         (gen_audio_element):
5386           Add a reference to an application-provided object, because we lose
5387           this same reference if we add it to the bin. If we don't do this,
5388           we can only use this object once and thus crash if we go from
5389           ready to playing, back to ready and back to playing again.
5390           Also add an audioscale element because several cheap soundcards -
5391           like mine - don't support all samplerates.
5392         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5393         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
5394           Fix wrong order or PAR calls. Makes automatically obtained PAR
5395           from the X server atually being used.
5396
5397 2004-09-12  David Schleef  <ds@schleef.org>
5398
5399         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
5400         #151887, #152102, #152247.
5401         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
5402         * examples/seeking/cdparanoia.c: same
5403         * examples/seeking/cdplayer.c: same
5404         * examples/seeking/seek.c: same
5405         * examples/seeking/spider_seek.c: same
5406         * examples/seeking/vorbisfile.c: same
5407         * examples/stats/mp2ogg.c: same
5408         * ext/esd/esdsink.c: (gst_esdsink_class_init),
5409         (gst_esdsink_dispose): Dispose of element properly.
5410         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
5411         fixes.
5412         * ext/nas/nassink.c: (gst_nassink_class_init),
5413         (gst_nassink_dispose): Dispose of element correctly.
5414         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
5415         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
5416         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
5417         Fix 64-bit warning.
5418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
5419         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
5420         Fix 64-bit warning.
5421
5422 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5423
5424         * configure.ac : change speex detection as 1.1.6 now uses
5425           .pc/pkg-config and they changed their headers location.
5426
5427 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
5428
5429         * gst/matroska/matroska-mux.h:
5430         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
5431         (gst_matroska_mux_start), (gst_matroska_mux_finish),
5432         (gst_matroska_mux_write_data):
5433           Write multiple blocks/frames per cluster.
5434                 Write meta-seek information (seek heads).
5435
5436 2004-09-09  Scott Wheeler <wheeler@kde.org>
5437
5438         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
5439         (gst_play_bin_set_property), (gst_play_bin_get_property),
5440         (gen_audio_element), (gen_audio_element):
5441           Add a volume element / property to the pipeline.
5442
5443 2004-09-07  Wim Taymans  <wim@fluendo.com>
5444
5445         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5446         Copy timestamps from the master pad to the output buffers.
5447
5448 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5449
5450         * ext/raw1394/gstdv1394src.c:
5451           throw errors when applicable
5452
5453 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
5454
5455         * gst/matroska/ebml-ids.h:
5456         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
5457         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
5458         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
5459           automatically convert unix time <-> ebml time when reading/writing
5460           a date, use gst_ebml_write_uint to write CUETIME,
5461           not gst_ebml_write_date.
5462         * gst/matroska/matroska-ids.h:
5463         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
5464         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
5465         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
5466         (gst_matroska_mux_write_data):
5467           Write track and segment UIDs, write muxing date, write
5468           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
5469           Create cues for audio only files.
5470
5471 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5472
5473         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5474         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5475           Re-commit ALSA switches.
5476         * gst/adder/gstadder.c: (gst_adder_loop):
5477           64-bit fix (#151416).
5478         * gst/debug/progressreport.c: (gst_progressreport_report):
5479           64-bit fix (#151419).
5480         * gst/matroska/matroska-demux.c:
5481         (gst_matroska_demux_parse_contents):
5482           64-bit fix (#151420).
5483         * gst/playback/test3.c: (update_scale):
5484           64-bit fix (#151421).
5485
5486 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5487
5488         * configure.ac:
5489           bump nano to cvs
5490
5491 === release 0.8.4 ===
5492
5493 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5494
5495         * configure.ac: releasing 0.8.4, "Alias"
5496
5497 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5498
5499         * ext/theora/Makefile.am:
5500           fix makefile.  Fixes #151462.
5501
5502 2004-08-30  Wim Taymans  <wim@fluendo.com>
5503
5504         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
5505         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
5506         (gst_multifdsink_remove_client_link),
5507         (gst_multifdsink_client_queue_buffer),
5508         (gst_multifdsink_handle_client_write):
5509         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
5510         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
5511         Fix some memory leaks.
5512
5513 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5514
5515         Patch by: David Schleef
5516
5517         * configure.ac:
5518         * sys/Makefile.am:
5519           rename our detection macro for V4L2.  Fixes #151236.
5520
5521 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5522
5523         Patch by: David Schleef
5524
5525         * configure.ac:
5526           check to define LAMEPRESET.  Fixes #151232.
5527
5528 2004-08-27  David Schleef  <ds@schleef.org>
5529
5530         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
5531         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
5532         (gst_glimagesink_fixate):  Move local variable declarations to
5533         make gcc-2.95 happy.
5534
5535 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5536
5537         * configure.ac:
5538           bump nano for prerelease
5539
5540 2004-08-27  David Schleef  <ds@schleef.org>
5541
5542         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
5543         * sys/sunaudio/gstsunaudiosrc.c:
5544         * sys/sunaudio/gstsunaudiosrc.h:
5545
5546 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
5547
5548         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
5549         handle EOS correctly
5550         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
5551         * gst/matroska/matroska-mux.h:
5552         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
5553         VFW compatibility mode
5554
5555 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5556
5557         patch by: Zaheer Abbas Merali
5558
5559         * ext/ogg/gstoggmux.c:
5560         * ext/vorbis/vorbisenc.c:
5561         * ext/vorbis/vorbisenc.h:
5562           handle NEWMEDIA
5563
5564 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
5565
5566         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
5567         fix byte order reversion on little endian machines.
5568         * gst/matroska/matroska-mux.c: (audiosink_templ),
5569         (gst_matroska_mux_audio_pad_link):
5570         add TTA codec to the list of supported codecs.
5571         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
5572         (gst_matroska_mux_start), (gst_matroska_mux_finish),
5573         (gst_matroska_mux_write_data):
5574         * gst/matroska/matroska-mux.h:
5575         write segment duration correctly, write muxing app string, fixes bugs
5576         #140897 and #140898.
5577         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
5578         wait for all pads to be negotiated before starting to mux.
5579
5580 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5581
5582         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
5583         * ext/lame/gstlame.h:
5584         Added new media support to lame
5585
5586 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
5587
5588         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
5589         send vorbis headers at the beginning of a stream, fixes bug #141554.
5590         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
5591         bug #148950.
5592         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
5593         (gst_matroska_demux_plugin_init):
5594         * gst/matroska/matroska-ids.h:
5595         enable demuxing of TTA audio streams, fixes bug #148951.
5596         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
5597         enable typefinding for TTA audio files, fixes bug #148711.
5598         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
5599         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
5600         fixes playback of packed bitstream and xvid with bframes, bug #135407.
5601
5602 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
5603
5604         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
5605         (gst_riff_read_element_data), (gst_riff_read_seek),
5606         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
5607         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
5608         <teuf@gnome.org>
5609
5610 2004-08-23 Iain <iaingnome@gmail.com>
5611
5612         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
5613         tags. They appear to be handled differently to normal.
5614         (tag_list_to_id3_tag_foreach): Ditto.
5615
5616 2004-08-22  Wim Taymans  <wim@fluendo.com>
5617
5618         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
5619         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
5620         Make sure we never send -1 granulepos.
5621
5622 2004-08-20  Wim Taymans  <wim@fluendo.com>
5623
5624         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
5625         (gst_ogg_mux_loop):
5626         I will accept bitchslappings with non sharp objects.
5627
5628 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5629
5630         * configure.ac:
5631         Clean up the test for lame presets
5632
5633 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5634
5635         * configure.ac:
5636         * ext/lame/Makefile.am:
5637         * ext/lame/gstlame.c: (gst_lame_class_init),
5638         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
5639         Only enable lame presets if version of lame has presets in API
5640
5641 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
5642         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
5643         * gst/udp/gstudpsrc.h:
5644           Don't call gst_pad_push in a get function. Fixes #150449
5645
5646 2004-08-18  Wim Taymans  <wim@fluendo.com>
5647
5648         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
5649         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
5650         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
5651         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
5652         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
5653         (gst_fdset_wait):
5654         * gst/tcp/gstfdset.h:
5655         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
5656         (gst_multifdsink_client_queue_buffer),
5657         (gst_multifdsink_handle_client_write):
5658         * gst/tcp/gstmultifdsink.h:
5659         Some extra checks in gstfdset.
5660         Only use send() when the fd is a socket. Don't try to
5661         read from write only fds.
5662
5663 2004-08-18  Wim Taymans  <wim@fluendo.com>
5664
5665         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
5666         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
5667         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
5668         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
5669         (gst_fdset_wait):
5670         Add more locking and bounds checking.
5671
5672 2004-08-18  Wim Taymans  <wim@fluendo.com>
5673
5674         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
5675         Realloc test fdset in the lock and right before starting
5676         the poll call. Bump the limit to 4096.
5677
5678 2004-08-17  David Schleef  <ds@schleef.org>
5679
5680         * sys/sunaudio/Makefile.am:
5681         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
5682         of rates and channels.  Make debugging less obnoxious.
5683
5684         Patch from Balamurali Viswanathan implementing a mixer for
5685         Sun audio.  (bug #144091):
5686         * sys/sunaudio/gstsunelement.c:
5687         * sys/sunaudio/gstsunelement.h:
5688         * sys/sunaudio/gstsunmixer.c:
5689         * sys/sunaudio/gstsunmixer.h:
5690
5691 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5692
5693         * gst/audioscale/gstaudioscale.c:
5694         * gst/audioscale/gstaudioscale.h:
5695         made audioscale resample from any sample rate to any sample rate
5696
5697 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5698
5699         * ext/libpng/gstpngdec.c:
5700           error out on unsupported types
5701
5702 2004-08-17  Iain <iaingnome@gmail.com>
5703
5704         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
5705         mid_side and loose_mid_side properties if its a stereo stream.
5706
5707 2004-08-17  Wim Taymans  <wim@fluendo.com>
5708
5709         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5710         (theora_get_formats), (theora_dec_src_convert),
5711         (theora_dec_sink_convert), (theora_dec_src_query),
5712         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
5713         Add a debug line.
5714
5715 2004-08-17  Wim Taymans  <wim@fluendo.com>
5716
5717         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
5718         (gst_ogg_pad_push):
5719         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5720         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5721         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
5722         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
5723         Mark delta units in the muxer.
5724         Try to decode the packet after an out-of-sync error from
5725         libogg.
5726
5727 2004-08-17  Wim Taymans  <wim@fluendo.com>
5728
5729         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5730         (gst_multifdsink_init), (gst_multifdsink_add),
5731         (gst_multifdsink_client_queue_buffer),
5732         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
5733         * gst/tcp/gstmultifdsink.h:
5734         Added option to send a keyframe to clients as the first buffer.
5735         Make timeout property writable.
5736
5737 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5738
5739         patch by: Wim Taymans
5740
5741         * gst/tcp/gstfdset.c:
5742         * gst/tcp/gstmultifdsink.c:
5743           fix index comparison, should include 0
5744
5745 2004-08-16  Wim Taymans  <wim@fluendo.com>
5746
5747         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
5748         (gst_fdset_add_fd), (gst_fdset_remove_fd),
5749         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
5750         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
5751         (gst_fdset_wait):
5752           copy when reallocing for poll so the select arguments don't get
5753           changed during the call
5754
5755 2004-08-16  Wim Taymans  <wim@fluendo.com>
5756
5757         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5758         (gst_theora_enc_class_init), (theora_enc_sink_link),
5759         (theora_buffer_from_packet), (theora_enc_chain):
5760         Fix bug where buffers were not marked as keyframes
5761         correctly.
5762
5763 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5764
5765         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
5766         (gst_lame_preset_get_type), (gst_lame_class_init):
5767         describe the enum values for vbr mode and presets more verbosely
5768
5769 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5770
5771         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
5772         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
5773         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
5774         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
5775         * ext/lame/gstlame.h:
5776         add preset property to lame so it can use lame presets
5777
5778 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5779
5780         * ext/lame/gstlame.c: (gst_lame_get_property):
5781         whoops forgot break, thanks teuf
5782
5783 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5784
5785         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
5786         (gst_lame_class_init), (gst_lame_src_getcaps),
5787         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
5788         (gst_lame_get_property), (gst_lame_setup):
5789         * ext/lame/gstlame.h:
5790         fix lame's broken vbr stuff, allow it to resample if need be, and also
5791         make xing header optional
5792
5793 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5794
5795         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
5796         added getcaps function so samplerate doesnt get fixated to silly values
5797
5798 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5799
5800         * ext/lame/gstlame.c: (gst_lame_src_link):
5801         revert previous fix
5802
5803 2004-08-12  Johan Dahlin  <johan@gnome.org>
5804
5805         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
5806         checks. Doesn't matter what state we are in. Interfaces are a
5807         compile time thing, not runtime. It also broke the python bindings.
5808
5809 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5810
5811         * ext/lame/gstlame.c: (gst_lame_src_link):
5812         made source pad link function check if sinkpad is ok..fixes the problem
5813         where core fixates the output rate of lame stupidly
5814
5815 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5816
5817         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
5818         * sys/v4l/v4l_calls.c:
5819         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
5820           fix fixate function to handle nonsimple caps.
5821           remove bogus check in _link
5822           cleanups
5823
5824 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5825
5826         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
5827         set default compression ratio parameter to 0.0 so bitrate parameter
5828         works :)
5829
5830 2004-08-11  David Schleef  <ds@schleef.org>
5831
5832         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
5833
5834 2004-08-11  David Schleef  <ds@schleef.org>
5835
5836         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
5837         before.
5838
5839 2004-08-11  David Schleef  <ds@schleef.org>
5840
5841         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
5842
5843 2004-08-11  David Schleef  <ds@schleef.org>
5844
5845         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
5846           license field
5847         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
5848         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
5849           LGPL.
5850         * gst/auparse/gstauparse.c: Fix plugin license field.
5851         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
5852         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
5853         * gst/rtp/gstrtp.c: Fix plugin license field.
5854
5855 2004-08-11  Wim Taymans  <wim@fluendo.com>
5856
5857         * gst/tcp/Makefile.am:
5858         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
5859         (ensure_size), (gst_fdset_new), (gst_fdset_free),
5860         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
5861         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
5862         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
5863         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
5864         (gst_fdset_fd_can_write), (gst_fdset_wait):
5865         * gst/tcp/gstfdset.h:
5866         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
5867         (gst_multifdsink_class_init), (gst_multifdsink_init),
5868         (gst_multifdsink_add), (gst_multifdsink_remove),
5869         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
5870         (gst_multifdsink_remove_client_link),
5871         (gst_multifdsink_handle_client_read),
5872         (gst_multifdsink_client_queue_data),
5873         (gst_multifdsink_client_queue_caps),
5874         (gst_multifdsink_client_queue_buffer),
5875         (gst_multifdsink_handle_client_write),
5876         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5877         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
5878         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
5879         (gst_multifdsink_close):
5880         * gst/tcp/gstmultifdsink.h:
5881         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5882         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
5883         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
5884         (gst_tcpserversink_close):
5885         * gst/tcp/gsttcpserversink.h:
5886         Abstracted away the select call, implemented poll (yes we ran into
5887         the 1024 limit in production).
5888
5889 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5890
5891         * gst/tcp/gsttcp.c:
5892         * gst/tcp/gsttcpplugin.c:
5893           improve debuggging, remove assert
5894
5895 2004-08-10  Wim Taymans  <wim@fluendo.com>
5896
5897         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
5898         (gst_client_status_get_type), (gst_multifdsink_class_init),
5899         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
5900         (gst_multifdsink_handle_client_read),
5901         (gst_multifdsink_handle_client_write),
5902         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5903         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
5904         (gst_multifdsink_get_property):
5905         * gst/tcp/gstmultifdsink.h:
5906         * gst/tcp/gsttcp-marshal.list:
5907         Starting to prepare for specifying buffer time in other units
5908         than buffers. Expose remove reason in signal.
5909
5910 2004-08-10  Wim Taymans  <wim@fluendo.com>
5911
5912         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
5913         (gst_multifdsink_remove), (gst_multifdsink_clear),
5914         (gst_multifdsink_remove_client_link),
5915         (gst_multifdsink_handle_client_read),
5916         (gst_multifdsink_client_queue_data),
5917         (gst_multifdsink_client_queue_buffer),
5918         (gst_multifdsink_handle_client_write),
5919         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
5920         (gst_multifdsink_chain), (gst_multifdsink_close):
5921         * gst/tcp/gstmultifdsink.h:
5922         Added more debugging info. Changed the way clients are
5923         removed from the lists. Fixed a bug where a bad file descriptor
5924         could cause many clients to be removed.
5925
5926 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5927
5928         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
5929           allow all pixel-aspect-ratios, not just 1:1
5930
5931 2004-08-09  David Schleef  <ds@schleef.org>
5932
5933         * sys/glsink/ARB_multitexture.h:  Remove old files.
5934         * sys/glsink/EXT_paletted_texture.h:
5935         * sys/glsink/NV_register_combiners.h:
5936         * sys/glsink/gstgl_nvimage.c:
5937         * sys/glsink/gstgl_pdrimage.c:
5938         * sys/glsink/gstgl_rgbimage.c:
5939         * sys/glsink/gstglsink.c:
5940         * sys/glsink/gstglsink.h:
5941         * sys/glsink/gstglxwindow.c:
5942         * sys/glsink/regcomb_yuvrgb.c:
5943
5944 2004-08-09  David Schleef  <ds@schleef.org>
5945
5946         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
5947         GL sink plugin.  (Bug #147302)
5948
5949         * configure.ac: Test for OpenGL
5950         * sys/Makefile.am: Use test for OpenGL
5951         * sys/glsink/Makefile.am:
5952         * sys/glsink/glimagesink.c: rewrite
5953         * sys/glsink/glimagesink.h: rewrite
5954
5955 2004-08-09  David Schleef  <ds@schleef.org>
5956
5957         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
5958         sane framerates.
5959         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
5960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
5961         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
5962
5963 2004-08-09  Wim Taymans  <wim@fluendo.com>
5964
5965         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5966         (gst_multifdsink_add), (gst_multifdsink_get_stats),
5967         (gst_multifdsink_client_remove),
5968         (gst_multifdsink_handle_client_read),
5969         (gst_multifdsink_handle_client_write),
5970         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
5971         Do a bit more logging, make the client_read code more robust.
5972
5973 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5974
5975         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
5976         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
5977         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
5978         (gst_jpegdec_init), (gst_jpegdec_chain):
5979         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5980         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
5981           cleanups, debugging fixes and memleak plugging
5982
5983 2004-08-09  Wim Taymans  <wim@fluendo.com>
5984
5985         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5986         (theora_get_formats), (theora_dec_src_convert),
5987         (theora_dec_sink_convert), (theora_dec_src_query),
5988         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
5989         (theora_dec_change_state):
5990         Don't crash on missing header packets.
5991
5992 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5993
5994         * po/LINGUAS:
5995         * po/sq.po:
5996           Added Albanian translation (Laurent Dhima)
5997         * po/cs.po:
5998           updated
5999
6000 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6001
6002         * ext/lame/gstlame.c:
6003           fix/add debugging
6004
6005 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6006
6007         * sys/ximage/ximagesink.c:
6008         * sys/xvimage/xvimagesink.c:
6009           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
6010
6011 2004-08-06  Wim Taymans  <wim@fluendo.com>
6012
6013         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
6014         (gst_multifdsink_add), (gst_multifdsink_get_stats),
6015         (gst_multifdsink_client_remove),
6016         (gst_multifdsink_handle_client_read),
6017         (gst_multifdsink_handle_client_write),
6018         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
6019         Make sure we don't try to read more from a client that what
6020         ioctl says us or we deadlock.
6021
6022 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6023
6024         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
6025         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
6026         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
6027           decouple running_time and n_frames so it can handle changing
6028           framerate while running
6029
6030 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6031
6032         * po/nl.po:
6033         * po/sv.po:
6034           updated translations
6035
6036 2004-08-04  Benjamin Otte  <otte@gnome.org>
6037
6038         * gst/videotestsrc/gstvideotestsrc.c:
6039         (gst_videotestsrc_get_capslist), (generate_capslist),
6040         (plugin_init):
6041           generate the list of supported caps at startup and reuse it instead
6042           of always generating it
6043
6044 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6045
6046         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
6047           whoops, last checkin broke normal build
6048
6049 2004-08-03  Benjamin Otte  <otte@gnome.org>
6050
6051         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
6052         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6053         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
6054         (gst_alsa_mixer_get_option):
6055         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
6056         (dvdnavsrc_print_event):
6057         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
6058         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
6059         (gst_ogg_mux_pad_unlink):
6060         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
6061         (gst_multipart_mux_pad_unlink):
6062         * gst/videofilter/gstvideobalance.c:
6063         (gst_videobalance_colorbalance_set_value):
6064         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
6065         (gst_videomixer_pad_unlink):
6066         * po/uk.po:
6067         * sys/oss/gstossmixer.c:
6068         * sys/v4l/gstv4lcolorbalance.c:
6069         * sys/v4l/gstv4ltuner.c:
6070         * sys/v4l/v4lsrc_calls.c:
6071         * sys/v4l2/gstv4l2colorbalance.c:
6072         * sys/v4l2/gstv4l2tuner.c:
6073           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
6074
6075 2004-08-03  Benjamin Otte  <otte@gnome.org>
6076
6077         * examples/dynparams/filter.c: (ui_control_create):
6078         * examples/gstplay/player.c: (print_tag):
6079         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
6080         * ext/gdk_pixbuf/gstgdkanimation.c:
6081         (gst_gdk_animation_iter_may_advance):
6082         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
6083         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
6084         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
6085         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
6086         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
6087         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
6088         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
6089         * gst/sine/demo-dparams.c: (main):
6090         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
6091         * testsuite/alsa/formats.c: (create_pipeline):
6092         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
6093           fixes for G_DISABLE_ASSERT and friends
6094         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
6095         (mp3_type_frame_length_from_header), (mp3_type_find),
6096         (plugin_init):
6097           require mp3 typefinding to have at least MIN_HEADERS valid headers
6098           add typefinding for AAC adts files
6099
6100 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
6101
6102         * sys/ximage/ximagesink.c:
6103         (gst_ximagesink_calculate_pixel_aspect_ratio):
6104         * sys/xvimage/xvimagesink.c:
6105         (gst_xvimagesink_calculate_pixel_aspect_ratio):
6106         Make sure we calculate pixel-aspect-ratio using floating point maths
6107
6108 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6109
6110         * po/uk.po:
6111           updated translation
6112
6113 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6114
6115         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6117           add debugging for display PAR calculation
6118
6119 2004-08-02  David Schleef  <ds@schleef.org>
6120
6121         * configure.ac: Fix mikmod CFLAGS.
6122
6123 2004-07-27  Benjamin Otte  <otte@gnome.org>
6124
6125         * gst/audioscale/gstaudioscale.c:
6126         - fix templates to only support S16, it's the only format that works
6127         - make caps nego code use try_set_caps_nonfixed and fixation instead
6128         of try_set_caps twice, which is not nice for autopluggers
6129         - change rank to secondary, so autopluggers can pick it up after
6130         audioconvert
6131
6132 2004-08-02  Iain <iain@prettypeople.org>
6133
6134         * gst/interleave/interleave.c (interleave_init),
6135         (interleave_request_new_pad),
6136         (interleave_pad_removed),
6137         (interleave_buffered_loop): Use the real pad count, not the artificial
6138         one.
6139
6140 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6141
6142         * configure.ac: bump nano back to development
6143
6144 === release 0.8.3 ===
6145
6146 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6147
6148         * configure.ac: releasing 0.8.3, "Water"
6149
6150 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6151
6152         * sys/xvimage/xvimagesink.c:
6153         (gst_xvimagesink_calculate_pixel_aspect_ratio),
6154         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
6155         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
6156         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6157         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6158         * sys/xvimage/xvimagesink.h:
6159           apply similar PAR fixes as to ximagesink
6160
6161 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6162
6163         patch from: Benjamin Otte
6164
6165         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
6166           add link function to lame.  Fixes #148986.
6167
6168 2004-08-02  Johan Dahlin  <johan@gnome.org>
6169
6170         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
6171         fix debugging log
6172
6173 2004-07-30  David Schleef  <ds@schleef.org>
6174
6175         * gst/videomixer/Makefile.am: Fix things that should have been
6176         fixed in the last checkin.
6177
6178 2004-07-30  David Schleef  <ds@schleef.org>
6179
6180         * gst/multipart/Makefile.am: Fix things that should have been
6181         fixed in the last checkin.
6182
6183 2004-07-30  David Schleef  <ds@schleef.org>
6184
6185         * testsuite/multifilesink/Makefile.am: Fix unused variable.
6186
6187 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6188
6189         * configure.ac:
6190           bump nano for prerelease
6191         * po/af.po:
6192         * po/az.po:
6193         * po/cs.po:
6194         * po/en_GB.po:
6195         * po/hu.po:
6196         * po/nl.po:
6197         * po/sr.po:
6198         * po/sv.po:
6199         * po/uk.po:
6200           updates
6201
6202 2004-07-30  Wim Taymans  <wim@fluendo.com>
6203
6204         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
6205         (gst_multifdsink_add), (gst_multifdsink_remove),
6206         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
6207         (gst_multifdsink_client_remove),
6208         (gst_multifdsink_handle_client_write),
6209         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
6210         * gst/tcp/gstmultifdsink.h:
6211         Recover from a select with a bad file descriptor by removing
6212         the client.
6213
6214 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6215
6216         * configure.ac:
6217           fix requirement of core
6218         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
6219         (gst_play_pipeline_setup):
6220           don't use colorspace element.  do use hermescolorspace element.
6221           make macro to get a colorspace element.
6222           mark strings for translation.
6223         * po/POTFILES.in:
6224           add play.c
6225         * po/af.po:
6226         * po/az.po:
6227         * po/cs.po:
6228         * po/en_GB.po:
6229         * po/hu.po:
6230         * po/nl.po:
6231         * po/sr.po:
6232         * po/sv.po:
6233         * po/uk.po:
6234           update translations
6235
6236 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6237
6238         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
6239         fix default for newmedia flag
6240
6241 2004-07-30  Wim Taymans  <wim@fluendo.com>
6242
6243         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
6244         (gst_theora_dec_init), (theora_get_formats),
6245         (theora_dec_src_convert), (theora_dec_sink_convert),
6246         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
6247         (theora_dec_chain), (theora_dec_set_property),
6248         (theora_dec_get_property):
6249         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
6250         (gst_theora_enc_class_init), (gst_theora_enc_init),
6251         (theora_enc_sink_link), (theora_enc_chain),
6252         (theora_enc_set_property), (theora_enc_get_property):
6253         Added cropping option to theora decoder.
6254         Added border option to theora encoder.
6255
6256 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6257
6258         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
6259         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
6260         (gst_pngenc_set_property):
6261         * ext/libpng/gstpngenc.h:
6262         Added newmedia support to pngenc so now gst-launch-0.8 videotestsrc ! ffmpegcolorspace ! pngenc snapshot=false newmedia=true ! multifilesink location=blah%d.png works as expected
6263
6264 2004-07-30  Wim Taymans  <wim@fluendo.com>
6265
6266         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6267         (theora_enc_sink_link), (theora_enc_chain),
6268         (theora_enc_set_property), (theora_enc_get_property):
6269         Fix encoding of non-multiple-of-16 video.
6270
6271 2004-07-29  David Schleef  <ds@schleef.org>
6272
6273         * configure.ac: make test for audiofile more strict
6274
6275 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6276
6277         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6278           give different names to typefind functions
6279
6280 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6281
6282         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6283         (gst_ximagesink_calculate_pixel_aspect_ratio),
6284         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
6285         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6286         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
6287         (gst_ximagesink_get_property), (gst_ximagesink_init):
6288         * sys/ximage/ximagesink.h:
6289           allocate PAR's dynamically.
6290           use autodetected PAR if no object-set PAR is given.
6291           add workaround for directfb's X not setting physical size.
6292           fix to xvimagesink will follow tomorrow.
6293
6294 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6295
6296         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
6297         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
6298         (gst_shout2send_get_type), (gst_shout2send_set_clock),
6299         (gst_shout2send_class_init), (gst_shout2send_init),
6300         (set_shout_metadata), (gst_shout2send_set_metadata),
6301         (gst_shout2send_chain), (gst_shout2send_set_property),
6302         (gst_shout2send_get_property), (gst_shout2send_connect),
6303         (gst_shout2send_change_state):
6304         * ext/shout2/gstshout2.h:
6305         - fix for sending mp3 audio to icecast2 server, if pad link function not
6306         called before PAUSED state
6307         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
6308         - added tagging support for mp3 audio broadcasted
6309         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
6310         debug info
6311
6312 2004-07-28  Wim Taymans  <wim@fluendo.com>
6313
6314         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
6315         (gst_ogg_demux_push):
6316         Return query failure when we don't know the length of
6317         an ogg stream insteda of returning TRUE with a bogus value.
6318
6319 2004-07-28  Wim Taymans  <wim@fluendo.com>
6320
6321         * ext/theora/theoradec.c: (theora_get_formats),
6322         (theora_dec_src_convert), (theora_dec_sink_convert),
6323         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
6324         (theora_dec_chain):
6325         Don't screw up the 1 Chroma for 1 luma sample situation when we
6326         have an odd offset/width by adding a black border in those cases.
6327
6328 2004-07-28  Wim Taymans  <wim@fluendo.com>
6329
6330         * ext/theora/theoradec.c: (theora_get_formats),
6331         (theora_dec_src_convert), (theora_dec_sink_convert),
6332         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
6333         (theora_dec_chain):
6334         * ext/theora/theoraenc.c: (theora_enc_sink_link):
6335         Added first attempt at cropping of the image as required by the
6336         theora spec. We need more properties in the caps (offset_x,
6337         offset_y,stride) to implement this correctly.
6338
6339 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
6340
6341         * ext/dvdnav/README:
6342           Update the README to use dvddemux
6343         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
6344           Ensure getcaps returns a subset of the template caps
6345         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
6346         (gst_mpeg2subt_init):
6347           Ensure getcaps returns a subset of the template caps
6348         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
6349         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
6350         (gst_dvd_demux_get_subpicture_stream),
6351         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
6352         * gst/mpegstream/gstdvddemux.h:
6353           Set the explicit caps on the current_video pad before pushing
6354           anything
6355         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
6356         (gst_mpeg_demux_get_audio_stream):
6357           Free caps used to gst_pad_set_explicit_caps, which takes a const
6358           GstCaps *
6359
6360 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6361
6362         * configure.ac: update GStreamer requirement to 0.8.4 because of
6363           GstFraction.
6364
6365 2004-07-28  Wim Taymans  <wim@fluendo.com>
6366
6367         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
6368         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
6369         Add the pad to the element after setting up the caps. This
6370         makes it a lot easier to autoplug.
6371
6372 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
6373
6374         * gst/median/gstmedian.c:
6375         * gst/mpeg2subt/gstmpeg2subt.c:
6376         * gst/mpegaudioparse/gstmpegaudioparse.c:
6377         * gst/mpegstream/gstdvddemux.c:
6378         * gst/mpegstream/gstmpegdemux.c:
6379         * gst/mpegstream/gstmpegpacketize.c:
6380         * gst/rtjpeg/gstrtjpeg.c:
6381         * gst/rtjpeg/gstrtjpegdec.c:
6382         * gst/rtjpeg/gstrtjpegenc.c:
6383         * gst/sine/gstsinesrc.c:
6384         * gst/smooth/gstsmooth.c:
6385         * gst/smpte/gstsmpte.c:
6386         * gst/smpte/gstsmpte.h:
6387         * gst/stereo/gststereo.c:
6388         * gst/videofilter/gstgamma.c:
6389         * gst/videofilter/gstvideobalance.c:
6390         * gst/videofilter/gstvideofilter.c:
6391         * gst/videofilter/gstvideoflip.c:
6392         * gst/videoscale/gstvideoscale.c:
6393         * gst/videoscale/videoscale.c:
6394         * gst/videotestsrc/gstvideotestsrc.c:
6395         * gst/videotestsrc/videotestsrc.c:
6396         * gst/wavenc/gstwavenc.c:
6397         * gst/wavparse/gstwavparse.c:
6398           fix local includes and 64 bits constants
6399
6400 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
6401
6402         * win32/gst.sln:
6403         * gst-libs/gst/*/*.vcproj:
6404         * gst/*/*.vcproj:
6405           more working plugins
6406
6407 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6408
6409         * testsuite/alsa/Makefile.am:
6410         * testsuite/alsa/srcstate.c:
6411         add test for alsasrc changing state
6412
6413 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6414
6415         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
6416         (gst_silence_get):
6417         * gst/silence/gstsilence.h:
6418         fix silence generation for 16bit raw audio
6419
6420 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6421
6422         * gst/matroska/matroska-demux.c:
6423         (gst_matroska_demux_parse_metadata),
6424         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
6425         * gst/mpegaudio/common.c:
6426         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6427         (gst_videoscale_getcaps), (gst_videoscale_link),
6428         (gst_videoscale_src_fixate), (gst_videoscale_init),
6429         (gst_videoscale_finalize):
6430         * gst/videoscale/gstvideoscale.h:
6431         * gst/videotestsrc/gstvideotestsrc.c:
6432         (gst_videotestsrc_get_capslist):
6433         * gst/wavenc/gstwavenc.c:
6434         * sys/oss/gstossmixer.c: (fill_labels):
6435         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6436         (gst_ximagesink_handle_xevents),
6437         (gst_ximagesink_calculate_pixel_aspect_ratio),
6438         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
6439         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
6440         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6441         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
6442         (gst_ximagesink_init), (gst_ximagesink_class_init):
6443         * sys/ximage/ximagesink.h:
6444         * sys/xvimage/xvimagesink.c:
6445         (gst_xvimagesink_calculate_pixel_aspect_ratio),
6446         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
6447         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
6448         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6449         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6450         * sys/xvimage/xvimagesink.h:
6451           first batch of pixel aspect ratio commits.
6452
6453 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6454
6455         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6456         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
6457         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
6458           handle stride, needs work if we want to move stride handling
6459           upstream, but works correctly for our purposes.
6460
6461 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6462
6463         * gst/videoscale/README:
6464           add testing examples
6465         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
6466         (gst_videoscale_chain):
6467         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
6468         (gst_videoscale_get_size):
6469           add get_size function that handles stride like videotestsrc.
6470           fixes conversion for YUV formats for as much as I can test them.
6471
6472 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6473
6474         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
6475         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
6476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
6477         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
6478         (gst_xvimagesink_xvimage_put):
6479           further cleanups, logging, error handling and synchronizing
6480
6481 2004-07-27  Wim Taymans  <wim@fluendo.com>
6482
6483         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
6484         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
6485         (gst_videomixer_pad_set_property),
6486         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
6487         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
6488         (gst_videomixer_class_init), (gst_videomixer_init),
6489         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
6490         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
6491         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
6492         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
6493         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
6494         (gst_videomixer_loop), (plugin_init):
6495         Be a nicer negotiation citizen and provide a getcaps function on
6496         the srcpad. This also fixes a crash when resizing.
6497
6498 2004-07-27  Julien MOUTTE  <julien@moutte.net>
6499
6500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
6501         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
6502
6503 2004-07-27  Wim Taymans  <wim@fluendo.com>
6504
6505         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
6506         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
6507         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
6508         (gst_pngenc_set_property):
6509         * ext/libpng/gstpngenc.h:
6510         Added snapshot property to pngenc.
6511         removed g_print from pngdec
6512
6513 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
6514
6515         * gst/ac3parse/ac3parse.vcproj
6516         * gst/adder/adder.vcproj
6517         * gst/alpha/alpha.vcproj
6518         * gst/alpha/alphacolor.vcproj
6519         * gst/asfdemux/asf.vcproj
6520         * gst/audioconvert/audioconvert.vcproj
6521         * gst/audiorate/audiorate.vcproj
6522         * gst/audioscale/audioscale.vcproj
6523         * gst/auparse/auparse.vcproj
6524         * gst/avi/avi.vcproj
6525         * gst/cdxaparse/cdxaparse.vcproj
6526         * gst/chart/chart.vcproj
6527         * gst/colorspace/colorspace.vcproj
6528         * gst/cutter/cutter.vcproj
6529         * gst/debug/debug.vcproj
6530         * gst/debug/efence.vcproj
6531         * gst/debug/navigationtest.vcproj
6532         * gst/deinterlace/deinterlace.vcproj
6533         * gst/effectv/effectv.vcproj
6534         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
6535         * gst/filter/filter.vcproj
6536         * gst/flx/flxdec.vcproj
6537         * gst/goom/goom.vcproj
6538         * gst/interleave/interleave.vcproj
6539         * gst/law/alaw.vcproj
6540         * gst/law/mulaw.vcproj
6541         * gst/matroska/matroska.vcproj
6542         * gst/median/median.vcproj
6543         * gst/mixmatrix/mixmatrix.vcproj
6544         * gst/mpeg1sys/mpeg1systemencode.vcproj
6545         * gst/mpeg1videoparse/mp1videoparse.vcproj
6546         * gst/mpeg2sub/mpeg2subt.vcproj
6547         * gst/mpegaudio/mpegaudio.vcproj
6548         * gst/mpegaudioparse/mpegaudioparse.vcproj
6549         * gst/mpegstream/mpegstream.vcproj
6550         * gst/multifilesink/multifilesink.vcproj
6551         * gst/multipart/multipart.vcproj
6552         * gst/oneton/oneton.vcproj
6553         * gst/overlay/overlay.vcproj
6554         * gst/passthrough/passthrough.vcproj
6555         * gst/qtdemux/qtdemux.vcproj
6556         * gst/realmedia/rmdemux.vcproj
6557         * gst/rtjpeg/rtjpeg.vcproj
6558         * gst/rtp/rtp.vcproj
6559         * gst/silence/silence.vcproj
6560         * gst/sine/sinesrc.vcproj
6561         * gst/smooth/smooth.vcproj
6562         * gst/smpte/smpte.vcproj
6563         * gst/spectrum/spectrum.vcproj
6564         * gst/speed/speed.vcproj
6565         * gst/stereo/stereo.vcproj
6566         * gst/switch/switch.vcproj
6567         * gst/tags/tagedit.vcproj
6568         * gst/tcp/tcp.vcproj
6569         * gst/typefind/typefindfunctions.vcproj
6570         * gst/udp/udp.vcproj
6571         * gst/videobox/videobox.vcproj
6572         * gst/videocrop/videocrop.vcproj
6573         * gst/videodrop/videodrop.vcproj
6574         * gst/videofilter/gamma.vcproj
6575         * gst/videofilter/videobalance.vcproj
6576         * gst/videofilter/videofilter.vcproj
6577         * gst/videofilter/videoflip.vcproj
6578         * gst/videoflip/videoflip.vcproj
6579         * gst/videomixer/videomixer.vcproj
6580         * gst/videorate/videorate.vcproj
6581         * gst/videoscale/videoscale.vcproj
6582         * gst/videotestsrc/videotestsrc.vcproj
6583         * gst/virtualdub/virtualdub.vcproj
6584         * gst/volenv/volenv.vcproj
6585         * gst/volume/volume.vcproj
6586         * gst/wavenc/wavenc.vcproj
6587         * gst/wavparse/wavparse.vcproj
6588         * gst/y4m/y4menc.vcproj
6589         * gst-libs/gst/audio/audio.vcproj
6590         * gst-libs/gst/audio/audiofilter.vcproj
6591         * gst-libs/gst/colorbalance/colorbalance.vcproj
6592         * gst-libs/gst/idct/idtc.vcproj
6593         * gst-libs/gst/media-info/media-info.vcproj
6594         * gst-libs/gst/mixer/mixer.vcproj
6595         * gst-libs/gst/navigation/navigation.vcproj
6596         * gst-libs/gst/play/play.vcproj
6597         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
6598         * gst-libs/gst/resample/resample.vcproj
6599         * gst-libs/gst/riff/riff.vcproj
6600         * gst-libs/gst/tuner/tuner.vcproj
6601         * gst-libs/gst/video/video.vcproj
6602         * gst-libs/gst/xoverlay/xoverlay.vcproj
6603           avoid problems with math.h, fix release dependancy
6604           rename GStreamer-0.8.lib to libgstreamer.lib
6605
6606 2004-07-27  Julien MOUTTE  <julien@moutte.net>
6607
6608         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
6609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
6610         the atom is not available we have to unlock the mutex. Fixes #148023
6611
6612 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6613
6614         * gst-libs/gst/media-info/media-info.h:
6615           issue for a vararg macro with MSVC
6616
6617 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6618
6619         * gst/effectv/effectv.vcproj
6620         * gst-libs/gst/idct/idct.vcproj:
6621         * gst-libs/gst/media-info/media-info.vcproj:
6622         * gst-libs/gst/navigation/navigation.vcproj:
6623         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
6624         * gst-libs/gst/video/video.vcproj:
6625         * gst-libs/gst/xoverlay/xoverlay.vcproj:
6626           fixes for build problems
6627
6628 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6629
6630         * gst-libs/gst/audio/audio.def:
6631         * gst-libs/gst/audio/riff.def:
6632           add some definitions needed by plugins
6633
6634 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6635
6636         * gst/asfdemux/gstasfmux.c
6637           Fix some 64 bits constants to be glib friendly
6638
6639 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6640
6641         * gst/ac3parse/gstac3parse.c
6642         * gst/audioscale/gstaudioscale.c
6643         * gst/auparse/gstauparse.c
6644         * gst/colorspace/gstcolorspace.c
6645         * gst/colorspace/yuv2rgb.h
6646           local include fixes
6647
6648 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6649
6650         * win32/gst.sln
6651           add more plugins to the build
6652
6653 2004-07-26  Julien MOUTTE  <julien@moutte.net>
6654
6655         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
6656         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
6657
6658 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6659
6660         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
6661         (gst_level_set_property), (gst_level_get_property),
6662         (gst_level_base_init), (gst_level_class_init):
6663           add debugging categories.  cleanups.
6664
6665 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6666
6667         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
6668         (gst_videoscale_planar411), (gst_videoscale_planar400),
6669         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
6670         (gst_videoscale_scale_nearest_str1),
6671         (gst_videoscale_scale_nearest_str2),
6672         (gst_videoscale_scale_nearest_str4),
6673         (gst_videoscale_scale_nearest_16bit),
6674         (gst_videoscale_scale_nearest_24bit):
6675           fixed stride issues
6676           tested with 320x240 -> 321, 322, 324 x240
6677           tested with YV12, I420, YUY2, UYVY
6678           fixed packed422rev (don't think it could have worked before)
6679           by testing with UYVY
6680
6681 2004-07-26  Benjamin Otte  <otte@gnome.org>
6682
6683         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
6684         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
6685         (plugin_init):
6686           add debugging category, add error checks like checking return values
6687           of setup calls, make sure it still works after
6688           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
6689
6690 2004-07-26  Wim Taymans  <wim@fluendo.com>
6691
6692         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
6693         (gst_mpeg_demux_get_audio_stream),
6694         (gst_mpeg_demux_process_private):
6695         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
6696         Check for error codes from the negotiation functions. Make sure
6697         we really set the pad caps when a new pad is created.
6698
6699 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6700
6701         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6702         (gst_ffmpeg_caps_to_pix_fmt):
6703         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
6704         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6705         (gst_ffmpegcolorspace_pad_link):
6706           don't make function do two things at the same time without reason.
6707
6708 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6709
6710         * gst/ac3parse/ac3parse.vcproj
6711         * gst/adder/adder.vcproj
6712         * gst/alpha/alpha.vcproj
6713         * gst/alpha/alphacolor.vcproj
6714         * gst/asfdemux/asf.vcproj
6715         * gst/audioconvert/audioconvert.vcproj
6716         * gst/audiorate/audiorate.vcproj
6717         * gst/audioscale/audioscale.vcproj
6718         * gst/auparse/auparse.vcproj
6719         * gst/avi/avi.vcproj
6720         * gst/cdxaparse/cdxaparse.vcproj
6721         * gst/chart/chart.vcproj
6722         * gst/colorspace/colorspace.vcproj
6723         * gst/cutter/cutter.vcproj
6724         * gst/debug/debug.vcproj
6725         * gst/debug/efence.vcproj
6726         * gst/debug/navigationtest.vcproj
6727         * gst/deinterlace/deinterlace.vcproj
6728         * gst/effectv/effectv.vcproj
6729         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
6730         * gst/filter/filter.vcproj
6731         * gst/flx/flxdec.vcproj
6732         * gst/goom/goom.vcproj
6733         * gst/interleave/interleave.vcproj
6734         * gst/law/alaw.vcproj
6735         * gst/law/mulaw.vcproj
6736         * gst/matroska/matroska.vcproj
6737         * gst/median/median.vcproj
6738         * gst/mixmatrix/mixmatrix.vcproj
6739         * gst/mpeg1sys/mpeg1systemencode.vcproj
6740         * gst/mpeg1videoparse/mp1videoparse.vcproj
6741         * gst/mpeg2sub/mpeg2subt.vcproj
6742         * gst/mpegaudio/mpegaudio.vcproj
6743         * gst/mpegaudioparse/mpegaudioparse.vcproj
6744         * gst/mpegstream/mpegstream.vcproj
6745         * gst/multifilesink/multifilesink.vcproj
6746         * gst/multipart/multipart.vcproj
6747         * gst/oneton/oneton.vcproj
6748         * gst/overlay/overlay.vcproj
6749         * gst/passthrough/passthrough.vcproj
6750         * gst/qtdemux/qtdemux.vcproj
6751         * gst/realmedia/rmdemux.vcproj
6752         * gst/rtjpeg/rtjpeg.vcproj
6753         * gst/rtp/rtp.vcproj
6754         * gst/silence/silence.vcproj
6755         * gst/sine/sinesrc.vcproj
6756         * gst/smooth/smooth.vcproj
6757         * gst/smpte/smpte.vcproj
6758         * gst/spectrum/spectrum.vcproj
6759         * gst/speed/speed.vcproj
6760         * gst/stereo/stereo.vcproj
6761         * gst/switch/switch.vcproj
6762         * gst/tags/tagedit.vcproj
6763         * gst/tcp/tcp.vcproj
6764         * gst/typefind/typefindfunctions.vcproj
6765         * gst/udp/udp.vcproj
6766         * gst/videobox/videobox.vcproj
6767         * gst/videocrop/videocrop.vcproj
6768         * gst/videodrop/videodrop.vcproj
6769         * gst/videofilter/gamma.vcproj
6770         * gst/videofilter/videobalance.vcproj
6771         * gst/videofilter/videofilter.vcproj
6772         * gst/videofilter/videoflip.vcproj
6773         * gst/videoflip/videoflip.vcproj
6774         * gst/videomixer/videomixer.vcproj
6775         * gst/videorate/videorate.vcproj
6776         * gst/videoscale/videoscale.vcproj
6777         * gst/videotestsrc/videotestsrc.vcproj
6778         * gst/virtualdub/virtualdub.vcproj
6779         * gst/volenv/volenv.vcproj
6780         * gst/volume/volume.vcproj
6781         * gst/wavenc/wavenc.vcproj
6782         * gst/wavparse/wavparse.vcproj
6783         * gst/y4m/y4menc.vcproj
6784           more plugins supported under windows
6785
6786 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6787
6788         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6789         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
6790         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
6791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6792         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
6793           Add debugging statements.  Use the sizes as returned by the
6794           *CreateImage calls.
6795
6796 2004-07-26  Johan Dahlin  <johan@gnome.org>
6797
6798         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
6799         the pad is negotiated.
6800
6801         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
6802
6803 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6804
6805         * gst-libs/gst/colorbalance/colorbalance.vcproj:
6806         * gst-libs/gst/idct/idct.vcproj:
6807         * gst-libs/gst/media-info/media-info.vcproj:
6808         * gst-libs/gst/mixer/mixer.vcproj:
6809         * gst-libs/gst/navigation/navigation.vcproj:
6810         * gst-libs/gst/play/play.vcproj:
6811         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
6812         * gst-libs/gst/resample/resample.vcproj:
6813         * gst-libs/gst/tuner/tuner.vcproj:
6814         * gst-libs/gst/video/video.vcproj:
6815         * gst-libs/gst/xoverlay/xoverlay.vcproj:
6816           more plugins supported under windows
6817
6818 2004-07-25 Iain <iain@prettypeople.org>
6819
6820         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
6821         pad now rather than when the pad is created because state changes wipe
6822         explicit caps (fixes #148043).
6823
6824 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
6825
6826         reviewed by Benjamin Otte  <otte@gnome.org>
6827
6828         * ext/mad/gstmad.c:
6829           fix mad plugin crashing on Sun (fixes #148289)
6830
6831 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
6832
6833         * gst/avi/avi.def:
6834         * gst/avi/avi.vcproj:
6835         * gst/matroska/matroska.def:
6836         * gst/matroska/matroska.vcproj:
6837           remove unused .def files
6838
6839 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
6840
6841         * gst-libs/gst/audio/gstaudiofilter.c:
6842           Clean the local include
6843
6844 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
6845
6846         * win32/gst.sln:
6847         * gst-libs/gst/audio/audio.def:
6848         * gst-libs/gst/audio/audio.vcproj:
6849         * gst-libs/gst/audio/audiofilter.vcproj:
6850         * gst-libs/gst/audio/riff.def:
6851         * gst-libs/gst/audio/riff.vcproj:
6852         * gst-libs/gst/gst-libs.def:
6853         * gst-libs/gst/gst-libs.vcproj:
6854         * gst/avi/avi.vcproj:
6855         * gst/avi/avi.vcproj:
6856           Copy the files where needed after building, cleaner projects
6857
6858 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
6859
6860         * gst/matroska/ebml-write.c:
6861           Fix some 64 bits constants to be glib friendly
6862
6863 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
6864
6865         * win32/gst.sln:
6866         * gst-libs/gst/gst-libs.def:
6867         * gst-libs/gst/gst-libs.vcproj:
6868         * gst/matroska/matroska.def:
6869         * gst/matroska/matroska.vcproj:
6870           Add the preliminary canvas to build plugins on Win32
6871
6872 2004-07-23  Benjamin Otte  <otte@gnome.org>
6873
6874         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
6875           don't enfore negotiation from source side, it breaks
6876           sinesrc ! audioconvert ! osssink
6877
6878 2004-07-22  David Schleef  <ds@schleef.org>
6879
6880         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
6881         for ELF files, since they can easily be recognized as audio/mpeg.
6882         (bug #147441)
6883
6884 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6885
6886         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
6887         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
6888         (gst_videoscale_scale_nearest_24bit),
6889         (gst_videoscale_scale_nearest_16bit):
6890           fix 16bit and 24bit for stride (24bit might need testing)
6891           don't pretend we do more than one algorithm
6892
6893 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6894
6895         * configure.ac:
6896         * gst/Makefile.am:
6897         * gst/multifilesink/Makefile.am:
6898         * gst/multifilesink/gstmultifilesink.c:
6899         (gst_multifilesink_get_formats),
6900         (gst_multifilesink_get_query_types), (_do_init),
6901         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
6902         (gst_multifilesink_init), (gst_multifilesink_dispose),
6903         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
6904         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
6905         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
6906         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
6907         (gst_multifilesink_chain), (gst_multifilesink_change_state),
6908         (gst_multifilesink_uri_get_type),
6909         (gst_multifilesink_uri_get_protocols),
6910         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
6911         (gst_multifilesink_uri_handler_init), (plugin_init):
6912         * gst/multifilesink/gstmultifilesink.h:
6913         * testsuite/Makefile.am:
6914         * testsuite/multifilesink/Makefile.am:
6915         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
6916         (gst_newmedia_class_init), (gst_newmedia_init),
6917         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
6918         (newfile_signal), (test_signal), (main):
6919         multifilesink plugin for creating new files every time a new media
6920         discontinuity event occurs
6921
6922 2004-07-22  Wim Taymans  <wim@fluendo.com>
6923
6924         * gst/alpha/Makefile.am:
6925         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
6926         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
6927         (gst_alpha_color_init), (gst_alpha_color_set_property),
6928         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
6929         (transform), (gst_alpha_color_chain),
6930         (gst_alpha_color_change_state), (plugin_init):
6931         Stupid plugin to to RGBA to AYUV conversion because none of
6932         the colorspace plugins can handle that yet.
6933
6934 2004-07-22  Wim Taymans  <wim@fluendo.com>
6935
6936         * examples/seeking/seek.c: (update_scale), (main):
6937         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
6938         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
6939         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
6940         (gst_decode_bin_init), (gst_decode_bin_dispose),
6941         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
6942         (no_more_pads), (close_link), (type_found),
6943         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
6944         (plugin_init):
6945         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
6946         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
6947         (gst_play_base_bin_dispose), (queue_overrun),
6948         (gen_preroll_element), (remove_prerolls), (unknown_type),
6949         (no_more_pads), (new_stream), (setup_source),
6950         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
6951         (play_base_eos), (gst_play_base_bin_change_state),
6952         (gst_play_base_bin_add_element),
6953         (gst_play_base_bin_remove_element),
6954         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
6955         (gst_play_base_bin_unlink_stream),
6956         (gst_play_base_bin_get_streaminfo):
6957         * gst/playback/gstplaybin.c: (gen_video_element),
6958         (gen_audio_element):
6959         * gst/playback/gststreaminfo.h:
6960         More playback updates, attempt to fix things after the state change
6961         breakage.
6962
6963 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6964
6965         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
6966         (gst_videoscale_scale_nearest_16bit):
6967           comment algorithm
6968
6969 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6970
6971         * gst/videotestsrc/gstvideotestsrc.c:
6972         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
6973         (gst_videotestsrc_init), (gst_videotestsrc_get),
6974         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
6975         (gst_videotestsrc_get_property):
6976         * gst/videotestsrc/gstvideotestsrc.h:
6977         * gst/videotestsrc/videotestsrc.c:
6978         * gst/videotestsrc/videotestsrc.h:
6979           cleanup and commenting
6980
6981 2004-07-21  Wim Taymans  <wim@fluendo.com>
6982
6983         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
6984         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
6985         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
6986         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
6987         (_find_chain_get_unknown_part), (_find_streams_check),
6988         (gst_ogg_demux_push), (gst_ogg_pad_push):
6989         * ext/theora/theoradec.c: (theora_get_formats),
6990         (theora_dec_src_convert), (theora_dec_sink_convert),
6991         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
6992         (theora_dec_chain):
6993         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
6994         (vorbis_dec_convert), (vorbis_dec_src_query),
6995         (vorbis_dec_src_event), (vorbis_dec_event):
6996         More seeking fixes, oggdemux now supports seeking to time and
6997         uses the downstream element to convert granulepos to time.
6998         Seeking in theora-only ogg files now works.
6999
7000 2004-07-21  Wim Taymans  <wim@fluendo.com>
7001
7002         * ext/theora/theoradec.c: (gst_theora_dec_init),
7003         (theora_get_formats), (theora_get_event_masks),
7004         (theora_get_query_types), (theora_dec_src_convert),
7005         (theora_dec_sink_convert), (theora_dec_src_query),
7006         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
7007         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
7008         (vorbis_get_event_masks), (vorbis_get_query_types),
7009         (gst_vorbis_dec_init), (vorbis_dec_convert),
7010         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
7011         Added query/convert/formats functions to vorbis and theora decoders
7012         so that the outside world can use them too. Fixed seeking on an
7013         ogg/theora/vorbis file by disabling the seeking seeking on the
7014         theora srcpad.
7015
7016 2004-07-21  Julien MOUTTE  <julien@moutte.net>
7017
7018         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7019         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
7020         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
7021         images creation for both elements. We don't create the image on caps
7022         nego or renego, we just destroy the internal one if present if it does
7023         not match the needs. The chain function takes care of creating a new
7024         image when needed.
7025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7026         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
7027         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
7028         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
7029         the image format information. The buffer pool checks for the context
7030         image format and discard images with different formats.
7031         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
7032
7033 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7034
7035         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7036         (gst_ffmpegcolorspace_chain):
7037           no point in doing any chaining if the pad we want to push from
7038           isn't usable.
7039
7040 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7041
7042         * gst-libs/gst/riff/riff-media.c:
7043         (gst_riff_create_audio_caps_with_data):
7044           Fix double end-to-native symbol conversion (#148021).
7045
7046 2004-07-20  David Schleef  <ds@schleef.org>
7047
7048         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
7049         Don't use an Atom that doesn't exist.
7050
7051 2004-07-20  Wim Taymans  <wim@fluendo.com>
7052
7053         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7054         (gst_multifdsink_add), (gst_multifdsink_get_stats),
7055         (gst_multifdsink_client_remove),
7056         (gst_multifdsink_handle_client_write),
7057         (gst_multifdsink_queue_buffer):
7058         * gst/tcp/gstmultifdsink.h:
7059         More multifdsink stats. Avoid deadlock by releasing locks
7060         before sending out a signal.
7061
7062 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7063
7064         * po/LINGUAS:
7065         * po/hu.po:
7066           added Hungarian translation (Laszlo Dvornik)
7067
7068 2004-07-20  Wim Taymans  <wim@fluendo.com>
7069
7070         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7071         (gst_multifdsink_add), (gst_multifdsink_client_remove),
7072         (gst_multifdsink_handle_client_write),
7073         (gst_multifdsink_queue_buffer):
7074         * gst/tcp/gsttcp-marshal.list:
7075         Fixed the stupid marshal definition.
7076
7077 2004-07-20  Wim Taymans  <wim@fluendo.com>
7078
7079         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7080         (gst_multifdsink_init), (gst_multifdsink_add),
7081         (gst_multifdsink_client_remove),
7082         (gst_multifdsink_handle_client_write),
7083         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
7084         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
7085         (gst_multifdsink_init_send):
7086         * gst/tcp/gstmultifdsink.h:
7087         Added more stats, added timeout for a client, fixed some typos
7088         and added some comments.
7089
7090 2004-07-20  Wim Taymans  <wim@fluendo.com>
7091
7092         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7093         (gst_multifdsink_add), (gst_multifdsink_get_stats),
7094         (gst_multifdsink_client_remove),
7095         (gst_multifdsink_handle_client_write):
7096         * gst/tcp/gstmultifdsink.h:
7097         * gst/tcp/gsttcp-marshal.list:
7098         Added get_stats method that returns a GValueArray of
7099         stats values.
7100
7101 2004-07-19  Benjamin Otte  <otte@gnome.org>
7102
7103         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
7104           make sure longname, description and author are valid UTF-8
7105
7106 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7107
7108         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
7109         (gst_ximagesink_set_property):
7110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
7111         (gst_xvimagesink_set_property):
7112           make sure SYNCHRONOUS is respected after getting the X context
7113
7114 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7115
7116         * gst/matroska/matroska-demux.c:
7117         (gst_matroska_demux_handle_src_event),
7118         (gst_matroska_demux_parse_blockgroup):
7119         * gst/matroska/matroska-ids.h:
7120           add BlockReference tag and ignore it to clear out log.
7121           ignore NAVIGATION events to clear out log.
7122
7123 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7124
7125         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
7126         (gst_matroska_demux_add_stream):
7127         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
7128           add debug categories
7129
7130 2004-07-16  Wim Taymans  <wim@fluendo.com>
7131
7132         * ext/libpng/Makefile.am:
7133         * ext/libpng/gstpng.c: (plugin_init):
7134         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
7135         (gst_pngdec_get_type), (gst_pngdec_base_init),
7136         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
7137         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
7138         * ext/libpng/gstpngdec.h:
7139         Added png decoder.
7140
7141 2004-07-16  Julien MOUTTE  <julien@moutte.net>
7142
7143         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
7144         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
7145         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
7146         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
7147         (gst_ximagesink_buffer_alloc):
7148         * sys/ximage/ximagesink.h:
7149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
7150         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
7151         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
7152         (gst_xvimagesink_buffer_alloc):
7153         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
7154         again. Using internal data pointer of the x(v)image to store image's
7155         data to be coherent with the buffer alloc mechanism. Investigated the
7156         image destruction code to be sure that everything gets freed correctly.
7157
7158 2004-07-16  Wim Taymans  <wim@fluendo.com>
7159
7160         * gst-libs/gst/riff/riff-read.c:
7161         (gst_riff_read_strf_vids_with_data),
7162         (gst_riff_read_strf_auds_with_data):
7163         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7164         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
7165         Make sure we don't create 0 sized subbuffers in riff-read.
7166         Signal the no more pads signal after reading the avi header.
7167
7168 2004-07-16  Wim Taymans  <wim@fluendo.com>
7169
7170         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7171         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
7172         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
7173         (gst_decode_bin_init), (gst_decode_bin_dispose),
7174         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
7175         (no_more_pads), (close_link), (type_found),
7176         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
7177         (gst_decode_bin_change_state), (plugin_init):
7178         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7179         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
7180         (gst_play_base_bin_dispose), (queue_overrun),
7181         (gen_preroll_element), (remove_prerolls), (unknown_type),
7182         (no_more_pads), (new_stream), (setup_source),
7183         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7184         (play_base_eos), (gst_play_base_bin_change_state),
7185         (gst_play_base_bin_add_element),
7186         (gst_play_base_bin_remove_element),
7187         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
7188         (gst_play_base_bin_unlink_stream),
7189         (gst_play_base_bin_get_streaminfo):
7190         * gst/playback/gstplaybasebin.h:
7191         Better error recovery. Added configurable preroll queue size. Faster
7192         detection of no-more-pads.
7193
7194 2004-07-16  Wim Taymans  <wim@fluendo.com>
7195
7196         * gst-libs/gst/video/video.h:
7197         Added 32 bits RGBA. Not sure if we should use another mime-type
7198         for alpha rgb. Currently the presence of the alpha_mask property
7199         signals an alpha channel.
7200
7201 2004-07-16  Wim Taymans  <wim@fluendo.com>
7202
7203         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
7204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7205         FPS seems to be 0.0 to MAX everywhere else.
7206
7207 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7208
7209         * gst-libs/gst/riff/riff-media.c:
7210         (gst_riff_create_video_caps_with_data):
7211           mp42/mp43 (no caps) exist too.
7212         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
7213           Set pixel_width/height; we've got them in-caps.
7214         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7215         * gst/wavparse/gstwavparse.c: (plugin_init):
7216           Both are valid primary.
7217         * sys/oss/gstossmixer.c:
7218           Remove i18n hack and enable translations.
7219
7220 2004-07-15  Benjamin Otte  <otte@gnome.org>
7221
7222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
7223         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
7224           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
7225
7226 2004-07-15  Benjamin Otte  <otte@gnome.org>
7227
7228         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
7229         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
7230         (gst_alsa_close_audio):
7231           disable some of the debugging code for now. Writing debugging to a
7232           buffer is broken in current alsalib releases.
7233
7234 2004-07-12  Benjamin Otte  <otte@gnome.org>
7235
7236         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
7237           use bufferpools
7238
7239 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7240
7241         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
7242         (theora_dec_src_query), (theora_dec_event):
7243         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
7244           add debugging categories.  Remove \n's.
7245
7246 2004-07-13  Johan Dahlin  <johan@gnome.org>
7247
7248         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
7249         (gst_play_bin_get_property): Impl.
7250
7251 2004-07-13  Wim Taymans  <wim@fluendo.com>
7252
7253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
7254         When trying to find the stream length, seek back N pages
7255         instead of just one, where N is the number of streams in
7256         the current chain.
7257
7258 2004-07-13  Wim Taymans  <wim@fluendo.com>
7259
7260         * gst-libs/gst/riff/riff-media.c:
7261         (gst_riff_create_audio_caps_with_data),
7262         (gst_riff_create_audio_caps),
7263         (gst_riff_create_audio_template_caps):
7264         * gst-libs/gst/riff/riff-media.h:
7265         * gst-libs/gst/riff/riff-read.c:
7266         (gst_riff_read_strf_vids_with_data),
7267         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
7268         * gst-libs/gst/riff/riff-read.h:
7269         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7270         (gst_avi_demux_add_stream):
7271         Set codec_data on caps for avidemuxer.
7272
7273 2004-07-12  David Schleef  <ds@schleef.org>
7274
7275         * configure.ac: Fix test for Objective C
7276
7277 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
7278         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
7279         (gst_gdk_pixbuf_chain):
7280           Add svg and pcx to template caps, and ensure that getcaps returns a
7281           subset of the template caps.
7282           Copy each row manually for output, as gdkpixbuf may pad the
7283           rowstride to a 32-bit word boundary.
7284
7285 2004-07-12  Wim Taymans  <wim@fluendo.com>
7286
7287         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7288         (gst_riff_create_video_template_caps):
7289         Fix the template caps to include some more media types.
7290
7291 2004-07-12  Wim Taymans  <wim@fluendo.com>
7292
7293         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7294         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
7295         (compare_ranks), (print_feature), (gst_decode_bin_init),
7296         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
7297         (try_to_link_1), (new_pad), (close_link), (type_found),
7298         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
7299         (gst_decode_bin_change_state), (plugin_init):
7300         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7301         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
7302         (gst_play_base_bin_dispose), (queue_overrun),
7303         (gen_preroll_element), (remove_prerolls), (no_more_pads),
7304         (new_stream), (setup_source), (gst_play_base_bin_set_property),
7305         (gst_play_base_bin_get_property), (play_base_eos),
7306         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
7307         (gst_play_base_bin_remove_element),
7308         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
7309         (gst_play_base_bin_unlink_stream),
7310         (gst_play_base_bin_get_streaminfo):
7311         * gst/playback/gstplaybasebin.h:
7312         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
7313         (gst_play_bin_class_init), (gst_play_bin_init),
7314         (gst_play_bin_dispose), (gst_play_bin_set_property),
7315         (gst_play_bin_get_property), (gen_video_element),
7316         (gen_audio_element), (remove_sinks), (setup_sinks),
7317         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
7318         (gst_play_bin_send_event), (gst_play_bin_get_formats),
7319         (gst_play_bin_convert), (gst_play_bin_get_query_types),
7320         (gst_play_bin_query), (plugin_init):
7321         * gst/playback/test4.c: (main):
7322         More fixes on reusing of the element.
7323
7324 2004-07-11  Benjamin Otte  <otte@gnome.org>
7325
7326         * ext/mad/gstmad.c: (normal_seek):
7327           allow seeking for other methods than just SET
7328
7329 2004-07-11  Andy Wingo  <wingo@pobox.com>
7330
7331         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
7332         float, "any" caps -> buffer_frames=[0,MAX].
7333
7334         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
7335         doesn't intersect our caps with the template any more. Do it
7336         ourselves.
7337         (interleave_buffered_loop): Use g_newa instead of malloc/free.
7338
7339 2004-07-09  Wim Taymans  <wim@fluendo.com>
7340
7341         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7342         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
7343         (compare_ranks), (print_feature), (gst_decode_bin_init),
7344         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
7345         (try_to_link_1), (new_pad), (close_link), (type_found),
7346         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
7347         (gst_decode_bin_change_state), (plugin_init):
7348         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7349         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
7350         (gst_play_base_bin_dispose), (queue_overrun),
7351         (gen_preroll_element), (remove_prerolls), (no_more_pads),
7352         (new_stream), (setup_source), (gst_play_base_bin_set_property),
7353         (gst_play_base_bin_get_property), (play_base_eos),
7354         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
7355         (gst_play_base_bin_remove_element),
7356         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
7357         (gst_play_base_bin_unlink_stream),
7358         (gst_play_base_bin_get_streaminfo):
7359         * gst/playback/gstplaybasebin.h:
7360         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
7361         (gst_play_bin_class_init), (gst_play_bin_init),
7362         (gst_play_bin_dispose), (gst_play_bin_set_property),
7363         (gst_play_bin_get_property), (gen_video_element),
7364         (gen_audio_element), (remove_sinks), (setup_sinks),
7365         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
7366         (gst_play_bin_send_event), (gst_play_bin_get_formats),
7367         (gst_play_bin_convert), (gst_play_bin_get_query_types),
7368         (gst_play_bin_query), (plugin_init):
7369         * gst/playback/test4.c: (main):
7370         Work on object reuse and seeking.
7371
7372 2004-07-09  Wim Taymans  <wim@fluendo.com>
7373
7374         * examples/seeking/seek.c: (iterate):
7375         Don't consume all CPU in the idle loop.
7376
7377 2004-07-09  Wim Taymans  <wim@fluendo.com>
7378
7379         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
7380         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
7381         Add pad to element *after* setting the pad functions so that
7382         the scheduler can use the correct ones.
7383
7384 2004-07-09  Wim Taymans  <wim@fluendo.com>
7385
7386         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
7387         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
7388         Sync to keyframe after seek
7389
7390 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7391
7392         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7393         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
7394         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
7395         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
7396         * ext/libvisual/visual.c: (gst_visual_change_state):
7397         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
7398         * ext/theora/theoradec.c: (theora_dec_change_state):
7399         * ext/theora/theoraenc.c: (theora_enc_change_state):
7400         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
7401         * gst-libs/gst/navigation/navigation.c:
7402         * gst/adder/gstadder.c: (gst_adder_change_state):
7403         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7404         (gst_audio_convert_get_buffer):
7405         * gst/multipart/multipartdemux.c:
7406         (gst_multipart_demux_change_state):
7407         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
7408         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7409         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7410         * gst/videoscale/gstvideoscale.c:
7411         (gst_videoscale_handle_src_event):
7412         * gst/volume/gstvolume.c: (volume_chain_int16):
7413           don't assert in state change, this should be done by the base
7414           GstElement class.
7415           various debugging fixes.
7416
7417 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7418
7419         * configure.ac:
7420         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
7421         (gst_play_dispose), (gst_play_set_location),
7422         (gst_play_set_data_src), (gst_play_set_video_sink),
7423         (gst_play_set_audio_sink), (gst_play_set_visualization),
7424         (gst_play_connect_visualization), (gst_play_get_sink_element),
7425         (gst_play_get_all_by_interface):
7426         * gst-libs/gst/play/play.h:
7427           add new method to get elements implementing an interface.
7428           add various error logging
7429
7430 2004-07-08  Wim Taymans  <wim@fluendo.com>
7431
7432         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
7433         (make_mpeg_pipeline), (make_mpegnt_pipeline),
7434         (make_playerbin_pipeline), (query_durations_elems),
7435         (query_durations_pads), (query_positions_elems),
7436         (query_positions_pads), (update_scale), (iterate), (stop_seek),
7437         (main):
7438         Added playbin seeking example.
7439
7440 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7441
7442         * gst-libs/gst/play/play.c: (gst_play_set_location),
7443         (gst_play_set_data_src), (gst_play_set_video_sink),
7444         (gst_play_set_audio_sink), (gst_play_set_visualization),
7445         (gst_play_connect_visualization), (gst_play_get_framerate):
7446           use a macro to look up elements from hash table
7447
7448 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7449
7450         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
7451         (gst_play_get_length_callback), (gst_play_set_location),
7452         (gst_play_seek_to_time), (gst_play_set_data_src),
7453         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7454         (gst_play_set_visualization), (gst_play_connect_visualization),
7455         (gst_play_get_sink_element):
7456         - add debugging info
7457         - fix looking up sink elements by iterating over complete caps
7458         - put everything except for source and autoplugger in a complete bin
7459
7460 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7461
7462         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
7463         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
7464         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
7465         (gst_alsa_sink_write), (gst_alsa_sink_loop):
7466         * ext/alsa/gstalsasink.h:
7467         - add debugging info
7468         - clean up schizophrenia of data/buffer/event
7469         - fix double event unref error
7470
7471 2004-07-08  Wim Taymans  <wim@fluendo.com>
7472
7473         * gst/playback/Makefile.am:
7474         Add headers to noinst
7475
7476 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7477
7478         * tools/gst-launch-ext-m.m:
7479         * tools/gst-launch-ext.1.in:
7480           convert to the third millenium
7481
7482 2004-07-07  David Schleef  <ds@schleef.org>
7483
7484         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
7485
7486 2004-07-07  Wim Taymans  <wim@fluendo.com>
7487
7488         * gst/playback/Makefile.am:
7489         * gst/playback/README:
7490         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7491         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
7492         (compare_ranks), (print_feature), (gst_decode_bin_init),
7493         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
7494         (try_to_link_1), (new_pad), (close_link), (type_found),
7495         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
7496         (plugin_init):
7497         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7498         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
7499         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
7500         (gen_preroll_element), (no_more_pads), (new_stream),
7501         (setup_source), (gst_play_base_bin_set_property),
7502         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
7503         (gst_play_base_bin_add_element),
7504         (gst_play_base_bin_remove_element),
7505         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
7506         (gst_play_base_bin_unlink_stream),
7507         (gst_play_base_bin_get_streaminfo):
7508         * gst/playback/gstplaybasebin.h:
7509         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
7510         (gst_play_bin_class_init), (gst_play_bin_init),
7511         (gst_play_bin_dispose), (gst_play_bin_set_property),
7512         (gst_play_bin_get_property), (gen_video_element),
7513         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
7514         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
7515         (gst_play_bin_get_formats), (gst_play_bin_convert),
7516         (gst_play_bin_get_query_types), (gst_play_bin_query),
7517         (plugin_init):
7518         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7519         (gst_stream_info_get_type), (gst_stream_info_class_init),
7520         (gst_stream_info_init), (gst_stream_info_new),
7521         (gst_stream_info_dispose), (gst_stream_info_set_property),
7522         (gst_stream_info_get_property):
7523         * gst/playback/gststreaminfo.h:
7524         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7525         (main):
7526         * gst/playback/test2.c: (main):
7527         * gst/playback/test3.c: (update_scale), (main):
7528         More playbin fixes. Added README. Do better element filtering.
7529         Added base class to preroll media. Added test apps.
7530
7531 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7532
7533         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
7534         * ext/mpeg2dec/gstmpeg2dec.h:
7535           various debugging improvements.  Reset stream to next picture
7536           instead of sequence header, otherwise seeks cannot work.
7537
7538 2004-07-07  Wim Taymans  <wim@fluendo.com>
7539
7540         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
7541         (gst_video_box_class_init), (gst_video_box_set_property),
7542         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
7543         Use pad_alloc where possible.
7544
7545 2004-07-07  Wim Taymans  <wim@fluendo.com>
7546
7547         * sys/oss/gstosselement.c: (gst_osselement_reset),
7548         (gst_osselement_parse_caps):
7549         * sys/oss/gstosselement.h:
7550         * sys/oss/gstosssrc.c: (gst_osssrc_get):
7551         Fix offset on osssrc.
7552
7553 2004-07-07  Wim Taymans  <wim@fluendo.com>
7554
7555         * ext/theora/theora.c: (plugin_init):
7556         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
7557         (theora_dec_src_query), (theora_dec_chain):
7558         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7559         (theora_enc_sink_link), (theora_buffer_from_packet),
7560         (theora_push_packet), (theora_enc_chain):
7561         Fix theora granulepos calculation.
7562         Fix overflow in duration/position calculation.
7563         Bump rank to PRIMARY for theoradec.
7564         Use granulepos of last packet to calculate position.
7565         Set keyframe flag on buffers when needed.
7566
7567 2004-07-06  David Schleef  <ds@schleef.org>
7568
7569         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
7570         serious?  (Fixed, obviously.)
7571
7572 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7573
7574         * po/LINGUAS:
7575         * po/cs.po:
7576           added Czech translation (Miloslav Trmac)
7577
7578 2004-07-05  Wim Taymans  <wim@fluendo.com>
7579
7580         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7581         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
7582         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
7583         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
7584         (close_link), (type_found), (gst_decode_bin_set_property),
7585         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
7586         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
7587         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
7588         (gst_decode_bin_query), (plugin_init):
7589         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
7590         (gst_play_bin_class_init), (gst_play_bin_init),
7591         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
7592         (get_video_element), (new_pad), (setup_source),
7593         (gst_play_bin_set_property), (gst_play_bin_get_property),
7594         (gst_play_bin_change_state), (gst_play_bin_add_element),
7595         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
7596         (gst_play_bin_send_event), (gst_play_bin_get_formats),
7597         (gst_play_bin_convert), (gst_play_bin_get_query_types),
7598         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
7599         * gst/playback/test.c: (main):
7600         More fixes, cleaned up playbin, make it use decodebin. Added
7601         threaded property to playbin.
7602
7603 2004-07-05  Wim Taymans  <wim@fluendo.com>
7604
7605         * configure.ac:
7606         * gst/playback/Makefile.am:
7607         * gst/playback/decodetest.c: (main):
7608         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7609         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
7610         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
7611         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
7612         (close_link), (type_found), (gst_decode_bin_set_property),
7613         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
7614         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
7615         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
7616         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
7617         (plugin_init):
7618         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
7619         (gst_play_bin_class_init), (gst_play_bin_init),
7620         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
7621         (collect_sink_pads), (find_compatibles), (close_pad_link),
7622         (try_to_link_1), (new_pad), (close_link), (type_found),
7623         (setup_source), (gst_play_bin_set_property),
7624         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
7625         (compare_ranks), (gst_play_bin_collect_factories),
7626         (gst_play_bin_change_state), (gst_play_bin_add_element),
7627         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
7628         (gst_play_bin_send_event), (gst_play_bin_get_formats),
7629         (gst_play_bin_convert), (gst_play_bin_get_query_types),
7630         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
7631         * gst/playback/test.c: (main):
7632         Added some playback helper elements and some test apps, very alpha
7633         still.
7634
7635 2004-07-04  Benjamin Otte  <otte@gnome.org>
7636
7637         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
7638           only restart audio when we indeed have an xrun to fix repeated
7639           xruns. Fix suggested by Giuliano Pochini.
7640
7641 2004-07-03  David Schleef  <ds@schleef.org>
7642
7643         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
7644         call to gst_debug_log() if debugging is disabled (bug #145118)
7645
7646 2004-07-03  Benjamin Otte  <otte@gnome.org>
7647
7648         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
7649           use our own functions for restarting the alsa device.
7650         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7651           I should apply patches myself - use MIN for the third argument, not
7652           the second, this fixes seeking
7653
7654 2004-07-02  David Schleef  <ds@schleef.org>
7655
7656         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
7657         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
7658         do with the logic.
7659
7660 2004-07-02  David Schleef  <ds@schleef.org>
7661
7662         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
7663         output buffers.  Fix logic mistake.  (bug #144866)
7664
7665 2004-07-02  David Schleef  <ds@schleef.org>
7666
7667         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
7668         on X.  (bug #144753)
7669
7670 2004-07-02  David Schleef  <ds@schleef.org>
7671
7672         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
7673         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
7674         (bug #144624)
7675         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
7676         (gst_osselement_rate_probe_check): Add another workaround for
7677         buggy drivers (bug #145336)
7678
7679 2004-07-02  David Schleef  <ds@schleef.org>
7680
7681         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
7682         Most systems don't have MSG_NOSIGNAL.
7683
7684 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7685
7686         * Makefile.am:
7687         * gst-libs/gst/colorbalance/Makefile.am:
7688         * gst-libs/gst/mixer/Makefile.am:
7689         * gst-libs/gst/play/Makefile.am:
7690         * gst-libs/gst/tuner/Makefile.am:
7691           (hopefully) fix both install and dist and make error message useful.
7692           needs testing across automakes.
7693
7694 2004-07-02  Benjamin Otte  <otte@gnome.org>
7695
7696         * ext/ogg/gstogg.c: (plugin_init):
7697           we require bytestream now
7698         * ext/ogg/gstoggdemux.c:
7699           huge diff to implement chain setup in a fast and generic way. This
7700           improves tag reading and startup of huge files (read: Theora videos)
7701           quite a bit. It probably contains bugs, too, so please test.
7702           Seeking is not improved to the fast method.
7703
7704 2004-06-29  Wim Taymans  <wim@fluendo.com>
7705
7706         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7707         * ext/ogg/gstoggmux.c:
7708         Fix memleak in oggdemux when running unconnected pads.
7709         doc update in mux, start working on keyframe mode.
7710
7711 2004-06-29  Benjamin Otte  <otte@gnome.org>
7712
7713         * sys/oss/gstosssink.c:
7714         * sys/oss/gstosssrc.c:
7715           advertise correct template caps - we indeed do non-native endianness
7716           and 8bit audio has no endianness
7717         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
7718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
7719           avoid (wrong) duplications in getcaps function and return
7720           template caps
7721
7722 2004-06-29  Wim Taymans  <wim@fluendo.com>
7723
7724         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7725         (gst_multifdsink_class_init), (gst_multifdsink_add),
7726         (gst_multifdsink_remove), (gst_multifdsink_clear),
7727         (gst_multifdsink_client_remove),
7728         (gst_multifdsink_handle_client_read),
7729         (gst_multifdsink_client_queue_data),
7730         (gst_multifdsink_client_queue_caps),
7731         (gst_multifdsink_client_queue_buffer),
7732         (gst_multifdsink_handle_client_write),
7733         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7734         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
7735         (gst_multifdsink_init_send), (gst_multifdsink_close):
7736         Fix wrong GList iteration that could crash the server when
7737         more then 2 clients disconnect at the same time. Read all the
7738         pending commands in one batch to recover from command storms under
7739         very heavy load.
7740
7741 2004-06-28  Wim Taymans  <wim@fluendo.com>
7742
7743         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
7744         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
7745         (gst_videomixer_pad_set_property),
7746         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
7747         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
7748         (gst_videomixer_class_init), (gst_videomixer_init),
7749         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
7750         (pad_zorder_compare), (gst_videomixer_sort_pads),
7751         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
7752         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
7753         (gst_videomixer_update_queues), (gst_videomixer_loop),
7754         (plugin_init):
7755         Avoid divide by zero, choose masterpad as the pad with the highest
7756         framerate.
7757
7758 2004-06-27  Julien Moutte  <julien@moutte.net>
7759
7760         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
7761         (gst_ximagesink_xwindow_new):
7762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
7763         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
7764         function directly. We might want to call it from somewhere else one day.
7765
7766 2004-06-27  Julien Moutte  <julien@moutte.net>
7767
7768         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
7769         (gst_ximagesink_xwindow_new):
7770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
7771         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
7772         window decorations.
7773
7774 2004-06-27  Wim Taymans  <wim@fluendo.com>
7775
7776         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
7777         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
7778         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
7779         (gst_dvdec_set_property), (gst_dvdec_get_property):
7780         * ext/dv/gstdvdec.h:
7781         Implement drop_factor property to lower the framerate with
7782         a factor.
7783
7784 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7785
7786         * gst-libs/gst/colorbalance/Makefile.am:
7787         * gst-libs/gst/mixer/Makefile.am:
7788         * gst-libs/gst/play/Makefile.am:
7789         * gst-libs/gst/tuner/Makefile.am:
7790           unbreak Company's fix that didn't install the -enum.h files
7791
7792 2004-06-27  Wim Taymans  <wim@fluendo.com>
7793
7794         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
7795         (gst_dvdec_change_state):
7796         * ext/dv/gstdvdec.h:
7797         Fix timestamp, duration and offset of the buffers.
7798
7799 2004-06-27  Wim Taymans  <wim@fluendo.com>
7800
7801         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7802         (gst_multifdsink_class_init), (gst_multifdsink_add),
7803         (gst_multifdsink_remove), (gst_multifdsink_clear),
7804         (gst_multifdsink_client_remove),
7805         (gst_multifdsink_handle_client_read),
7806         (gst_multifdsink_client_queue_data),
7807         (gst_multifdsink_client_queue_caps),
7808         (gst_multifdsink_client_queue_buffer),
7809         (gst_multifdsink_handle_client_write),
7810         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7811         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
7812         (gst_multifdsink_init_send), (gst_multifdsink_close):
7813         * gst/tcp/gstmultifdsink.h:
7814         * gst/tcp/gsttcpserversink.c:
7815         (gst_tcpserversink_handle_server_read),
7816         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
7817         More multifdsink fixes, more recovery policy fixes.
7818         Removed stupid g_print
7819
7820 2004-06-26  Wim Taymans  <wim@fluendo.com>
7821
7822         * gst/tcp/Makefile.am:
7823         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7824         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
7825         (gst_multifdsink_class_init), (gst_multifdsink_init),
7826         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
7827         (gst_multifdsink_handle_client_read),
7828         (gst_multifdsink_client_queue_data),
7829         (gst_multifdsink_client_queue_caps),
7830         (gst_multifdsink_client_queue_buffer),
7831         (gst_multifdsink_handle_client_write),
7832         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7833         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
7834         (gst_multifdsink_chain), (gst_multifdsink_set_property),
7835         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
7836         (gst_multifdsink_close), (gst_multifdsink_change_state):
7837         * gst/tcp/gstmultifdsink.h:
7838         * gst/tcp/gsttcpplugin.c: (plugin_init):
7839         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
7840         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
7841         (gst_tcpserversink_handle_server_read),
7842         (gst_tcpserversink_handle_select),
7843         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
7844         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
7845         * gst/tcp/gsttcpserversink.h:
7846         Added multifdsink, made tcpserversink a subclass of fdsink, removed
7847         one of the locks, added recovery policy to multifdsink.
7848
7849 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7850
7851         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
7852           fix decision for when getting frames with same timestamp
7853         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
7854         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
7855         (gst_v4lsrc_get_property):
7856         * sys/v4l/gstv4lsrc.h:
7857           add latency offset property
7858
7859 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7860
7861         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
7862         (plugin_init):
7863           fix debugging. add category.
7864
7865 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7866
7867         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
7868           fix wrong offsets
7869
7870 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7871
7872         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
7873         (gst_alsa_src_get_time), (gst_alsa_src_loop),
7874         (gst_alsa_src_change_state):
7875           return a time that is in sync with the element's processing
7876
7877 2004-06-25  Wim Taymans  <wim@fluendo.com>
7878
7879         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
7880         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
7881         (gst_tcpserversink_client_remove),
7882         (gst_tcpserversink_handle_client_read),
7883         (gst_tcpserversink_client_queue_data),
7884         (gst_tcpserversink_client_queue_caps),
7885         (gst_tcpserversink_client_queue_buffer),
7886         (gst_tcpserversink_handle_client_write),
7887         (gst_tcpserversink_queue_buffer),
7888         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
7889         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
7890         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
7891         (gst_tcpserversink_close):
7892         * gst/tcp/gsttcpserversink.h:
7893         Serversink rewrite. Really do non blocking writes to clients and
7894         maintain an internal queue to handle slower clients while not
7895         disturbing fast clients.
7896
7897 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7898
7899         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
7900           better debug, don't override OFFSET and OFFSET_END
7901
7902 2004-06-25  Iain <iain@prettypeople.org>
7903
7904         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
7905         name=source for the wavparse pipeline.
7906
7907 2004-06-24  Johan Dahlin  <johan@gnome.org>
7908
7909         * ext/theora/theoraenc.c (theora_enc_chain): Call
7910         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
7911         streamheader caps are set correctly.
7912
7913 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7914
7915         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
7916         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
7917           respect minimum bitrate; same could be done for max bitrate
7918
7919 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7920
7921         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
7922         (gst_vorbisenc_setup):
7923           fix sample rate range
7924
7925 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7926
7927         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
7928         (gst_oggvorbisenc_setup):
7929         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
7930         (gst_vorbisenc_setup):
7931           resolve ambiguities in code and description
7932
7933 2004-06-24  Wim Taymans  <wim@fluendo.com>
7934
7935         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
7936         * ext/alsa/gstalsa.h:
7937         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
7938         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
7939         Use alsa trigger_tstamp to get the timestamp of the first
7940         sample in the buffer for more precise sync. Some cleanups.
7941
7942 2004-06-24  Wim Taymans  <wim@fluendo.com>
7943
7944         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
7945         (gst_audiorate_init), (gst_audiorate_chain),
7946         (gst_audiorate_set_property), (gst_audiorate_get_property):
7947         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
7948         (gst_videorate_chain):
7949         Added some logging, fixed an overflow bug in videorate.
7950
7951 2004-06-24  Benjamin Otte  <otte@gnome.org>
7952
7953         * ext/kio/Makefile.am:
7954           fix for builddir != srcdir and distcheck
7955
7956 2004-06-24  Benjamin Otte  <otte@gnome.org>
7957
7958         * gst-libs/gst/colorbalance/Makefile.am:
7959         * gst-libs/gst/mixer/Makefile.am:
7960         * gst-libs/gst/play/Makefile.am:
7961         * gst-libs/gst/tuner/Makefile.am:
7962         * gst/tcp/Makefile.am:
7963         * sys/dxr3/Makefile.am:
7964           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
7965           tarball.
7966           Also add all *.list files that were missing.
7967         * Makefile.am:
7968           add a distcheck hook to ensure the above doesn't happen again.
7969
7970 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
7971
7972         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
7973
7974 2004-06-23  Colin Walters  <walters@redhat.com>
7975
7976         * m4/Makefile.am: Distribute gst-fionread.m4.
7977
7978 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7979
7980         * configure.ac: back to dev
7981
7982 2004-06-23  Wim Taymans  <wim@fluendo.com>
7983
7984         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
7985         (gst_alsa_xrun_recovery):
7986         * ext/alsa/gstalsa.h:
7987         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
7988         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
7989         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
7990         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
7991         (gst_alsa_src_loop):
7992         Add clock to alsasrc. Take new capture timestamp when
7993         restarting after an overrun. Split up some functions between
7994         alsasrc and alsasink.
7995
7996 === release 0.8.2 ===
7997
7998 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7999
8000         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
8001         (gst_alsa_change_state), (gst_alsa_update_avail),
8002         (gst_alsa_xrun_recovery):
8003         * ext/alsa/gstalsa.h:
8004         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8005           merge back changes from release
8006
8007 2004-06-23  Wim Taymans  <wim@fluendo.com>
8008
8009         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
8010         (gst_audiorate_init), (gst_audiorate_chain),
8011         (gst_audiorate_set_property), (gst_audiorate_get_property):
8012         Implement sample dropping and notify
8013
8014 2004-06-22  Wim Taymans  <wim@fluendo.com>
8015
8016         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8017         (theora_enc_sink_link), (theora_buffer_from_packet),
8018         (theora_push_packet), (theora_enc_chain):
8019         Some cleanups, make sure the timestamps are correct.
8020
8021 2004-06-22  Wim Taymans  <wim@fluendo.com>
8022
8023         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
8024         (gst_alsa_change_state), (gst_alsa_update_avail),
8025         (gst_alsa_xrun_recovery):
8026         * ext/alsa/gstalsa.h:
8027         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
8028         Cleanups, take queued samples into account when reporting
8029         the time.
8030
8031 2004-06-22  Wim Taymans  <wim@fluendo.com>
8032
8033         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8034         (gst_videorate_init):
8035         Initialize the property as well.
8036
8037 2004-06-22  Wim Taymans  <wim@fluendo.com>
8038
8039         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8040         (gst_videorate_init), (gst_videorate_chain),
8041         (gst_videorate_set_property), (gst_videorate_get_property):
8042         Add property to make videorate silent.
8043         Add property to prefer new frames over old ones.
8044
8045 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8046
8047         * sys/osxvideo/Makefile.am:
8048         Workaround so that the osxvideo .so file gets linked with the
8049         Cocoa, OpenGL and QuickTime frameworks
8050
8051 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8052
8053         * sys/osxaudio/Makefile.am:
8054         Workaround so that the osxaudio .so file gets linked with the
8055         CoreAudio framework
8056
8057 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8058
8059         * configure.ac:
8060         Whoops, my fault...fixed build issues
8061
8062 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8063
8064         * configure.ac:
8065         Add objective-c support if running in Darwin/Mac OS X
8066         * sys/Makefile.am:
8067         * sys/osxvideo:
8068         * sys/osxvideo/Makefile.am:
8069         * sys/osxvideo/osxvideosink.h:
8070         * sys/osxvideo/osxvideosink.m:
8071         * sys/osxvideo/cocoawindow.h:
8072         * sys/osxvideo/cocoawindow.m:
8073         Add osxvideosink, a cocoa-based osx video sink
8074
8075
8076 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8077         * ext/dvdnav/gst-dvd:
8078         Grab the gconf key from the right spot
8079         * gst/debug/gstnavseek.c: (gst_navseek_init),
8080         (gst_navseek_segseek), (gst_navseek_handle_src_event),
8081         (gst_navseek_chain):
8082         * gst/debug/gstnavseek.h:
8083           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
8084           and loop parameters of a segment seek.
8085         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8086         (gst_videotestsrc_get_event_masks),
8087         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
8088         * gst/videotestsrc/gstvideotestsrc.h:
8089           Add seeking support to videotestsrc
8090           Initialise the timestamp_offset variable.
8091
8092 2004-06-18  Wim Taymans  <wim@fluendo.com>
8093
8094         * ext/sidplay/gstsiddec.cc:
8095         Fix negotiation and set correct end offset.
8096
8097 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8098
8099         * configure.ac: branch and prerelease
8100
8101 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8102
8103         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
8104         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
8105         (gst_tcpclientsrc_init_receive):
8106         * gst/tcp/gsttcpclientsrc.h:
8107           read caps when connecting to server for GDP so we set them correctly
8108
8109 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8110
8111         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
8112           notify drops and duplicates
8113         * gst/videoscale/videoscale.c: (videoscale_get_structure):
8114           no good reason to limit ourselves to 100x100
8115
8116 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8117
8118         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
8119         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
8120         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
8121         (gst_v4lsrc_get_property):
8122         * sys/v4l/gstv4lsrc.h:
8123         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
8124         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
8125         (gst_v4l_set_audio):
8126         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
8127         (gst_v4lsrc_try_capture):
8128         * sys/v4l/v4lsrc_calls.h:
8129           change try_palette to more general try_capture
8130           add autoprobe option so we can turn off autoprobing
8131           various fixes
8132
8133 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8134
8135         * configure.ac:
8136           add videorate
8137         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
8138         (gst_ximagesink_class_init):
8139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
8140         (gst_xvimagesink_class_init):
8141           run them as finalize, not dispose, since dispose can be invoked
8142           multiple times
8143
8144 2004-06-17  Wim Taymans  <wim@fluendo.com>
8145
8146         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
8147         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
8148         * ext/alsa/gstalsa.h:
8149         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
8150         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
8151         (gst_alsa_src_change_state):
8152         * ext/alsa/gstalsasrc.h:
8153         Make the xrun code timestamp and offset the buffers correctly.
8154         moved the clock to the base class, use alsa methods to get time.
8155         Do correct timestamping on outgoing buffers.
8156
8157 2004-06-17  Wim Taymans  <wim@fluendo.com>
8158
8159         * gst/audiorate/Makefile.am:
8160         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
8161         (gst_audiorate_base_init), (gst_audiorate_class_init),
8162         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
8163         (gst_audiorate_set_property), (gst_audiorate_get_property),
8164         (gst_audiorate_change_state), (plugin_init):
8165         Added an audiorate converter that fills in gaps.
8166
8167 2004-06-17  Johan Dahlin  <johan@gnome.org>
8168
8169         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
8170
8171 2004-06-16  Wim Taymans  <wim@fluendo.com>
8172
8173         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
8174         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
8175         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
8176         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
8177         (gst_v4lsrc_get_property):
8178         * sys/v4l/gstv4lsrc.h:
8179         Added a copy mode to v4lsrc where it will output a copied version
8180         of its internal hardware buffer.
8181         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
8182         can't | them.
8183
8184 2004-06-16  Wim Taymans  <wim@fluendo.com>
8185
8186         * sys/oss/gstosssrc.c: (gst_osssrc_get):
8187         Timestamp fixes.
8188
8189 2004-06-16  Wim Taymans  <wim@fluendo.com>
8190
8191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
8192         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
8193         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
8194         (gst_v4lsrc_get_property):
8195         * sys/v4l/gstv4lsrc.h:
8196         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
8197         Added a sync mode enum property to control v4lsrc timestamp method
8198         Removed the use-fixed-fps property and moved functionality in
8199         the enum.
8200         Don't error on an error value from v4l-conf, it might not always
8201         be a real error.
8202
8203 2004-06-16  Wim Taymans  <wim@fluendo.com>
8204
8205         * gst/videorate/Makefile.am:
8206         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
8207         (gst_videorate_base_init), (gst_videorate_class_init),
8208         (gst_videorate_getcaps), (gst_videorate_link),
8209         (gst_videorate_init), (gst_videorate_chain),
8210         (gst_videorate_set_property), (gst_videorate_get_property),
8211         (gst_videorate_change_state), (plugin_init):
8212         Added a video timestamp corrector.
8213
8214 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8215
8216         fixed a potential leak with previous commit
8217
8218         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
8219
8220 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8221
8222         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
8223         Added missing refcount, fixes bug #144425
8224         Cheers Tim for finding the bug
8225
8226 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8227
8228         * sys/v4l/gstv4l.c: (plugin_init):
8229         * sys/v4l/gstv4lcolorbalance.c:
8230         * sys/v4l/gstv4lcolorbalance.h:
8231         * sys/v4l/gstv4lelement.c:
8232         * sys/v4l/gstv4lelement.h:
8233         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
8234         * sys/v4l/gstv4lmjpegsink.h:
8235         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
8236         * sys/v4l/gstv4lmjpegsrc.h:
8237         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
8238         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
8239         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
8240         * sys/v4l/gstv4lsrc.h:
8241         * sys/v4l/gstv4ltuner.c:
8242         * sys/v4l/gstv4ltuner.h:
8243         * sys/v4l/gstv4lxoverlay.c:
8244         * sys/v4l/gstv4lxoverlay.h:
8245         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
8246         (gst_v4l_set_window), (gst_v4l_enable_overlay):
8247         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
8248         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
8249         (gst_v4l_set_audio):
8250         * sys/v4l/v4l_calls.h:
8251         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
8252         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
8253         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
8254         (gst_v4lmjpegsink_playback_init),
8255         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
8256         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
8257         (gst_v4lmjpegsink_playback_stop),
8258         (gst_v4lmjpegsink_playback_deinit):
8259         * sys/v4l/v4lmjpegsink_calls.h:
8260         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
8261         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
8262         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
8263         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
8264         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
8265         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
8266         * sys/v4l/v4lmjpegsrc_calls.h:
8267         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
8268         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
8269         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
8270         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
8271         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
8272         (gst_v4lsrc_try_palette):
8273         * sys/v4l/v4lsrc_calls.h:
8274           bunch of paranoia cleanups
8275
8276 2004-06-14  David Schleef  <ds@schleef.org>
8277
8278         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
8279         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
8280         Send discont events and change timestamps appropriately when
8281         we get a seek event.  (bug #144240)
8282         * ext/cdparanoia/gstcdparanoia.h:
8283
8284 2004-06-14  Benjamin Otte  <otte@gnome.org>
8285
8286         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
8287           snd_pcm_hw_params_set_rate  since the latter fails for no good
8288           reason on some setups.
8289
8290 2004-06-14  David Schleef  <ds@schleef.org>
8291
8292         * gst/volume/demo.c: (value_changed_callback): exp10() is not
8293         standard.  Thank you for playing.
8294
8295 2004-06-14  Wim Taymans  <wim@fluendo.com>
8296
8297         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
8298         Patch 1.3 broke the ordering of the colorspace info and
8299         made the plugin basically work by coincidence, reordered
8300         the info.
8301
8302 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8303
8304         * ext/lame/gstlame.c:
8305         * ext/mad/gstmad.c:
8306           sync caps.  Make sure mad can only output a list of rates, not
8307           a full range.  In the future, have three caps lists for each of the
8308           mpeg versions.  Change mpegversion to a double as well.
8309
8310 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8311
8312         * gst/volume/.cvsignore:
8313         * gst/volume/Makefile.am:
8314         * gst/volume/demo.c: (value_changed_callback), (idler),
8315         (setup_gui), (main):
8316           added small demo app
8317
8318 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
8319         * ext/esd/esdsink.c: (gst_esdsink_change_state):
8320         * ext/esd/esdsink.h:
8321         Close the esd connection on pause, because esd will just wait -
8322         blocking all other esd clients indefinitely.
8323
8324 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
8325
8326         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
8327           previous commit with GST_DEBUG
8328
8329 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8330
8331         * configure.ac:
8332           add a header check for a dvdread header in dvdnav.  Fixes #133002
8333
8334 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8335
8336         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
8337         * gst/tcp/gsttcpclientsink.h:
8338         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
8339         * gst/tcp/gsttcpclientsrc.h:
8340         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
8341         (gst_tcpserversink_handle_server_read),
8342         (gst_tcpserversink_init_send):
8343         * gst/tcp/gsttcpserversink.h:
8344         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
8345         * gst/tcp/gsttcpserversrc.h:
8346         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
8347         version of IP)
8348
8349 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8350
8351         * configure.ac:
8352         Added ogg library so that OSX detects libtheora properly
8353
8354 2004-06-11  Wim Taymans  <wim@fluendo.com>
8355
8356         * ext/theora/theoradec.c: (theora_dec_chain),
8357         (theora_dec_change_state):
8358         Don't try to decode frames before we received a keyframe.
8359
8360 2004-06-11  Wim Taymans  <wim@fluendo.com>
8361
8362         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8363         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
8364         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8365         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
8366         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
8367         Added property to set the maximum delay of a page.
8368
8369 2004-06-10  Wim Taymans  <wim@fluendo.com>
8370
8371         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8372         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
8373         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8374         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
8375         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
8376         Added max-delay property to control the maximum amount
8377         of data to put in one page.
8378
8379 2004-06-10  Wim Taymans  <wim@fluendo.com>
8380
8381         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8382         (gst_theora_enc_init), (theora_enc_sink_link),
8383         (theora_buffer_from_packet), (theora_enc_set_property),
8384         (theora_enc_get_property):
8385         Set duration on encoded buffer, added some more properties
8386
8387 2004-06-10  Wim Taymans  <wim@fluendo.com>
8388
8389         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8390         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8391         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
8392         * ext/theora/theoraenc.c: (theora_enc_chain):
8393         Fix refcounting bugs
8394
8395 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8396
8397         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
8398         (gst_asf_demux_loop), (gst_asf_demux_process_file),
8399         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
8400         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
8401         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
8402         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
8403         (gst_asf_demux_change_state):
8404         * gst/asfdemux/gstasfdemux.h:
8405           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
8406           feels like. I think we should set a new requirement for demuxers
8407           from now on to implement sane loop functions, data loops, query
8408           and seek functions before first commit into CVS. And this commit
8409           fixes all of the above.
8410
8411 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
8412
8413         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
8414           vorbis comments are properly encoded in UTF-8 before adding them
8415           to a GstTagList
8416
8417 2004-06-09  Benjamin Otte  <otte@gnome.org>
8418
8419         * ext/alsa/gstalsa.c: (add_channels):
8420           handle min <= max correctly
8421         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
8422         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
8423           add fixation functions so we fixate correctly. No preferring of alaw
8424           anymore because it's the first structure.
8425         * ext/alsa/gstalsa.h:
8426         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
8427         (gst_alsa_hw_params_dump):
8428           add functions to ease debugging in alsalib
8429         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
8430         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
8431         (gst_alsa_start_audio):
8432           only specify hw params if we really setup a format (fixes #134007 -
8433           or at least works around it)
8434
8435 2004-06-09  Wim Taymans  <wim@fluendo.com>
8436
8437         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8438         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
8439         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
8440         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
8441         (gst_ogg_mux_loop):
8442         Use stream caps to setup the initial pages in the ogg stream.
8443         Correctly set the streamheader caps on the srcpad.
8444
8445 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8446
8447         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
8448         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
8449         (gst_v4lsrc_getcaps):
8450         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
8451         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
8452           add querying of fps lists for webcams.  Negotiating to a framerate
8453           now works.
8454
8455 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8456
8457         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8458         (theora_push_buffer), (theora_push_packet),
8459         (theora_set_header_on_caps), (theora_enc_chain):
8460           mark buffers and put on streamheader, raw theora streaming
8461           now works too, whee
8462
8463 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8464
8465         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
8466         (gst_tcp_gdp_read_caps):
8467           do a looping read for caps and GDP headers too
8468
8469 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8470
8471         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
8472         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
8473           return EOS instead of NULL in _get
8474
8475 2004-06-08  Wim Taymans  <wim@fluendo.com>
8476
8477         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
8478         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
8479         (gst_tcp_gdp_write_caps):
8480         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
8481         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
8482         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
8483         Memory leak fixes
8484
8485 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8486
8487         * ext/vorbis/Makefile.am:
8488         * ext/vorbis/vorbis.c: (plugin_init):
8489         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
8490         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
8491         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
8492         (vorbis_parse_change_state):
8493         * ext/vorbis/vorbisparse.h:
8494           adding a vorbisparse element that marks the buffers, streaming
8495           raw vorbis using GDP now works, whee
8496
8497 2004-06-08  Wim Taymans  <wim@fluendo.com>
8498
8499         * ext/jpeg/Makefile.am:
8500         * ext/jpeg/README:
8501         * ext/jpeg/gstjpeg.c: (plugin_init):
8502         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
8503         (gst_smokedec_base_init), (gst_smokedec_class_init),
8504         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
8505         * ext/jpeg/gstsmokedec.h:
8506         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
8507         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
8508         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
8509         (gst_smokeenc_resync), (gst_smokeenc_chain),
8510         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
8511         * ext/jpeg/gstsmokeenc.h:
8512         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
8513         (smokecodec_flush_destination), (smokecodec_term_destination),
8514         (smokecodec_init_source), (smokecodec_fill_input_buffer),
8515         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
8516         (smokecodec_term_source), (smokecodec_encode_new),
8517         (smokecodec_decode_new), (smokecodec_info_free),
8518         (smokecodec_set_quality), (smokecodec_get_quality),
8519         (smokecodec_set_threshold), (smokecodec_get_threshold),
8520         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
8521         (find_best_size), (abs_diff), (put), (smokecodec_encode),
8522         (smokecodec_parse_header), (smokecodec_decode):
8523         * ext/jpeg/smokecodec.h:
8524         Added a new simple jpeg based codec
8525
8526 2004-06-08  Wim Taymans  <wim@fluendo.com>
8527
8528         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8529         (gst_multipart_mux_loop):
8530         Fix memory leak
8531
8532 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8533
8534         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
8535         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
8536         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
8537         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
8538         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
8539         * gst/tcp/gsttcpserversink.h:
8540           take streamheader into account
8541
8542 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8543
8544         * gst/level/Makefile.am:
8545         * gst/level/gstlevel.c: (gst_level_class_init):
8546           clean up marshal generation
8547
8548 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8549
8550         * gst/tcp/Makefile.am:
8551         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
8552         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
8553         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
8554         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8555         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
8556         (gst_tcpclientsrc_get_property):
8557         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8558         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
8559         (gst_tcpserversink_handle_client_read),
8560         (gst_tcpserversink_handle_client_write),
8561         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
8562         * gst/tcp/gsttcpserversink.h:
8563           add signals client-added and client-removed
8564         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8565         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
8566         (gst_tcpserversrc_get_property):
8567         uniformized, change default protocol to NONE
8568         * gst/tcp/gsttcp-marshal.list: added
8569 2004-06-07  Benjamin Otte  <otte@gnome.org>
8570
8571         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8572           handle discont events if they happen before caps nego
8573
8574 2004-06-07  Wim Taymans  <wim@fluendo.com>
8575
8576         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8577         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
8578         (gst_multipart_demux_plugin_init):
8579         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8580         (gst_multipart_mux_init), (gst_multipart_mux_loop),
8581         (gst_multipart_mux_change_state):
8582         Small updates, fix a memleak
8583
8584 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8585
8586         * configure.ac: OSS portability
8587         * ext/arts/gst_arts.c: idem
8588         * sys/oss/gstosselement.c: idem
8589         * sys/oss/gstossmixer.c: idem
8590         * sys/oss/gstosssink.c: idem
8591         * sys/oss/gstosssrc.c: idem
8592         * sys/oss/oss_probe.c: idem
8593           - check for soundcard.h in different places for some BSD
8594
8595 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
8596
8597         * AUTHORS:
8598         Add me to the authors file
8599         * configure.ac:
8600         Increase the libdv requirement to >= version 0.100
8601         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
8602         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
8603         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
8604         * ext/dv/gstdvdec.h:
8605         Add support for the new_media flag when sending DISCONT events
8606         Make the querying work when video pad is not linked
8607
8608 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
8609
8610         reviewed by Benjamin Otte  <otte@gnome.org>
8611
8612         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
8613           create a NULL-initialized array of pads, so we don't think they
8614           exist already. (fixes #143130)
8615
8616 2004-06-07  Benjamin Otte  <otte@gnome.org>
8617
8618         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
8619         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
8620         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
8621           don't use // coments
8622
8623 2004-06-07  Benjamin Otte  <otte@gnome.org>
8624
8625         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
8626           cast to GstClockTime to get higher granularity
8627         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8628           use gst_element_set_time_delay to get the exact time
8629         * ext/mad/gstmad.c: (gst_mad_chain):
8630           use the negotiated rate instead of the current frame's rate which
8631           might be wrong because of bit errors. This avoids emitting totally
8632           bogus timestamps and screwing sync.
8633         (fixes #143454)
8634
8635 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
8636
8637         reviewed by Benjamin Otte  <otte@gnome.org>
8638
8639         * gst/adder/gstadder.c: (gst_adder_loop):
8640           properly error out when no negotiation has happened yet. (fixes
8641           #143032)
8642
8643 2004-06-06  Benjamin Otte  <otte@gnome.org>
8644
8645         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
8646           forward correctly transformed offset in discont events. Based on
8647           patch by Arwed v. Merkatz. (fixes #142851)
8648
8649 2004-06-06  David Schleef  <ds@schleef.org>
8650
8651         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
8652         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
8653         problems on several systems.
8654
8655 2004-06-06  Benjamin Otte  <otte@gnome.org>
8656
8657         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
8658           use explicit caps on the srcpad
8659         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8660           properly error out if caps couldn't be set (fixes #142764)
8661
8662 2004-06-06  Benjamin Otte  <otte@gnome.org>
8663
8664         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
8665         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
8666         (gst_alsa_start_audio):
8667           - don't call set_periods_integer anymore, it breaks the
8668           configuration randomly
8669           - call snd_pcm_hw_params_set_access directly instead of using masks
8670           - don't fail if the sw_params can't be set, just use the default
8671           params and hope it works. Alsalib has weird issues when you touch
8672           sw_params and does no proper error reporting about what failed.
8673         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
8674         (gst_alsa_close_audio):
8675           make our alsa debugging go via gst debugging and not conditionally
8676           defined
8677         * ext/alsa/gstalsa.h:
8678           add ALSA_DEBUG_FLUSH macro
8679         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
8680         (plugin_init):
8681           wrap alsa errors to be printed via the gst debugging system and not
8682           spammed to stderr
8683
8684 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8685
8686         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
8687         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
8688         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
8689         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
8690         (qtdemux_parse_trak):
8691         * gst/qtdemux/qtdemux.h:
8692           Bitch. Also known as seeking, querying & co.
8693         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
8694         (gst_osssink_change_state):
8695         * sys/oss/gstosssink.h:
8696           Resyncing is for weenies, this hack is no longer needed and was
8697           broken anyway (since it - unintendedly - always leaves resync to
8698           TRUE).
8699
8700 2004-06-05  Andrew Turner <zxombie@hotpop.com>
8701
8702         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
8703         * gst/tcp/gsttcpclientsrc.h: idem
8704           - define MSG_NOSIGNAL if not done
8705           - include unistd.h for off_t
8706           (fixes #143749)
8707
8708 2004-06-05  Benjamin Otte  <otte@gnome.org>
8709
8710         * configure.ac:
8711         * ext/kio/Makefile.am:
8712           check for qt's moc preprocessor explicitly and use it
8713
8714 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8715
8716         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
8717           don't get a signal for EPIPE on socket writes
8718           (somebody check if this works on other platforms)
8719
8720 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8721
8722         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
8723         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
8724           check error condition on available samples correctly
8725
8726 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8727
8728         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
8729           avoid a segfault
8730         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
8731         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
8732         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
8733         (gst_tcpserversrc_gdp_read_header):
8734          use ssize_t over size_t since the former is signed and thus the
8735          check for error codes can work
8736
8737 2004-06-02  Wim Taymans  <wim@fluendo.com>
8738
8739         reviewed by: Johan
8740
8741         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8742         (gst_multipart_mux_loop):
8743         Oops
8744
8745 2004-06-02  Wim Taymans  <wim@fluendo.com>
8746
8747         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8748         (gst_multipart_mux_init), (gst_multipart_mux_loop),
8749         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
8750         (gst_multipart_mux_change_state):
8751         Added configurable boundary specifier, added the value as a
8752         caps field as well.
8753
8754 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8755
8756         * gst/tcp/gsttcp.c:
8757         * gst/tcp/gsttcpclientsrc.c:
8758         * gst/tcp/gsttcpclientsrc.h:
8759         * gst/tcp/gsttcpserversrc.c:
8760           - portability fix, to compile on OSX
8761             (fixes #143146)
8762
8763         * sys/osxaudio/gstosxaudioelement.c:
8764         * sys/osxaudio/gstosxaudiosink.c:
8765         * sys/osxaudio/gstosxaudiosrc.c:
8766           - compilation warnings on OSX
8767             (fixes #143153)
8768
8769 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8770
8771         * ext/vorbis/vorbisdec.c : sign warning fixes
8772
8773         * gst-libs/gst/mixer/mixertrack.c :
8774           do no use defines which are glib 2.4 specific
8775
8776 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
8777
8778         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
8779           buffer since libflac doesn't expect it (reports a sync error when
8780           it encounters that)
8781
8782
8783 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
8784
8785         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
8786         * gst-libs/gst/mixer/mixertrack.c:
8787         (gst_mixer_track_get_property), (get_mixer_track_init),
8788         (get_mixer_track_get_property): Added property accessors
8789         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
8790         * gst-libs/gst/mixer/mixeroptions.c:
8791         (gst_mixer_options_get_values): Added
8792         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
8793         * gst-libs/gst/mixer/mixer.c: Fixed comment
8794
8795
8796 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8797
8798         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
8799           improve error messages on open
8800
8801
8802 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8803
8804         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
8805           check if v4l-conf is in path
8806
8807 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8808
8809         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
8810           change assert to a more readable error message
8811
8812 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8813
8814         * gst-libs/gst/tuner/tunerchannel.h:
8815           - add a freq_multiplicator field to make the conversion
8816             between internal frequency unit and Hz
8817         * sys/v4l/gstv4lelement.c:
8818         * sys/v4l2/gstv4l2element.c:
8819           - change default video device to /dev/video0
8820         * sys/v4l/v4l_calls.c:
8821         * sys/v4l2/v4l2_calls.c:
8822           - we only expose frequency to the user in Hz instead of
8823             bastard v4lX unit (either 62.5kHz or 62.5Hz)
8824
8825 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8826         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8827           Initialise b_o_s and e_o_s variables
8828         * gst-libs/gst/riff/riff-media.c:
8829         (gst_riff_create_video_caps_with_data):
8830           Add some unusual fourcc's from mplayer avi's
8831         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
8832           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
8833           autoplugging.
8834
8835 2004-05-28  Wim Taymans  <wim@fluendo.com>
8836
8837         * configure.ac:
8838         * gst/alpha/Makefile.am:
8839         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8840         (gst_alpha_get_type), (gst_alpha_base_init),
8841         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
8842         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
8843         (gst_alpha_chroma_key), (gst_alpha_chain),
8844         (gst_alpha_change_state), (plugin_init):
8845         A plugin to add an alpha channel to I420 video. Can optionally do
8846         chroma keying.
8847         * gst/multipart/Makefile.am:
8848         * gst/multipart/multipart.c: (plugin_init):
8849         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8850         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8851         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
8852         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
8853         (gst_multipart_demux_change_state),
8854         (gst_multipart_demux_plugin_init):
8855         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
8856         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
8857         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
8858         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
8859         (gst_multipart_mux_pad_unlink),
8860         (gst_multipart_mux_request_new_pad),
8861         (gst_multipart_mux_handle_src_event),
8862         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
8863         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
8864         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
8865         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
8866         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
8867         send multipart jpeg images to a browser.
8868         * gst/videobox/Makefile.am:
8869         * gst/videobox/README:
8870         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
8871         (gst_video_box_get_type), (gst_video_box_base_init),
8872         (gst_video_box_class_init), (gst_video_box_init),
8873         (gst_video_box_set_property), (gst_video_box_get_property),
8874         (gst_video_box_sink_link), (gst_video_box_i420),
8875         (gst_video_box_ayuv), (gst_video_box_chain),
8876         (gst_video_box_change_state), (plugin_init):
8877         Crops or adds borders around an image. can do alpha channel
8878         borders as well.
8879         * gst/videomixer/Makefile.am:
8880         * gst/videomixer/README:
8881         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
8882         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
8883         (gst_videomixer_pad_get_sink_event_masks),
8884         (gst_videomixer_pad_get_property),
8885         (gst_videomixer_pad_set_property),
8886         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
8887         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
8888         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
8889         (gst_videomixer_base_init), (gst_videomixer_class_init),
8890         (gst_videomixer_init), (gst_videomixer_request_new_pad),
8891         (gst_videomixer_handle_src_event),
8892         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
8893         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
8894         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
8895         (gst_videomixer_loop), (gst_videomixer_get_property),
8896         (gst_videomixer_set_property), (gst_videomixer_change_state),
8897         (plugin_init):
8898         Generic video mixer plugin, can handle multiple inputs all with
8899         different framerates and video sizes. Is fully alpha channel
8900         aware.
8901
8902 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8903
8904         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
8905           Select first track as master track. Not sure how else to handle
8906           that...
8907         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
8908           Discard discont events. Should fix #142962.
8909
8910 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8911
8912         * ext/alsa/Makefile.am:
8913         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
8914         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
8915         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
8916         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
8917         (gst_alsa_mixer_get_option):
8918         * ext/alsa/gstalsamixer.h:
8919         * ext/alsa/gstalsamixeroptions.c:
8920         (gst_alsa_mixer_options_get_type),
8921         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
8922         (gst_alsa_mixer_options_new):
8923         * ext/alsa/gstalsamixeroptions.h:
8924         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
8925         * ext/alsa/gstalsamixertrack.h:
8926           Add enumerations (as GstMixerOptions). Make correct distinction
8927           between input/output tracks. Add capture/playback private flag.
8928           Use flag to decide on whether to set capture or playback volumes
8929           or switches. Use playback and record switches.
8930         * gst-libs/gst/mixer/Makefile.am:
8931         * gst-libs/gst/mixer/mixer-marshal.list:
8932         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
8933         (gst_mixer_set_option), (gst_mixer_get_option),
8934         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
8935         (gst_mixer_volume_changed), (gst_mixer_option_changed):
8936         * gst-libs/gst/mixer/mixer.h:
8937         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
8938         (gst_mixer_options_class_init), (gst_mixer_options_init),
8939         (gst_mixer_options_dispose):
8940         * gst-libs/gst/mixer/mixeroptions.h:
8941           Add GstMixerOptions.
8942         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
8943           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
8944           broken device detection on computers with multiple OSS sound
8945           cards.
8946
8947 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8948
8949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8950           fixate nicely even when the peer is not negotiating
8951
8952 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8953
8954         * gst/audioconvert/gstaudioconvert.c:
8955         (gst_audio_convert_parse_caps):
8956           make sure we don't allow depth > width
8957         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8958           fixate endianness to G_BYTE_ORDER as default
8959         * gst/audioscale/gstaudioscale.c:
8960           we don't handle another endianness as host-endianness
8961
8962 2004-05-25  David Schleef  <ds@schleef.org>
8963
8964         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
8965
8966 2004-05-24  Benjamin Otte  <otte@gnome.org>
8967
8968         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
8969         (gst_oggvorbisenc_setup):
8970           properly fail when we can't setup the vorbis encoder due to
8971           unsupported settings
8972         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
8973         (gst_vorbisenc_setup):
8974           same
8975         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8976           fix case where warnings occured when one pad was unlinked while the
8977           other's link function was called
8978
8979 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8980
8981         * gst/tcp/Makefile.am:
8982           use GST_ENABLE_NEW
8983
8984 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8985
8986         * gst-libs/gst/resample/private.h:
8987           don't use optimizations that are #if 0'ed
8988
8989 2004-05-24  Wim Taymans  <wim@fluendo.com>
8990
8991         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
8992         Fix potential division by zero error and hopefully get
8993         the position query right to get correct timestamps on avi
8994         audio.
8995
8996 2004-05-24  Wim Taymans  <wim@fluendo.com>
8997
8998         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
8999         (gst_videoscale_scale_nearest_str2),
9000         (gst_videoscale_scale_nearest_str4),
9001         (gst_videoscale_scale_nearest_32bit),
9002         (gst_videoscale_scale_nearest_24bit),
9003         (gst_videoscale_scale_nearest_16bit):
9004         Fix the scaling algorithm and avoid a buffer overflow.
9005         removed the while loop in the scaling function as it
9006         was used for point sampling only.
9007
9008 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9009
9010         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
9011         (gst_id3_tag_class_init), (gst_id3_tag_init),
9012         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
9013         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
9014         (gst_id3_tag_send_tag_event):
9015           lots of fixes to make id3mux work and id3demux work correctly
9016
9017 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9018
9019         * ext/Makefile.am:
9020           add rules to build shout2send (was removed by accident
9021           when this module was no more marked experimental/broken)
9022
9023 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9024
9025         * ext/shout2/gstshout2.c:
9026         * ext/shout2/gstshout2.h:
9027           adding a "connection problem" signal to shout2send
9028           (fixes #142954)
9029
9030 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
9031
9032         * ext/kio/kioreceiver.cpp:
9033         * ext/kio/kioreceiver.h:
9034           fix sign comparison issues
9035
9036 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9037
9038         * gst/cdxaparse/gstcdxaparse.c:
9039         * gst/cdxaparse/gstcdxaparse.h:
9040           some renaming
9041           add some checks/sanity
9042           prepare for seek addition
9043
9044         * sys/sunaudio/gstsunaudio.c:
9045           remove exported dupe init function
9046
9047 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
9048
9049         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
9050         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
9051           Fix format conversion and position querying.
9052         * gst/debug/progressreport.c: (gst_progressreport_report):
9053           Don't output a bogus total value that we didn't query.
9054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9055           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
9056           only a blank window after xine has been used.
9057
9058 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9059
9060         * m4/as-arts.m4:
9061           sync with upstream version to fix test on FC2
9062           readd with -ko to preserve Id header
9063
9064 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9065
9066         * configure.ac:
9067           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
9068         * gst/tcp/gsttcpclientsrc.c: idem
9069         * gst/tcp/gsttcpserversink.c: idem
9070         * gst/tcp/gsttcpserversrc.c: idem
9071         * m4/gst-fionread.m4: idem
9072
9073         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
9074
9075         * configure.ac: enable speex plugin for speex 1.1.5+
9076         * ext/speex/gstspeexenc.c: fix cast warning
9077
9078         * ext/esd/README: fix typo
9079
9080 2004-05-20  David Schleef  <ds@schleef.org>
9081
9082         * configure.ac: Minor cosmetic change to convince the buildbot to
9083         reautogen.
9084         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
9085         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
9086         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
9087         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
9088         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
9089         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
9090         More hacking.  Plays audio now.
9091
9092 2004-05-20  David Schleef  <ds@schleef.org>
9093
9094         * configure.ac:
9095         * sys/Makefile.am:
9096
9097 2004-05-20  David Schleef  <ds@schleef.org>
9098
9099         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
9100         * sys/osxaudio/gstosxaudio.c:
9101         * sys/osxaudio/gstosxaudioelement.c:
9102         * sys/osxaudio/gstosxaudioelement.h:
9103         * sys/osxaudio/gstosxaudiosink.c:
9104         * sys/osxaudio/gstosxaudiosink.h:
9105         * sys/osxaudio/gstosxaudiosrc.c:
9106         * sys/osxaudio/gstosxaudiosrc.h:
9107
9108 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9109
9110         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
9111         (gst_vorbisenc_chain):
9112           put the codec headers on the caps as streamheader as well as
9113           pushing them out
9114
9115 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9116
9117         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
9118         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9119         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
9120         split up push_packet into two functions
9121
9122 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9123
9124         * gst/tcp/.cvsignore:
9125           ignore enums
9126         * gst/tcp/Makefile.am:
9127         * gst/tcp/README:
9128         * gst/tcp/gsttcp.c:
9129         * gst/tcp/gsttcp.h:
9130         * gst/tcp/gsttcpclientsink.c:
9131         * gst/tcp/gsttcpclientsink.h:
9132         * gst/tcp/gsttcpclientsrc.c:
9133         * gst/tcp/gsttcpclientsrc.h:
9134         * gst/tcp/gsttcpplugin.c:
9135         * gst/tcp/gsttcpserversink.c:
9136         * gst/tcp/gsttcpserversink.h:
9137         * gst/tcp/gsttcpserversrc.c:
9138         * gst/tcp/gsttcpserversrc.h:
9139           add new tcp elements
9140
9141 2004-05-19  Wim Taymans  <wim@fluendo.com>
9142
9143         * gst/law/mulaw-conversion.c: (mulaw_encode):
9144         Fix overflow bug in ulaw encoding.
9145
9146 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9147
9148         * ext/mad/gstmad.c: (gst_mad_handle_event):
9149           don't unref the event twice
9150
9151 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9152
9153         * configure.ac:
9154           remove -Wno-sign-compare
9155
9156 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9157
9158         * configure.ac:
9159           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
9160           if you want to work against glib 2.2 and 2.4
9161
9162 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9163
9164         * gst/tcp/Makefile.am:
9165         * gst/tcp/gsttcp.c:
9166         * gst/tcp/gsttcp.h:
9167         * gst/tcp/gsttcpsink.h:
9168         * gst/tcp/gsttcpsrc.h:
9169           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
9170
9171 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9172
9173         * gst/debug/tests.c: (md5_get_value):
9174           fix segfault on gst-inspect
9175
9176 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9177
9178         * gst/debug/testplugin.c:
9179         * gst/debug/tests.c:
9180         * gst/debug/tests.h:
9181           add new extensible and configurable testing element. Current tests
9182           include buffer count, stream length, timestamp/duration matching and
9183           md5.
9184         * gst/debug/Makefile.am:
9185         * gst/debug/gstdebug.c: (plugin_init):
9186           add infrastructure for new element
9187
9188 2004-05-19  Johan Dahlin  <johan@gnome.org>
9189
9190         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
9191         ending of the array. Fixes gst-inspect segfault on ppc.
9192
9193 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9194
9195         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
9196
9197         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
9198
9199 2004-05-18  David Schleef  <ds@schleef.org>
9200
9201         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
9202         warnings (bugs, actually) noticed by gcc but not forte.
9203
9204 2004-05-18  David Schleef  <ds@schleef.org>
9205
9206         * sys/sunaudio/Makefile.am:
9207         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
9208
9209 2004-05-18  David Schleef  <ds@schleef.org>
9210
9211         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9212         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
9213         to allow qtdemux to use non-seekable streams. (bug #142272)
9214
9215 2004-05-18  David Schleef  <ds@schleef.org>
9216
9217         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
9218         (gst_resample_sinc_ft_float): Remove use of static temporary
9219         buffer.  This code was obviously not supposed to last long, but
9220         it's stuck in our ABI, so it required a little hack to make it
9221         ABI-compatible.  Fixes #142585.
9222         * gst-libs/gst/resample/resample.h: same.
9223
9224 2004-05-18  David Schleef  <ds@schleef.org>
9225
9226         * configure.ac: Add sunaudio
9227         * examples/Makefile.am: make gstplay depend on gconf
9228         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
9229         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
9230         (convert_table_lookup), (img_convert): remove c99-isms
9231         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
9232           unsigned, to fix a warning on Solaris
9233         * gst/mpeg1sys/systems.c: bcopy->memcpy
9234         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
9235         * sys/Makefile.am: Add sunaudio
9236
9237 2004-05-18  Wim Taymans  <wim@fluendo.com>
9238
9239         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
9240         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
9241         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
9242         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
9243         (gst_ogg_mux_loop):
9244         Fix an ugly memleak where the muxer didn't flush enough ogg
9245         pages. This also resulted in badly muxed ogg files.
9246
9247 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9248
9249         * gst/asfdemux/asfheaders.c :
9250         * gst/asfdemux/asfheaders.h :
9251         * gst/asfdemux/gstasfdemux.c :
9252           - fix ASF_OBJ_PADDING guid
9253           - add 3 new object guids (language list, metadata,
9254             extended stream properties)
9255           - add a function to parse extended header objects
9256
9257 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9258
9259         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
9260           remove leftover debugging g_print
9261
9262 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9263
9264         * ext/mad/gstmad.c: (gst_mad_handle_event):
9265           Fix for when the first format in a discont event is not a
9266           byte-based one. Should fix #137710.
9267
9268 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9269
9270         * m4/a52.m4 : fix compilation with -Wall -Werror
9271         * m4/libfame.m4 : idem
9272         * m4/libmikmod.m4 : idem
9273
9274 2004-05-17  Benjamin Otte  <otte@gnome.org>
9275
9276         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
9277           signal the new tags before giving up the reference
9278
9279 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9280
9281         * ext/shout2/gstshout2.c:
9282           use application/ogg instead of application/x-ogg (patch by Patrick
9283           Guimond, fixes #142432)
9284         * sys/oss/gstosselement.c: (gst_osselement_reset),
9285         (gst_osselement_sync_parms):
9286           don't set fragment size unless specified (fixes #142493)
9287
9288 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9289
9290         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
9291           fixes #142664
9292
9293 2004-05-17  Benjamin Otte  <otte@gnome.org>
9294
9295         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9296           compute offsets correctly for internal buffers so timestamps are set
9297           correctly when we can't seek. Also handle cases where there are no
9298           offsets. (based on a patch by David Moore, fixes #142507)
9299
9300 2004-05-17  Benjamin Otte  <otte@gnome.org>
9301
9302         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9303           use correct variable when determining amount of data to skip so we
9304           don't skip into the void and segfault
9305
9306 2004-05-16  Benjamin Otte  <otte@gnome.org>
9307
9308         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
9309           Hi, I'm a memleak
9310
9311 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9312
9313         * gst/asfdemux/gstasfdemux.c:
9314           - fix a mem leak and always propagate tags
9315           - add WMV3 to known video codecs (but no decoder yet)
9316           - replace "surplus data" at end of audio header for what
9317             it is : codec specific data
9318           - fix a typo
9319
9320 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
9321
9322         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
9323
9324         * gst-libs/gst/audio/audioclock.c:
9325           Fix wrong return type (#142205).
9326
9327 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9328
9329         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
9330           Ignore CRCs by default (fixes #142566).
9331
9332 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9333
9334         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
9335         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
9336         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
9337         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
9338         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9339         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
9340           Fix for cases where we fail to attach to a mixer.
9341
9342 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9343
9344         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
9345           Don't touch events after not owning them anymore.
9346         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9347         (gst_wavparse_fmt), (gst_wavparse_other),
9348         (gst_wavparse_handle_seek), (gst_wavparse_loop),
9349         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
9350         (gst_wavparse_srcpad_event):
9351         * gst/wavparse/gstwavparse.h:
9352           Add seeking, fix querying.
9353
9354 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9355
9356         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
9357           - process comments even if they don't end with \0\0
9358             g_convert would ignore them if present and works well without them
9359
9360 2004-05-16  Benjamin Otte  <otte@gnome.org>
9361
9362         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
9363           simplify caps
9364
9365 2004-05-16  Benjamin Otte  <otte@gnome.org>
9366
9367         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
9368           don't write to memory we might not write to - g_convert does that
9369           for us anyway (fixes #142613)
9370         (gst_asf_demux_audio_caps):
9371           comment out gst_util_dump_mem
9372
9373 2004-05-16  Benjamin Otte  <otte@gnome.org>
9374
9375         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9376           compute correct expected timestamps after seek (broken since
9377           last commit)
9378         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
9379           rename element and debugging category to gdkpixbufscale
9380
9381 2004-05-16  Benjamin Otte  <otte@gnome.org>
9382
9383         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9384           add error checking to snd_pcm_delay and remove duplicate call to
9385           snd_pcm_delay that caused issues (see inline code comments)
9386         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9387           make more readable and fix return value when snd_pcm_delay fails
9388         (fixes #142586)
9389
9390 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
9391         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
9392         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
9393         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
9394         (gst_pixbufscale_link), (gst_pixbufscale_init),
9395         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
9396         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
9397         (gst_pixbufscale_get_property), (pixbufscale_init):
9398         * ext/gdk_pixbuf/pixbufscale.h:
9399         Add these files I forgot earlier
9400
9401 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
9402         * ext/gdk_pixbuf/Makefile.am:
9403         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
9404         * ext/gdk_pixbuf/gstgdkpixbuf.h:
9405         Add new pixbufscale element to scale RGB video
9406         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
9407         and HYPER interpolation correctly.
9408         * ext/theora/theoraenc.c: (theora_enc_chain),
9409         Discard buffer and return if explicit caps could not be set
9410         (theora_enc_get_property):
9411         Make _get return kbps for the bitrate consistent with
9412         the _set function.
9413
9414
9415 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9416
9417         * ext/libvisual/visual.c: (gst_visual_chain):
9418           add missing visual_audio_analyze
9419
9420 2004-05-14  David Schleef  <ds@schleef.org>
9421
9422         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
9423         is killed while we're playing.
9424         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
9425         gst_element_no_more_pads().
9426
9427 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9428
9429         * gst-libs/gst/riff/riff-read.c :
9430           - fix INFO tag extraction in RIFF/AVI files
9431             because gst_event_unref (event) also freed taglist
9432           - avoid a mem leak
9433
9434 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9435
9436         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
9437         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
9438
9439         * gst/auparse/gstauparse.c :
9440           - add code (commented for now) to support audio/x-adpcm on src pad
9441             (we have no decoder for those layout yet)
9442
9443         * gst/cdxaparse/gstcdxaparse.c :
9444         * gst/cdxaparse/gstcdxaparse.h :
9445           - partial rewrite using RiffRead (ripped iain's wavparse code)
9446
9447         * gst/rtp/gstrtpL16enc.c : typo
9448         * gst/rtp/gstrtpgsmenc.c : typo
9449
9450 2004-05-13  Benjamin Otte  <otte@gnome.org>
9451
9452         * configure.ac:
9453           check for exact version of libvisual, it's not supposed to be
9454           API/ABI stable yet
9455
9456 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9457
9458         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
9459           signal no-more-pads
9460
9461 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
9462
9463         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
9464         Report which format was used for GST_FORMAT_DEFAULT
9465         * gst/debug/Makefile.am:
9466         * gst/debug/gstdebug.c: (plugin_init):
9467         * gst/debug/progressreport.c: (gst_progressreport_base_init),
9468         (gst_progressreport_class_init), (gst_progressreport_init),
9469         (gst_progressreport_report), (gst_progressreport_set_property),
9470         (gst_progressreport_get_property), (gst_progressreport_chain),
9471         (gst_progressreport_plugin_init):
9472         Add progressreport element for testing.
9473
9474 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9475
9476         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
9477         * sys/v4l/gstv4lsrc.h:
9478         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
9479         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
9480         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
9481         (gst_v4lsrc_grab_frame):
9482           add more debugging
9483           send a discont at start
9484
9485 2004-05-12  Colin Walters  <walters@redhat.com>
9486
9487         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
9488         inflooping if we can't find a chunk.  Or in other words, don't blow
9489         chunks if we don't have a chunk to blow.
9490
9491 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
9492         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
9493         Remove old debug output
9494         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
9495         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
9496         (gst_dvdec_set_property), (gst_dvdec_get_property):
9497         Change the quality setting to an enum, so it works from gst-launch
9498         Don't renegotiate a non-linked pad. Allows audio only decoding.
9499         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
9500         (gst_deinterlace_link), (gst_deinterlace_init):
9501         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
9502         (gst_videodrop_link):
9503         Some caps negotiation fixes
9504
9505 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9506
9507         * ext/tarkin/gsttarkin.c :
9508           - Change RANK from NONE to PRIMARY
9509         * ext/gdk_pixbuf/gstgdkpixbuf.c :
9510           - Change RANK from NONE to MARGINAL
9511         * ext/divx/gstdivxenc.c :
9512           - Change RANK from PRIMARY to NONE (encoder/spider issue)
9513
9514 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9515
9516         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
9517         (gst_vorbisenc_push_packet):
9518           copy a function that was added between 1.0 and 1.0.1 until we
9519           depend on worthwhile features of post-1.0
9520
9521 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9522
9523         * configure.ac:
9524           enable shout2 by default
9525         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
9526         (gst_shout2send_base_init), (gst_shout2send_init),
9527         (gst_shout2send_connect), (gst_shout2send_change_state):
9528         * ext/shout2/gstshout2.h:
9529           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
9530           #142262)
9531         * ext/theora/theora.c: (plugin_init):
9532           don't set rank on encoders
9533
9534 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
9535
9536         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
9537           Use codec_data property instead of flag1 and flag2 for wma
9538
9539 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9540
9541         * gst/cdxaparse/gstcdxaparse.c :
9542           - Add mpegversion to CAPS to make it link
9543           - Rank is as GST_RANK_SECONDARY instead of NONE
9544         * gst/auparse/gstauparse.c :
9545           - Document all audio encoding we can encounter from Solaris 9
9546             headers and libsndfile information.
9547           - Increase max. rate from 48000 to 192000 (to match other elements)
9548           - Don't try to play junk data between header and samples
9549
9550 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9551
9552         * ext/libvisual/visual.c: (gst_visual_getcaps):
9553           use the right caps depending on endianness (I hope)
9554         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
9555           use GST_RANK_NONE for all non-decoding elements or spider gets
9556           mighty confused
9557
9558 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9559
9560         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
9561           Fix some odd cases and fix BE metadata parsing of unicode16 text.
9562
9563 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9564
9565         * gst/switch/gstswitch.c: (gst_switch_release_pad),
9566         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
9567         (gst_switch_loop), (gst_switch_get_type):
9568           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
9569           HEADERS. Had to be said.
9570
9571 2004-05-10  David Schleef  <ds@schleef.org>
9572
9573         * configure.ac: Add prototype Dirac support.
9574         * ext/Makefile.am:
9575         * ext/dirac/Makefile.am:
9576         * ext/dirac/gstdirac.cc:
9577         * ext/dirac/gstdiracdec.cc:
9578
9579 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9580
9581         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
9582         (gst_auparse_init), (gst_auparse_chain),
9583         (gst_auparse_change_state):
9584           Hack around spider. Remove me some day please.
9585
9586 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9587
9588         * gst/auparse/gstauparse.c: (gst_auparse_chain):
9589           Fix for some uninitialized variables in previous patch, also
9590           makes it work. Fixes #142286 while we're at it.
9591
9592 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9593
9594         * gst/auparse/gstauparse.c:
9595                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
9596                 only unsupported formats are ADPCM/CCITT G.72x
9597                 reviewed by Ronald
9598         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
9599
9600 2004-05-10  Wim Taymans  <wim@fluendo.com>
9601
9602         * ext/vorbis/Makefile.am:
9603         * ext/vorbis/README:
9604         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
9605         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
9606         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
9607         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
9608         (gst_oggvorbisenc_convert_sink),
9609         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
9610         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
9611         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
9612         (get_constraints_string), (update_start_message),
9613         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
9614         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
9615         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
9616         * ext/vorbis/oggvorbisenc.h:
9617         * ext/vorbis/vorbis.c: (plugin_init):
9618         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
9619         (raw_caps_factory), (gst_vorbisenc_class_init),
9620         (gst_vorbisenc_init), (gst_vorbisenc_setup),
9621         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
9622         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
9623         * ext/vorbis/vorbisenc.h:
9624         Added a raw vorbis encoder to be used with the oggmuxer.
9625         We still need the old encoder for some gnome applications,
9626         read the README to find out how that works.
9627         The raw encoder is called "rawvorbisenc" until 0.9.
9628
9629 2004-05-10  Wim Taymans  <wim@fluendo.com>
9630
9631         * ext/ogg/gstogg.c: (plugin_init):
9632         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
9633         (gst_ogg_print):
9634         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
9635         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
9636         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
9637         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
9638         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
9639         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
9640         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
9641         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
9642         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
9643         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
9644         Added an ogg muxer.
9645         Small typo fixes in the demuxer.
9646
9647 2004-05-10  Wim Taymans  <wim@fluendo.com>
9648
9649         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9650         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
9651         (theora_enc_change_state), (theora_enc_set_property),
9652         (theora_enc_get_property):
9653         Mark the last packet with an EOS flag which is not really needed
9654         in gstreamer.
9655         Do some better video framerate initialisation.
9656         Update the buffer timestamp.
9657
9658 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
9659
9660         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
9661         Return the result of the parent state change call
9662
9663 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9664
9665         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
9666         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
9667         * gst/law/alaw-encode.c : (idem)
9668         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
9669         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
9670         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
9671
9672 2004-05-09  Benjamin Otte  <otte@gnome.org>
9673
9674         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9675           don't use a fixed buffer size when writing variable length data to
9676           it. Fixes memory corruption and makes alsasrc work
9677
9678 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9679
9680         * ext/gnomevfs/gstgnomevfssink.c:
9681         (_gst_boolean_allow_overwrite_accumulator),
9682         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
9683           Run glib's default signal handler (??) in RUN_CLEANUP rather than
9684           RUN_LAST, and don't use that to set the accumulator value because
9685           then it's always FALSE.
9686
9687 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9688
9689         * gst-libs/gst/riff/riff-media.c:
9690         (gst_riff_create_video_caps_with_data),
9691         (gst_riff_create_audio_caps),
9692         (gst_riff_create_audio_template_caps):
9693         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
9694           Fix for unaligned RIFF files (i.e. where all the chunks together
9695           in a LIST chunk are not of the same size as the size given in
9696           the LIST chunk header). Fixes several odd WAVE files. Also fix
9697           ADPCM (block_align property) in audio, so that wavparse based
9698           on this works now as it used to stand-alone.
9699
9700 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
9701
9702         reviewed by Benjamin Otte  <otte@gnome.org>
9703
9704         * ext/a52dec/gsta52dec.c:
9705         * ext/divx/gstdivxdec.c:
9706         * ext/divx/gstdivxenc.c:
9707         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
9708         * ext/faac/gstfaac.c: (gst_faac_base_init):
9709         * ext/faad/gstfaad.c: (gst_faad_base_init):
9710         * ext/ivorbis/vorbisfile.c:
9711         * ext/lame/gstlame.c:
9712         * ext/libfame/gstlibfame.c:
9713         * ext/mpeg2enc/gstmpeg2enc.cc:
9714         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
9715         * ext/sidplay/gstsiddec.cc:
9716         * ext/speex/gstspeexdec.c:
9717         * ext/speex/gstspeexenc.c:
9718         * ext/xvid/gstxviddec.c:
9719         * ext/xvid/gstxvidenc.c:
9720           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
9721           (fixes #142193)
9722
9723 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9724
9725         * ext/alsa/gstalsa.c: (device_list),
9726         (gst_alsa_class_probe_devices):
9727         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9728           Fix alsa oddness in mixer after the combination of using mixer
9729           in source/sink elements and using hw:x,y instead of just hw:x.
9730
9731 2004-05-09  Benjamin Otte  <otte@gnome.org>
9732
9733         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
9734         (gst_wavparse_create_sourcepad):
9735           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
9736           sourcepads
9737
9738 2004-05-09  Benjamin Otte  <otte@gnome.org>
9739
9740         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9741           allow discont events before caps nego
9742
9743 2004-05-08  Benjamin Otte  <otte@gnome.org>
9744
9745         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9746           don't leak events
9747
9748 2004-05-08  Benjamin Otte  <otte@gnome.org>
9749
9750         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
9751         (gst_level_change_state), (gst_level_init):
9752         * gst/level/gstlevel.h:
9753           figure out if we're initialized directly instead of keeping a
9754           variable that's wrong in 90% of cases
9755           don't initialize pads and then leak them and use a new unitialized
9756           pad. (fixes #142084)
9757           these were bugs so n00bish I didn't find them for an hour :/
9758
9759 2004-05-08 Iain <iain@prettypeople.org>
9760
9761         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
9762         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
9763         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
9764         return the length that was read.
9765         (gst_riff_read_strf_auds): Allow fmt tags as well.
9766
9767 2004-05-07  David Schleef  <ds@schleef.org>
9768
9769         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
9770         signed char assumption in faad.h.
9771
9772 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9773
9774         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
9775           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
9776
9777 2004-05-07  Colin Walters  <walters@redhat.com>
9778
9779         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
9780         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
9781         function.
9782         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
9783         Add dispose function.
9784
9785 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
9786         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
9787           Fix caps nego and pad templates. RGB mode caps should
9788           work now.
9789         * ext/dvdnav/gst-dvd:
9790           Move mpeg2dec inside the thread because otherwise the
9791           queue rejects cap changes mid-stream
9792         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
9793         (gst_mpeg2dec_flush_decoder):
9794           For mpeg2dec > 0.4.0, call the flush function instead of
9795           manually extracting all in-flight frames.
9796         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
9797         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
9798           Change mime type video/dv go video/x-dv to match the
9799           rest of gst-plugins
9800
9801 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9802
9803         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9804         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
9805         (gst_alsa_sink_class_init):
9806         * ext/alsa/gstalsasink.h:
9807         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
9808         (gst_alsa_src_class_init):
9809         * ext/alsa/gstalsasrc.h:
9810           Make alsasink/src a subclass of alsamixer so that mixer stuff
9811           shows up in gst-rec. Needs some finetuning.
9812
9813 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9814
9815         * ext/lame/gstlame.c: (gst_lame_chain):
9816           simplify
9817         * ext/mad/gstmad.c: (gst_mad_handle_event):
9818           fix event leak
9819         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9820           be able to detect mp3 files < 4096 bytes
9821
9822 2004-05-06  Wim Taymans  <wim@fluendo.com>
9823
9824         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9825         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
9826         (theora_enc_set_property), (theora_enc_get_property):
9827         Also encode the first frame, cleanup some code.
9828
9829 2004-05-06  Wim Taymans  <wim@fluendo.com>
9830
9831         * ext/mpeg2enc/gstmpeg2enc.cc:
9832         Forward events first before deciding that negotiation was
9833         not performed.
9834
9835 2004-05-06  Wim Taymans  <wim@fluendo.com>
9836
9837         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
9838         First process the events before deciding that negotiation
9839         was not performed.
9840
9841 2004-05-06  Wim Taymans  <wim@fluendo.com>
9842
9843         * ext/theora/Makefile.am:
9844         * ext/theora/theora.c: (plugin_init):
9845         * ext/theora/theoradec.c: (theora_dec_change_state):
9846         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
9847         (gst_theora_enc_class_init), (gst_theora_enc_init),
9848         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
9849         (theora_enc_chain), (theora_enc_change_state),
9850         (theora_enc_set_property), (theora_enc_get_property):
9851         Added a theora encoder, grouped the encoder and decoder into the
9852         same plugin.
9853
9854 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9855
9856         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
9857         (gst_jpegenc_chain):
9858         fix DURATION on outgoing buffers
9859         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
9860         debug using time formats
9861         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
9862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9863         (gst_xvimagesink_sink_link):
9864         windows with width/height 0 generate X errors, so don't allow them
9865
9866 2004-05-05  Wim Taymans  <wim@fluendo.com>
9867
9868         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
9869         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
9870         (gst_mpeg2dec_negotiate_format):
9871         * ext/mpeg2dec/gstmpeg2dec.h:
9872           removed the static pad template so that we can add the
9873           more accurate framerate value to the caps.
9874
9875
9876 2004-05-04  Benjamin Otte  <otte@gnome.org>
9877
9878         * configure.ac:
9879           check for kdemacros.h, too (should fix #141821)
9880         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
9881           don't crash if no header was sent, but nicely error out (fixes part
9882           of #141554)
9883
9884 2004-05-04  Wim Taymans  <wim@fluendo.com>
9885
9886         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
9887         parent dispose function to avoid segfault on destroy.
9888
9889 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9890
9891         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9892         (plugin_init):
9893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9894         (gst_xvimagesink_sink_link):
9895         clean up debugging caps
9896         also recreate xvimage when format has changed
9897
9898 2004-05-04  Benjamin Otte  <otte@gnome.org>
9899
9900         * ext/libvisual/Makefile.am:
9901         * ext/libvisual/visual.c: (gst_visual_class_init),
9902         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
9903         (gst_visual_srclink), (gst_visual_chain),
9904         (gst_visual_change_state), (plugin_init):
9905           use a GstAdapter to correctly adapt buffer sizes - allows using a
9906           framerate
9907
9908 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9909
9910         * sys/v4l/gstv4lelement.h:
9911         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9912         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
9913         (gst_v4lsrc_buffer_free):
9914         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
9915         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
9916         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
9917         (gst_v4lsrc_requeue_frame):
9918         move some debugging categories around
9919         query for fps index and set accordingly if found
9920
9921 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9922
9923         * ext/lame/gstlame.c:
9924         correct defaults that lame_init puts out of range
9925
9926 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9927
9928         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
9929         (gst_divxenc_class_init):
9930         fix range since -1 is the default
9931         * gst/mpeg1sys/gstmpeg1systemencode.c:
9932         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
9933         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
9934         (gst_rtjpegdec_chain):
9935         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
9936         (gst_rtjpegenc_chain):
9937         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
9938         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
9939         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
9940         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
9941         * sys/v4l/gstv4lsrc.c:
9942         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9943         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
9944         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
9945         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
9946         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
9947           remove gst_info calls
9948
9949 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9950
9951         * Makefile.am:
9952         * po/af.po:
9953         * po/az.po:
9954         * po/en_GB.po:
9955         * po/nl.po:
9956         * po/sr.po:
9957         * po/sv.po:
9958           Updated translations
9959
9960 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9961
9962         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
9963           refactor/comment code
9964
9965 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9966
9967         * gst/asfdemux/Makefile.am:
9968         * gst/asfdemux/asfheaders.c:
9969         * gst/asfdemux/asfheaders.h:
9970         * gst/asfdemux/gstasf.c: (plugin_init):
9971         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
9972         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
9973         (gst_asf_demux_setup_pad):
9974         * gst/asfdemux/gstasfdemux.h:
9975         * gst/asfdemux/gstasfmux.c:
9976         * gst/asfdemux/gstasfmux.h:
9977           Add tagging support to demuxer, split out registration in its own
9978           file instead of in demux (hacky), and prevent having some tables
9979           in our memory multiple times (in asfheaders.h).
9980
9981 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9982
9983         * gst/matroska/matroska-demux.c:
9984         (gst_matroska_demux_parse_metadata):
9985         * gst/matroska/matroska-ids.h:
9986           Basic tag reading support.
9987
9988 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9989
9990         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
9991           Really detect ac-3 audio.
9992         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
9993           really detect matroska files (off-by-1).
9994
9995 2004-04-30  David Schleef  <ds@schleef.org>
9996
9997         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9998         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
9999         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
10000         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
10001         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
10002         hackage -- parse a lot more atoms, extract a few tags.  One might even
10003         mistake this for tag support.  Maybe it is.
10004         * gst/qtdemux/qtdemux.h:
10005
10006 2004-04-30  Colin Walters  <walters@verbum.org>
10007
10008         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
10009
10010 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10011
10012         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10013         (gst_ffmpegcolorspace_getcaps):
10014           remove broken nego fix
10015
10016 2004-04-30  Benjamin Otte  <otte@gnome.org>
10017
10018         * configure.ac:
10019         * ext/Makefile.am:
10020         * ext/libvisual/Makefile.am:
10021         * ext/libvisual/visual.c:
10022           add initial support for libvisual (http://libvisual.sourceforge.net)
10023           libvisual is still quite alpha, so expect crashes in there :)
10024
10025 2004-04-29  David Schleef  <ds@schleef.org>
10026
10027         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
10028         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
10029         up qtdemux to make it spit out codec_data.  Do _not_ look at this
10030         code; you will no longer respect me.
10031
10032 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10033
10034         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
10035         * ext/alsa/gstalsa.h :
10036         change alsa pcm device discovery to find more than 1 device
10037         per card. code review by Ronald.
10038
10039 2004-04-29  David Schleef  <ds@schleef.org>
10040
10041         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
10042         Add a check for a driver bug on FreeBSD.  (bug #140565)
10043
10044 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10045
10046         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
10047         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
10048         (gst_jpegenc_getcaps):
10049           move format setting to inner loop
10050         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10051         (gst_ffmpegcolorspace_getcaps):
10052           use GST_PAD_CAPS if available so that we use already negotiated
10053           caps
10054         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10055         (qtdemux_parse_moov), (qtdemux_parse):
10056           extra debugging
10057         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
10058         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
10059           move hardcoded path to DEFINE
10060
10061 2004-04-28  David Schleef  <ds@schleef.org>
10062
10063         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
10064         (bug #140064)
10065
10066 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10067
10068         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
10069           Don't probe for playback device if we're a source element. Fixes
10070           #139658.
10071
10072 2004-04-29  Benjamin Otte  <otte@gnome.org>
10073
10074         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
10075         (gst_id3_tag_chain):
10076           rewrite buffer offset
10077
10078 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10079
10080         * configure.ac:
10081         * ext/Makefile.am:
10082         * ext/dts/Makefile.am:
10083         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
10084         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
10085         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
10086         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
10087         (gst_dtsdec_loop), (gst_dtsdec_change_state),
10088         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
10089         (plugin_init):
10090         * ext/dts/gstdtsdec.h:
10091           New DTS decoder.
10092         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
10093         (gst_faad_srcconnect):
10094           Add ESDS atom handling (.m4a).
10095
10096 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10097
10098         * ext/divx/gstdivxdec.c: (plugin_init):
10099           Remove comment that makes no sense.
10100         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
10101           Fix for obvious typo that resulted in warnings during gst-register.
10102         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
10103         (gst_xviddec_sink_link):
10104           Fix caps negotiation a bit better.
10105         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10106           We call this 'codec_data', not 'esds'.
10107
10108 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10109
10110         * gst/monoscope/gstmonoscope.c:
10111           make sure we only provide 256x128
10112         * gst/monoscope/monoscope.c: (monoscope_init):
10113           assert size of 256x128
10114
10115 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10116
10117         * Makefile.am:
10118         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
10119         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
10120           fixate to max width and height of device
10121
10122 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10123
10124         * Makefile.am:
10125         * sys/v4l/gstv4l.c:
10126         * sys/v4l/gstv4lsrc.c:
10127         * sys/v4l/v4l_calls.c:
10128         * sys/v4l/v4lsrc_calls.c:
10129           fix for qc-usb driver which fakes having more than one buffer
10130           by handing the same buffer twice, which confused GStreamer's/v4lsrc
10131           buffer_free override
10132           add debugging
10133
10134 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10135
10136         * Makefile.am:
10137         * gst/videotestsrc/gstvideotestsrc.c:
10138         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
10139         (gst_videotestsrc_init), (gst_videotestsrc_get),
10140         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
10141         * gst/videotestsrc/gstvideotestsrc.h:
10142           add num-buffers property
10143
10144         2004-04-26  Benjamin Otte  <otte@gnome.org>
10145
10146         * ext/mad/gstid3tag.c: (plugin_init):
10147           set id3mux rank to NONE so it doesn't confuse spider
10148           require audio/mpeg,mpegversion=1 in id3mux
10149
10150 2004-04-26  Benjamin Otte  <otte@gnome.org>
10151
10152         * configure.ac:
10153           detect faad correctly as non-working if it's indeed non-working
10154
10155 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10156
10157         * Makefile.am:
10158         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
10159         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
10160         fix _getcaps so it only negotiates to its supported format
10161
10162 2004-04-25  Benjamin Otte  <otte@gnome.org>
10163
10164         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
10165           fix memleak
10166
10167 2004-04-23  Benjamin Otte  <otte@gnome.org>
10168
10169         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10170           audio/x-raw-int with height rules! not. Now it's depth.
10171
10172 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10173
10174         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
10175         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
10176         (gst_wavparse_loop):
10177           Missing variable initialization. Add handling of DVI ADPCM. Fix
10178           mis-parsing of LIST chunks. This works around a bug where we mis-
10179           parse non-aligning LIST chunks (so LIST chunks where the contents
10180           don't align with the actual LIST size). The correct fix is to use
10181           rifflib, I'm not going to fix wavparse - too much work. All this
10182           fixes #104878.
10183
10184 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10185
10186         reviewed by Benjamin Otte  <otte@gnome.org>
10187
10188         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
10189           fix shoutcast not working (fixes #140844)
10190
10191 2004-04-22  Benjamin Otte  <otte@gnome.org>
10192
10193         * ext/hermes/gsthermescolorspace.c:
10194         (gst_hermes_colorspace_caps_remove_format_info):
10195         * gst/colorspace/gstcolorspace.c:
10196         (gst_colorspace_caps_remove_format_info):
10197         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10198         (gst_ffmpegcolorspace_caps_remove_format_info):
10199           s/gst_caps_simplify/gst_caps_do_simplify/
10200
10201 2004-04-22  Benjamin Otte  <otte@gnome.org>
10202
10203         * gst-libs/gst/riff/riff-media.c:
10204         (gst_riff_create_video_caps_with_data):
10205           mpegversion is an int
10206         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
10207           don't try to create pad templates with NULL caps, use any caps
10208           instead.
10209
10210 2004-04-20  David Schleef  <ds@schleef.org>
10211
10212         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
10213         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
10214         (bug #140384)
10215
10216 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
10217
10218         reviewed by David Schleef
10219
10220         * ext/mad/gstid3tag.c: Add stdlib.h
10221         * gst/rtp/gstrtpgsmenc.c: same
10222         * gst/tags/gstid3tag.c: same
10223         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
10224         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
10225         GST_DISABLE_LOADSAVE use.
10226         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
10227         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
10228         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
10229         atol(3)).
10230         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
10231         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
10232         strtoul(3)).
10233         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
10234         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
10235         $(ID3_CFLAGS).
10236         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
10237         $(LIBFAME_CFLAGS).
10238
10239 2004-04-20  David Schleef  <ds@schleef.org>
10240
10241         * gst/realmedia/rmdemux.c:  This was supposed to part of the
10242         last checkin.  Same idea.
10243
10244 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
10245
10246         reviewed by David Schleef
10247
10248         * configure.ac: bump required gstreamer version to 0.8.1.1
10249         because of following changes [--ds]
10250
10251         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
10252         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
10253         (gst_riff_read_header):  Use GST_READ_UINT*
10254         macros to access possibly unaligned memory.
10255
10256         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
10257         (mp3_type_find):  Use GST_READ_UINT*
10258         macros to access possibly unaligned memory.
10259         (mp3_type_find, mpeg1_parse_header, qt_type_find)
10260         (speex_type_find): Likewise
10261
10262         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
10263
10264         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
10265         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
10266         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
10267         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
10268         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
10269         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
10270         macros to access possibly unaligned memory.
10271
10272         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
10273         Likewise.
10274
10275         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
10276         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
10277
10278         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
10279         Likewise.
10280
10281         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
10282         (gst_mpeg2subt_chain_subtitle): Likewise.
10283
10284         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
10285         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
10286         Likewise.
10287
10288         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
10289         Likewise.
10290
10291         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
10292         Likewise.
10293
10294         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
10295         Likewise.
10296
10297 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10298
10299         * configure.ac:
10300           update required version of GStreamer because of GST_TIME_FORMAT
10301
10302 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10303
10304         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
10305           remove leftover g_print
10306         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10307           don't try setting only a subset of the caps. We don't want to kill
10308           autoplugging on purpose
10309
10310 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10311
10312         * sys/ximage/ximagesink.c: (plugin_init):
10313         * sys/xvimage/xvimagesink.c: (plugin_init):
10314           add debugging categories
10315
10316 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10317
10318         * po/en_GB.po:
10319         * po/LINGUAS:
10320           Adding en_GB translation (Gareth Owen)
10321
10322 2004-04-20  David Schleef  <ds@schleef.org>
10323
10324         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10325         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
10326         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
10327         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
10328         A number of new features and hacks to extract the esds atom and
10329         put it into the caps.  (bug #137724)
10330
10331 2004-04-19  David Schleef  <ds@schleef.org>
10332
10333         * gconf/Makefile.am: Fix for non-GNU make
10334         * gst-libs/gst/Makefile.am: Change directory order to handle
10335         GstPlay linking with gstinterfaces
10336         * gst-libs/gst/audio/make_filter: make use of tr portable
10337         * gst-libs/gst/play/Makefile.am: Add intended \
10338         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
10339         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
10340         function prototype instead of void *.
10341         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
10342         macro.
10343         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10344         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
10345         * gst/videofilter/make_filter: make use of tr portable
10346         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
10347
10348 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10349
10350         * po/LINGUAS:
10351         * po/uk.po:
10352           Added Ukrainian translation (Maxim V. Dziumanenko)
10353
10354 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10355
10356         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
10357         (gst_gsmdec_link), (gst_gsmdec_chain):
10358           Fix capsnego, simplify chain function slightly.
10359         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10360           Add GSM.
10361
10362 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10363
10364         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10365         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
10366         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
10367           Hack to make wavparse work with spider (always -> sometimes pad).
10368           Fixes #135862 && #140411.
10369
10370 2004-04-18  Benjamin Otte  <otte@gnome.org>
10371
10372         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
10373         (gst_osselement_rate_probe_check),
10374         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
10375           get rid of \n in debug output
10376
10377 2004-04-17  Iain <iain@prettypeople.org>
10378
10379         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
10380         not just EOS.
10381
10382 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10383
10384         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
10385         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
10386         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
10387         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
10388         (gst_id3_tag_src_link), (gst_id3_tag_chain),
10389         (gst_id3_tag_change_state), (plugin_init):
10390           deprecate id3tag element and replace with id3demux/id3mux.
10391           great side effect: this ugly file is now even uglier, yay!
10392         * ext/mad/gstmad.h:
10393           remove non-available function
10394           update for new get_type
10395
10396 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10397
10398         * configure.ac:
10399           require mpeg2dec >= 0.4.0
10400
10401 2004-04-17  Benjamin Otte  <otte@gnome.org>
10402
10403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10404         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
10405         (gst_xvimagesink_set_xwindow_id):
10406           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
10407           assorted cleanup fixes.
10408
10409 2004-04-16  David Schleef  <ds@schleef.org>
10410
10411         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
10412         * sys/xvimage/xvimagesink.h: same
10413
10414 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10415
10416         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
10417           Fix GST_ELEMENT_ERROR with (NULL)
10418
10419 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10420
10421         * gst-libs/gst/riff/riff-media.c:
10422         (gst_riff_create_video_caps_with_data):
10423           Add div[3456] as fourccs for DivX 3 (fixes #140137).
10424
10425 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10426
10427         * gst-libs/gst/riff/riff-media.c:
10428         (gst_riff_create_video_caps_with_data),
10429         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
10430         (gst_riff_create_video_template_caps),
10431         (gst_riff_create_audio_template_caps):
10432         * gst-libs/gst/riff/riff-media.h:
10433         * gst-libs/gst/riff/riff-read.c:
10434         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
10435         * gst-libs/gst/riff/riff-read.h:
10436         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10437           Add MS RLE support. I added some functions to read out strf chunks
10438           into strf chunks and the data behind it. This is usually color
10439           palettes (as in RLE, but also in 8-bit RGB). Also use those during
10440           caps creation. Lastly, add ADPCM (similar to wavparse - which
10441           should eventually be rifflib based).
10442         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
10443         (gst_matroska_demux_init), (gst_matroska_demux_reset):
10444         * gst/matroska/matroska-demux.h:
10445           Remove placeholders for some prehistoric tagging system. Didn't add
10446           support for any tag system really anyway.
10447         * gst/qtdemux/qtdemux.c:
10448           Add support for audio/x-m4a (MPEG-4) through spider.
10449         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
10450         (gst_wavparse_loop):
10451           ADPCM support (#135862). Increase max. buffer size because we
10452           cannot split buffers for ADPCM (screws references) and I've seen
10453           files with 2048 byte chunks. 4096 seems safe for now.
10454
10455 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10456
10457         * configure.ac: bump nano to 1
10458
10459 === release 0.8.1 ===
10460
10461 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10462
10463         * configure.ac: releasing 0.8.1, "Comforting Sounds"
10464
10465 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10466
10467         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10468           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
10469           Fixes #140058
10470
10471 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10472
10473         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
10474           lower rank of dvddemux so that it's not used for mpeg playback.
10475
10476 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10477
10478         * configure.ac:
10479           save libs correctly when checking mad
10480
10481 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10482
10483         * ext/mad/gstid3tag.c: (plugin_init):
10484           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
10485
10486 2004-04-13  David Schleef  <ds@schleef.org>
10487
10488         * common/m4/gst-feature.m4: Call -config scripts with
10489         --plugin-libs if it is supported.
10490         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
10491         JPEG images are image/jpeg.
10492         * gst/debug/Makefile.am:
10493         * gst/debug/negotiation.c: (gst_negotiation_class_init),
10494         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
10495         (gst_negotiation_update_caps), (gst_negotiation_get_property),
10496         (gst_negotiation_plugin_init): Add a property that acts like
10497         filter caps.
10498         * testsuite/gst-lint:  Move license checking to be a standard
10499         test.
10500
10501 2004-04-13  David Schleef  <ds@schleef.org>
10502
10503         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
10504         patch from Sebastien Cote (bug #139958)
10505
10506 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10507
10508         * examples/gstplay/Makefile.am:
10509         * examples/gstplay/player.c: (main):
10510           make the commandline player example use gconf settings
10511
10512 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10513
10514         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
10515         (gst_cacasink_sinkconnect), (gst_cacasink_init),
10516         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
10517           init/end library during state transition, not object
10518           creation/disposal.  get rid of custom dispose handler.
10519
10520
10521 2004-04-12  Christian Schaller <Uraeus@gnome.org>
10522
10523         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
10524         be a symlink
10525
10526 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10527
10528         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
10529           Handle JUNK chunks inside data section. Prevents warnings.
10530
10531 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10532
10533         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10534         (gst_riff_create_video_template_caps):
10535           Add MS video v1.
10536         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10537         (gst_avi_demux_stream_data):
10538           Add support for "rec-list" chunks.
10539
10540 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10541
10542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10543           Fix another codecname mismatch.
10544
10545 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10546
10547         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10548           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
10549           so that MJPEG plays back.
10550
10551 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10552
10553         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
10554         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
10555         * gst/mpeg1videoparse/gstmp1videoparse.h:
10556           Fix for some slight mis-cuts in buffer parsing, and for some
10557           potential overflows or faults-causers. Adds disconts. Also fixes
10558           #139105 while we're at it.
10559
10560 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10561
10562         * configure.ac:
10563         * sys/v4l2/gstv4l2element.h:
10564           Workaround for missing struct v4l2_buffer declaration in Suse 9
10565           and Mandrake 10 linux/videodev2.h header file (#135919).
10566
10567 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10568
10569         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
10570           Bail out if no filename was given.
10571
10572 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10573
10574         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10575         (gst_v4l2_fourcc_from_structure):
10576           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
10577           Y41B somewhere).
10578
10579 2004-04-09  Benjamin Otte  <otte@gnome.org>
10580
10581         * ext/gnomevfs/gstgnomevfssink.c:
10582         (_gst_boolean_allow_overwrite_accumulator),
10583         (gst_gnomevfssink_class_init):
10584           fix erase signal - if any handler returns false the file will not be
10585           overwritten. If no handler is connected, the file will not be
10586           overwritten either.
10587           renamed signal to "allow-overwrite"
10588         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
10589           free string when adding it to ID3 failed
10590         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
10591           unref event when done
10592         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
10593           free caps
10594         * gst/typefind/gsttypefindfunctions.c:
10595         (mpeg_video_stream_type_find):
10596           fix invalid read
10597
10598 2004-04-08  David Schleef  <ds@schleef.org>
10599
10600         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10601         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
10602
10603 2004-04-08  David Schleef  <ds@schleef.org>
10604
10605         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
10606         we don't support (bug #139532)
10607
10608 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
10609
10610         * ext/mad/gstmad.c: (gst_mad_handle_event),
10611         (gst_mad_check_caps_reset), (gst_mad_chain),
10612         (gst_mad_change_state):
10613           only set explicit caps if they haven't been set before for
10614           this stream.  MPEG-audio sample rate/channels aren't allowed
10615           to change in-stream.
10616           Fixes #139382
10617
10618 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10619
10620         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
10621         (_gst_boolean_did_something_accumulator),
10622         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
10623         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
10624         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
10625         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
10626         (gst_gnomevfssink_change_state):
10627           Fix erase signal. Don't erase by default. Remove handoff signal.
10628           Remove erase property. Don't segfault. General cleanup.
10629
10630 2004-04-07  Benjamin Otte  <otte@gnome.org>
10631
10632         * gst-libs/gst/gconf/test-gconf.c: (main):
10633           add missing gst_init
10634
10635 2004-04-07  Benjamin Otte  <otte@gnome.org>
10636
10637         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
10638           free the mutexes, too
10639
10640 2004-04-07  Benjamin Otte  <otte@gnome.org>
10641
10642         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
10643           actually free the URI string
10644         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
10645           compute offset correctly when passing discont events
10646         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
10647           don't leak discont events
10648         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
10649           add some missing breaks so caps aren't copied randomly
10650         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
10651           if we realloc memory, we better use it
10652
10653 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10654
10655         * ext/mad/gstmad.c: (normal_seek):
10656           fix GST_FORMAT_TIME usage
10657
10658 2004-04-05  David Schleef  <ds@schleef.org>
10659
10660         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
10661         a deprecated function (hack!)
10662
10663 2004-04-05  Benjamin Otte  <otte@gnome.org>
10664
10665         * ext/esd/esdmon.c: (gst_esdmon_get):
10666           fix nonterminated vararg and memleak
10667
10668 2004-04-05  Benjamin Otte  <otte@gnome.org>
10669
10670         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
10671         (gst_ladspa_init), (gst_ladspa_force_src_caps),
10672         (gst_ladspa_set_property), (gst_ladspa_get_property),
10673         (gst_ladspa_instantiate), (gst_ladspa_activate),
10674         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
10675           clean up debugging
10676
10677 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
10678
10679         reviewed by Benjamin Otte  <otte@gnome.org>
10680
10681         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
10682           check for broken LADSPA parameters (fixes #138635)
10683
10684 2004-04-05  Benjamin Otte  <otte@gnome.org>
10685
10686         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
10687           advertise buffer-frames correctly on sinkpads
10688
10689 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10690
10691         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
10692         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
10693         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
10694         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
10695         (gst_mad_check_caps_reset), (gst_mad_chain):
10696         add more debugging, only reset caps when we're not in error state
10697
10698 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10699
10700         * ext/mad/gstmad.c: add debugging category, comment + cleanups
10701
10702 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
10703
10704         reviewed by Benjamin Otte  <otte@gnome.org>
10705
10706         * configure.ac:
10707           fix == in test(1) operator
10708
10709 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
10710
10711         reviewed by Benjamin Otte  <otte@gnome.org>
10712
10713         * configure.ac:
10714           fix --export-symblos-regex to a working regex.
10715
10716 2004-04-04  Benjamin Otte  <otte@gnome.org>
10717
10718         * sys/oss/.cvsignore:
10719           add for oss_probe
10720
10721 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
10722
10723         reviewed by Benjamin Otte  <otte@gnome.org>
10724
10725         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
10726           add missing 'new_media' argument (fixes #138168)
10727         * gst/matroska/matroska-demux.c:
10728         (gst_matroska_demux_handle_seek_event):
10729           add vararg terminator (fixes #138169)
10730
10731 2004-04-02  David Schleef  <ds@schleef.org>
10732
10733         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
10734         disted (bug #138914)
10735
10736 2004-04-01  Benjamin Otte  <otte@gnome.org>
10737
10738         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
10739         (gst_alsa_close_audio):
10740           handle case better where a soundcard can't pause
10741         * ext/ogg/gstoggdemux.c:
10742           don't crash when we get events but don't have pads yet
10743
10744 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10745
10746         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
10747           throw an error if we couldn't probe any caps.
10748
10749 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
10750
10751         * ext/dvdnav/gst-dvd:
10752         Add a really simple sample DVD player
10753
10754 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
10755
10756         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
10757         (gst_a52dec_push), (gst_a52dec_handle_event),
10758         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
10759         (gst_a52dec_change_state):
10760         * ext/a52dec/gsta52dec.h:
10761           Use a debug category, Output timestamps correctly
10762           Emit tag info, Handle events, tell liba52dec about cpu
10763           capabilities so it can use MMX etc.
10764         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
10765           Fix a crasher accessing invalid memory
10766         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
10767         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
10768         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
10769         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
10770         (dvdnavsrc_query):
10771           Some support for byte-format seeking.
10772           Small fixes for still frames and menu button overlays
10773         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
10774         (gst_mpeg2dec_alloc_buffer):
10775           Use a debug category. Adjust the report level of several items to
10776           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
10777           so it doesn't lose the GstBuffer pointer
10778         * gst/debug/Makefile.am:
10779         * gst/debug/gstdebug.c: (plugin_init):
10780         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
10781         (gst_navseek_base_init), (gst_navseek_class_init),
10782         (gst_navseek_init), (gst_navseek_seek),
10783         (gst_navseek_handle_src_event), (gst_navseek_set_property),
10784         (gst_navseek_get_property), (gst_navseek_chain),
10785         (gst_navseek_plugin_init):
10786         * gst/debug/gstnavseek.h:
10787           Add the navseek debug element for seeking back and forth in a
10788           video stream using arrow keys.
10789         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
10790         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
10791         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
10792         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
10793         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
10794         (gst_mpeg2subt_parse_header), (gst_get_nibble),
10795         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
10796         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
10797         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
10798         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
10799         * gst/mpeg2sub/gstmpeg2subt.h:
10800           Pretty much a complete rewrite. Now a loopbased element. May still
10801           require work to properly synchronise subtitle buffers.
10802         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
10803         (gst_dvd_demux_send_subbuffer):
10804         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
10805           Don't attempt to create subbuffers of size 0
10806           Reduce a couple of error outputs to warnings.
10807         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
10808         (gst_y4mencode_chain):
10809         Output the y4m frame header correctly.
10810
10811 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10812
10813         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
10814           throw errors instead of allowing SIGFPE
10815
10816 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10817
10818         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
10819         (gst_gconf_render_bin_from_key):
10820           leak plugging and style fixing
10821
10822 2004-03-31  David Schleef  <ds@schleef.org>
10823
10824         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
10825         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
10826         (bug #138225)
10827         * gst/debug/Makefile.am:
10828         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
10829         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
10830         plugin.
10831         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
10832         (gst_negotiation_base_init), (gst_negotiation_class_init),
10833         (gst_negotiation_init), (gst_negotiation_getcaps),
10834         (gst_negotiation_pad_link), (gst_negotiation_chain),
10835         (gst_negotiation_set_property), (gst_negotiation_get_property),
10836         (gst_negotiation_plugin_init):  New element to talk about random
10837         negotiation things happening in a pipeline.
10838
10839 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10840
10841         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
10842           fix integer addition with help of Stefan Kost
10843
10844 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10845
10846         * po/nl.po: updated Dutch translation (Elros Cyriatan)
10847
10848 2004-03-30  David Schleef  <ds@schleef.org>
10849
10850         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
10851         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
10852         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
10853         (bug #137504)
10854         * ext/mpeg2dec/gstmpeg2dec.h:
10855
10856 2004-03-30  David Schleef  <ds@schleef.org>
10857
10858         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
10859
10860 2004-03-30  David Schleef  <ds@schleef.org>
10861
10862         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
10863         Michael Petullo) to handle .mov
10864
10865 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10866
10867         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
10868         (gst_osselement_rate_check_rate):
10869           probe caps correctly for sound cards that only support one format
10870
10871 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10872
10873         * ext/kio/kiosrc.cpp: (process_events):
10874           update handling event processing if inside KDE - untested
10875
10876 2004-03-29  David Schleef  <ds@schleef.org>
10877
10878         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
10879         by 2 to not interfere with other colorspaces.
10880         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
10881         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
10882         one to not interfere with ffmpeg_colorspace.
10883
10884 2004-03-29  David Schleef  <ds@schleef.org>
10885
10886         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
10887         aren't in the caps.
10888         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
10889         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
10890
10891 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10892
10893         * gst-libs/gst/riff/riff-media.c:
10894           fail on error, don't try to set stuff on NULL caps
10895
10896 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10897
10898         * configure.ac:
10899         * ext/Makefile.am:
10900         * ext/kio/Makefile.am:
10901         * ext/kio/kioreceiver.cpp:
10902         * ext/kio/kioreceiver.h:
10903         * ext/kio/kiosrc.cpp:
10904         * ext/kio/kiosrc.h:
10905           add experimental kiosrc plugin
10906         * ext/alsa/gstalsaplugin.c: (plugin_init):
10907           initialize debugging category only when we're sure registering the
10908           plugins worked.
10909
10910 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10911
10912         * examples/gstplay/player.c: (main):
10913         * gst-libs/gst/play/play.c: (gst_play_class_init),
10914         (gst_play_set_location), (gst_play_set_data_src),
10915         (gst_play_set_video_sink), (gst_play_set_audio_sink),
10916         (gst_play_set_visualization), (gst_play_connect_visualization):
10917           check return values of element_set_state and return FALSE where
10918           failed
10919
10920 2004-03-29  Benjamin Otte  <otte@gnome.org>
10921
10922         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
10923           try harder to check if an event is really a discont
10924
10925 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10926
10927         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
10928         * po/az.po:
10929
10930 2004-03-28  Benjamin Otte  <otte@gnome.org>
10931
10932         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
10933         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
10934         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
10935           get rid of non-standard "..." ranges in case statements.
10936
10937 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
10938
10939         * gst/mpegstream/gstmpegdemux.c:
10940         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
10941         specific functionality split to the new dvddemux element.
10942         * gst/mpegstream/gstdvddemux.c:
10943         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
10944         streams, derived from mpegdemux.
10945         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
10946         up. SCR based timestamp rewriting can be turned off (will probably
10947         completely disappear soon).
10948         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
10949         hacking. General cleanup. All printf statements replaced by
10950         debugging messages. Almost complete libdvdnav support.
10951         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
10952         by events. New properties for audio and subpicture languages.
10953         (dvdnavsrc_update_highlight): Now uses events.
10954         (dvdnavsrc_user_op): Cleaned up.
10955         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
10956         based). Lots of cleanup, and propper support for most libdvdnav
10957         events.
10958         (dvdnavsrc_make_dvd_event): New function.
10959         (dvdnavsrc_make_dvd_nav_packet_event): New function.
10960         (dvdnavsrc_make_clut_change_event): New function.
10961
10962 2004-03-26  Benjamin Otte  <otte@gnome.org>
10963
10964         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
10965           fix bug where typefinding would claim it's theora whenever less then
10966           7 bytes of data were available
10967
10968 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10969
10970         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
10971         (gst_alawdec_base_init), (gst_alawdec_class_init),
10972         (gst_alawdec_init), (gst_alawdec_chain):
10973         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
10974         (gst_alawenc_base_init), (gst_alawenc_class_init),
10975         (gst_alawenc_init), (gst_alawenc_chain):
10976         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
10977         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
10978         (gst_mulawdec_init), (gst_mulawdec_chain):
10979         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
10980         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
10981         (gst_mulawenc_init), (gst_mulawenc_chain):
10982           Fix capsnego in all four, remove the unused property functions and
10983           simplify the chain functions slightly. I guess we could use macros
10984           or something similar for those, since the code is so similar, but
10985           I'm currently too lazy...
10986
10987 2004-03-24  David Schleef  <ds@schleef.org>
10988
10989         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
10990         (gst_osselement_close_audio), (gst_osselement_probe_caps),
10991         (gst_osselement_get_format_structure),
10992         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
10993         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
10994         (gst_osselement_rate_int_compare): Add code to handle rate probing
10995         (bug #120883)
10996         * sys/oss/gstosselement.h: same
10997         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
10998         Use rate probing provided by osselement.
10999         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
11000
11001 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11002
11003         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
11004         (gst_xvidenc_get_property):
11005           ulong/int mess-up.
11006
11007 2004-03-24  David Schleef  <ds@schleef.org>
11008
11009         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
11010         (gst_speexdec_init):
11011         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
11012         (gst_speexenc_init):  Create the pad template correctly (from
11013         the static pad template, not a NULL pointer.)
11014
11015 2004-03-25  Benjamin Otte  <otte@gnome.org>
11016
11017         * gst/debug/Makefile.am:
11018         * gst/debug/breakmydata.c:
11019           add element that quasi-randomly changes bytes in the stream.
11020           Intended use is robustness checking of demuxers and decoders in
11021           media tests.
11022
11023 2004-03-24  Benjamin Otte  <otte@gnome.org>
11024
11025         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
11026         (gst_alsa_probe_hw_params):
11027         * ext/alsa/gstalsa.h:
11028           debugging output fixes
11029
11030 2004-03-24  Benjamin Otte  <otte@gnome.org>
11031
11032         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
11033           don't g_return_if_fail if element is PLAYING, fail silently as every
11034           other element.
11035         * gst/effectv/gstquark.c: (gst_quarktv_chain):
11036           only fix needed for cast lvalue issues in gst-plugins
11037         * gst/volenv/gstvolenv.c: (gst_volenv_init):
11038           add proxy_getcaps
11039
11040 2004-03-24  Benjamin Otte  <otte@gnome.org>
11041
11042         * gst/level/gstlevel.c: (gst_level_init):
11043           add proxying getcaps function, so level doesn't advertise impossible
11044           caps
11045
11046 2004-03-24  David Schleef  <ds@schleef.org>
11047
11048         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
11049         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
11050         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
11051         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
11052         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
11053         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
11054         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
11055         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
11056         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
11057         messages.  Divide the chunk size by the compression ratio
11058         (needed for MACE audio)
11059
11060 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11061
11062         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11063           Fix buffer overflow read error.
11064
11065 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11066
11067         * ext/alsa/gstalsa.h:
11068           Remove unused entry.
11069         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11070           Add cinepak.
11071         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
11072         (gst_videodrop_link), (gst_videodrop_chain):
11073           Fix, sort of. Was horribly broken with new capsnego. Bah...
11074
11075 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
11076
11077         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
11078         (plugin_init):
11079         Add a monkeysaudio typefind function
11080
11081 2004-03-23  Johan Dahlin  <johan@gnome.org>
11082
11083         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
11084         (gst_play_video_fixate): Check so the structure has the field
11085         before trying to fixate them, this makes it possible to have
11086         fakesinks for video and audio output without printing errors on
11087         the output console.
11088
11089 2004-03-22  David Schleef  <ds@schleef.org>
11090
11091         * sys/oss/Makefile.am:
11092         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
11093         (check_rate), (add_rate):  Rate probing test app.
11094
11095 2004-03-21  Benjamin Otte  <otte@gnome.org>
11096
11097         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
11098         (_fixate_caps_to_int), (gst_audio_convert_fixate):
11099           add a fixation function that pretty much does the right thing (fixes
11100           #137556)
11101
11102 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
11103
11104         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
11105
11106 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
11107
11108         reviewed by: Benjamin Otte  <otte@gnome.org>
11109
11110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11111           terminate gst_event_new_discontinuous correctly (fixes parts of
11112           #137711)
11113
11114 2004-03-19  David Schleef  <ds@schleef.org>
11115
11116         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
11117         since it doesn't depend on X, and it's part of our ABI.
11118
11119 2004-03-19  Iain <iain@prettypeople.org>
11120
11121         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
11122         is_int in the structure, not the local variable.
11123
11124 2004-03-19  David Schleef  <ds@schleef.org>
11125
11126         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
11127         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
11128         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
11129         Improvements in caps negotiation.
11130
11131 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11132
11133         * po/LINGUAS:
11134         * po/af.po:
11135           adding Afrikaans (Petri Jooste)
11136
11137 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11138
11139         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11140         (gst_ffmpegcolorspace_chain):
11141         throw error instead of g_critical (#137588)
11142
11143 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11144
11145         * Makefile.am:
11146         * configure.ac:
11147           dist common and m4 correctly
11148         * po/sv.po:
11149
11150 2004-03-17  David Schleef  <ds@schleef.org>
11151
11152         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
11153         (bug #137348)
11154
11155 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11156
11157         * po/LINGUAS:
11158         * po/sv.po:
11159           adding Swedish translation (Christian Rose)
11160
11161 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11162
11163         * Makefile.am: use release.mak
11164
11165 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11166
11167         * common/ChangeLog:
11168         * common/gst-autogen.sh:
11169           add some explanation about the version detection
11170         * configure.ac:
11171           fix X check
11172
11173 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11174
11175         * configure.ac: bump nano to 1
11176
11177 === release 0.8.0 ===
11178
11179 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11180
11181         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
11182
11183 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11184
11185         * configure.ac:
11186           update libtool version
11187         * gst-libs/gst/media-info/Makefile.am:
11188           actually use libtool version
11189
11190 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11191
11192         * configure.ac: fix speex detection to work with 1.0 but not 1.1
11193
11194 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11195
11196         * configure.ac:
11197         * gst-plugins.spec.in:
11198         * pkgconfig/Makefile.am:
11199         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
11200         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
11201         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
11202         * pkgconfig/gstreamer-libs.pc.in:
11203         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
11204         * pkgconfig/gstreamer-play-uninstalled.pc.in:
11205         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
11206         * pkgconfig/gstreamer-plugins.pc.in:
11207           remove @VERSION@ from some of the pc files since core and plugins
11208           are decoupled.
11209           created gstreamer-plugins.pc as it's a better name, but keeping
11210           -libs around for now to get fixes upstream done first.
11211
11212 2004-03-15  Julien MOUTTE <julien@moutte.net>
11213
11214         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
11215         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
11216         * gst-libs/gst/play/play.h:
11217
11218 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11219
11220         * *.c, *.cc: don't mix tabs and spaces
11221
11222 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11223
11224         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
11225           use the new ffmpegcolorspace
11226         * gst-plugins.spec.in:
11227           package new colorspace and media-info
11228         * configure.ac:
11229         * pkgconfig/Makefile.am:
11230           fix some more disting issues
11231         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
11232         * pkgconfig/gstreamer-media-info.pc.in:
11233           generate media-info pc files
11234
11235 2004-03-15  Johan Dahlin  <johan@gnome.org>
11236
11237         * *.h: Revert indenting
11238
11239 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11240
11241         * configure.ac:
11242           adding ffmpegcolorspace element
11243         * gst/ffmpegcolorspace/Makefile.am:
11244         * gst/ffmpegcolorspace/avcodec.h:
11245         * gst/ffmpegcolorspace/common.h:
11246         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
11247         * gst/ffmpegcolorspace/dsputil.h:
11248         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
11249         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11250         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
11251         (gst_ffmpeg_caps_to_pix_fmt):
11252         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
11253         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11254         (gst_ffmpegcolorspace_caps_remove_format_info),
11255         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
11256         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
11257         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
11258         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
11259         (gst_ffmpegcolorspace_set_property),
11260         (gst_ffmpegcolorspace_get_property),
11261         (gst_ffmpegcolorspace_register):
11262         * gst/ffmpegcolorspace/imgconvert.c:
11263         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11264         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
11265         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
11266         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
11267         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
11268         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
11269         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
11270         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
11271         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
11272         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
11273         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
11274         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
11275         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
11276         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
11277         (img_get_alpha_info), (deinterlace_line),
11278         (deinterlace_line_inplace), (deinterlace_bottom_field),
11279         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
11280         * gst/ffmpegcolorspace/imgconvert_template.h:
11281         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
11282         * gst/ffmpegcolorspace/mmx.h:
11283         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
11284           adding ffmpegcolorspace element supplied by Ronald after cleaning
11285           up and pulling in the right bits of upstream source.
11286           I'm sure a better C/compiler wizard could do some cleaning up (for
11287           example use GLIB's malloc stuff), but as a first pass this
11288           works very well
11289
11290 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11291
11292         * ext/alsa/gstalsa.h:
11293           I assume Ronald forgot to commit the change to have cardname
11294           as a struct member.  Expect some public spanking at the next
11295           opportunity.
11296
11297 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11298
11299         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
11300         (gst_alsa_open_audio), (gst_alsa_close_audio):
11301         * ext/alsa/gstalsa.c:
11302           Don't open the device if we're a mixer (= padless).
11303         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
11304         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
11305         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
11306           Open mixer during state change rather than during object
11307           initialization. Also, get a device name. Currently in a somewhat
11308           hackish fashion, but I didn't really find something better.
11309
11310 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11311
11312         * *.c, *.h: run gst-indent
11313
11314 2004-03-14  Benjamin Otte  <otte@gnome.org>
11315
11316         * gst/modplug/gstmodplug.cc:
11317         * gst/modplug/gstmodplug.h:
11318           set correct timestamps on outgoing buffers
11319
11320 2004-03-14  Benjamin Otte  <otte@gnome.org>
11321
11322         * gst/modplug/gstmodplug.cc:
11323           handle events - don't do crap when a discont arrives that's not
11324           necessary
11325           This allows correct loading and playback of mods in Rhythmbox
11326
11327 2004-03-14  Benjamin Otte  <otte@gnome.org>
11328
11329         * configure.ac:
11330         * gst-libs/gst/gconf/Makefile.am:
11331         * pkgconfig/Makefile.am:
11332           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
11333           they get rebuilt properly
11334         * configure.ac:
11335           when checking for vorbis, try pkgconfig first.
11336         * gst/modplug/gstmodplug.cc:
11337           add fixate function
11338
11339 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11340
11341         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
11342           Fix for obvious mistake, where we first shift the offset and then
11343           read a samplesize element assuming the old offset. Note that this
11344           part still has something weird, i.e. my movies containing those
11345           don't actually play well, but at least there's something that looks
11346           like sound now.
11347
11348 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
11349         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
11350         (plugin_init):
11351         Add a typefind function for speex format
11352
11353 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11354
11355         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
11356         (gst_asf_demux_setup_pad):
11357           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
11358           instead of 0. Reason is simple: some elements have a fps range
11359           of 1-max instead of 0-max. So now ASF video actually works.
11360
11361 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11362
11363         * po/LINGUAS:
11364         * po/sr.po:
11365           adding serbian as a language
11366
11367 2004-03-13  Benjamin Otte  <otte@gnome.org>
11368
11369         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
11370           return taglist correctly from _get function, don't gst_pad_push it.
11371           (fixes #137042)
11372
11373 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
11374         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
11375
11376 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11377
11378         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
11379         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
11380         (gst_alsa_mixer_track_new):
11381         * ext/alsa/gstalsamixertrack.h:
11382           Fix ancient leftovers... MixerTrack is a GObject.
11383
11384 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11385
11386         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
11387         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
11388           Don't block during probing...
11389
11390 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11391
11392         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
11393         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
11394         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
11395         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
11396         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
11397         (gst_alsa_open_audio), (gst_alsa_close_audio):
11398         * ext/alsa/gstalsa.h:
11399           Add propertyprobe interface implementation, add some device-name
11400           property, all this so that it looks good in gnome-volume-control.
11401
11402 2004-03-12  David Schleef  <ds@schleef.org>
11403
11404         * configure.ac: the Hermes library controls hermescolorspace, not
11405         colorspace.
11406         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
11407         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
11408         not /* */
11409         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
11410         * ext/sdl/sdlvideosink.h: ditto.
11411         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
11412
11413 2004-03-12  Benjamin Otte  <otte@gnome.org>
11414
11415         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
11416         (gst_x_overlay_got_xwindow_id):
11417         * gst-libs/gst/xoverlay/xoverlay.h:
11418           replace XID with unsigned long to get rid of the xlibs dependency in
11419           XOverlay (fixes #137004)
11420
11421 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
11422         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
11423         (gst_agingtv_setup):
11424         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
11425         (gst_dicetv_base_init), (gst_dicetv_class_init),
11426         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
11427         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
11428         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
11429         (gst_edgetv_setup), (gst_edgetv_rgb32):
11430         * gst/effectv/gsteffectv.c:
11431         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
11432         (gst_quarktv_set_property):
11433         * gst/effectv/gstrev.c: (gst_revtv_get_type),
11434         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
11435         (gst_revtv_setup), (gst_revtv_rgb32):
11436         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
11437         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
11438         (gst_shagadelictv_init), (gst_shagadelictv_setup),
11439         (gst_shagadelictv_rgb32):
11440         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
11441         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
11442         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
11443         * gst/effectv/gstwarp.c:
11444         Port everything that can be ported to videofilter and fix up the caps.
11445         Can someone with a big-endian machine please check these?
11446
11447 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11448
11449         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
11450         (gst_osssink_chain), (gst_osssink_change_state):
11451           Latest fixes for A/V sync, audio playback and such. This is about
11452           all... MPEG playback issues are mostly related to the async build-
11453           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
11454
11455 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11456
11457         patch from: Stephane Loeuillet
11458
11459         * configure.ac:
11460           use pkg-config for some libraries, falling back to the old .m4 way
11461           (fixes #131270)
11462         * m4/libdv.m4:
11463           removed
11464
11465 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11466
11467         * configure.ac:
11468         * tools/Makefile.am:
11469         * tools/Makefile.in:
11470         * tools/gst-launch-ext-m.m:
11471         * tools/gst-launch-ext.1.in:
11472         * tools/gst-visualise-m.m:
11473         * tools/gst-visualise.1:
11474         * tools/gst-visualise.1.in:
11475           reorganizing generation of script tools
11476
11477 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11478
11479         * ext/divx/gstdivxdec.c:
11480           Downgrade priority. We prefer ffdec_mpeg4.
11481         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
11482         (gst_faad_chain), (gst_faad_change_state):
11483           Fix capsnego. Doesn't work for some sounds because we don't have
11484           a 5:1 to stereo element.
11485         * ext/xvid/gstxvid.c: (plugin_init):
11486           Add priority.
11487         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
11488         (gst_osssink_change_state):
11489           Add discont handling.
11490
11491 2004-03-09  Colin Walters  <walters@verbum.org>
11492
11493         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
11494         conversion.
11495
11496 2004-03-09  Benjamin Otte  <otte@gnome.org>
11497
11498         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
11499           the signals take 2 arguments
11500
11501 2004-03-09  David Schleef  <ds@schleef.org>
11502
11503         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
11504         (gst_alsa_fixate): Add fixate function.  (bug #136686)
11505         * ext/alsa/gstalsa.h:
11506         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
11507
11508 2004-03-09  Benjamin Otte  <otte@gnome.org>
11509
11510         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
11511         (gst_mikmod_change_state):
11512         * ext/mikmod/gstmikmod.h:
11513           make mikmod's loop function not loop infinitely and call
11514           gst_element_yield anymore
11515         * gst/modplug/gstmodplug.cc:
11516           fix pad negotiation (fixes #136590)
11517
11518 2004-03-09  David Schleef  <ds@schleef.org>
11519
11520         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
11521         doesn't conflict with the internal colorspace plugin.
11522         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
11523         satisfy the crappy-ass shell shipped by a certain vendor.
11524         * gst/videofilter/make_filter: same (bug #135299)
11525
11526 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11527
11528         * configure.ac: bump nano to 1
11529
11530 === release 0.7.6 ===
11531
11532 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11533
11534         * configure.in: releasing 0.7.6, "There"
11535
11536 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11537
11538         * pkgconfig/gstreamer-play-uninstalled.pc.in:
11539         * pkgconfig/gstreamer-play.pc.in:
11540           synchronize the two
11541
11542 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11543
11544         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
11545         (cdparanoia_open), (cdparanoia_event):
11546           fix/add error handling
11547         * po/POTFILES.in:
11548           add cdparanoia source
11549         * tools/Makefile.am:
11550           make scripts executable
11551
11552 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11553
11554         * configure.ac:
11555         * ext/vorbis/Makefile.am:
11556         * sys/Makefile.am:
11557           remove id3types, vorbisfile and xvideosink from the build (#133783)
11558
11559 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11560
11561         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
11562           Fix metadata read crash (#136537).
11563
11564 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11565
11566         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
11567         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
11568           adding mime types, fixing the one-stop function
11569
11570 2004-03-08  Christian Schaller <Uraeus@gnome.org>
11571
11572         * ext/nas/nassink.c and /ext/nas/nassink.h:
11573         More NAS love from Arwed von Merkatz
11574         So lets all sing 'Can you feel the NAS tonight'
11575
11576 2004-03-08  Christian Schaller <Uraeus@gnome.org>
11577
11578         * tools/gst-launch-ext.in:
11579         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
11580
11581 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11582
11583         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
11584         (gst_mpeg2dec_init):
11585         remove the user_data pad for now, because it is being used in
11586         fixating causing MPEG playback to fixate on 1000 Hz for playback.
11587         If someone knows how to fix this properly, please do.
11588
11589 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11590
11591         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
11592         (gst_osssink_get_time):
11593         add a warning, IMO this won't get triggered anymore, remove later
11594
11595 2004-03-07  David Schleef  <ds@schleef.org>
11596
11597         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
11598         format (bug #136470)
11599
11600 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
11601
11602         * gst-libs/Makefile.am:
11603         * gst-libs/gst/media-info/Makefile.am:
11604         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
11605         (error_callback), (gst_media_info_error_create),
11606         (gst_media_info_error_element), (gmip_init), (gmip_reset),
11607         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
11608         * gst-libs/gst/media-info/media-info-priv.h:
11609         * gst-libs/gst/media-info/media-info-test.c: (main):
11610         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
11611         (gst_media_info_class_init), (gst_media_info_instance_init),
11612         (gst_media_info_set_source), (gst_media_info_read_with_idler),
11613         (gst_media_info_read_idler), (gst_media_info_read):
11614         * gst-libs/gst/media-info/media-info.h:
11615         fixed, should work now
11616
11617 2004-03-07  Christian Schaller <Uraeus@gnome.org>
11618
11619         * ext/nas/nassink.c:
11620         A bunch of NAS fixes from Arwed von Merkatz
11621
11622 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11623
11624         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11625         (qtdemux_parse_trak):
11626           Fix crash (j might be greater than n_samples, in which case we're
11627           writing outside the allocated space for the array) and memleak.
11628
11629 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11630
11631         * sys/oss/gstosssink.c: (gst_osssink_chain):
11632           And another caller that couldn't handle delay < 0 (unsigned
11633           integer overflow). Video now continues playing on an audio
11634           buffer underrun, and the clock continues working. Audio still
11635           stalls.
11636
11637 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11638
11639         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
11640         (gst_osssink_get_time):
11641           get_delay() may return values lower than 0. In those cases, we
11642           should not actually cast to *unsigned* int64, that will break
11643           stuff horribly. In my case, it screwed up A/V sync in movies
11644           in totem rather badly.
11645
11646 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
11647
11648         * ext/faac/gstfaac.c: (gst_faac_chain):
11649         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11650         * ext/libpng/gstpngenc.c: (user_write_data):
11651         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
11652         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
11653         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
11654         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
11655         Fix several misuse of gst_buffer_merge (it doesn't take ownership
11656         of any buffer), should fix some leaks. I hope I didn't unref buffers
11657         that shouldn't be...
11658
11659 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11660
11661         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
11662         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
11663         (error_callback), (gmi_reset), (gmi_seek_to_track),
11664         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
11665         (gmip_find_type_post), (gmip_find_stream_post),
11666         (gmip_find_track_streaminfo_post):
11667         * gst-libs/gst/media-info/media-info-priv.h:
11668         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
11669         (info_print), (main):
11670         * gst-libs/gst/media-info/media-info.c:
11671         (gst_media_info_error_create), (gst_media_info_error_element),
11672         (gst_media_info_instance_init), (gst_media_info_get_property),
11673         (gst_media_info_new), (gst_media_info_set_source),
11674         (gst_media_info_read_idler), (gst_media_info_read):
11675         * gst-libs/gst/media-info/media-info.h:
11676           first pass at making this work again.  This seems to work on
11677           tagged ogg/vorbis and mp3 files.
11678
11679 2004-03-06  Benjamin Otte  <otte@gnome.org>
11680
11681         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
11682           fix huge leak: gst_buffer_merge doesn't unref the first argument
11683           itself.
11684
11685 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11686
11687         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
11688           report layer/mode/emphasis
11689
11690 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
11691
11692         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
11693
11694 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11695
11696         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
11697           signal serial
11698
11699 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11700
11701         * ext/vorbis/vorbis.c: (plugin_init):
11702         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
11703         (gst_vorbis_dec_init), (vorbis_dec_event):
11704         add debug category
11705         make vorbisdec handle _BYTE and _TIME queries
11706
11707 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
11708
11709         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
11710           from the xing header
11711
11712 2004-03-06  Benjamin Otte  <otte@gnome.org>
11713
11714         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
11715         (gst_audio_convert_link), (gst_audio_convert_change_state),
11716         (gst_audio_convert_buffer_from_default_format):
11717           do conversions from/to float correctly, fix some caps nego errors,
11718           export correct supported caps in template and getcaps, use correct
11719           caps in try_set_caps functions
11720
11721 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
11722
11723         For some reason, I only committed a ChangeLog entry yesterday and
11724         not the corresponding code...
11725         * ext/mad/gstmad.c: Fix detection of Xing headers
11726         * gst/tags/gstid3tag.c: Changes to support TLEN tags
11727
11728 2004-03-06  Benjamin Otte  <otte@gnome.org>
11729
11730         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
11731         (gst_ogg_demux_src_query):
11732           make sure to handle the case where there's no current chain
11733           gracefully.
11734
11735 2004-03-05  David Schleef  <ds@schleef.org>
11736
11737         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
11738         Add fixate function. (bug #131128)
11739         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
11740         (gst_sdlvideosink_fixate):  Add fixate function.
11741         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11742         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
11743         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
11744         Fix missing break that was causing ulaw to be interpreted as
11745         raw int.
11746
11747 2004-03-05  David Schleef  <ds@schleef.org>
11748
11749         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
11750         Fix code that ignores return value of gst_buffer_merge().
11751         (bug #114560)
11752         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
11753         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
11754         * testsuite/gst-lint:  Check for above.
11755
11756 2004-03-05  David Schleef  <ds@schleef.org>
11757
11758         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
11759         caps and throw an element error.  (bug #136334)
11760
11761 2004-03-05  David Schleef  <ds@schleef.org>
11762
11763         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
11764         (gst_faad_chain): Fix negotiation.
11765         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
11766         key and button events.
11767         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
11768         dung heap of code.
11769         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
11770         depends on gconf
11771         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
11772         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
11773         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
11774         function to encourage better negotiation, particularly between
11775         audioconvert and osssink.
11776         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
11777         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
11778         more important.
11779         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
11780         typefinding.
11781         * gst/vbidec/vbiscreen.c:  Add glib header
11782         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
11783
11784 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
11785
11786         * ext/mad/gstmad.c: Fix detection of Xing headers
11787         * gst/tags/gstid3tag.c: Changes to support TLEN tags
11788
11789 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11790
11791         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
11792         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
11793           debug updates
11794
11795 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
11796
11797         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
11798         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
11799         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
11800         files, and report the parsed length as a GST_TAG_DURATION tag.
11801         * gst/tags/gstid3tag.c: support TLEN (duration) tag
11802
11803 2004-03-05  Benjamin Otte  <otte@gnome.org>
11804
11805         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
11806           convert channels correctly. convert correctly to unsigned.
11807
11808 2004-03-05  Julien MOUTTE <julien@moutte.net>
11809
11810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
11811         we have a window before clearing it.
11812
11813 2004-03-05  Julien MOUTTE <julien@moutte.net>
11814
11815         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
11816         have a window before clearing it.
11817
11818 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11819
11820         * gconf/gstreamer.schemas.in:
11821         * gst-libs/gst/gconf/Makefile.am:
11822           version installation path the same way as for 0.6
11823         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
11824         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
11825         * pkgconfig/gstreamer-play-uninstalled.pc.in:
11826           remove comment that was fixed
11827
11828 2004-03-05  David Schleef  <ds@schleef.org>
11829
11830         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
11831         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
11832         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
11833         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
11834         Add prototype code for handling seeking and querying.
11835
11836 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11837
11838         * examples/gstplay/player.c: (main):
11839           Initialize variables to NULL. Prevents a segfault because the
11840           (uninitialized) variable is not NULL, resulting in a crash on
11841           trying to reach error->message.
11842
11843 2004-03-05  Benjamin Otte  <otte@gnome.org>
11844
11845         * gst/audioconvert/gstaudioconvert.c:
11846         (gst_audio_convert_buffer_to_default_format):
11847         make float=>int conversion work correctly even in cornercases.
11848
11849 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
11850
11851         * debian/README.Debian:
11852         * debian/build-deps:
11853         * debian/changelog:
11854         * debian/control:
11855         * debian/control.in:
11856         * debian/copyright:
11857         * debian/gstreamer-a52dec.files:
11858         * debian/gstreamer-aa.files:
11859         * debian/gstreamer-alsa.files:
11860         * debian/gstreamer-alsa.manpages:
11861         * debian/gstreamer-arts.files:
11862         * debian/gstreamer-artsd.files:
11863         * debian/gstreamer-audiofile.files:
11864         * debian/gstreamer-avifile.files:
11865         * debian/gstreamer-cdparanoia.files:
11866         * debian/gstreamer-colorspace.files:
11867         * debian/gstreamer-doc.files:
11868         * debian/gstreamer-dv.files:
11869         * debian/gstreamer-dvd.files:
11870         * debian/gstreamer-esd.files:
11871         * debian/gstreamer-festival.files:
11872         * debian/gstreamer-flac.files:
11873         * debian/gstreamer-gconf.conffiles:
11874         * debian/gstreamer-gconf.files:
11875         * debian/gstreamer-gconf.postinst:
11876         * debian/gstreamer-gnomevfs.files:
11877         * debian/gstreamer-gsm.files:
11878         * debian/gstreamer-http.files:
11879         * debian/gstreamer-jack.files:
11880         * debian/gstreamer-jpeg.files:
11881         * debian/gstreamer-mad.files:
11882         * debian/gstreamer-mikmod.files:
11883         * debian/gstreamer-misc.files:
11884         * debian/gstreamer-mpeg2dec.files:
11885         * debian/gstreamer-oss.files:
11886         * debian/gstreamer-plugin-apps.files:
11887         * debian/gstreamer-plugin-apps.manpages:
11888         * debian/gstreamer-plugin-libs-dev.files:
11889         * debian/gstreamer-plugin-libs.files:
11890         * debian/gstreamer-plugin-template.postinst:
11891         * debian/gstreamer-plugin-template.postrm:
11892         * debian/gstreamer-sdl.files:
11893         * debian/gstreamer-sid.files:
11894         * debian/gstreamer-vorbis.files:
11895         * debian/gstreamer-x.files:
11896         * debian/mk.control:
11897         * debian/rules:
11898         Debian package info not maintained here.
11899
11900 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11901
11902         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11903         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
11904         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
11905         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
11906         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
11907         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
11908         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11909         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
11910         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11911         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
11912         * gst-libs/gst/colorbalance/colorbalance.c:
11913         (gst_color_balance_class_init):
11914         * gst-libs/gst/colorbalance/colorbalancechannel.c:
11915         (gst_color_balance_channel_class_init):
11916         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
11917         * gst-libs/gst/play/play.c: (gst_play_class_init):
11918         * gst-libs/gst/propertyprobe/propertyprobe.c:
11919         (gst_property_probe_iface_init):
11920         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
11921         * gst-libs/gst/tuner/tunerchannel.c:
11922         (gst_tuner_channel_class_init):
11923         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
11924         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
11925         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
11926         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
11927         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
11928         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
11929         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
11930         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
11931         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
11932           fix signals to use - instead of _
11933         * ext/libcaca/gstcacasink.h:
11934         * ext/sdl/sdlvideosink.h:
11935           fix header rename
11936
11937 2004-03-04  David Schleef  <ds@schleef.org>
11938
11939         * testsuite/gst-lint:  Add a check for bad signal names.
11940
11941 2004-03-04  <kost@imn.htwk-leipzig.de>
11942
11943         reviewed by David Schleef
11944
11945         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
11946         modified the alpha channel and caused a warning. (bug #136192)
11947
11948 2004-04-03  Christian Schaller <Uraeus@gnome.org>
11949
11950         * gst-plugins.spec.in:
11951         Change names of plugins to actually be correct. Try to keep things
11952         alphabetical to avoid getting beat up by Thomas
11953
11954 2004-03-03  Julien MOUTTE <julien@moutte.net>
11955
11956         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
11957         Using ximagesink as a default if no gconf key found. We should
11958         probably consider using alsasink instead of osssink for the audio
11959         part.
11960
11961 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11962
11963         * configure.ac:
11964           fix --with-plugins, don't think it ever worked before
11965         * gst-plugins.spec.in:
11966           even more updates
11967
11968 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11969
11970         * ext/sdl/sdlvideosink.h:
11971         * sys/ximage/ximagesink.h:
11972         * sys/xvideo/xvideosink.h:
11973         * sys/xvimage/xvimagesink.h:
11974           Fix for move of gstvideosink.h -> videosink.h.
11975
11976 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11977
11978         * gst-libs/gst/xwindowlistener/Makefile.am:
11979           this is a plugin library, not a library
11980
11981 2004-03-01  David Schleef  <ds@schleef.org>
11982
11983         * AUTHORS:  Added some names.  Add yourself if you're still
11984         missing.
11985
11986 2004-03-01  David Schleef  <ds@schleef.org>
11987
11988         * MAINTAINERS: Add
11989
11990 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11991
11992         * gst-plugins.spec.in: clean up spec file
11993
11994 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11995
11996         * gst-libs/gst/video/Makefile.am:
11997         * gst-libs/gst/video/gstvideosink.c:
11998         * gst-libs/gst/video/gstvideosink.h:
11999           rename gstvideosink.h to videosink.h to match other headers
12000         * gst/mixmatrix/Makefile.am:
12001           fix plugin filename
12002         * gst/tags/Makefile.am: fix plugin filename
12003
12004 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12005
12006         * gst/tags/Makefile.am: fix plugin filename
12007
12008 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12009
12010         * examples/gstplay/player.c: (got_time_tick), (main):
12011           add error handler
12012           display time_tick more readably
12013         * gst/mixmatrix/Makefile.am:
12014           fix plugin file name
12015
12016 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
12017
12018         * sys/oss/gstosselement.c: (gst_osselement_probe),
12019         (device_combination_append), (gst_osselement_class_probe_devices):
12020         * sys/oss/gstosselement.h:
12021           Reworked enumeration of oss dsps and mixers so that gst-mixer works
12022           on my system using alsa oss emulation, fixes bug #135597
12023
12024 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12025
12026         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
12027         (gst_videodrop_chain), (gst_videodrop_change_state):
12028         * gst/videodrop/gstvideodrop.h:
12029           Work based on timestamp of input data, not based on the expected
12030           framerate from the input. The consequence is that this element now
12031           not only scales framerates, but also functions as a framerate
12032           corrector or framerate stabilizer/constantizer.
12033
12034 2004-02-27  David Schleef  <ds@schleef.org>
12035
12036         patches from jmmv@menta.net (Julio M. Merino Vidal)
12037
12038         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
12039         GST_ELEMENT_ERROR call (bug #135634)
12040         * gst/interleave/interleave.c: (interleave_buffered_loop),
12041         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
12042         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
12043         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
12044         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
12045         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
12046         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
12047         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
12048         Fix GST_ELEMENT_ERROR call.
12049         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
12050         GST_ELEMENT_ERROR call.
12051
12052 2004-02-27  Benjamin Otte  <otte@gnome.org>
12053
12054         * gst-libs/gst/audio/audio.h:
12055           add macro to make sure header isn't included twice
12056         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12057           don't use gst_buffer_free
12058         * gst/playondemand/filter.func:
12059           don't use gst_data_free. Free data only once.
12060
12061 2004-02-26  David Schleef  <ds@schleef.org>
12062
12063         * gst-libs/gst/colorbalance/Makefile.am:
12064         * gst-libs/gst/mixer/Makefile.am:
12065         * gst-libs/gst/tuner/Makefile.am:
12066         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
12067         should not be disted, -marshal.h files should not be installed,
12068         and -enum.h files _should_ be installed.  Fix to make this the
12069         case.
12070
12071 === release 0.7.5 ===
12072
12073 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12074
12075         * configure.ac: release 0.7.5, "Under The Sea"
12076
12077 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12078
12079         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
12080         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
12081         * gst/videoscale/gstvideoscale.c:
12082         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
12083           assorted debug/warning fixes
12084
12085 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12086
12087         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
12088         (gst_videoscale_init), (gst_videoscale_chain),
12089         (gst_videoscale_set_property), (plugin_init):
12090         * gst/videoscale/gstvideoscale.h:
12091         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12092         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
12093         (gst_videoscale_planar400), (gst_videoscale_packed422),
12094         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
12095         (gst_videoscale_24bit), (gst_videoscale_16bit),
12096         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
12097         (gst_videoscale_scale_plane_slow),
12098         (gst_videoscale_scale_point_sample),
12099         (gst_videoscale_scale_nearest),
12100         (gst_videoscale_scale_nearest_str2),
12101         (gst_videoscale_scale_nearest_str4),
12102         (gst_videoscale_scale_nearest_32bit),
12103         (gst_videoscale_scale_nearest_24bit),
12104         (gst_videoscale_scale_nearest_16bit):
12105         add debugging category and use it properly
12106         fix use of GST_PTR_FORMAT
12107
12108 2004-02-25  Andy Wingo  <wingo@pobox.com>
12109
12110         * gst/interleave/interleave.c (interleave_buffered_loop): Always
12111         push only when channel->buffer is NULL. Prevents segfaults doing
12112         the state change after a nonlocal exit, like a scheme exception.
12113
12114         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
12115         Handle the case where the intersected caps is empty.
12116
12117 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12118
12119         * gst/law/mulaw-decode.c: (mulawdec_link):
12120         * gst/law/mulaw.c: (plugin_init):
12121           fix mulawdec so it actually works again
12122
12123 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
12124
12125         reviewed by: David Schleef  <ds@schleef.org>
12126
12127         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
12128         (gst_gamma_init), (gst_gamma_set_property),
12129         (gst_gamma_get_property), (gst_gamma_calculate_tables),
12130         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
12131         for RGB, with separate r g and b correction factors. (#131167)
12132
12133 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12134
12135         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12136           only signal tags for bitrate if they're > 0 (#134894)
12137
12138 2004-02-24  David Schleef  <ds@schleef.org>
12139
12140         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
12141         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
12142         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
12143         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
12144         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
12145         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
12146         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
12147         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
12148         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
12149         category.  Attempt to fix timestamp calculation.
12150
12151 2004-02-24  Johan Dahlin  <johan@gnome.org>
12152
12153         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
12154
12155 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12156
12157         * configure.ac:
12158         * gconf/Makefile.am:
12159         * gconf/gstreamer.schemas:
12160         * gst-libs/gst/gconf/Makefile.am:
12161         * gst-libs/gst/gconf/gconf.c:
12162           version gconf schemas and install locations
12163
12164 2004-02-23  Benjamin Otte  <otte@gnome.org>
12165
12166         * ext/xine/xineinput.c: (gst_xine_input_dispose):
12167         (gst_xine_input_subclass_init):
12168           call parent dispose.
12169           change pad template for CD reader correctly
12170         * ext/xine/Makefile.am:
12171         * ext/xine/gstxine.h:
12172         * ext/xine/xine.c: (plugin_init):
12173         * ext/xine/xineaudiosink.c:
12174           wrap audio sinks, too
12175         * gst-libs/gst/resample/private.h:
12176         * gst-libs/gst/resample/resample.c: (gst_resample_init),
12177         (gst_resample_reinit), (gst_resample_scale),
12178         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
12179         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
12180         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
12181         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
12182         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
12183         * gst-libs/gst/resample/resample.h:
12184         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
12185         (gst_audioscale_class_init), (gst_audioscale_link),
12186         (gst_audioscale_get_buffer), (gst_audioscale_init),
12187         (gst_audioscale_chain), (gst_audioscale_set_property),
12188         (gst_audioscale_get_property):
12189         * gst/audioscale/gstaudioscale.h:
12190           s/resample_*/gst_resample_*/i to not clobber namespaces
12191
12192 2004-02-23  Julien MOUTTE  <julien@moutte.net>
12193
12194         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12195         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
12196         (gst_riff_create_video_template_caps),
12197         (gst_riff_create_audio_template_caps),
12198         (gst_riff_create_iavs_template_caps):
12199         * gst-libs/gst/riff/riff-media.h:
12200         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
12201         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
12202         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
12203         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12204         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12205         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
12206         (gst_matroska_demux_plugin_init): First batch implementing audio and
12207         video codec tags in demuxers.
12208
12209 2004-02-22  Benjamin Otte  <otte@gnome.org>
12210
12211         * ext/xine/Makefile.am:
12212         * ext/xine/gstxine.h:
12213         * ext/xine/xine.c: (plugin_init):
12214         * ext/xine/xineinput.c:
12215           add input plugin wrapper. Playback from files, http, mms and cdda
12216           works.
12217         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
12218           remove leftover G_GNUC_UNUSED
12219         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
12220         (gst_asf_demux_identify_guid):
12221           improve debugging output
12222
12223 2004-02-22  Benjamin Otte  <otte@gnome.org>
12224
12225         reported by: Padraig O'Briain <padraig.obriain@sun.com>
12226
12227         * autogen.sh:
12228           replace test -e with test -x for mkinstalldirs to be more portable.
12229           (fixes #134816)
12230
12231 2004-02-22  Benjamin Otte  <otte@gnome.org>
12232
12233         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
12234
12235         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
12236           set rank to PRIMARY
12237         * gst/volume/gstvolume.c: (plugin_init):
12238           set rank to NONE
12239         fixes #134960
12240
12241 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
12242
12243         reviewed by Benjamin Otte  <otte@gnome.org>
12244
12245         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
12246           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
12247
12248 2004-02-22  Benjamin Otte  <otte@gnome.org>
12249
12250         * configure.ac:
12251           export [_]*{gst,Gst,GST}.* symbols from plugins
12252
12253 2004-02-22  Christophe Fergeau <teuf@gnome.org>
12254
12255         reviewed by: Benjamin Otte  <otte@gnome.org>
12256
12257         * ext/lame/gstlame.c: (add_one_tag):
12258         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
12259         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
12260         (gst_vorbisenc_metadata_set1):
12261         * gst/tags/gstid3tag.c:
12262         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
12263           apply fixes from bugs #135042 (lame can't write tags) and #133817
12264           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
12265
12266 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
12267
12268         * configure.ac: Export only gst_plugin_desc from plugins.
12269          Note that this change only makes any effect with Linux using libtool
12270          1.5.2 or higher. Otherwise it is silently ignored, but it would build
12271          fine. And don't try to have several versions of libtool in different
12272          directories.
12273
12274 2004-02-20  Andy Wingo  <wingo@pobox.com>
12275
12276         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
12277         interleave respectively.
12278
12279         * gst/interleave/deinterleave.c: New plugin: deinterleave
12280         (replaces on oneton).
12281         * gst/interleave/interleave.c: New plugin: interleave.
12282         * gst/interleave/plugin.h: Support file.
12283         * gst/interleave/plugin.c: Support file.
12284
12285         * configure.ac: Remove intfloat and oneton, add interleave.
12286
12287         * ext/sndfile/gstsf.c: Handle events better.
12288
12289         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
12290         and float2int operation. int2float has scheduling problems as
12291         noted in in2float_chain.
12292
12293 2004-02-20  Benjamin Otte  <otte@gnome.org>
12294
12295         * ext/xine/Makefile.am:
12296         * ext/xine/gstxine.h:
12297         * ext/xine/xine.c:
12298         * ext/xine/xineaudiodec.c:
12299         * ext/xine/xinecaps.c:
12300           add first version of xine plugin wrapper. Currently only wraps the
12301           QDM2 win32 DLL, and even that only in proof-of-concept quality.
12302         * configure.ac:
12303         * ext/Makefile.am:
12304           add xine plugin wrapper, disabled by default. Use --enable-xine to
12305           build. Note that it'll segfault on gst-register if you don't remove
12306           the goom and tvtime post plugins from xine.
12307         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
12308         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
12309           add extradata parsing for QDM2.
12310           change around debugging prints.
12311
12312 2004-02-19  Benjamin Otte  <otte@gnome.org>
12313
12314         * ext/lame/gstlame.c: (gst_lame_chain):
12315         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
12316           use gst_tag_list_insert when you want to insert tags
12317
12318 2004-02-18  David Schleef  <ds@schleef.org>
12319
12320         * configure.ac:  Move massink to gst-rotten
12321         * ext/Makefile.am:
12322         * ext/mas/Makefile.am:
12323         * ext/mas/massink.c:
12324         * ext/mas/massink.h:
12325
12326 2004-02-18  David Schleef  <ds@schleef.org>
12327
12328         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
12329         typefinding, since it seems to be worse than nothing.
12330         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
12331         atom to recognize .mp4 and .m4a files as video/quicktime.
12332
12333 2004-02-18  David Schleef  <ds@schleef.org>
12334
12335         * gst/sine/demo-dparams.c: (quit_live),
12336         (dynparm_log_value_changed), (dynparm_value_changed), (main):
12337         Use double dparams, not float.
12338         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12339         (gst_sinesrc_init): Change sync default to FALSE, since multiple
12340         sync'd elements don't really work correctly.
12341         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
12342         (volume_update_volume), (volume_get_property):  Change dparam
12343         to double.
12344
12345 2004-02-18  Julien MOUTTE  <julien@moutte.net>
12346
12347         * sys/ximage/ximagesink.c:
12348         (gst_ximagesink_xwindow_update_geometry),
12349         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
12350         (gst_ximagesink_change_state), (gst_ximagesink_expose),
12351         (gst_ximagesink_init): Rework the way software video scaling works. So
12352         now we check on each chain call if the video frames are feeling the
12353         window. If not we try to renegotiate caps. On failure we memorize that
12354         and we won't try again for that PLAYING sessions.
12355         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
12356         failure.
12357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
12358         synchronous flag.
12359
12360 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12361
12362         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
12363           break up _link so we can give a better debug message for errors
12364
12365 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12366
12367         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
12368           set up debug category
12369
12370 2004-02-18  Julien MOUTTE <julien@moutte.net>
12371
12372         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12373         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
12374         the way renegotiation work. The event handling function is not taking
12375         care of external windows and renegotiate method check for pad flags
12376         NEGOTIATING. Should fix : #133209
12377
12378 2004-02-17  Julien MOUTTE  <julien@moutte.net>
12379
12380         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
12381         pad is negotiating before trying renegotiation.
12382
12383 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12384
12385         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
12386           pass on all possible mime types as typefind hints
12387
12388 2004-02-17  Julien MOUTTE <julien@moutte.net>
12389
12390         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
12391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
12392         possible SHM leak if we crash. All other apps using XShm are doing
12393         that.
12394
12395 2004-02-17  Julien MOUTTE  <julien@moutte.net>
12396
12397         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12398         (gst_ximagesink_expose): Renegotiate size on expose.
12399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
12400         size on expose.
12401
12402 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12403
12404         * testsuite/alsa/sinesrc.c:
12405           cosmetic fix to fix compile issue with gcc 2.95.4
12406
12407 2004-02-16  Julien MOUTTE <julien@moutte.net>
12408
12409         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12410         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
12411         failed opening the audio device.
12412         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12413         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
12414         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
12415         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
12416         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
12417         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
12418         (gst_ximagesink_change_state), (gst_ximagesink_chain),
12419         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
12420         Removing some useless g_return_if_fail like wingo suggested.
12421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12422         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
12423         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
12424         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
12425         (gst_xvimagesink_update_colorbalance),
12426         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
12427         (gst_xvimagesink_xcontext_clear),
12428         (gst_xvimagesink_get_fourcc_from_caps),
12429         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
12430         (gst_xvimagesink_set_xwindow_id),
12431         (gst_xvimagesink_colorbalance_list_channels),
12432         (gst_xvimagesink_colorbalance_set_value),
12433         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
12434         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
12435
12436 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12437
12438         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12439           throw error when not negotiated instead of asserting
12440
12441 2004-02-15  Julien MOUTTE  <julien@moutte.net>
12442
12443         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
12444         correct data refcounting.
12445
12446 2004-02-15  Julien MOUTTE  <julien@moutte.net>
12447
12448         * gst/switch/gstswitch.c: (gst_switch_change_state),
12449         (gst_switch_class_init): Cleaning the sinkpads correctly on state
12450         change, mostly the EOS flag.
12451
12452 2004-02-15  Julien MOUTTE  <julien@moutte.net>
12453
12454         * examples/gstplay/player.c: (got_eos), (main): Adding some
12455         output for debugging.
12456         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
12457         timeouts if we go to any state different from PLAYING.
12458         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
12459         more EOS bugs in riff lib.
12460
12461 2004-02-14  Julien MOUTTE  <julien@moutte.net>
12462
12463         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
12464         visualization until i find a way to fix switch correctly.
12465         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
12466         EOS arrives.
12467         * gst/switch/gstswitch.c: (gst_switch_release_pad),
12468         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
12469         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
12470         Reworked switch to get a more correct behaviour with events and refing
12471         of data stored in sinkpads.
12472         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
12473         we don't pull from a pad in EOS.
12474
12475 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12476
12477         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12478           remove v1 tag even if we can't read it (makes sure we don't detect
12479           it again)
12480
12481 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12482
12483         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
12484         (gst_alsa_xrun_recovery):
12485         * ext/alsa/gstalsa.h:
12486           try xrun recovery when wait failed. Make xrun recovery function
12487           return TRUE/FALSE to indicate success. (might fix #134354)
12488
12489 2004-02-13  David Schleef  <ds@schleef.org>
12490
12491         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
12492         (dynparm_value_changed), (main): Convert from float to double.
12493         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
12494
12495 2004-02-13  David Schleef  <ds@schleef.org>
12496
12497         * gst/silence/gstsilence.c: (gst_silence_class_init),
12498         (gst_silence_set_clock), (gst_silence_get),
12499         (gst_silence_set_property), (gst_silence_get_property):
12500         * gst/silence/gstsilence.h: Add sync property.
12501         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12502         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
12503         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
12504         * gst/sine/gstsinesrc.h: Add sync property.
12505
12506 2004-02-13  David Schleef  <ds@schleef.org>
12507
12508         * gst/intfloat/gstint2float.c: (conv_f32_s16),
12509         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
12510
12511 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12512
12513         * configure.ac:
12514         * ext/Makefile.am:
12515         * gst-libs/ext/Makefile.am:
12516           move ffmpeg plugin to gst-ffmpeg module
12517
12518 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12519
12520         * configure.ac: use GST_ARCH to detect architecture
12521
12522 2004-02-12  Julien MOUTTE  <julien@moutte.net>
12523
12524         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
12525
12526 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12527
12528         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12529           classify LADSPA plugins based on number of src/sink pads
12530           (#133663, Stefan Kost)
12531         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
12532           fix dparams registration
12533           (#133528, Stefan Kost)
12534         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
12535           fix use of isprint and use g_ascii_isprint instead
12536           (#133316, Stefan Kost)
12537
12538 2004-02-11  David Schleef  <ds@schleef.org>
12539
12540         Convert a few inner loops to use liboil.  This is currently
12541         optional, and is only enabled if liboil is present (duh!).
12542         * configure.ac: Check for liboil-0.1
12543         * gst/intfloat/Makefile.am:
12544         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
12545         (gst_int2float_chain_gint16):
12546         * gst/videofilter/Makefile.am:
12547         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
12548         (tablelookup_u8), (gst_videobalance_planar411):
12549         * gst/videotestsrc/Makefile.am:
12550         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
12551         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
12552         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
12553         (paint_hline_RGB565), (paint_hline_xRGB1555):
12554
12555 2004-02-11  David Schleef  <ds@schleef.org>
12556
12557         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
12558         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
12559         (gst_colorspace_getcaps), (gst_colorspace_link),
12560         (gst_colorspace_base_init), (gst_colorspace_init),
12561         (gst_colorspace_chain), (gst_colorspace_change_state),
12562         (plugin_init): Merge Ronald's patch (bug #117897) and update
12563         for new caps and negotiation.  Seems to work, although it
12564         shows off bugs in lcs.
12565
12566 2004-02-11  David Schleef  <ds@schleef.org>
12567
12568         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
12569         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
12570
12571 2004-02-11  David Schleef  <ds@schleef.org>
12572
12573         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
12574         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
12575         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
12576         Add server and port properties
12577
12578 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12579
12580         * m4/a52.m4:
12581         * m4/aalib.m4:
12582         * m4/as-ffmpeg.m4:
12583         * m4/as-liblame.m4:
12584         * m4/as-slurp-ffmpeg.m4:
12585         * m4/check-libheader.m4:
12586         * m4/esd.m4:
12587         * m4/freetype2.m4:
12588         * m4/gconf-2.m4:
12589         * m4/glib.m4:
12590         * m4/gst-alsa.m4:
12591         * m4/gst-artsc.m4:
12592         * m4/gst-ivorbis.m4:
12593         * m4/gst-matroska.m4:
12594         * m4/gst-sdl.m4:
12595         * m4/gst-shout2.m4:
12596         * m4/gst-sid.m4:
12597         * m4/gtk.m4:
12598         * m4/libdv.m4:
12599         * m4/libfame.m4:
12600         * m4/libmikmod.m4:
12601         * m4/ogg.m4:
12602         * m4/vorbis.m4:
12603           fix underquotedness of macros (#133800)
12604         * m4/as-avifile.m4:
12605         * m4/xmms.m4:
12606           removed because no longer used
12607
12608 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12609
12610         * configure.ac:
12611           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
12612           by autopoint (fixes #132996)
12613
12614 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12615
12616         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
12617         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
12618         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
12619         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
12620           fix memleaks
12621
12622 2004-02-11  David Schleef  <ds@schleef.org>
12623
12624         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
12625         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
12626         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
12627         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
12628         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
12629         (gst_jpegenc_class_init), (gst_jpegenc_init),
12630         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
12631         (gst_jpegenc_chain), (gst_jpegenc_set_property),
12632         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
12633         * ext/jpeg/gstjpegenc.h: Fix negotiation.
12634
12635 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12636
12637         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
12638         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
12639         * ext/mikmod/gstmikmod.h:
12640           fix caps negotiation in mikmod
12641         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
12642           output debug information
12643
12644 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12645
12646         * gst-libs/gst/colorbalance/Makefile.am:
12647         * gst-libs/gst/navigation/Makefile.am:
12648         * gst-libs/gst/xoverlay/Makefile.am:
12649           remove unused GST_OPT_CFLAGS from Makefiles
12650           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
12651
12652 2004-02-07  David Schleef  <ds@schleef.org>
12653
12654         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
12655         push events to pads that haven't been created (#133508)
12656
12657 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
12658
12659         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
12660         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
12661         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
12662         (gst_dvdec_loop), (gst_dvdec_change_state):
12663         Second attempt at committing a working dvdec element.
12664
12665 2004-02-06  David Schleef  <ds@schleef.org>
12666
12667         Build fixes for OS X: (see #129600)
12668         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
12669         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
12670         (gst_riff_read_strf_iavs):
12671         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
12672         (gst_avi_demux_stream_odml):
12673         * gst/playondemand/Makefile.am:
12674         * gst/rtp/rtp-packet.c:
12675
12676 2004-02-05  David Schleef  <ds@schleef.org>
12677
12678         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
12679         last change, because it Just Doesn't Compile.
12680
12681 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12682
12683         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12684           skip undecodable id3v2 tag instead of keeping it
12685
12686 2004-02-05  David Schleef  <ds@schleef.org>
12687
12688         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
12689         Unref leaked buffer.  (Noticed by Ronald)
12690
12691 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
12692
12693         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
12694         Sync requires with other checks.  >= vs =.
12695
12696 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
12697
12698         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
12699         (gst_dvdec_video_link), (gst_dvdec_loop):
12700         * ext/dv/gstdvdec.h:
12701           rework the caps negotiation so that dvdec works again instead
12702           of just segfaulting.
12703
12704 === release 0.7.4 ===
12705
12706 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12707
12708         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
12709         * configure.ac: changed for release
12710
12711 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12712
12713         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
12714         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
12715         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
12716         * pkgconfig/gstreamer-play-uninstalled.pc.in:
12717           reworked patch by David Lehn to fix libdir and includedir for
12718           uninstalled libraries
12719           removed play and gconf from gstreamer-libs since they have their
12720           own pkgconfig files
12721
12722 2004-02-04  David Schleef  <ds@schleef.org>
12723
12724         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
12725         memleak.
12726
12727 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12728
12729         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
12730           use correct GST_TAG_ENCODER tag
12731
12732 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12733
12734         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12735           be sure to stop the clock when going to paused
12736         * sys/oss/gstosssink.c: (gst_osssink_change_state):
12737           reset number of transmitted when going to ready.
12738         fixes #132935
12739
12740 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
12741
12742         reviewed by Benjamin Otte
12743
12744         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
12745           extract track count (fixes #133410)
12746
12747 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12748
12749         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
12750           that should be !=, not == (fixes #132519)
12751
12752 2004-02-04  David Schleef  <ds@schleef.org>
12753
12754         Make sure set_explicit_caps() is called before adding pad.
12755         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
12756         * gst/id3/gstid3types.c: (gst_id3types_loop):
12757         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
12758         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
12759
12760 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12761
12762         * configure.ac:
12763           bump nano to 2, first prerelease
12764           put back AM_PROG_LIBTOOL
12765
12766 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12767
12768         * testsuite/alsa/Makefile.am:
12769           these are user test apps, not automatic testsuite tests
12770
12771 2004-02-04  David Schleef  <ds@schleef.org>
12772
12773         Convert GST_DEBUG_CAPS() to GST_DEBUG():
12774         * gst/mpeg1videoparse/gstmp1videoparse.c:
12775         (mp1videoparse_parse_seq):
12776         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
12777         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
12778         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
12779         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
12780         (gst_xvideosink_getcaps):
12781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12782         * testsuite/gst-lint: more tests
12783
12784 2004-02-04  David Schleef  <ds@schleef.org>
12785
12786         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
12787         with the code that they would expand to.
12788         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
12789         (gst_flacdec_get_src_query_types),
12790         (gst_flacdec_get_src_event_masks):
12791         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
12792         (gst_gnomevfssrc_get_query_types),
12793         (gst_gnomevfssrc_get_event_mask):
12794
12795 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12796
12797         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12798         (gst_sinesrc_dispose):
12799           fix memleak by properly disposing sinesrc
12800
12801 2004-02-04  Julien MOUTTE  <julien@moutte.net>
12802
12803         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
12804         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
12805         an overlay to redraw the image because it has been exposed.
12806         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
12807         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
12808         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
12809         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
12810         interface
12811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
12812         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
12813         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
12814         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
12815         interface
12816
12817 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12818
12819         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
12820           more memleak fixage
12821
12822 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12823
12824         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
12825         * gst/typefind/gsttypefindfunctions.c:
12826           fix memleaks shown by gst-typefind
12827
12828 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12829
12830         * common/glib-gen.mak:
12831           add hack rule to touch .Plo files
12832         * gst-libs/gst/colorbalance/Makefile.am:
12833         * gst-libs/gst/mixer/Makefile.am:
12834         * gst-libs/gst/play/Makefile.am:
12835         * gst-libs/gst/tuner/Makefile.am:
12836           remove glib_root variable
12837
12838 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12839
12840         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
12841           set explicit caps before adding the element, so the autopluggers can
12842           plug correctly.
12843         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12844         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
12845         (mpeg_video_type_find), (mpeg_video_stream_type_find),
12846         (dv_type_find):
12847           fix memleaks in typefind functions. gst_type_find_suggest takes a const
12848           argument.
12849
12850 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12851
12852         * gst-libs/gst/colorbalance/Makefile.am:
12853         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
12854         * gst-libs/gst/colorbalance/colorbalance.c:
12855         * gst-libs/gst/colorbalance/colorbalance.h:
12856         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
12857         * gst-libs/gst/mixer/Makefile.am:
12858         * gst-libs/gst/mixer/mixer-marshal.list:
12859         * gst-libs/gst/mixer/mixer.c:
12860         * gst-libs/gst/mixer/mixer.h:
12861         * gst-libs/gst/mixer/mixermarshal.list:
12862         * gst-libs/gst/play/Makefile.am:
12863         * gst-libs/gst/play/play.h:
12864         * gst-libs/gst/tuner/Makefile.am:
12865         * gst-libs/gst/tuner/tuner-marshal.list:
12866         * gst-libs/gst/tuner/tuner.c:
12867         * gst-libs/gst/tuner/tuner.h:
12868         * gst-libs/gst/tuner/tunermarshal.list:
12869           use new glib-gen.mak snippet to clean up Makefile.am
12870           fix various bugs in Makefile.am's
12871
12872 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12873
12874         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
12875           handle chain parsing correctly in the multichain case
12876         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
12877         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
12878         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12879         (theora_dec_chain):
12880           handle events and queries correctly
12881
12882 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
12883
12884         * .cvsignore:
12885         Ignore generated file _stdint.h.
12886
12887 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
12888
12889         * gst-libs/gst/colorbalance/Makefile.am:
12890         * gst-libs/gst/colorbalance/colorbalance.h:
12891         * gst-libs/gst/mixer/Makefile.am:
12892         * gst-libs/gst/mixer/mixer.h:
12893         * gst-libs/gst/play/Makefile.am:
12894         * gst-libs/gst/play/play.h:
12895         * gst-libs/gst/tuner/Makefile.am:
12896         * gst-libs/gst/tuner/tuner.h:
12897         Generate enum type code with glib-mkenums.
12898         * gst-libs/gst/colorbalance/.cvsignore:
12899         * gst-libs/gst/mixer/.cvsignore:
12900         * gst-libs/gst/play/.cvsignore:
12901         * gst-libs/gst/tuner/.cvsignore:
12902         Ignore generated files.
12903
12904 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
12905
12906         * gst-libs/gst/audio/.cvsignore:
12907         Ignore generated file.
12908         * gst-libs/gst/audio/Makefile.am:
12909         Do not install example filter.
12910
12911 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
12912
12913         * examples/switch/.cvsignore:
12914         Ignore generated file.
12915
12916 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12917
12918         * common/m4/ax_create_stdint_h.m4:
12919         * configure.ac:
12920           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
12921           _stdint.h.
12922         * Makefile.am:
12923           remove generated _stdint.h in DISTCLEANFILES
12924         * ext/a52dec/gsta52dec.c:
12925           include _stdint.h for a52dec. (should fix #133064)
12926
12927 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
12928
12929         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
12930         (gst_tag_to_vorbis_comments):
12931         Add replaygain support to vorbistag
12932
12933 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
12934         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
12935         (gst_ffmpeg_caps_to_extradata):
12936           Fix SVQ3 caps flag properties
12937           Use glib macro for bytes swap
12938
12939 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12940
12941         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
12942         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
12943         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
12944         * ext/sndfile/gstsf.c: (plugin_init):
12945         * gst/avi/gstavi.c: (plugin_init):
12946         * sys/dxr3/dxr3init.c: (plugin_init):
12947         * sys/oss/gstossaudio.c: (plugin_init):
12948         * sys/v4l/gstv4l.c: (plugin_init):
12949         * sys/v4l2/gstv4l2.c: (plugin_init):
12950           remove textdomain calls
12951         * po/nl.po:
12952           update Dutch translation
12953
12954 2004-02-02  Julien MOUTTE  <julien@moutte.net>
12955
12956         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12957         (gst_play_set_audio_sink): Moving volume in the audio thread for
12958         instantaneous volume change. Maybe i will add another volume in front
12959         of visualization later, not sure yet though.
12960
12961 2004-02-02  Julien MOUTTE  <julien@moutte.net>
12962
12963         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12964         (gst_ximagesink_handle_xevents): Better X events handling, only take
12965         the latest events for configure and motion.
12966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
12967
12968 2004-02-02  Jon Trowbridge  <trow@gnu.org>
12969
12970         reviewed by: David Schleef  <ds@schleef.org>
12971
12972         Fix memory leaks:
12973         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
12974         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
12975
12976 2004-02-02  David Schleef  <ds@schleef.org>
12977
12978         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
12979         of lines.
12980         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
12981         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12982         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
12983         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
12984         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
12985         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
12986         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
12987         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
12988         (gst_float2_2_int_link):
12989         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
12990         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
12991         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
12992         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
12993         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
12994         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
12995         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
12996         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
12997         * testsuite/gst-lint: Add tests for bzero and ;;
12998
12999 2004-02-02  David Schleef  <ds@schleef.org>
13000
13001         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
13002
13003 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13004
13005         * ext/aalib/gstaasink.c: (gst_aasink_open):
13006         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
13007         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13008         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13009         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
13010         (gst_afsink_close_file):
13011         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
13012         (gst_afsrc_close_file):
13013         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
13014         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
13015         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
13016         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
13017         * ext/esd/esdmon.c: (gst_esdmon_get):
13018         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
13019         * ext/faac/gstfaac.c: (gst_faac_chain):
13020         * ext/faad/gstfaad.c: (gst_faad_chain):
13021         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
13022         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
13023         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
13024         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
13025         (gst_flacdec_loop):
13026         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
13027         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
13028         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13029         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
13030         (gst_gnomevfssink_close_file):
13031         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13032         (gst_gnomevfssrc_open_file):
13033         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
13034         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
13035         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
13036         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
13037         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
13038         * ext/mad/gstmad.c: (gst_mad_chain):
13039         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
13040         * ext/mpeg2dec/gstmpeg2dec.c:
13041         * ext/mpeg2enc/gstmpeg2enc.cc:
13042         * ext/mplex/gstmplex.cc:
13043         * ext/mplex/gstmplexibitstream.cc:
13044         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
13045         (gst_ogg_demux_push):
13046         * ext/raw1394/gstdv1394src.c:
13047         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
13048         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
13049         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
13050         (gst_sf_loop):
13051         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13052         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
13053         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
13054         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
13055         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13056         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
13057         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
13058         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
13059         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
13060         (gst_riff_read_element_data), (gst_riff_read_seek),
13061         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
13062         * gst/adder/gstadder.c: (gst_adder_loop):
13063         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
13064         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
13065         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
13066         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13067         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
13068         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
13069         * gst/goom/gstgoom.c: (gst_goom_chain):
13070         * gst/id3/gstid3types.c: (gst_id3types_loop):
13071         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
13072         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
13073         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
13074         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
13075         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
13076         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
13077         (gst_ebml_read_float), (gst_ebml_read_header):
13078         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
13079         (gst_matroska_demux_parse_blockgroup):
13080         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13081         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
13082         * gst/oneton/gstoneton.c: (gst_oneton_chain):
13083         * gst/silence/gstsilence.c: (gst_silence_get):
13084         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13085         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
13086         * gst/speed/gstspeed.c: (speed_loop):
13087         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
13088         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
13089         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
13090         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
13091         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
13092         (gst_wavparse_loop):
13093         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
13094         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
13095         (dxr3audiosink_close):
13096         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
13097         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
13098         (dxr3videosink_close), (dxr3videosink_write_data):
13099         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
13100         * sys/oss/gstosssink.c: (gst_osssink_chain):
13101         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13102         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
13103         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
13104         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
13105         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
13106         (gst_v4l_set_window), (gst_v4l_enable_overlay):
13107         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
13108         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
13109         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
13110         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
13111         (gst_v4l_set_audio):
13112         * sys/v4l/v4l_calls.h:
13113         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
13114         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
13115         (gst_v4lmjpegsink_playback_init),
13116         (gst_v4lmjpegsink_playback_start):
13117         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
13118         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13119         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
13120         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
13121         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
13122         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
13123         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
13124         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
13125         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
13126         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
13127         (gst_v4l2_get_output), (gst_v4l2_set_output),
13128         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
13129         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
13130         (gst_v4l2_set_attribute):
13131         * sys/v4l2/v4l2_calls.h:
13132         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
13133         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
13134         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
13135         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
13136         (gst_v4l2src_capture_stop):
13137         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
13138         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13139         (gst_ximagesink_chain):
13140         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
13141         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
13142         (gst_xvideosink_xwindow_new):
13143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
13144         (gst_xvimagesink_chain):
13145
13146 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13147
13148         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13149         (gst_volume_get_volume), (volume_class_init), (volume_init),
13150         (volume_chain_int16), (volume_update_volume):
13151         * gst/volume/gstvolume.h:
13152           make code more readable by removing magic numbers
13153           make mixer interface export 0-100 range
13154           make it internally map to 0.0-1.0 range so users don't distort
13155           output by putting the sliders at full volume
13156
13157 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13158
13159         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
13160         (gst_play_state_change), (gst_play_seek_to_time):
13161         block the tick callback for 0.5 secs after doing a seek
13162
13163 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13164
13165         * gst-libs/gst/play/play.c: (gst_play_new):
13166           check for GError
13167
13168 2004-02-01  Julien MOUTTE  <julien@moutte.net>
13169
13170         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
13171         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
13172         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13173         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
13174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13175         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
13176
13177 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13178
13179         * configure.ac:
13180         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
13181           check for a function added in vorbis 1.1
13182
13183 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13184
13185         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13186         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
13187           really start/stop clock only on PLAYING <=> PAUSED
13188         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13189           remove \n from debugging lines
13190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
13191           make it work when seeking does not
13192         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
13193           reset on DISCONT
13194
13195 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13196
13197         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
13198           start clock on PAUSED=>PLAYING, not later
13199         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13200           extract correct time for different discont formats
13201         (gst_alsa_sink_get_time):
13202           don't segfault when no format is negotiated yet, just return 0
13203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13204         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
13205         (gst_ogg_pad_push):
13206           handle flush and discont events correctly
13207         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
13208           handle discont events correctly
13209
13210 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13211
13212         * gst-libs/gst/play/play.c: (gst_play_error_quark),
13213         (gst_play_error_create), (gst_play_error_plugin),
13214         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
13215         * gst-libs/gst/play/play.h:
13216           add error handling during creation
13217         * examples/gstplay/player.c: (main):
13218           use new gst_play_new
13219
13220
13221 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13222
13223         * ext/theora/theoradec.c: (theora_dec_chain):
13224           make comments work
13225         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13226         (vorbis_dec_src_event), (vorbis_dec_chain):
13227           add encoder tag, fix tag reading to be more error tolerant, change
13228           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
13229           gst_pad_event_default.
13230         * gst/tags/gstvorbistag.c:
13231         (gst_tag_list_from_vorbiscomment_buffer):
13232           undefine function specific define at end of function
13233
13234 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
13235
13236         * ext/flac/gstflac.c: (plugin_init):
13237         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
13238         * ext/flac/gstflacdec.h:
13239         * ext/flac/gstflacenc.h:
13240           Fix typos
13241
13242 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
13243
13244         * examples/gstplay/player.c: s/gstplay.h/play.h/
13245
13246 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13247
13248         * gst-libs/gst/play/Makefile.am:
13249         * gst-libs/gst/play/gstplay.c:
13250         * gst-libs/gst/play/gstplay.h:
13251         * gst-libs/gst/play/play.c:
13252           more surgery, operation complete
13253
13254 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13255
13256         * gst-libs/gst/play/play.old.c:
13257         * gst-libs/gst/play/play.old.h:
13258           after CVS surgery by moving, remove
13259         * gst-libs/gst/play/playpipelines.c:
13260           remove
13261
13262         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
13263           add negotiation error
13264
13265 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13266
13267         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13268         (gst_ogg_demux_push):
13269           add some seeking debug info
13270           send a flush when seeking
13271
13272 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13273
13274         * configure.ac:
13275           use AC_C_INLINE
13276         * configure.ac:
13277         * ext/Makefile.am:
13278         * ext/theora/Makefile.am:
13279         * ext/theora/theoradec.c:
13280           add theora video decoder. Does just do simple decoding for now and
13281           has been tested against Theora cvs only. It only works when theora
13282           is compiled with --enable-static.
13283         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
13284           always reset packetno on DISCONT
13285
13286 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13287
13288         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
13289           Fix audio.
13290
13291 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13292
13293         * gst/mpegaudioparse/gstmpegaudioparse.c:
13294         (mp3_type_frame_length_from_header):
13295           Fix header parsing - stolen from ffmpeg (thank you! :) ).
13296
13297 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13298
13299         * ext/esd/esdsink.c: (gst_esdsink_init):
13300           Since we have static pad template caps, we don't need to negotiate;
13301           either the core errors out or we know the format.
13302
13303 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13304
13305         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
13306         (gst_riff_read_seek):
13307         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
13308         (gst_ebml_read_seek):
13309           Fix event handling.
13310
13311 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13312
13313         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
13314           removee video/x-theora from vp3 decoder, it doesn't handle raw
13315           theora streams
13316         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13317           fix bug with finalizing element that never went to PAUSED
13318         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
13319           length and position queries were swapped
13320         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13321         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
13322         (vorbis_dec_src_event):
13323           implement querying time and bytes
13324
13325 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13326
13327         * just about every source file:
13328           gst_element_error -> GST_ELEMENT_ERROR
13329
13330 2004-01-29  Julien MOUTTE  <julien@moutte.net>
13331
13332         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
13333         emiting FLUSH and even before DISCONT.
13334         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
13335         get the best instant seeking as possible yay!
13336
13337 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13338
13339         * gst/mpeg1videoparse/gstmp1videoparse.c:
13340         (gst_mp1videoparse_real_chain):
13341           Committed wrong version last week... Grr... Didn't notice until now.
13342
13343 2004-01-29  Julien MOUTTE <julien@moutte.net>
13344
13345         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
13346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
13347         have_xwindow_id signal in xwindow_create.
13348
13349 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13350
13351         * ext/ogg/gstoggdemux.c:
13352           lots of changes - mainly support for chained bitstreams, seeking,
13353           querying and bugfixes of course
13354         * ext/vorbis/Makefile.am:
13355         * ext/vorbis/vorbisdec.c:
13356         * ext/vorbis/vorbisdec.h:
13357           add vorbisdec raw vorbis decoder
13358         * ext/vorbis/vorbis.c: (plugin_init):
13359           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
13360         * gst/intfloat/Makefile.am:
13361         * gst/intfloat/float22int.c:
13362         * gst/intfloat/float22int.h:
13363         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
13364           add float2intnew plugin. It converts multichannel interleaved float to
13365           multichannel interleaved int. The name should probably be changed.
13366         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
13367         (plugin_init):
13368           add typefinding for raw theora video so oggdemux can detect it.
13369
13370 2004-01-28  Julien MOUTTE  <julien@moutte.net>
13371
13372         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
13373         sink element first.
13374         * gst/videoscale/gstvideoscale.c:
13375         (gst_videoscale_handle_src_event): Fixing src event handler.
13376
13377 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13378
13379         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13380         (gst_v4lsrc_open), (gst_v4lsrc_close),
13381         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
13382         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
13383         * sys/v4l/gstv4lsrc.h:
13384         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
13385         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
13386           Implement resizing... Hack. But that's why v4l is b0rked...
13387
13388 2004-01-28  Julien MOUTTE <julien@moutte.net>
13389
13390         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13391         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
13392         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
13393         (gst_ximagesink_xwindow_destroy):
13394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13395         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13396         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
13397         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
13398         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
13399         correctly cleaning the image created to check xshm calls on succes,
13400         added a lot of XSync calls in X11 functions, and fixed a segfault when
13401         no image format was defined before negotiation happened.
13402
13403 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13404
13405         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
13406           use gst_element_get_time to get correct time
13407
13408 2004-01-28  Julien MOUTTE  <julien@moutte.net>
13409
13410         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13411         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
13412         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
13413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
13414         (gst_xvimagesink_check_xshm_calls),
13415         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
13416         X plugins are now able to detect that XShm calls will fail even if the
13417         server claims that it has XShm support (remote displays most of the
13418         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
13419         so that we use non XShm functions. This feature is almost useless for
13420         xvimagesink as Xv is not supported on remote displays anyway, but
13421         it might happen than even on the local display XShm calls fail.
13422
13423 2004-01-27  David Schleef  <ds@schleef.org>
13424
13425         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
13426         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
13427         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
13428         changed esdsink to only use 44100,16,2, since esd sucks at rate
13429         conversion and esdsink has had difficulty negotiating.
13430
13431 2004-01-27  Julien MOUTTE <julien@moutte.net>
13432
13433         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
13434         (gst_play_seek_to_time): Fixing the way to get current position.
13435
13436 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13437
13438         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
13439           use gst_element_get_time to get correct time
13440
13441 2004-01-27  Julien MOUTTE <julien@moutte.net>
13442
13443         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
13444         fix ever... Inverting 2 lines of code make spider autoplug correctly
13445         tagged mp3 !
13446
13447 2004-01-27  David Schleef  <ds@schleef.org>
13448
13449         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13450         Use gst_pad_try_set_caps_nonfixed().
13451
13452 2004-01-27  David Schleef  <ds@schleef.org>
13453
13454         * gst/ac3parse/gstac3parse.c: update to checklist 5
13455         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
13456         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
13457         * gst/audioscale/gstaudioscale.c: same
13458         * gst/auparse/gstauparse.c: same
13459         * gst/avi/gstavidemux.c: same
13460
13461 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13462
13463         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
13464           stop processing after EOS
13465
13466 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13467
13468         * gst/asfdemux/asfheaders.h:
13469         * gst/asfdemux/gstasfdemux.c:
13470         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
13471         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
13472         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
13473           lot's of fixes to make data extraction simpler and get the code
13474           architecture and compiler independant. Add debugging category
13475         * gst/goom/gstgoom.c: (gst_goom_change_state):
13476           reset channel count on PAUSED=>READY, not READY=>PAUSED
13477
13478 2004-01-26  Colin Walters  <walters@verbum.org>
13479
13480         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
13481         code to pull a bigger buffer in iradio mode.  This as a side effect
13482         makes typefinding work.
13483
13484 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
13485
13486         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
13487         Fix SVQ3 decoding on PPC
13488
13489 2004-01-26  Julien MOUTTE <julien@moutte.net>
13490
13491         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
13492         that one managed to stay there... Fixed.
13493
13494 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
13495
13496         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
13497         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
13498         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
13499         (qtdemux_video_caps):
13500         * gst/qtdemux/qtdemux.h:
13501         Add SVQ3 specific flags to qtdemux and ffmpeg
13502
13503 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13504
13505         * gst-libs/gst/audio/audio.h:
13506           remove buffer-frames from audio caps
13507         * gst/audioconvert/gstaudioconvert.c:
13508           fix plugin to really work.
13509
13510 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13511
13512         * gst-libs/gst/mixer/mixer.c:
13513         * gst-libs/gst/propertyprobe/propertyprobe.c:
13514         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
13515         (gst_tuner_find_channel_by_name):
13516         * gst-libs/gst/tuner/tuner.h:
13517           Add gtk-doc style comments. Also fix a function name.
13518
13519 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13520
13521         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
13522         (gst_divxdec_negotiate):
13523           Fix for new capsnego - also fixes gst-player with divxdec.
13524
13525 2004-01-25  Julien MOUTTE  <julien@moutte.net>
13526
13527         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
13528         (gst_play_identity_handoff), (gst_play_set_location),
13529         (gst_play_set_visualization), (gst_play_connect_visualization): Another
13530         try in visualization implementation. Still have an issue with switch
13531         blocking when pulling from video_queue and only audio comes out of
13532         spider.
13533         * gst/switch/gstswitch.c: (gst_switch_release_pad),
13534         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
13535         release method. And check if the pad is usable before pulling.
13536
13537 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13538
13539         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
13540         (gst_videobalance_init),
13541         (gst_videobalance_colorbalance_list_channels),
13542         (gst_videobalance_colorbalance_set_value),
13543         (gst_videobalance_colorbalance_get_value),
13544         (gst_videobalance_update_properties),
13545         (gst_videobalance_update_tables_planar411),
13546         (gst_videobalance_planar411):
13547         * gst/videofilter/gstvideobalance.h:
13548           Implement lookup-tables. +/- 10x faster.
13549
13550 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13551
13552         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
13553         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
13554           The index reading was broken. The rest worked fine, but the whole
13555           goal of my rewrite was to make avidemux readable, and this was
13556           not at all readable. Please use typed variables.
13557
13558 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13559
13560         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
13561           Additional pad usability check.
13562         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
13563         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
13564         (gst_mp1videoparse_real_chain):
13565           Fix MPEG video stream parsing. The original plugin had several
13566           issues, including not timestamping streams where the source was
13567           not timestamped (this happens with PTS values in mpeg system
13568           streams, but MPEG video is also a valid stream on its own so
13569           that needs timestamps too). We use the display time code for that
13570           for now. Also, if one incoming buffer contains multiple valid
13571           frames, we push them all on correctly now, including proper EOS
13572           handling. Lastly, several potential segfaults were fixed, and we
13573           properly sync on new sequence/gop headers to include them in next,
13574           not previous frames (since they're header for the next frame, not
13575           the previous). Also see #119206.
13576         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
13577         (bpf_from_header):
13578           Move caps setting so we only do it after finding several valid
13579           MPEG-1 fraes sequentially, not right after the first one (which
13580           might be coincidental).
13581         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
13582         (mpeg_video_type_find), (mpeg_video_stream_type_find),
13583         (plugin_init):
13584           Add unsynced MPEG video stream typefinding, and change some
13585           probability values so we detect streams rightly. The idea is as
13586           follows: I can have an unsynced system stream which contains
13587           video. In the current code, I would randomly get a type for either
13588           system or video stream type found, because the probabilities are
13589           being calculated rather randomly. I now use fixed values, so we
13590           always prefer system stream if that was found (and that is how it
13591           should be). If no system stream was found, we can still identity                the stream as video-only.
13592
13593 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13594
13595         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
13596         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
13597           don't write to buffer. Extract data without the need of
13598           __attribute__ ((packed))
13599
13600 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13601
13602         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
13603         (mpeg1_sys_type_find):
13604           Fix MPEG-1 stream typefinding.
13605
13606 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13607
13608         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13609           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
13610
13611 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13612
13613         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
13614         * ext/esd/gstesd.c: (plugin_init):
13615           private debugging, better error reporting
13616
13617 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13618
13619         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
13620         (gst_riff_read_init), (gst_riff_read_change_state):
13621         * gst-libs/gst/riff/riff-read.h:
13622           Remove stuff fromold metadata system.
13623
13624 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13625
13626         * ext/ogg/gstoggdemux.c:
13627           Fix wrong file comment.
13628         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
13629         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
13630           Add metadata reading properly.
13631
13632 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13633
13634         * ext/Makefile.am:
13635           Fix nas DIST_SUBDIRS
13636           Uraeus:
13637           Fix bug where make distcheck doesn't get run on adding stuff to
13638           the build.
13639
13640 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13641
13642         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
13643         * ext/divx/gstdivxdec.h:
13644           Fix divx3 ("msmpeg4") playback using divxdec.
13645
13646 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13647
13648         * gst/typefind/gsttypefindfunctions.c:
13649         (mp3_type_frame_length_from_header): fix bug in length computation
13650         (mp3_type_find): improve debugging output
13651
13652 2004-01-23  Julien MOUTTE  <julien@moutte.net>
13653
13654         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
13655         (gst_play_set_location), (gst_play_seek_to_time),
13656         (gst_play_set_audio_sink), (gst_play_set_visualization),
13657         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
13658         the pipeline from scratch. Visualization is back and switch went out as
13659         i realized it was not possible to use the way i wanted.
13660         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
13661         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
13662         clearing in state change from READY to NULL. So that one can clean the
13663         X ressources keeping the element.
13664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
13665         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
13666         (gst_xvimagesink_colorbalance_set_value),
13667         (gst_xvimagesink_colorbalance_get_value),
13668         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
13669         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
13670         change from READY to NULL and fixed some stupid bugs in colorbalance
13671         get/set values. Also added the following feature : when nobody tries to
13672         set some values to the colorbalance levels before the xcontext is
13673         grabbed, then when creating channels list from Xv attributes we set the
13674         internal values to the Xv defaults. This way we handle buggy Xv drivers
13675         that set default hue values far from the middle of the range (Thanks
13676         to Jon Trowbridge for pointing that issue).
13677         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
13678         colorbalance levels have been set before xcontext is grabbed.
13679
13680 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13681
13682         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
13683           Fix the ossmixer case where we shouldn't open /dev/dsp* because
13684           it might block operations (which is bad for a mixer).
13685
13686 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13687
13688         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
13689         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
13690         (gmip_find_type_pre):
13691         * gst-libs/gst/media-info/media-info-priv.h:
13692         * gst-libs/gst/media-info/media-info.c:
13693         (gst_media_info_instance_init), (gst_media_info_read_idler):
13694         add fakesink to get caps on decoder src pad again
13695         fix callback prototype to match new have_type signal signature
13696
13697 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13698
13699         * gst/adder/gstadder.c: (gst_adder_link):
13700           fix non-compile and cut-n-paste code
13701
13702 2004-01-21  David Schleef  <ds@schleef.org>
13703
13704         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
13705         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
13706         (gst_swfdec_init), (gst_swfdec_change_state):
13707         * ext/swfdec/gstswfdec.h:
13708         Fix negotiation.
13709         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
13710         (gst_adder_request_new_pad): Fix negotiation.
13711         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
13712         Add a fixate function.
13713         * gst/intfloat/gstfloat2int.c:
13714         * gst/intfloat/gstfloat2int.h:
13715         * gst/intfloat/gstint2float.c:
13716         * gst/intfloat/gstint2float.h:
13717         Completely rewrite the negotiation.  Doesn't quite work yet,
13718         due to some buffer-frames problem.
13719
13720 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13721
13722         * ext/gnomevfs/gstgnomevfssrc.c:
13723         * sys/v4l2/v4l2_calls.h:
13724           fix includes for distcheck
13725
13726 2004-01-21  Christian Schaller <uraeus@gnome.org>
13727
13728         * ext/nas/
13729         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
13730         based on earlier patch from Laurent Vivier
13731
13732 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
13733
13734         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
13735         Fix wma caps property
13736         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
13737         Fix typo (flags1 and flags2)
13738
13739 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13740
13741         * gst-libs/gst/media-info/media-info-priv.c:
13742         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
13743         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
13744         (gmip_find_stream), (gmip_find_track_metadata),
13745         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
13746         (gmip_find_track_format):
13747         * gst-libs/gst/media-info/media-info-priv.h:
13748         * gst-libs/gst/media-info/media-info-test.c: (main):
13749         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
13750         (gst_media_info_read_idler), (gst_media_info_read):
13751         * gst-libs/gst/media-info/media-info.h:
13752           register debugging category and use it for debugging
13753
13754 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13755
13756         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
13757         (gst_vorbisfile_new_link):
13758           signal streaminfo through tags
13759
13760 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13761
13762         * ext/mplex/gstmplex.cc:
13763         * ext/mplex/gstmplexibitstream.cc:
13764           g++ doesn't like NULL in our i18n/error macros, should be
13765           either (NULL) or ("").
13766
13767 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13768
13769         * sys/dxr3/dxr3audiosink.c:
13770         * sys/dxr3/dxr3init.c:
13771         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
13772         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
13773           Fix more error error error errors (missing includes here).
13774
13775 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13776
13777         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
13778           fix thomas' error errors.
13779
13780 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13781
13782         * ext/mpeg2enc/gstmpeg2enc.cc:
13783           fix error errors.
13784
13785 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13786
13787         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
13788         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
13789           Fix for new error system.
13790
13791 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13792
13793         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
13794           fix for new error reporting
13795
13796 2004-01-20  David Schleef  <ds@schleef.org>
13797
13798         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
13799         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
13800         (gst_ximagesink_set_xwindow_id): Change to using a framerate
13801         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
13802         and neither is 100+, most likely.
13803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13804         (gst_xvimagesink_getcaps): same
13805
13806 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13807
13808         * configure.ac:
13809           Up version requirement to 2.0.3 (not yet released) to avoid symbol
13810           clashes with ffmpeg.
13811
13812 2004-01-20  Julien MOUTTE  <julien@moutte.net>
13813
13814         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
13815         (gst_switch_init): Fixed switch element : proxying link and setting
13816         caps from src to sink on request.
13817
13818 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13819
13820         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13821         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
13822         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
13823         fix element_error
13824
13825 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13826
13827         * sys/v4l/v4l_calls.h:
13828         * sys/v4l2/v4l2_calls.h:
13829           element_error fixes
13830
13831 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13832
13833         * gst-libs/gst/gst-i18n-plugin.h:
13834           add locale.h
13835           remove config.h inclusion
13836
13837 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13838
13839         * autogen.sh:
13840           adding autopoint invocation
13841         * Makefile.am:
13842         * configure.ac:
13843         * gst-libs/gst/gettext.h:
13844           adding gettext bits
13845         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
13846         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
13847         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13848         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
13849         (gst_gnomevfssink_close_file):
13850         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
13851         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
13852         * gst-libs/gst/gst-i18n-plugin.h:
13853         * gst/avi/gstavi.c: (plugin_init):
13854         * sys/dxr3/dxr3init.c: (plugin_init):
13855         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
13856         * sys/oss/gstossaudio.c: (plugin_init):
13857         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
13858         * sys/v4l/gstv4l.c: (plugin_init):
13859         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13860         * sys/v4l2/gstv4l2.c: (plugin_init):
13861         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
13862         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
13863         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
13864         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
13865         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
13866         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
13867           make sure locale and translation domain are set
13868           fix translated strings
13869         * po/.cvsignore:
13870         * po/LINGUAS:
13871         * po/Makevars:
13872         * po/POTFILES.in:
13873         * po/nl.po:
13874           put translation files into place
13875         * sys/xvideo/imagetest.c: (main):
13876         * ext/dv/demo-play.c: (main):
13877           fix unnecessary translations
13878
13879 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13880
13881         * ext/sndfile/gstsf.c:
13882         * gst/avi/gstavimux.c:
13883         * ext/audiofile/gstafsink.c:
13884         * ext/audiofile/gstafsrc.c:
13885         * ext/gnomevfs/gstgnomevfssink.c:
13886         * ext/gnomevfs/gstgnomevfssrc.c:
13887         * sys/oss/gstosselement.c:
13888         * sys/v4l/v4l_calls.h:
13889           fix i18n include
13890
13891 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13892
13893         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
13894         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
13895         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
13896         (gst_v4l2_get_output), (gst_v4l2_set_output),
13897         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
13898         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
13899         (gst_v4l2_set_attribute):
13900         update to new error handling
13901
13902 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13903
13904         * ext/sidplay/gstsiddec.cc:
13905         * gst/modplug/gstmodplug.cc:
13906           parenthese NULL because C++ seems angry about it
13907
13908 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13909
13910         * gst-libs/gst/gst-i18n-plugin.h:
13911           add skeleton i18n stuff, but needs to be further implemented
13912
13913 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13914
13915         * examples/gstplay/player.c: (main):
13916         * ext/aalib/gstaasink.c: (gst_aasink_open):
13917         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
13918         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13919         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13920         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
13921         (gst_afsink_close_file):
13922         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
13923         (gst_afsrc_close_file):
13924         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
13925         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
13926         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
13927         * ext/esd/esdmon.c: (gst_esdmon_get):
13928         * ext/esd/esdsink.c: (gst_esdsink_chain):
13929         * ext/faac/gstfaac.c: (gst_faac_chain):
13930         * ext/faad/gstfaad.c: (gst_faad_chain):
13931         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
13932         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
13933         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
13934         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
13935         (gst_flacdec_loop):
13936         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
13937         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
13938         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13939         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
13940         (gst_gnomevfssink_close_file):
13941         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13942         (gst_gnomevfssrc_open_file):
13943         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
13944         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
13945         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
13946         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
13947         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
13948         * ext/mad/gstmad.c: (gst_mad_chain):
13949         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
13950         * ext/mpeg2dec/gstmpeg2dec.c:
13951         * ext/mpeg2enc/gstmpeg2enc.cc:
13952         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
13953         * ext/mplex/gstmplex.cc:
13954         * ext/mplex/gstmplexibitstream.cc:
13955         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
13956         (gst_ogg_demux_push), (gst_ogg_pad_push):
13957         * ext/raw1394/gstdv1394src.c:
13958         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
13959         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
13960         * ext/sidplay/gstsiddec.cc:
13961         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
13962         (gst_sf_loop):
13963         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13964         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
13965         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
13966         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13967         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
13968         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
13969         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
13970         * gst-libs/gst/Makefile.am:
13971         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
13972         (gst_riff_read_element_data), (gst_riff_read_seek),
13973         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
13974         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
13975         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
13976         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
13977         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
13978         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13979         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
13980         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
13981         * gst/goom/gstgoom.c: (gst_goom_chain):
13982         * gst/id3/gstid3types.c: (gst_id3types_loop):
13983         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
13984         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
13985         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
13986         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
13987         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
13988         (gst_ebml_read_float), (gst_ebml_read_header):
13989         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
13990         (gst_matroska_demux_parse_blockgroup):
13991         * gst/modplug/gstmodplug.cc:
13992         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13993         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
13994         * gst/oneton/gstoneton.c: (gst_oneton_chain):
13995         * gst/silence/gstsilence.c: (gst_silence_get):
13996         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13997         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
13998         * gst/speed/gstspeed.c: (speed_loop):
13999         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
14000         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
14001         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
14002         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
14003         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
14004         (gst_wavparse_loop):
14005         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
14006         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
14007         (dxr3audiosink_close):
14008         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
14009         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
14010         (dxr3videosink_close), (dxr3videosink_write_data):
14011         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
14012         * sys/oss/gstosselement.h:
14013         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
14014         (gst_osssink_chain):
14015         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14016         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
14017         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
14018         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
14019         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
14020         (gst_v4l_enable_overlay):
14021         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
14022         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
14023         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
14024         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
14025         (gst_v4l_set_audio):
14026         * sys/v4l/v4l_calls.h:
14027         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14028         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
14029         (gst_v4lmjpegsink_playback_init),
14030         (gst_v4lmjpegsink_playback_start):
14031         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14032         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
14033         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
14034         (gst_v4lmjpegsrc_requeue_frame):
14035         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14036         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
14037         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
14038         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
14039         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
14040         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
14041         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
14042         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
14043         (gst_v4l2src_capture_stop):
14044         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
14045         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14046         (gst_ximagesink_chain):
14047         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
14048         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
14049         (gst_xvideosink_xwindow_new):
14050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14051         (gst_xvimagesink_chain):
14052         use new error signal, function and categories
14053
14054 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
14055
14056         * configure.ac:
14057         * ext/Makefile.am:
14058         * ext/musicbrainz/gsttrm.c:
14059         * ext/musicbrainz/gsttrm.h:
14060         * ext/musicbrainz/Makefile.am:
14061         Add a trm plugin
14062
14063 2004-01-18  Julien MOUTTE  <julien@moutte.net>
14064
14065         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
14066         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
14067         synchronous property for debugging.
14068         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
14069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14070         (gst_xvimagesink_set_property): Moving a pointer declaration to a
14071         smaller block, fixing indent.
14072
14073 2004-01-16  David Schleef  <ds@schleef.org>
14074
14075         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
14076         property affects the video stream.
14077         * sys/xvimage/xvimagesink.c:
14078         * sys/xvimage/xvimagesink.h:
14079         Add synchronous property for debugging.  Should probably be
14080         disabled in non-CVS builds.  Make sure that the Xv attribute
14081         exists before we set it (crash!).  Fix a silly float bug that
14082         caused colorbalance to just not work.
14083
14084 2004-01-17  Christian Schaller <Uraeus@gnome.org>
14085
14086         * tools/gst-launch-ext.in - update for new plugins
14087
14088 2004-01-16  David Schleef  <ds@schleef.org>
14089
14090         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
14091         already-freed caps.
14092
14093 2994-01-16  Christian Schaller <Uraeus@gnome.org>
14094
14095         * Update spec for new colorspace plugin and libcaca plugin
14096         * Fix compilation of libcaca plugin (clock -> id)
14097
14098 2004-01-16  Julien MOUTTE <julien@moutte.net>
14099
14100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
14101         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
14102         (gst_xvimagesink_set_xwindow_id),
14103         (gst_xvimagesink_colorbalance_set_value),
14104         (gst_xvimagesink_colorbalance_get_value),
14105         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14106         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
14107         correct colorbalance properties. They can now be set when the element
14108         is still in NULL state. The values will be committed to the Xv Port
14109         when xcontext is initialized.
14110         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
14111         brightness int values in the GstXvImagesink structure.
14112
14113 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14114
14115         * gst-libs/gst/Makefile.am:
14116           restructure so having local patches works easier.
14117
14118 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14119
14120         * ext/mpeg2enc/Makefile.am:
14121         * ext/mpeg2enc/gstmpeg2enc.cc:
14122         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
14123           Bugfix with respect to EOS handling.
14124
14125 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14126
14127         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
14128           Link with right caps (else, it segfaults).
14129         * ext/mplex/gstmplexjob.cc:
14130           Fix for slight API change in 1.6.1.93 release of mjpegtools.
14131
14132 2004-01-15  David Schleef  <ds@schleef.org>
14133
14134         * gst-libs/gst/audio/Makefile.am:
14135         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
14136         from the template.
14137         * gst-libs/gst/audio/gstaudiofilter.c:
14138         * gst-libs/gst/audio/gstaudiofilter.h:
14139         Add bytes_per_sample and size and n_samples calculation.
14140         * gst-libs/gst/audio/gstaudiofilterexample.c:
14141         Remove, now autogenerated.
14142         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14143         Moved from gstaudiofilterexample, object name changed, code added
14144         so that it actually works.
14145         * gst-libs/gst/audio/make_filter:
14146         Script to build an audiofilter subclass from the template.
14147         * gst/colorspace/Makefile.am:
14148         * gst/colorspace/yuv2yuv.c:
14149         Remove file, since it's GPL, and we don't use it.
14150
14151 2004-01-15  Julien MOUTTE  <julien@moutte.net>
14152
14153         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
14154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
14155         them use the buffer free function to test how the buffer was allocated.
14156
14157 2004-01-15  David Schleef  <ds@schleef.org>
14158
14159         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
14160         that handles osssink fallback.
14161         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14162         (gst_audio_convert_getcaps):
14163         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14164         Add audio/x-qdm2 for QDM2 audio.
14165         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
14166         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
14167         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
14168         Decrease minimum size to 16x16.
14169         * gst/wavparse/gstwavparse.c:
14170         Convert disabled pad template caps to new caps.
14171         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14173         (gst_xvimagesink_chain): Throw element error when display cannot
14174         be opened.  Increase minimum framerate to 1.0.  Check the data
14175         free function on a buffer to make sure it is the type we expect
14176         before manipulating it.
14177
14178 2004-01-15  Julien MOUTTE <julien@moutte.net>
14179
14180         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
14181         (gst_videobalance_colorbalance_set_value): Implement passthru if
14182         settings are in the middle.
14183         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
14184
14185 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14186
14187         * gst/videofilter/Makefile.am:
14188         * gst/volume/Makefile.am:
14189           Since we use videofilter symbols, link to it.
14190
14191 2004-01-15  Julien MOUTTE <julien@moutte.net>
14192
14193         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
14194         mixer interface type to HARDWARE.
14195         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
14196         type to SOFTWARE.
14197         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
14198         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
14199         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
14200         (gst_volume_interface_init), (gst_volume_list_tracks),
14201         (gst_volume_set_volume), (gst_volume_get_volume),
14202         (gst_volume_set_mute), (gst_volume_mixer_init),
14203         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
14204         (volume_init): Implementing mixer interface.
14205         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
14206         * sys/oss/gstosselement.c: (gst_osselement_get_type),
14207         (gst_osselement_change_state): Removing some trailing commas in
14208         structures.
14209         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
14210         interface type to HARDWARE.
14211         * sys/v4l/gstv4lcolorbalance.c:
14212         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
14213         type to HARDWARE.
14214         * sys/v4l2/gstv4l2colorbalance.c:
14215         (gst_v4l2_color_balance_interface_init): Setting colorbalance
14216         interface type to HARDWARE.
14217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
14218         same code than ximagesink for event handling.
14219
14220 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14221
14222         * ext/snapshot/Makefile.am:
14223         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
14224         (gst_snapshot_chain):
14225         * ext/snapshot/gstsnapshot.h:
14226           This has to be a joke... Snapshot should be connected to a tee,
14227           colorspace element before it and EOS after that, where the other
14228           src of the tee receives normal data.
14229           The current way is *wrong*.
14230
14231 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14232
14233         * ext/hermes/gsthermescolorspace.c:
14234           Fix another compile error. Same as below.
14235
14236 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14237
14238         * gst/colorspace/gstcolorspace.c:
14239         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
14240         (gst_colorspace_i420_to_yv12):
14241           Fix compiling... Didn't test if it actually works.
14242
14243 2004-01-15  David Schleef  <ds@schleef.org>
14244
14245         * configure.ac:
14246         * gst/colorspace/Makefile.am:
14247         * gst/colorspace/gstcolorspace.c:
14248         * gst/colorspace/gstcolorspace.h:
14249         * gst/colorspace/yuv2rgb.c:
14250         * gst/colorspace/yuv2rgb.h:
14251         Duplicate the ext/hermes colorspace plugin, and remove Hermes
14252         code and GPL code.  Fix for new caps negotiation.  Rewrite
14253         much of the format handling code, and some of the conversion
14254         code.  Basically, rewrote almost everything.  This element
14255         handles I420, YV12 to RGB conversions.
14256         * ext/hermes/Makefile.am:
14257         * ext/hermes/gsthermescolorspace.c:
14258         Rename colorspace to hermescolorspace.  Fix negotiation issues.
14259         Remove non-Hermes related code.  This element handles lots of
14260         RGB to RGB conversions, but no YUV.
14261         * ext/hermes/gstcolorspace.c:
14262         * ext/hermes/gstcolorspace.h:
14263         * ext/hermes/rgb2yuv.c:
14264         * ext/hermes/yuv2rgb.c:
14265         * ext/hermes/yuv2rgb.h:
14266         * ext/hermes/yuv2rgb_mmx16.s:
14267         * ext/hermes/yuv2yuv.c:
14268         * ext/hermes/yuv2yuv.h:
14269         Remove old code.
14270
14271 2004-01-14  Colin Walters  <walters@verbum.org>
14272
14273         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
14274         they've already been.
14275
14276 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14277
14278         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
14279           assume tag mode when pad is not connected
14280
14281 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14282
14283         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14284           Don't update the time of the clock
14285         (gst_alsa_sink_loop):
14286           sync to the clock given to alsasink, not the own clock
14287         * sys/oss/gstosssink.c: (gst_osssink_chain):
14288           sync to the clock
14289         (gst_osssink_change_state):
14290           activate the clock
14291         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
14292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
14293           remove bogus code that made DISCONT events unhandled
14294         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
14295           explicitly case to double in _set_simple. (fixes 2nd warning in bug
14296           #131502)
14297         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
14298         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
14299         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
14300           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
14301           2nd warning in bug #131502)
14302
14303 2004-01-14  Julien MOUTTE  <julien@moutte.net>
14304
14305         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
14306         (gst_videobalance_colorbalance_set_value),
14307         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
14308         for colorbalance interface implementation.
14309         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14310         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
14311         (gst_ximagesink_dispose), (gst_ximagesink_init),
14312         (gst_ximagesink_class_init): Adding DISPLAY property.
14313         * sys/ximage/ximagesink.h: Adding display_name to store display.
14314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14315         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14316         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
14317         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
14318         properties (they still need polishing though for gst-launch use : no
14319         xcontext yet, i ll do that tomorrow).
14320         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
14321
14322 2004-01-14  Julien MOUTTE  <julien@moutte.net>
14323
14324         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
14325         (gst_play_set_location), (gst_play_set_visualization): Preparing
14326         switch integration, adding videobalance in the pipeline.
14327
14328 2004-01-14  Julien MOUTTE <julien@moutte.net>
14329
14330         * gst-libs/gst/colorbalance/colorbalance.c:
14331         (gst_color_balance_class_init): Adding a default type.
14332         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
14333         the type.
14334         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
14335         (gst_videobalance_dispose), (gst_videobalance_class_init),
14336         (gst_videobalance_init), (gst_videobalance_interface_supported),
14337         (gst_videobalance_interface_init),
14338         (gst_videobalance_colorbalance_list_channels),
14339         (gst_videobalance_colorbalance_set_value),
14340         (gst_videobalance_colorbalance_get_value),
14341         (gst_videobalance_colorbalance_init): Implementing colorbalance
14342         interface.
14343         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
14344         list.
14345         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
14346         bug which was triggering a BadAccess X error when setting an overlay
14347         before pad was really negotiated.
14348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
14349         Using the colorbalance type macro.
14350
14351 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14352
14353         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
14354         (gst_flacenc_chain):
14355           handle tags correctly
14356         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14357           extract ID3v1 tags correctly
14358
14359 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14360
14361         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
14362         (plugin_init):
14363           Improve matroska typefinding for odd-typed headers...
14364
14365 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14366
14367         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14368           Fix for using incremental number on padnames.
14369
14370 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14371
14372         * ext/divx/gstdivxdec.c:
14373         * ext/divx/gstdivxenc.c:
14374           Set category to divx4linux instead of divx (too generic).
14375         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14376         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
14377         (gst_wavparse_loop), (gst_wavparse_change_state):
14378         * gst/wavparse/gstwavparse.h:
14379           fix parsing of WAV files with non-standard fmt-tag size and fix
14380           skipping of unrecognized chunks... Someone please fix this thing
14381           to use rifflib so all this is automated.
14382         * sys/v4l/Makefile.am:
14383         * sys/v4l2/Makefile.am:
14384           Add X_CFLAGS because we depend on X (for overlay).
14385
14386 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
14387
14388         * ext/mpeg2dec/gstmpeg2dec.c:
14389           Don't issue a timestamp unless we tagged the frame
14390           with a PTS.
14391
14392 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14393
14394         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
14395           Query the audio element to get the time, not the clock. We're
14396           interested in the element's time here.
14397
14398 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14399
14400         * ext/aalib/gstaasink.c: (gst_aasink_chain):
14401         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14402         * ext/esd/esdsink.c: (gst_esdsink_chain):
14403         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
14404         * ext/mas/massink.c: (gst_massink_chain):
14405         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
14406         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
14407         (gst_matroska_demux_parse_metadata):
14408         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
14409         (gst_mpeg_parse_release_locks):
14410         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
14411         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
14412         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
14413         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14414         (gst_osssink_change_state):
14415         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
14416         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
14417         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
14418         (gst_xvideosink_release_locks):
14419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
14420           use element time.
14421         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
14422         (gst_alsa_clock_stop):
14423         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
14424         (gst_audio_clock_get_internal_time):
14425           simplify for use with new clocking code.
14426         * testsuite/alsa/Makefile.am:
14427         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
14428           fix testsuite for new caps system
14429
14430 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14431
14432         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
14433         * ext/flac/gstflacenc.c: (add_one_tag):
14434           length is already host endian, no need to convert. Fixes playback of
14435           tagged files on PPC. (bug #128384)
14436
14437 2004-01-13  Julien MOUTTE <julien@moutte.net>
14438
14439         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
14440         colorbalance interface stating if it is hardware based or software
14441         based.
14442         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
14443         Removing a trailing comma.
14444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14445         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
14446         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
14447         the documentation seems to be wrong on the -1000 to 1000 interval.
14448
14449 2004-01-12  David Schleef  <ds@schleef.org>
14450
14451         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
14452         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
14453         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
14454         Fix negotiation.  Add a bufferalloc function for the sink pad,
14455         and generally clean up some of the code.
14456
14457 2004-01-12  Julien MOUTTE <julien@moutte.net>
14458
14459         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14460         (gst_color_balance_channel_dispose): Adding safety check in dispose
14461         method.
14462         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14463         (gst_xvimagesink_xcontext_clear),
14464         (gst_xvimagesink_interface_supported),
14465         (gst_xvimagesink_colorbalance_list_channels),
14466         (gst_xvimagesink_colorbalance_set_value),
14467         (gst_xvimagesink_colorbalance_get_value),
14468         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
14469         Adding colorbalance interface support to set XV parameters such as
14470         HUE, BRIGHTNESS, CONTRAST, SATURATION.
14471         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
14472         interface.
14473
14474 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14475
14476         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
14477         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
14478         (gst_audio_convert_init), (gst_audio_convert_set_property),
14479         (gst_audio_convert_get_property), (gst_audio_convert_chain),
14480         (gst_audio_convert_link),
14481         (gst_audio_convert_buffer_to_default_format),
14482         (gst_audio_convert_buffer_from_default_format), (plugin_init):
14483           - implement _getcaps and use it
14484           - improve linking
14485           - remove float caps since no float conversion is actually done
14486           - remove properties and arguments that were to be used for rate
14487             conversion
14488
14489 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14490
14491         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
14492         (gst_audio_structure_set_int):
14493         * gst-libs/gst/audio/audio.h:
14494           add helper functions for _getcaps matching the standard audio
14495           templates
14496
14497 2004-01-12  David Schleef  <ds@schleef.org>
14498
14499         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14500         Test that pad is negotiated before getting its caps.
14501
14502 2004-01-12  Julien MOUTTE <julien@moutte.net>
14503
14504         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
14505         analyzing the pads of an element the bin is mostly in READY state so
14506         no caps were negotiated. This helper function needs to work with
14507         _get_caps directly then. I was not freeing them though, added that to
14508         fix the mem leak.
14509
14510 2004-01-12  Julien MOUTTE <julien@moutte.net>
14511
14512         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
14513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
14514         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
14515         than the free_func.
14516
14517 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14518
14519         * sys/oss/gstossaudio.c: (plugin_init):
14520         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
14521         * sys/oss/gstosselement.h:
14522           make an oss debugging category
14523           make failure more descriptive
14524
14525 2004-01-11  David Schleef  <ds@schleef.org>
14526
14527         * ext/ffmpeg/gstffmpeg.c:
14528         * ext/ffmpeg/gstffmpegcodecmap.c:
14529         * ext/ffmpeg/gstffmpegdec.c:
14530         * ext/ffmpeg/gstffmpegenc.c:
14531         * ext/ffmpeg/gstffmpegprotocol.c:
14532         * ext/gdk_pixbuf/gstgdkanimation.c:
14533         * ext/jpeg/gstjpeg.c:
14534         * ext/libpng/gstpng.c:
14535         * ext/mpeg2dec/perftest.c:
14536         * ext/speex/gstspeex.c:
14537         * gst-libs/gst/resample/dtos.c:
14538         * gst/intfloat/gstintfloatconvert.c:
14539         * gst/oneton/gstoneton.c:
14540         * gst/rtjpeg/RTjpeg.c:
14541         * gst/rtp/gstrtp.c:
14542         * sys/dxr3/dxr3init.c:
14543         * sys/glsink/gstgl_nvimage.c:
14544         * sys/glsink/gstgl_pdrimage.c:
14545         * sys/glsink/gstglsink.c:
14546         * testsuite/gst-lint:
14547         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
14548
14549 2004-01-11  David Schleef  <ds@schleef.org>
14550
14551         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
14552         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
14553         * ext/gdk_pixbuf/gstgdkanimation.c:
14554         (gst_gdk_animation_iter_create_pixbuf):
14555         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
14556         (gst_gdk_pixbuf_chain):
14557         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14558         * ext/jack/gstjack.c: (gst_jack_change_state):
14559         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
14560         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
14561         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
14562         * gst/videofilter/gstvideofilter.c:
14563         (gst_videofilter_set_output_size):
14564         Remove all usage of gst_pad_get_caps(), and replace it with
14565         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
14566
14567 2004-01-11  David Schleef  <ds@schleef.org>
14568
14569         * configure.ac:
14570         * ext/Makefile.am: Fixes to make ext/libcaca compile.
14571         * ext/divx/gstdivxdec.c:
14572         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
14573         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
14574         handle images that span multiple buffers.  Now work with both
14575         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
14576         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14577         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
14578         video/video.h changes
14579         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
14580         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
14581         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
14582         of GstData free function.
14583         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
14584         same.
14585
14586 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14587
14588         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
14589         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
14590         (gst_v4l2element_get_property):
14591         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
14592           add norm, channel and frequency properties.
14593         * sys/v4l2/gstv4l2tuner.c:
14594           fixes for tuner interface changes
14595         * sys/v4l2/gstv4l2element.h:
14596         * sys/v4l2/gstv4l2src.c:
14597         * sys/v4l2/gstv4l2src.h:
14598         * sys/v4l2/v4l2src_calls.c:
14599         * sys/v4l2/v4l2src_calls.h:
14600           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
14601
14602 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14603
14604         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
14605         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
14606         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
14607         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
14608         * gst-libs/gst/tuner/tuner.h:
14609           GObjects aren't const.
14610           Add find_by_name functions.
14611           Add checks to _changed functions.
14612         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
14613         (gst_v4l_tuner_get_norm):
14614           Fixes for above.
14615
14616 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14617
14618         * gst-libs/gst/video/video.h:
14619           Fix caps template names to be understandable.
14620           Prefix everything with GST_VIDEO.
14621         * ext/aalib/gstaasink.c:
14622         * ext/divx/gstdivxdec.c:
14623         * ext/divx/gstdivxenc.c:
14624         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14625         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
14626         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
14627         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
14628         * ext/libcaca/gstcacasink.c:
14629         * ext/libpng/gstpngenc.c: (raw_caps_factory):
14630         * ext/snapshot/gstsnapshot.c:
14631         * ext/swfdec/gstswfdec.c:
14632         * ext/xvid/gstxviddec.c:
14633         * ext/xvid/gstxvidenc.c:
14634         * gst/chart/gstchart.c:
14635         * gst/deinterlace/gstdeinterlace.c:
14636         * gst/effectv/gsteffectv.c:
14637         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
14638         * gst/goom/gstgoom.c:
14639         * gst/median/gstmedian.c:
14640         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
14641         (gst_monoscope_srcconnect), (gst_monoscope_chain):
14642         * gst/overlay/gstoverlay.c:
14643         * gst/smooth/gstsmooth.c:
14644         * gst/smpte/gstsmpte.c:
14645         * gst/synaesthesia/gstsynaesthesia.c:
14646         * gst/videocrop/gstvideocrop.c:
14647         * gst/videodrop/gstvideodrop.c:
14648         * gst/y4m/gsty4mencode.c:
14649         * sys/qcam/gstqcamsrc.c:
14650         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
14651           Make them work with new video.h file.
14652         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
14653         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
14654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
14655         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
14656           Make it work with new buffer allocation system.
14657
14658 2004-01-11  Julien MOUTTE  <julien@moutte.net>
14659
14660         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
14661         pad_alloc_buffer implementation to use ->srcpad
14662         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
14663         pad_alloc_buffer implementation to use ->srcpad
14664         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
14665         pad_alloc_buffer implementation to use ->srcpad
14666         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14667         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
14668         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
14669         a reference to everything we need.
14670         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
14671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14672         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
14673         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
14674         a reference to everything we need.
14675         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
14676
14677 2004-01-11  David Schleef  <ds@schleef.org>
14678
14679         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
14680         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
14681         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
14682         structure members.
14683         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
14684         value during a resize/renegotiation.
14685         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
14686         gst_pad_alloc_buffer();
14687         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
14688         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
14689         structure members.
14690         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
14691         Fix for rename of buffer private structure members.
14692         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
14693         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
14694         Fix for rename of buffer private structure members.
14695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
14696         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
14697         Fix for rename of buffer private structure members.
14698
14699 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
14700
14701         reviewed by: David Schleef <ds@schleef.org>
14702
14703         * gst/videofilter/Makefile.am:
14704         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
14705         from the patch by ds to fit in with recent make_filter changes.
14706
14707 2004-01-11  Julien MOUTTE  <julien@moutte.net>
14708
14709         * configure.ac: Adding examples/switch/Makefile
14710         * examples/Makefile.am: Adding examples/switch
14711         * examples/switch/Makefile.am: Adding switcher example.
14712         * examples/switch/switcher.c: (got_eos), (idle_iterate),
14713         (switch_timer), (main): Adding an example demonstrating switch usage
14714         with 2 videotestsrc showing different patterns.
14715         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
14716         (gst_switch_init): Fixing switch with the new caps system.
14717
14718 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14719
14720         * gst-libs/gst/video/video.h:
14721           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
14722           They should probably be like
14723           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
14724
14725 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14726
14727         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14728         (qtdemux_parse_trak):
14729           fix audio chunk size/timestamp calculation
14730
14731 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14732
14733         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
14734           fix SVQ3 caps
14735
14736 2004-01-11  Steve Baker  <steve@stevebaker.org>
14737
14738         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
14739         (gst_agingtv_base_init), (gst_agingtv_class_init),
14740         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
14741         (gst_agingtv_set_property), (gst_agingtv_get_property):
14742         Port agingTV to videofilter
14743
14744 2004-01-09  Julien MOUTTE <julien@moutte.net>
14745
14746         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
14747         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
14748
14749 2004-01-09  Julien MOUTTE <julien@moutte.net>
14750
14751         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
14752         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
14753         * gst-libs/gst/xoverlay/xoverlay.c:
14754         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
14755         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
14756         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
14757         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
14758         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
14759         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
14760         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14761         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
14762         the bufferalloc_function to replace bufferpools, fixing the XOverlay
14763         interface implementation to handle xid being 0 and fix some bugs
14764         triggered by Benjamin's testcase.
14765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
14766         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14767         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
14768         the bufferalloc_function to replace bufferpools, fixing the XOverlay
14769         interface implementation to handle xid being 0 and fix some bugs
14770         triggered by Benjamin's testcase.
14771
14772 2004-01-09  David Schleef  <ds@schleef.org>
14773
14774         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
14775         mouse pointer events.  It works.
14776
14777 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14778
14779         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
14780           Use explicit caps - fix capsnego.
14781         * ext/xvid/gstxviddec.c:
14782         * ext/xvid/gstxvidenc.c:
14783           Remove macro-inside-macro which caused compile errors.
14784         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
14785           Error out if it's not a RIFF file. Else we error out without
14786           gst_element_error() which is not good...
14787
14788 2004-01-08  David Schleef  <ds@schleef.org>
14789
14790         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
14791         Fix pad_link function to handle formats that ffmpeg returns
14792         as multiple caps structures.
14793         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
14794         Only complain if source buffer is _smaller_ than expected.
14795         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
14796         (gst_videoscale_handle_src_event): Resize navigation events
14797         when passing them upstream.
14798         * gst/videotestsrc/gstvideotestsrc.c:
14799         * gst/videotestsrc/gstvideotestsrc.h:
14800         * gst/videotestsrc/videotestsrc.c:
14801         * gst/videotestsrc/videotestsrc.h:
14802         Rewrite many of the buffer painting functions to handle odd
14803         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
14804         been verified to work with my video card.
14805         * testsuite/gst-lint:  Add check for elements calling
14806         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
14807
14808 2004-01-08  David Schleef  <ds@schleef.org>
14809
14810         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
14811         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
14812
14813 2004-01-08  Julien MOUTTE  <julien@moutte.net>
14814
14815         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
14816         configure event is not emiting the desired size signal. That fixes
14817         aspect ratio issues with gst-player.
14818
14819 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14820
14821         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
14822           Fix capsnego.
14823
14824 2004-01-08  Julien MOUTTE  <julien@moutte.net>
14825
14826         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
14827         public method to fire size signal.
14828
14829 2004-01-07  Julien MOUTTE  <julien@moutte.net>
14830
14831         * examples/gstplay/Makefile.am: Adding the interface library.
14832         * gst-libs/gst/play/Makefile.am: Adding the interface library.
14833         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
14834         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
14835         GST_IS_X_OVERLAY before signal connect.
14836         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
14837         Removing the have_video_size signal.
14838         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
14839         and associated public method.
14840         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
14841         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
14842         signal.
14843         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
14844         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
14845         signal.
14846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
14847         Using XOverlay public method to fire size signal.
14848
14849 2004-01-07  David Schleef  <ds@schleef.org>
14850
14851         * gst/videofilter/Makefile.am:
14852         * gst/videofilter/gstvideotemplate.c:
14853         * gst/videofilter/make_filter:
14854         Create gstvideoexample.c in a srcdir!=builddir friendly way.
14855         Convert make_filter to /bin/sh script.
14856
14857 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14858
14859         * gst/modplug/gstmodplug.cc: fix element description
14860
14861 2004-01-07  Julien MOUTTE  <julien@moutte.net>
14862
14863         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
14864         (got_video_size): Adding some new lines in g_print calls.
14865         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
14866         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
14867         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
14868         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
14869         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
14870         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
14871         Complete code review, reverting some stuff i disagree with, adding
14872         some fixes : time synchronization on invalid timestamps, renegotiation
14873         of private window.
14874         * sys/ximage/ximagesink.h:
14875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
14876         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
14877         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14878         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
14879         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
14880         (gst_xvimagesink_buffer_new),
14881         (gst_xvimagesink_navigation_send_event),
14882         (gst_xvimagesink_set_xwindow_id),
14883         (gst_xvimagesink_get_desired_size),
14884         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
14885         stuff i disagree with, adding some fixes : Renegotiation of private
14886         window, implementing get_desired_size.
14887
14888 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14889
14890         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
14891         (gst_afsink_handle_event):
14892         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
14893         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
14894         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
14895         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
14896         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
14897           Fix for instantiate-test (see core). Also remove dead code from
14898           jpegenc (which still needs fixing, but that's lower on my TODO
14899           list...).
14900         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
14901           Never return NULL as caps.
14902
14903 2004-01-07  David Schleef  <ds@schleef.org>
14904
14905         * configure.ac:
14906         * ext/Makefile.am:
14907         * ext/librfb/Makefile.am:
14908         * ext/librfb/gstrfbsrc.c:
14909         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
14910         is the protocol used by VNC.
14911
14912 2004-01-07  David Schleef  <ds@schleef.org>
14913
14914         * gst/videofilter/gstvideotemplate.c:
14915         * gst/videofilter/gstvideotemplate.h:
14916         * gst/videofilter/make_filter:
14917         Merge videotemplate header into source file.
14918         * gst/effectv/Makefile.am:
14919         * gst/effectv/gsteffectv.c: (plugin_init):
14920         * gst/effectv/gstwarp.c:
14921         Make warpTV a subclass of videofilter.
14922
14923 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14924
14925         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
14926           Add guard against invalid utf-8 conversions in mad. Just in case.
14927
14928 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14929
14930         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
14931           Fix for bug shown by poisoning
14932
14933 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14934
14935         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
14936         (gst_v4lmjpegsrc_buffer_free):
14937         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
14938         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
14939         (gst_v4lsrc_buffer_free):
14940           Fix for removed bufferpools.
14941
14942 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
14943
14944         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
14945         Fix caps negotiation.
14946
14947         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
14948         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
14949         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
14950         (dvdnavsrc_event):
14951         * ext/mpeg2dec/gstmpeg2dec.c:
14952         * gst-libs/gst/navigation/navigation.c:
14953         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
14954         * gst-libs/gst/navigation/navigation.h:
14955         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
14956         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
14957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
14958         Super-simple first version of mouse and keyboard events. Clicking
14959         on a DVD menu now works, although it may not take you where you
14960         expected.
14961
14962         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
14963         * gst/videotestsrc/gstvideotestsrc.c:
14964         (gst_videotestsrc_src_fixate):
14965         These fixate functions were broken - they never actually
14966         fixated :)
14967
14968 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14969
14970         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
14971         (gst_icecastsend_init):
14972           fix for new caps system.
14973         * gst-libs/gst/mixer/mixertrack.h:
14974         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
14975           Add 'master track' flag (for tools like ACME that only want to
14976           change the main volume).
14977
14978 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
14979
14980         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
14981         (gst_xvid_csp_to_caps):
14982         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
14983         * ext/xvid/gstxvidenc.c:
14984         ifdef out ARGB type when it isn't available
14985         in xvidcore 1.0.0beta2
14986
14987 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14988
14989         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
14990           When we have received a new SCR right in the first buffer after
14991           a seek (so in the same cycle that handles the discont), we should
14992           handle the buffer instead of unreffing it, else we lose data.
14993
14994 2004-01-06  Iain <iain@prettypeople.org>
14995
14996         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
14997           buffer-frames caps too.
14998
14999         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
15000           caps that we need, don't destroy them all and rebuild them. And when
15001           creating src pads, use the src pad template rather than the sink...
15002
15003 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15004
15005         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
15006           Add pad to element *after* setting functions such as event handler.
15007           Without this, the scheduler (opt) will link pads, set the event
15008           handler from the default event function (dispatcher in gstpad.c)
15009           and *after* that, we will set our own event function, which will
15010           thus never be used (and thus mpegdemux doesn't handle events).
15011
15012 2004-01-04  David Schleef  <ds@schleef.org>
15013
15014         Fix the fixate functions to handle new prototype:
15015         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
15016         * gst/videotestsrc/gstvideotestsrc.c:
15017         (gst_videotestsrc_src_fixate):
15018         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
15019         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
15020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
15021
15022 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15023
15024         * sys/ximage/ximagesink.h:
15025         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15026         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
15027         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
15028         (gst_ximagesink_xoverlay_init):
15029           assorted fixes to make (re)embedding work
15030         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
15031         (gst_ximagesink_get_desired_size):
15032           implement desired size additions to XOverlay
15033
15034 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15035
15036         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
15037         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
15038         (gst_x_overlay_got_desired_size):
15039         * gst-libs/gst/xoverlay/xoverlay.h:
15040           Add optional "desired size" signal and querying.
15041
15042 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15043
15044         * gst/matroska/matroska-demux.c:
15045         (gst_matroska_demux_parse_blockgroup):
15046           Fix EBML-laced block parsing. Diffs are relative to previous
15047           lace, not the first lace. Thanks to Mosu from the Matroska
15048           team for detecting this.
15049         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15050         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
15051         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
15052         (gst_wavparse_change_state):
15053         * gst/wavparse/gstwavparse.h:
15054           Quickfix for capsnego.
15055
15056 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15057
15058         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
15059           Fix indenting, fix pad creation.
15060
15061 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15062
15063         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
15064         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
15065         (gst_xviddec_sink_link):
15066           Implement src_getcaps() so proper size caps is negotiated.
15067
15068 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15069
15070         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
15071           Finish flac decoder on EOS. See #116178.
15072
15073 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15074
15075         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
15076         (gst_matroska_demux_add_stream):
15077         * gst/matroska/matroska-ids.h:
15078           Add getcaps() function to fix capsnego...
15079
15080 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15081
15082         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
15083         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
15084         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
15085           Fix more integer overflows. Again, see #126967.
15086
15087 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15088
15089         * ext/mpeg2dec/gstmpeg2dec.c:
15090           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
15091           #130416.
15092
15093 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15094
15095         * configure.ac:
15096         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
15097         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
15098         * ext/xvid/gstxvid.h:
15099         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
15100         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
15101         (gst_xviddec_src_link), (gst_xviddec_sink_link),
15102         (gst_xviddec_change_state):
15103         * ext/xvid/gstxviddec.h:
15104         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
15105         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
15106         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
15107         (gst_xvidenc_link), (gst_xvidenc_set_property),
15108         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
15109         * ext/xvid/gstxvidenc.h:
15110           Update xvid plugin to latest xvid (1.0.0-beta3) API.
15111
15112 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15113
15114         * gst/rtp/rtp-packet.c:
15115           Add sys/types.h include, since OS X doesn't define in_addr_t
15116           in netinet/in.h, like it does on Linux (see #129600).
15117
15118 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
15119
15120         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15121
15122         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
15123           Correct logic of dispose function (see #129306).
15124
15125 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15126
15127         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
15128         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
15129         (gst_mpeg_parse_init):
15130         * gst/mpegstream/gstmpegparse.h:
15131           Remove clock (which was never provided, i.e. dead code), and
15132           also fix integer overflows at high PTS values (see #126967).
15133
15134 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15135
15136         * ext/flac/gstflacdec.c:
15137         * ext/libpng/gstpngenc.h:
15138         * ext/mikmod/gstmikmod.h:
15139           OS X fixes (see #126628).
15140
15141 2004-01-02  David Schleef  <ds@schleef.org>
15142
15143         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
15144         (gst_alsa_src_base_init): Remove bogus "src" request pad.
15145         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
15146         (gst_mpeg_parse_class_init): Move pad template registration
15147         to class_init, since the derived class (mpegdemux) doesn't
15148         want them.
15149
15150 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15151
15152         * sys/ximage/Makefile.am:
15153         * sys/xvideo/Makefile.am:
15154         * sys/xvimage/Makefile.am:
15155           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
15156           after installation (see #127664).
15157
15158 2004-01-02  David Schleef  <ds@schleef.org>
15159
15160         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
15161         (gst_ffmpegenc_connect):  Negotiation fixes.
15162         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
15163         Remove inappropriate gst_caps_free().
15164         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
15165         Reenable Ronald's internal resize code, since the core handles
15166         it correctly now.
15167
15168 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15169
15170         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
15171         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
15172         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
15173           Fix pad template stuff.
15174
15175 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15176
15177         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15178         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
15179           fix signed integer reading/writing.
15180
15181 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15182
15183         * ext/alsa/README:
15184           Remove outdated document
15185
15186 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
15187
15188         * gst/cutter/gstcutter.c: (gst_cutter_init):
15189           src pad was being created twice - oops.
15190
15191 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15192
15193         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
15194           Comment out internal resize. It doesn't handle the resulting
15195           XEvent internally, does another try_set_caps() which leads to
15196           a really nice loop.
15197           Real fix will come when Julien and Dave are awake. ;).
15198
15199 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15200
15201         * ext/mpeg2enc/gstmpeg2enc.cc:
15202           fix const/nonconst compile issue.
15203
15204 2004-01-02  David Schleef  <ds@schleef.org>
15205
15206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
15207         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
15208         Add fixate function and a check for bad formats.
15209
15210 2004-01-01  David Schleef  <ds@schleef.org>
15211
15212         Negotiation fixes:
15213         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15214         (gst_audiofilter_init):
15215         * gst/debug/efence.c: (gst_efence_init):
15216         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
15217         (gst_deinterlace_init):
15218         * gst/volume/gstvolume.c: (volume_connect):
15219
15220 2004-01-01  David Schleef  <ds@schleef.org>
15221
15222         Convert elements to use gst_pad_use_explicit_caps() where
15223         appropriate:
15224         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
15225         * ext/audiofile/gstafparse.c: (gst_afparse_init),
15226         (gst_afparse_open_file):
15227         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
15228         (gst_afsrc_open_file):
15229         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
15230         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
15231         (gst_ffmpegdec_chain):
15232         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
15233         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
15234         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
15235         (gst_gdk_pixbuf_chain):
15236         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
15237         (gst_jpegdec_chain):
15238         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
15239         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
15240         (gst_mikmod_negotiate):
15241         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
15242         (gst_mpeg2dec_negotiate_format):
15243         * ext/mpeg2enc/gstmpeg2enc.cc:
15244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15245         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
15246         (gst_speexdec_sinkconnect):
15247         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
15248         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
15249         (gst_vorbisfile_new_link):
15250         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
15251         (gst_ac3parse_chain):
15252         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
15253         (gst_asf_demux_setup_pad):
15254         * gst/auparse/gstauparse.c: (gst_auparse_init),
15255         (gst_auparse_chain):
15256         * gst/id3/gstid3types.c: (gst_id3types_loop):
15257         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15258         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
15259         (mp1videoparse_parse_seq):
15260         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
15261         (bpf_from_header):
15262         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
15263         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
15264         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
15265         (gst_mpeg_parse_send_data):
15266         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15267         (gst_qtdemux_add_stream):
15268         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
15269         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15270         (gst_wavparse_parse_fmt):
15271
15272 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15273
15274         * configure.ac:
15275           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
15276           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
15277           it therefore uses the wrong include paths. Too bad... Note
15278           that 1.6.1.93 is not release yet. ;).
15279           Also add a check for mplex, which is now using the lib'ified
15280           mplex from mjpegtools, too.
15281         * ext/ffmpeg/gstffmpegcodecmap.c:
15282           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
15283           issues. I don't think ffmpeg handles 3ivx correctly, so this
15284           probably won't work. But it won't hurt either.
15285         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
15286         (gst_ffmpegdec_chain):
15287         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
15288         (gst_ffmpegenc_chain_audio):
15289           Fix memleak in audio encoding. Close codec if open fails, this
15290           calls the cleanup routines so we can re-use the context.
15291         * ext/mpeg2enc/gstmpeg2enc.cc:
15292           Fix pad template names/types, fix memory issue with getcaps().
15293         * ext/mpeg2enc/gstmpeg2encoder.cc:
15294         * ext/mpeg2enc/gstmpeg2encoder.hh:
15295           Fix compile issue with new caps system (const thingy).
15296         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
15297         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
15298           We read a first frame right on initing, so that we have a caps
15299           when we init the output. This caps is cached in padprivate and
15300           read as first frame.
15301         * ext/mplex/Makefile.am:
15302         * ext/mplex/gstmplex.cc:
15303         * ext/mplex/gstmplex.h:
15304         * ext/mplex/gstmplex.hh:
15305         * ext/mplex/gstmplexibitstream.cc:
15306         * ext/mplex/gstmplexibitstream.hh:
15307         * ext/mplex/gstmplexjob.cc:
15308         * ext/mplex/gstmplexjob.hh:
15309         * ext/mplex/gstmplexoutputstream.cc:
15310         * ext/mplex/gstmplexoutputstream.hh:
15311           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
15312           had issues, didn't do capsnego, supported only a subset of the
15313           mplex features and required a mplex fork in our local CVS. Plus
15314           that it worked agaist a very old mplex version. Rewriting was
15315           faster than updating it.
15316         * gst-libs/ext/Makefile.am:
15317         * gst-libs/ext/mplex/INSTRUCT:
15318         * gst-libs/ext/mplex/Makefile.am:
15319         * gst-libs/ext/mplex/README:
15320         * gst-libs/ext/mplex/TODO:
15321         * gst-libs/ext/mplex/ac3strm_in.cc:
15322         * gst-libs/ext/mplex/audiostrm.hh:
15323         * gst-libs/ext/mplex/audiostrm_out.cc:
15324         * gst-libs/ext/mplex/aunit.hh:
15325         * gst-libs/ext/mplex/bits.cc:
15326         * gst-libs/ext/mplex/bits.hh:
15327         * gst-libs/ext/mplex/buffer.cc:
15328         * gst-libs/ext/mplex/buffer.hh:
15329         * gst-libs/ext/mplex/fastintfns.h:
15330         * gst-libs/ext/mplex/format_codes.h:
15331         * gst-libs/ext/mplex/inputstrm.cc:
15332         * gst-libs/ext/mplex/inputstrm.hh:
15333         * gst-libs/ext/mplex/lpcmstrm_in.cc:
15334         * gst-libs/ext/mplex/mjpeg_logging.cc:
15335         * gst-libs/ext/mplex/mjpeg_logging.h:
15336         * gst-libs/ext/mplex/mjpeg_types.h:
15337         * gst-libs/ext/mplex/mpastrm_in.cc:
15338         * gst-libs/ext/mplex/mpegconsts.cc:
15339         * gst-libs/ext/mplex/mpegconsts.h:
15340         * gst-libs/ext/mplex/mplexconsts.hh:
15341         * gst-libs/ext/mplex/multplex.cc:
15342         * gst-libs/ext/mplex/outputstream.hh:
15343         * gst-libs/ext/mplex/padstrm.cc:
15344         * gst-libs/ext/mplex/padstrm.hh:
15345         * gst-libs/ext/mplex/stillsstream.cc:
15346         * gst-libs/ext/mplex/stillsstream.hh:
15347         * gst-libs/ext/mplex/systems.cc:
15348         * gst-libs/ext/mplex/systems.hh:
15349         * gst-libs/ext/mplex/vector.cc:
15350         * gst-libs/ext/mplex/vector.hh:
15351         * gst-libs/ext/mplex/videostrm.hh:
15352         * gst-libs/ext/mplex/videostrm_in.cc:
15353         * gst-libs/ext/mplex/videostrm_out.cc:
15354         * gst-libs/ext/mplex/yuv4mpeg.cc:
15355         * gst-libs/ext/mplex/yuv4mpeg.h:
15356         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
15357         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
15358           We don't fork mjpegtools' mplex in our CVS anymore.
15359         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
15360         (gst_avi_demux_add_stream):
15361         * gst/avi/gstavidemux.h:
15362           Add getcaps() function for proper caps nego. This makes some
15363           parts of AVI playback/reading work.
15364         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
15365           Resize window on new capsnego. This is probably wrong, but
15366           I'm still committing it because with current capsnego, the
15367           first successfull capsnego is auto-fixated, therefore rounded
15368           down to the lowest values in the caps. this results in a 16x16
15369           XWindow that is not reized when real capsnego finishes.
15370           Dave, I see more cases of this, do you know a proper solution?
15371         * tools/gst-launch-ext.in:
15372           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
15373
15374 2003-12-31  David Schleef  <ds@schleef.org>
15375
15376         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
15377         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
15378           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
15379
15380 2003-12-30  David Schleef  <ds@schleef.org>
15381
15382         * ext/ffmpeg/gstffmpegcolorspace.c:
15383         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15384         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
15385         (gst_ffmpegcsp_chain): Negotiation fixes
15386         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
15387         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15388         (gst_audio_convert_link), (gst_audio_convert_channels):
15389         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
15390         (gst_audioscale_link), (gst_audioscale_get_buffer),
15391         (gst_audioscale_chain): Negotiation fixes
15392         * gst/audioscale/gstaudioscale.h:
15393         * gst/videofilter/gstvideofilter.c:
15394         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
15395         (gst_videofilter_link), (gst_videofilter_init),
15396         (gst_videofilter_set_output_size), (gst_videofilter_setup),
15397         (gst_videofilter_find_format_by_structure):
15398         * gst/videofilter/gstvideofilter.h: Negotiation fixes
15399         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
15400         (gst_videoscale_link):
15401         * gst/videoscale/videoscale.c: (videoscale_get_structure),
15402         (videoscale_find_by_structure), (gst_videoscale_setup):
15403         * gst/videoscale/videoscale.h: Negotiation fixes
15404         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
15405         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
15406         function, restrict resizing to a multiple of 4 (hack until
15407         everyone supports odd sizes correctly).
15408
15409 2003-12-29  Colin Walters  <walters@verbum.org>
15410
15411         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
15412         signed.
15413
15414 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
15415
15416         * ext/sndfile/gstsf.c: (gst_sf_loop):
15417           Fix warning about discarding const qualifier
15418
15419 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
15420
15421         * gst/cutter/gstcutter.c:
15422         * gst/videoscale/gstvideoscale.c:
15423         * gst/volenv/gstvolenv.c:
15424         * gst-libs/gst/audio/audio.c:
15425         * gst-libs/gst/video/video.c:
15426           Fix warnings
15427
15428 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15429
15430         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
15431           Don't send ALSA debugging to stderr.
15432         * ext/alsa/gstalsa.h:
15433           Use GST_WARNING instead of g_warning when ALSA functions fail.
15434
15435 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15436
15437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15438           Free XVAdapterInfo correctly.
15439
15440 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15441
15442         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
15443         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
15444           Make id3tag use correct caps nego.
15445
15446 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
15447
15448         * ext/ivorbis/vorbis.c:
15449         * ext/ivorbis/vorbisenc.h:
15450         * ext/ivorbis/vorbisfile.c:
15451           Modify so that it uses the new caps things
15452
15453 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15454
15455         * testsuite/spider/spider1.c: (main):
15456         * testsuite/spider/spider2.c: (main):
15457         * testsuite/spider/spider3.c: (main):
15458           Make tests compile again. They probably don't work.
15459
15460 2003-12-24  Colin Walters  <walters@verbum.org>
15461
15462         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
15463         we can't fixate the caps anymore.
15464
15465 2003-12-23  David Schleef  <ds@schleef.org>
15466
15467         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
15468         * sys/oss/gstosssink.c: (gst_osssink_init),
15469         (gst_osssink_sink_fixate): Add fixate function.
15470
15471 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15472
15473         * ext/ffmpeg/gstffmpegcodecmap.c:
15474         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
15475         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
15476         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
15477         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
15478         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
15479         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15480         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
15481           fix typo in RGB masks, and move back to "old" colorspace
15482           capsnego code until whoever wrote this new crap has actually
15483           tested it so that it works.
15484           And yes, this works, keep it that way please.
15485
15486 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15487
15488         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
15489         (gst_divxdec_init), (gst_divxdec_negotiate):
15490         * ext/divx/gstdivxdec.h:
15491         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
15492         (gst_divxenc_init):
15493         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
15494         (gst_faac_sinkconnect), (gst_faac_srcconnect):
15495         * ext/mpeg2enc/gstmpeg2enc.cc:
15496         * ext/mpeg2enc/gstmpeg2encoder.cc:
15497         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
15498         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
15499         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
15500         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
15501         (dxr3spusink_init):
15502         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
15503         (dxr3videosink_init):
15504           Fix caps breakage after Dave's caps branch merge.
15505
15506 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15507
15508         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15509           Fix for 24bpp display.
15510
15511 2003-12-23  Colin Walters  <walters@verbum.org>
15512
15513         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
15514         a GnomeVFSHandle directly.
15515
15516 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15517
15518         * gst/volume/Makefile.am:
15519         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
15520         (volume_base_init), (volume_init):
15521           Reenable volume element and fix to work with new caps stuff.
15522           Rhythmbox needs this.
15523
15524 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15525
15526         * gst/qtdemux/qtdemux.c: (plugin_init):
15527           qtdemux requires bytestream
15528
15529 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15530
15531         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
15532           Fix remaining caps handling errors due to CAPS merge.
15533
15534 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15535
15536         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
15537         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
15538         (gst_faad_srcconnect):
15539           Port to new caps system.
15540
15541 2003-12-21  Julien MOUTTE  <julien@moutte.net>
15542
15543         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
15544         (got_video_size), (main): using g_print instead of g_message.
15545         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
15546         signal which was not emitted because of "switch" element added to the
15547         bin but not connected. (Removing from the bin temporarily)
15548
15549 2003-12-21  Julien MOUTTE  <julien@moutte.net>
15550
15551         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
15552         find X development files. I don't understand the previous tests and
15553         they fail on my debian/ppc unstable. This one works.
15554         * examples/gstplay/player.c: (main): Set the pipeline to READY before
15555         exiting.
15556         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
15557         (gst_play_set_video_sink), (gst_play_set_audio_sink),
15558         (gst_play_set_visualization): Add some safety checks in set_ methods
15559         and state_change. This was throwing some ugly CRITICAL messages when
15560         pipeline was getting disposed and casts were failing.
15561
15562 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15563
15564         * configure.ac:
15565           Improve mpeg2enc detection. This is for distributions that do
15566           ship mjpegtools, but without mpeg2enc. Also does object check
15567           for might there ever be ABI incompatibility.
15568         * ext/mpeg2enc/gstmpeg2enc.cc:
15569           Add Andrew as second maintainer (he's helping me), and also add
15570           an error if no caps was set. This happens if I pull before capsnego
15571           and that's something I should solve sometime else.
15572         * gst/matroska/matroska-demux.c:
15573         (gst_matroska_demux_parse_blockgroup):
15574           Fix time parsing.
15575         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
15576         (gst_matroska_mux_track_header):
15577           Add caps to templates.
15578         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
15579           Add mpegversion=1 to prevent confusion with MPEG/AAC.
15580         * gst/mpegstream/gstmpegdemux.c:
15581           Remove layer since it causes warnings about unfixed caps.
15582         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
15583           Fix obvious typo (we error out if caps were set, we should of
15584           course error out if *no* caps were set).
15585         * sys/oss/gstosselement.c: (gst_osselement_convert):
15586           Fix format conversion, we confused bits/bytes.
15587         * sys/oss/gstosselement.h:
15588           Improve documentation for 'bps'.
15589         * sys/v4l/TODO:
15590           Remove stuff about plugins that need removing - this was done
15591           ages ago.
15592         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
15593         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
15594         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
15595         (gst_v4lsrc_src_query):
15596         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
15597         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
15598           Add get_query_types(), get_formats() and query() functions.
15599
15600 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15601
15602         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
15603         * moved CVS to freedesktop.org
15604