• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
12005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2
3	* sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
4	  Kick the hell out of gcc for not warning me about a symbol conflict.
5
62005-02-22  Luca Ognibene  <luogni@tin.it>
7
8	Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9
10	* ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
11	  Don't leak caps string (fixes #168134)
12
13	* ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
14	(gst_jpegenc_init), (gst_jpegenc_finalize),
15	(gst_jpegenc_change_state):
16	  Don't leak line buffers and context struct (fixes #168133).
17
182005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
19
20	* configure.ac:
21	* ext/dirac/gstdiracdec.cc:
22	(gst_diracdec_chain):
23	  Since dirac 0.5.0 the framerate in dirac is expressed as a
24	  rational number. Fix build and up requirement to 0.5.0, and
25	  also pass parameters to gst_diracdec_link in the right order
26	  (fixes #167959).
27
282005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
29
30	* ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
31	* ext/faad/gstfaad.h:
32	TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
33	certain invalid muxed streams, where some packets will contain
34	junk after decoder data. Partially fixes #149158.
35
362005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
37	* gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
38          Make sure we only write to writable buffers
39
402005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
41
42	* gst-libs/gst/riff/riff-media.c:
43	(gst_riff_create_audio_caps_with_data):
44	  Do actually fix invalid RIFF fmt header values for alaw
45	  and mulaw audio instead of just saying so.
46
47	* gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
48	  Give gst_riff_create_audio_caps_with_data() a chance to
49	  fix up broken format header fields before extracting any
50	  parameters from the header. (fixes #167633)
51
522005-02-19  Martin Holters  <martin.holters@gmx.de>
53
54	Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
55
56	* gst/audioconvert/bufferframesconvert.c:
57	(buffer_frames_convert_link):
58	  Don't leak othercaps. (fixes #167878)
59
602005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
61
62	* configure.ac:
63	* ext/libvisual/visual.c: (gst_visual_srclink),
64	(gst_visual_change_state):
65	  Support libvisual 0.2.0.
66
672005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
68
69	* ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
70	* ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
71	  Use same rowstrides for I420 as used everywhere else.
72
732005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
74
75	* gst/avi/gstavidemux.c: (gst_avi_demux_invert):
76	  Declare variables at beginning of block and make gcc-2.95 happy
77	  (fixes # 167482, patch by Gergely Nagy).
78
79	* gst/tcp/gsttcpclientsrc.c:
80	* gst/tcp/gsttcpclientsrc.h:
81	  Move some includes into the header, so that struct sockaddr_in is
82	  defined when it should be defined on FreeBSD as well (fixes
83	  #167483).
84
85	* gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
86	  Don't pass uninitialised values to setsockopt() here either.
87
882005-02-17  Luca Ognibene  <luogni at tin dot it>
89
90	Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
91
92	* gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
93	  Don't pass uninitialised values to setsockopt(). (fixes #167704)
94
952005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
96
97	* gst/playback/gstplaybin.c: (add_sink):
98	  Invert bin_add/link order to workaround deadlock in opt.
99
1002005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
101
102	* gst/modplug/gstmodplug.cc:
103	  Add missing break causing position queries to fail.
104
1052005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
106
107	* ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
108	  Granpos can apparently be -1, which screws up calculations...
109
1102005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
111
112	* sys/ximage/ximagesink.c: (gst_ximagesink_chain),
113	(gst_ximagesink_send_pending_navigation),
114	(gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
115	(gst_ximagesink_init):
116	* sys/ximage/ximagesink.h:
117	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
118	(gst_xvimagesink_send_pending_navigation),
119	(gst_xvimagesink_navigation_send_event),
120	(gst_xvimagesink_finalize), (gst_xvimagesink_init):
121	* sys/xvimage/xvimagesink.h:
122	  Use a mutex protected list to marshal navigation
123	  events into the stream thread from whichever thread
124	  sends them.
125
1262005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
127
128	* gst/speed/demo-mp3.c: (time_tick_cb), (main):
129	  Display current position and track length; misc. clean-ups.
130
131	* gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
132	(speed_init), (speed_chain):
133	  Add query function, so that the stream length and current position
134	  get adjusted when queried (note that current position queries may
135	  still be wrong if the audio sink returns values based on buffer
136	  timestamps instead of passing on the query).
137
1382005-02-13  Benjamin Otte  <otte@gnome.org>
139
140	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
141	(gst_audio_convert_channels):
142	  create channel conversion matrix when linking
143	* gst/audioconvert/.cvsignore:
144	* gst/audioconvert/Makefile.am:
145	* gst/audioconvert/channelmixtest.c: (main):
146	  add (ugly) test that ensures stereo <=> mono conversion works
147	  correctly
148
1492005-02-13  Benjamin Otte  <otte@gnome.org>
150
151	* gst/audioconvert/gstchannelmix.h:
152	  include missing header file
153	* gst/audioconvert/gstchannelmix.c:
154	(gst_audio_convert_fill_compatible):
155	  use same sign for both channels when converting to/from compatible
156	  channel. Previously used different signs made the signals cancel
157	  each other out and appear like silence. (fixes #167269)
158
1592005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
160
161	* gst/ffmpegcolorspace/avcodec.h:
162	* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
163	(gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
164	(gst_ffmpegcsp_avpicture_fill):
165	* gst/ffmpegcolorspace/imgconvert.c:
166	  Convert to and from YV12 (fixes #156379).
167
1682005-02-12  Julien MOUTTE  <julien@moutte.net>
169
170	* sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
171	(gst_ximagesink_sink_link), (gst_ximagesink_change_state),
172	(gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
173	(gst_ximagesink_expose), (gst_ximagesink_set_property),
174	(gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
175        methods from chain and negotiation and vice versa (Fixes #166142).
176	* sys/ximage/ximagesink.h: Add stream_lock.
177	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
178	(gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
179	(gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
180	(gst_xvimagesink_expose): Check for xcontext before trying to link.
181
1822005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
183
184	* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
185	  Don't send "Hey! You gave me a NULL pointer you naughty person" as
186	  error message when we can't open the DVD device (when dvdnav_open()
187	  fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
188	  the above). Send something more useful instead (fixes #167117).
189
1902005-02-11  Julien MOUTTE  <julien@moutte.net>
191
192	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
193	(gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
194	(gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
195	(gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
196	(gst_xvimagesink_expose), (gst_xvimagesink_set_property),
197	(gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
198	methods from chain and negotiation and vice versa (Fixes #166142).
199	Fix a possible bug of images in the buffer pool being discarded because
200	we are looking at the wrong geometry.
201	* sys/xvimage/xvimagesink.h: Add stream_lock.
202
2032005-02-11  David Schleef  <ds@schleef.org>
204
205	* ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
206	unsigned int. (fixes #167128)
207
2082005-02-11  David Schleef  <ds@schleef.org>
209
210	* gst/librfb/Makefile.am: Testing stuff before committing is
211	  for wimps... and people with fast machines.  Fix stupid
212	  mistake.
213
2142005-02-11  David Schleef  <ds@schleef.org>
215
216	* configure.ac: Pull in librfb from my CVS tree, because it is
217	  too small and annoying to be separate.  Move rfbsrc plugin
218	  to gst/.
219	* ext/Makefile.am:
220	* ext/librfb/Makefile.am:
221	* ext/librfb/gstrfbsrc.c:
222	* gst/librfb/Makefile.am:
223	* gst/librfb/gstrfbsrc.c:
224	* gst/librfb/rfb.c:
225	* gst/librfb/rfb.h:
226	* gst/librfb/rfbbuffer.c:
227	* gst/librfb/rfbbuffer.h:
228	* gst/librfb/rfbbytestream.c:
229	* gst/librfb/rfbbytestream.h:
230	* gst/librfb/rfbcontext.h:
231	* gst/librfb/rfbdecoder.c:
232	* gst/librfb/rfbdecoder.h:
233	* gst/librfb/rfbutil.h:
234
2352005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
236
237	* gst/speed/Makefile.am:
238	* gst/speed/demo-mp3.c: (main):
239	* gst/speed/filter.func:
240	* gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
241	(speed_class_init), (speed_init), (speed_chain_int16),
242	(speed_chain_float32), (speed_chain), (speed_set_property),
243	(speed_get_property), (speed_change_state):
244	* gst/speed/gstspeed.h:
245	  Fix speed element and make it chain-based (fixes #156467),
246	  and make it handle more than one channel.
247
2482005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
249
250	* ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
251	(gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
252	(gst_dtsdec_chain), (gst_dtsdec_change_state):
253	* ext/dts/gstdtsdec.h:
254          Don't clobber the stack constructing the channels array.
255	  Make the element chain-based. DTS tracks can now be played.
256
2572005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
258
259	* gst-libs/gst/audio/multichannel.h:
260	* gst-libs/gst/gconf/gconf.h:
261	* gst-libs/gst/idct/idct.h:
262	* gst-libs/gst/media-info/media-info-priv.h:
263	* gst-libs/gst/play/play.h:
264	* gst-libs/gst/resample/private.h:
265	* gst-libs/gst/resample/resample.h:
266	* gst-libs/gst/riff/riff-ids.h:
267	* gst-libs/gst/video/video.h:
268	* gst-libs/gst/video/videosink.h:
269	  Add G_BEGIN_DECLS and G_END_DECLS around headers where
270	  missing, so that they work when included from C++ code.
271
2722005-02-09  David Schleef  <ds@schleef.org>
273
274	* testsuite/gst-lint: Check for non-statically scoped
275	  parent_class variables.  This won't be a problem once
276	  plugins are loaded with RTLD_LOCAL.
277
2782005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
279
280	* ext/mplex/gstmplexibitstream.cc:
281	  gcc madness.
282
2832005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
284
285	* ext/ogg/gstogmparse.c:
286	* gst/debug/gstnavigationtest.c:
287	  Die, thou faulty symbol pollutors (non-static parent_class).
288
2892005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
290
291	* ext/mplex/gstmplexibitstream.cc:
292	  Fix event handling (#165525).
293
2942005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
295
296	* ext/mikmod/gstmikmod.c:
297	* gst/modplug/gstmodplug.cc:
298	  Add missing endianness to template (fixes #165509).
299
3002005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
301
302	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
303	  Fix wrong order of reading of optional bytes (#165290).
304
3052005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
306
307	* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
308	  Implement FILLER event awareness.
309
3102005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
311
312	* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
313	  Fix track calculations (#166208).
314
3152005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
316
317	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
318
319	* ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
320	* ext/libpng/gstpngenc.c:
321	  Fix byte-order, use proper fixed caps. Fixes #164197.
322
3232005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
324
325	* configure.ac:
326	  Add dvdlpcmdec
327
328	* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
329	(free_all_buffers), (gst_mpeg2dec_alloc_buffer):
330	  Don't push buffers if the src pad isn't negotiated yet.
331
332	* gst/audioconvert/gstaudioconvert.c:
333	(gst_audio_convert_buffer_to_default_format),
334	(gst_audio_convert_buffer_from_default_format):
335	  Add support for 24-bit width.
336
337	* gst/dvdlpcmdec/.cvsignore:
338	* gst/dvdlpcmdec/Makefile.am:
339	* gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
340	(gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
341	(gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
342	(gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
343	(plugin_init):
344	* gst/dvdlpcmdec/gstdvdlpcmdec.h:
345	  New decoder for rearranging DVD LPCM into our audio/x-raw-int
346	  format. Needs support for the channels maps if someone can find
347	  a DVD LPCM track with > 2 channels.
348
349	* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
350	(gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
351	(gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
352	* gst/mpegstream/gstdvddemux.h:
353	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
354	(gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
355	(gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
356	* gst/mpegstream/gstmpegdemux.h:
357	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
358	(gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
359	(gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
360	(gst_mpeg_parse_handle_src_query),
361	(gst_mpeg_parse_handle_src_event):
362	  Use audio/x-dvd-lpcm for LPCM output.
363	  Add DTS output.
364
3652005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
366
367	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
368
369	* gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
370	(transform_rgb), (transform_bgr), (gst_alpha_color_chain):
371	  Add BGRA handling (#165736).
372
3732005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
374
375	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
376
377	* gst/law/alaw-decode.c: (alawdec_link):
378	* gst/law/alaw-encode.c: (alawenc_link):
379	* gst/law/mulaw-decode.c: (mulawdec_link):
380	* gst/law/mulaw-encode.c: (mulawenc_link):
381	  Fix caps memleaks (#166600).
382
3832005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
384
385	* ext/tarkin/mem.h:
386	* ext/tarkin/wavelet.h:
387	* ext/tarkin/yuv.h:
388	* gst/ffmpegcolorspace/avcodec.h:
389	  Include "_stdint.h" instead of <stdint.h>. Fixes build on
390	  systems that don't have stdint.h, like Solaris9 (fixes #166631).
391
3922005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
393
394	* sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
395	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
396	(gst_xvimagesink_change_state):
397	  Clear window on PAUSED->READY instead of READY->PAUSED. Stop
398	  Xv video (and thereby regenerate Xv colourkey) in clear() so
399	  that PLAY -> READY -> PLAY works (fixes #162504).
400
4012005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
402
403	* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
404	  Switch to list instead of range, since MJPEG-devices really just
405	  support decimations, not any size.
406
4072005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
408	* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
409	(gst_mpeg2dec_reset), (free_all_buffers),
410	(gst_mpeg2dec_alloc_buffer), (handle_sequence):
411	* ext/mpeg2dec/gstmpeg2dec.h:
412	  The libmpeg2 user-allocated buffer management is awkward,
413	  to say the least. Hopefully this fixes things.
414
4152005-02-04  Andy Wingo  <wingo@pobox.com>
416
417	* gst/audioconvert/bufferframesconvert.c
418	(buffer_frames_convert_fixate): New function, fixates to 256
419	frames per buffer by default. (Much better than 1.)
420	(buffer_frames_convert_init): Set the fixate function for both src
421	and sink pad.
422	(buffer_frames_convert_link): After success setting nonfixed caps,
423	get the negotiated caps so we can know how many buffer-frames it
424	will be. No idea how this worked at all before.
425
4262005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
427
428	* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
429	(gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
430	(free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
431	(handle_sequence), (handle_picture):
432	* ext/mpeg2dec/gstmpeg2dec.h:
433	  Rearrange buffer tracking and refcounting and refactor
434	  a little for readability.
435
4362005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
437	* sys/v4l/gstv4l.c: (plugin_init):
438	* sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
439	(gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
440	(gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
441	(gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
442	* sys/v4l/gstv4ljpegsrc.h:
443	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
444	* sys/v4l/v4l_calls.h:
445	* sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
446	(gst_v4lsrc_get_fps):
447	* sys/v4l/v4lsrc_calls.h:
448	  Add new v4ljpegsrc for handling the ov51x hacky "I'll give
449	  you jpeg inside rgb frames" driver.
450	  Don't error in the v4lsrc link function, just return
451	  REFUSED.
452
4532005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
454
455	* sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
456	(gst_qcamsrc_open):
457	  Use GST_ELEMENT_ERROR, not g_warning, if open failed.
458
4592005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
460
461	* gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
462	  Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
463
4642005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
465
466	* ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
467	  Reset negotiated state on PAUSED->READY.
468
4692005-02-02  David Schleef  <ds@schleef.org>
470
471	* configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
472	whereever possible.  (Fixes #165997)
473	* examples/capsfilter/capsfilter1.c: (main):
474	* examples/dynparams/filter.c: (create_ui):
475	* examples/seeking/cdparanoia.c: (get_track_info), (main):
476	* examples/seeking/chained.c: (main):
477	* examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
478	(make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
479	(make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
480	(make_mpeg_pipeline), (make_mpegnt_pipeline):
481	* examples/seeking/spider_seek.c: (make_spider_pipeline):
482	* examples/switch/switcher.c: (main):
483	* ext/dv/demo-play.c: (main):
484	* ext/faad/gstfaad.c: (gst_faad_change_state):
485	* ext/mad/gstmad.c: (gst_mad_chain):
486	* ext/smoothwave/demo-osssrc.c: (main):
487	* gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
488	(gst_gconf_render_bin_from_description),
489	(gst_gconf_get_default_audio_sink),
490	(gst_gconf_get_default_video_sink),
491	(gst_gconf_get_default_audio_src),
492	(gst_gconf_get_default_video_src),
493	(gst_gconf_get_default_visualization_element):
494	* gst/level/demo.c: (main):
495	* gst/level/plot.c: (main):
496	* gst/playback/gstplaybin.c: (gen_video_element),
497	(gen_audio_element):
498	* gst/playback/test.c: (gen_video_element), (gen_audio_element):
499	* gst/playondemand/demo-mp3.c: (setup_pipeline):
500	* gst/sine/demo-dparams.c: (main):
501	* gst/spectrum/demo-osssrc.c: (main):
502	* gst/speed/demo-mp3.c: (main):
503	* gst/volume/demo.c: (main):
504	* testsuite/embed/embed.c: (main):
505
5062005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
507
508	* gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
509	(gst_tcpclientsink_finalize):
510	* gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
511	(gst_tcpclientsrc_finalize):
512	* gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
513	(gst_tcpserversink_init), (gst_tcpserversink_finalize):
514	* gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
515	(gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
516	  Don't leak the hostname when shutting down.
517	  In tcpserversrc, take a copy of the default hostname.
518
5192005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
520
521	* ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
522	  Set caps to systemstream=TRUE.
523
5242005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
525
526	* testsuite/Makefile.am:
527	  Fix more OSX buildbots.
528
5292005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
530
531	* ext/mpeg2dec/gstmpeg2dec.c:
532	  Don't send things to NULL PAD_PEERs
533
534	* gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
535	  Copy-on-write the incoming buffer.
536
537	* gst/mpegstream/gstdvddemux.h:
538	* gst/mpegstream/gstmpegclock.h:
539	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
540	(normal_seek), (gst_mpeg_demux_handle_src_event):
541	* gst/mpegstream/gstmpegdemux.h:
542	* gst/mpegstream/gstmpegpacketize.h:
543	* gst/mpegstream/gstmpegparse.c:
544	(gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
545	(gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
546	(gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
547	(gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
548	(gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
549	* gst/mpegstream/gstmpegparse.h:
550	* gst/mpegstream/gstrfc2250enc.h:
551          Various changes to the way time is computed that make seeking and
552	  total time estimation much better here.
553	  Use G_BEGIN/END_DECLS instead of __cplusplus
554
555	* gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
556	  Use gst_buffer_stamp instead of only copying the TIMESTAMP
557
5582005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
559
560	* gst/subparse/gstsubparse.c:
561	  Fix OSX buildbot.
562
5632005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
564
565	* ext/theora/theoraenc.c: (theora_buffer_from_packet),
566	(theora_enc_chain), (theora_enc_change_state):
567	* ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
568	(gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
569	(gst_vorbisenc_change_state):
570	* ext/vorbis/vorbisenc.h:
571	  Set granulepos and timestamp correctly for streams not
572	  starting at 0, taking into account the initial delay.
573
5742005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
575
576	* gst/mpegstream/gstdvddemux.c:
577	  Add audio/x-dts to audio pad template caps
578
5792005-01-30  David Schleef  <ds@schleef.org>
580
581	* ext/polyp/polypsink.c: (gst_polypsink_base_init),
582	(create_context), (gst_polypsink_link): Fix silly endianness
583	bug.  Add some debugging.  Remove float from caps; it doesn't
584	work.  Attempt to get remote audio working.
585
5862005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
587
588	* gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
589	  Add 3IV2 fourcc.
590
5912005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
592
593	* gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
594	(gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
595	(gst_avi_demux_stream_data):
596	* gst/avi/gstavidemux.h:
597	  Invert DIB images. Fixes #132341.
598
5992005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
600
601	* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
602	(gst_ffmpegcsp_chain):
603	  D'oh, reference the palette data, not the palette structure.
604	  Fixes color distortion in #132341.
605
6062005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
607
608	* gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
609	  PAR can be non-fixed when not provided as argument (#162626).
610
6112005-01-29  David Moore  <dcm@acm.org>
612
613	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
614
615	* gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
616	(gst_qtdemux_loop_header):
617	  Re-apply patch from #142272 that allows non-seekable sources,
618	  re-proposed by Daniel Drake <dsd@gentoo.org>.
619
6202005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
621
622	* gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
623	  Use the src template for creating the src pad (#162330).
624
6252005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
626
627	* configure.ac:
628	* ext/musepack/Makefile.am:
629	* ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
630	(gst_musepackdec_init), (gst_musepackdec_dispose),
631	(gst_musepackdec_src_query), (gst_musepackdec_src_convert),
632	(gst_musepack_stream_init), (gst_musepackdec_loop),
633	(gst_musepackdec_change_state):
634	* ext/musepack/gstmusepackdec.cpp:
635	* ext/musepack/gstmusepackdec.h:
636	* ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
637	(gst_musepack_reader_read), (gst_musepack_reader_seek),
638	(gst_musepack_reader_tell), (gst_musepack_reader_get_size),
639	(gst_musepack_reader_canseek), (gst_musepack_init_reader):
640	* ext/musepack/gstmusepackreader.cpp:
641	* ext/musepack/gstmusepackreader.h:
642	  Update to 1.1 API (#165446).
643
6442005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
645
646	* ext/Makefile.am:
647	  Unbreak buildbot.
648
6492005-01-28  Andy Wingo  <wingo@pobox.com>
650
651	* ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
652	to reflect a different dubious internet source. Add a reference
653	and some commentary.
654
6552005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
656
657	* gst/playback/gststreamselector.c: (gst_stream_selector_init),
658	(gst_stream_selector_get_caps), (gst_stream_selector_chain):
659	* gst/playback/gststreamselector.h:
660	  Be more selective when we're redoing caps negotiation from
661	  within the chain function on a stream change.
662
6632005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
664
665	* configure.ac:
666	* ext/Makefile.am:
667	* ext/amrnb/Makefile.am:
668	* ext/amrnb/amrnb.c: (plugin_init):
669	* ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
670	(gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
671	(gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
672	(gst_amrnbdec_state_change):
673	* ext/amrnb/amrnbdec.h:
674	* ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
675	(gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
676	(gst_amrnbparse_init), (gst_amrnbparse_formats),
677	(gst_amrnbparse_querytypes), (gst_amrnbparse_query),
678	(gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
679	(gst_amrnbparse_loop), (gst_amrnbparse_state_change):
680	* ext/amrnb/amrnbparse.h:
681	  Add support for AMR-NB (mobile phone audio format; #155163, #163286).
682	* gst/typefind/gsttypefindfunctions.c: (plugin_init):
683	  Add AMR-NB/-WB raw formats.
684	* ext/alsa/gstalsa.c: (gst_alsa_link):
685	  Keep valid time when changing format.
686	* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
687	(qtdemux_parse_trak):
688	  Add some more format-specific options (#140141, #143555, #155163).
689
6902005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
691
692	* gst/matroska/matroska-demux.c:
693	(gst_matroska_demux_parse_blockgroup):
694	  Fix logic error in timing of subtitle stream synchronization.
695	* gst/typefind/gsttypefindfunctions.c: (qt_type_find):
696	  Add skip-chunk, which is found in kodak-camera streams.
697
6982005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
699
700	* po/LINGUAS:
701	* po/vi.po:
702	  Adding Vietnamese translation (submitted by Clytie Siddall)
703
7042005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
705
706	* gst/playback/gstdecodebin.c: (try_to_link_1):
707	  Use realpad for signal.
708
7092005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
710
711	* ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
712	  Fix category so decodebin picks it up.
713
7142005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
715
716	* ext/mad/Makefile.am:
717	* ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
718	(gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
719	(gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
720	(found_type), (gst_id3demux_bin_change_state):
721	* ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
722	(gst_id3_tag_init), (gst_id3_tag_handle_event),
723	(gst_id3_tag_src_link), (gst_id3_tag_chain),
724	(gst_id3_tag_change_state), (plugin_init):
725	* ext/mad/gstmad.h:
726	  Add id3demuxbin (which is a simple bin consisting of id3demux
727	  and typefind), take over rank from id3demux, remove typefind
728	  code from id3demux. Makes all broken mp3s that I know of work,
729	  and thereby fixes #152688.
730
7312005-01-27  Edward Hervey  <bilboed@bilboed.com>
732
733	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
734
735	* ext/mad/gstmad.c: (gst_mad_src_event):
736	* gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
737	  Allow seeks on audio pad, make mad forward those (#164826).
738	* gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
739	  Set duration (#165335).
740
7412005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
742
743	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
744	(gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
745	(gst_asf_demux_process_ext_content_desc),
746	(gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
747	(gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
748	* gst/asfdemux/gstasfdemux.h:
749	  Improve metadata display, e.g. if the metadata comes before the
750	  streams are loaded (which is perfectly valid).
751
7522005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
753
754	* tools/gst-launch-ext-m.m:
755	  Fix AVI/ASF pipelines (#165340).
756
7572005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
758	* ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
759	build failure on amd64
760
7612005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
762
763	* ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
764	(mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
765	  Check environment variables GST_ID3V2_TAG_ENCODING,
766	  GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
767	  list of character encodings to force interpretation of non-unicode
768	  strings stored in an ID3v2 tag to a particular encoding. If none
769	  is specified, try to use current locale's encoding, then fall back
770	  to ISO-8859-1 (which will always succeed). (Resolves #149274)
771	* gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
772	(gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
773	  Check environment variables GST_ID3V1_TAG_ENCODING,
774	  GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
775	  list of character encodings to use in case a string encountered
776	  in an ID3v1 tag is not valid UTF-8 already. If no encoding is
777	  specified, try to use the current locale's encoding, then fall
778	  back to ISO-8859-1 (which will always succeed).
779
7802005-01-25  Benjamin Otte  <otte@gnome.org>
781
782	* ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
783	  - on half framerate, compute the rate in advance so the comparisons
784	    don't compare wrong values
785	  - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
786	    behaviour
787	  - don't use mad_header_decode anymore, mad_frame_decode does that
788	    automatically
789	  - when getting rid of consumed bytes, reset the stream's skiplen
790	  (fixes #163867)
791
7922005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
793
794	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
795	  Use 1/2 a second for default max_discont, as PES streams from DVB
796	  seem to have larger spacings in the SCR.
797	  Fix a typo.
798
7992005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
800
801	* gst/playback/gstplaybasebin.c: (group_commit):
802	  Notify delayed stream-info availability.
803
8042005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
805	* ext/a52dec/gsta52dec.c: (gst_a52dec_push),
806	(gst_a52dec_handle_event), (gst_a52dec_chain):
807	Add some debug output. Check that a discont has a valid
808	time associated.
809	* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
810	(gst_alsa_sink_loop):
811	Ignore TAG events. A little extra debug for broken timestamps.
812	* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
813	(dvdnavsrc_change_state):
814	Ensure we send a discont to engage the link before we send any
815	other events.
816	* ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
817	(dvdreadsrc_finalize), (_close), (_open), (_seek_title),
818	(_seek_chapter), (seek_sector), (dvdreadsrc_get),
819	(dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
820	Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
821	dvd://title works in totem because typefinding sends a seek that ends
822	up going back to chapter 1 regardless.
823	* ext/mpeg2dec/gstmpeg2dec.c:
824	* ext/mpeg2dec/gstmpeg2dec.h:
825	Output correct timestamps and handle disconts.
826	* ext/ogg/gstoggdemux.c: (get_relative):
827	Small guard against a null dereference.
828	* ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
829	(gst_textoverlay_set_property):
830	Free memory when done. Don't call gst_event_filler_get_duration on
831	EOS events. Use GST_LOG and GST_WARNING instead of g_message and
832	g_warning.
833	* ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
834	(draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
835	(gst_sw_srclink), (gst_smoothwave_chain):
836	Draw solid lines, prettier colours.
837	* gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
838	Add a default palette that'll work for some movies.
839	* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
840	(gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
841	(gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
842	* gst/mpegstream/gstdvddemux.h:
843	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
844	(gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
845	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
846	(gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
847	* gst/mpegstream/gstmpegparse.h:
848	Use PTM/NAV events when for timestamp adjustment when connected to
849	dvdnavsrc. Don't use many discont events where one suffices.
850	* gst/playback/gstplaybasebin.c: (group_destroy),
851	(gen_preroll_element), (gst_play_base_bin_add_element):
852	* gst/playback/gstplaybasebin.h:
853	Make sure we remove subtitles from the same bin we put them in.
854	* gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
855	(gst_subparse_buffer_format_autodetect),
856	(gst_subparse_change_state):
857	Fix some memleaks and invalid accesses.
858	* gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
859	(oggskel_type_find), (cmml_type_find), (plugin_init):
860	Some typefind functions for Annodex v3.0 files
861	* gst/wavparse/gstwavparse.h:
862	GstRiffReadClass is the correct parent class.
863
8642005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
865
866	* gst-libs/gst/riff/riff-media.c:
867	(gst_riff_create_video_caps_with_data):
868	  Add extradata to huffyuv (fixes #165013).
869	* gst-libs/gst/riff/riff-read.c:
870	(gst_riff_read_strf_vids_with_data):
871	  Fix extradata extraction if it is in the chunk size.
872
8732005-01-25  Edward Hervey  <bilboed@bilboed.com>
874
875	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
876
877	* gst/effectv/gstquark.c: (gst_quarktv_class_init),
878	(gst_quarktv_change_state), (gst_quarktv_dispose):
879	  Memory free'ing location fix (#164708).
880
8812005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
882
883	* gst/playback/gstplaybasebin.c: (group_commit),
884	(gen_preroll_element), (probe_triggered), (gen_source_element),
885	(setup_source), (gst_play_base_bin_change_state),
886	(gst_play_base_bin_add_element):
887	  Don't block for streams.
888	* gst/playback/gststreaminfo.c: (stream_info_change_state),
889	(gst_stream_info_set_mute):
890	  Use gst_pad_set_active_recursive.
891
8922005-01-25  Andy Wingo  <wingo@pobox.com>
893
894	* sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
895	for #ifndef HAVE_XVIDEO.
896
8972005-01-24  Jeffrey C. Ollie
898
899	reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
900
901	* ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
902	* ext/gsm/gstgsmdec.h:
903	* ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
904	* ext/gsm/gstgsmenc.h:
905	Fix rate to 8kHz as per spec, removes obscure errors when no rate
906	was given by property. Add proper buffer timestamps and offsets.
907
9082005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
909
910	* gst-libs/gst/riff/riff-media.c:
911	(gst_riff_create_audio_caps_with_data):
912	  Audio can be <8000Hz.
913
9142005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
915
916	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
917	  Explicit state change to workaround refcount bugs.
918
9192005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
920
921	* gst/avi/gstavimux.c: (gst_avimux_write_tag),
922	(gst_avimux_riff_get_avi_header):
923	  Fix...
924
9252005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
926
927	* gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
928	(gst_riff_read_element_data):
929	* gst-libs/gst/riff/riff-read.h:
930	  Add _peek version (req'ed in CDXA).
931	* gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
932	(gst_cdxaparse_loop):
933	  Fix parsing in playbin.
934	* gst/playback/gstdecodebin.c: (close_pad_link):
935	  Ignore current_ pads, they cause major annoyance.
936
9372005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
938
939	* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
940	  Safety guard.
941
9422005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
943
944	* gst/avi/gstavimux.c: (gst_avimux_write_tag):
945	  Fix padding...
946
9472005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
948
949	* gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
950	  Allow for 0-sized buffers. Fixes length query problems in
951	  starwars.mkv from the testsuite.
952
9532005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
954
955	* gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
956	(gst_video_box_i420), (gst_video_box_chain):
957	  Fix row strides for I420 (fixes #163159)
958
9592005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
960
961	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
962	  MPEG2 has a useful rate property, so we can actually use that.
963	  For MPEG-1, continue using the bytes/time properties.
964
9652005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
966
967	* gst-libs/gst/riff/riff-media.c:
968	(gst_riff_create_video_caps_with_data),
969	(gst_riff_create_video_template_caps):
970	  Add intel-h263.
971
9722005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
973
974	* ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
975	  Fail if caps negotiation fails. Should fix #162184, and should
976	  definately be in there regardless of it fixing the actual bug.
977	* gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
978	(gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
979	(gst_avimux_riff_get_avix_header),
980	(gst_avimux_riff_get_video_header),
981	(gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
982	(gst_avimux_start_file), (gst_avimux_handle_event),
983	(gst_avimux_change_state):
984	* gst/avi/gstavimux.h:
985	  Refactor structure writing to use GST_WRITE_UINT macros, add
986	  metadata writing support.
987
9882005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
989
990	* gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
991	  Elements may already be destroyed when this function is called.
992
9932005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
994
995	* gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
996	(gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
997	  More memory leak fixes (#149162).
998
9992005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1000
1001	* gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1002	(gst_qtdemux_add_stream):
1003	  Fix two memleaks.
1004
10052005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1006
1007	* ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
1008	  Argh...
1009
10102005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1011
1012	* ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
1013	  Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
1014	  when fixating to six channels in Totem.
1015
10162005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1017
1018	* ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
1019	  Fix compile warnings on Solaris 10 buildbot
1020
10212005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1022
1023	* ext/dvdread/dvdreadsrc.c: (_read):
1024	  Don't read beyond the last cell in a chapter (fixes
1025	  invalid memory access)
1026
10272005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1028
1029	* ext/dvdread/stream_labels.c:
1030	(dvdreadsrc_get_audio_stream_labels):
1031	  Use NULL for an empty GList instead of g_list_alloc(); fix
1032	  memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
1033	  of GString (easier to bulk free later)
1034
10352005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
1036
1037	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1038
1039	* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1040	(gst_ffmpeg_pixfmt_to_caps):
1041	  Fix BGRA32 caps (#164209).
1042
10432005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
1044
1045	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1046
1047	* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1048	(gst_ffmpeg_caps_to_pixfmt):
1049	  alpha_mask can be RGBA/ABGR. Fixes #164265.
1050
10512005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
1052
1053	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1054
1055	* ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
1056	(gst_mpeg2dec_alloc_buffer):
1057	* ext/mpeg2dec/gstmpeg2dec.h:
1058	  Crop if decoding size is not the actual image size (#163676).
1059
10602005-01-17  Steve Baker  <steve@stevebaker.org>
1061
1062	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1063
1064	* gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
1065	(svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
1066	  Add libsndfile typefind functions (#163309).
1067
10682005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1069
1070	* tools/gst-launch-ext-m.m:
1071	  Add .aac, fix .m1v/.m2v (#163891).
1072
10732005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1074
1075	* ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
1076	  Sanity check, don't wait endlessly since the clock might not
1077	  actually run at this point (which is a deadlock). Fixes #164069.
1078
10792005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1080
1081	* gst/playback/gstplaybasebin.c: (probe_triggered):
1082	  Of course, only pause if group is done...
1083
10842005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1085
1086	* gst/playback/gstplaybasebin.c: (probe_triggered):
1087	  Thread safety.
1088
10892005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
1090
1091	* ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
1092	  Don't return state change success when the parent
1093	  failed.
1094
10952005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1096
1097	* gst/avi/gstavimux.c: (gst_avimux_handle_event):
1098	  Free events (fix memleak in #162905).
1099
11002005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
1101
1102	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1103
1104	* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1105	(gst_ffmpeg_caps_to_pixfmt):
1106	  Fix for depth = 15. Fixes #161675.
1107
11082005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1109
1110	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
1111	  Set FPS correctly, even for webcams and the like.
1112	* sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
1113	  Don error on setting while capturing.
1114
11152005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1116
1117	* ext/dv/gstdvdec.c:
1118	* gst/subparse/gstsubparse.c: (parse_mdvdsub):
1119	* gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
1120	  I'm a bad boy. using /1001. to force C to do float division
1121	  and not integer division (as it did in my last commit)
1122	  Thanks to David I. Lehn for pointing this mistake.
1123
11242005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1125
1126	* sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
1127	  Revert Johan´s 1.35->1.36 since it breaks compat.
1128
11292005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1130
1131	* ext/dv/gstdvdec.c:
1132	* ext/libfame/gstlibfame.c:
1133	* gst/subparse/gstsubparse.c: (parse_mdvdsub):
1134	* gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
1135          replace framerate aproximations by their real value
1136          (24000/1001, 30000/1001, 60000/1001)
1137          Finish fixing bug #164049
1138
11392005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1140
1141	* ext/ogg/gstoggmux.c:
1142	  eos/bos debugging
1143	* gst/tcp/gstmultifdsink.c:
1144	* gst/tcp/gstmultifdsink.h:
1145	* gst/tcp/gsttcp.c:
1146	* gst/tcp/gsttcp.h:
1147	* gst/tcp/gsttcpclientsink.c:
1148	* gst/tcp/gsttcpclientsrc.c:
1149	* gst/tcp/gsttcpserversink.c:
1150	* gst/tcp/gsttcpserversrc.c:
1151	  improve reusability of elements after state changes and errors
1152	  make multifdsink throw away streamheaders when receiving new ones
1153
11542005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1155
1156	* ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
1157	  Fix for if items are already in list...
1158
11592005-01-12  Benjamin Otte  <otte@gnome.org>
1160
1161	* gst/adder/gstadder.c: (gst_adder_loop):
1162	  fix adder a bit so it doesn't screw up with events as much anymore
1163
11642005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
1165
1166	* ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
1167	(pixbufscale_scale), (gst_pixbufscale_chain):
1168	* ext/gdk_pixbuf/pixbufscale.h:
1169	  Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
1170	  to ensure rowstrides are calculated the same way as
1171	  ffmpegcolorspace
1172	  Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
1173	  that we pick up duration and offset also.
1174
11752005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1176
1177	* gst/avi/gstavimux.c: (gst_avimux_class_init),
1178	(gst_avimux_pad_unlink), (gst_avimux_release_pad):
1179	  Reusability fixes.
1180
11812005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1182
1183	* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
1184	(gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1185	(gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1186	(gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1187	  Update flags when requested.
1188
11892005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1190
1191	* ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
1192	  Fix dmix.
1193
11942005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1195
1196	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1197	(gst_play_base_bin_init), (gst_play_base_bin_dispose),
1198	(probe_triggered), (new_decoded_pad), (gen_source_element),
1199	(gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
1200	* gst/playback/gstplaybasebin.h:
1201	* gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1202	(gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
1203	(gst_play_bin_change_state):
1204	  Implement group-switch signal for use in apps to clear metadata
1205	  cache, clean up subtitle, add suburi property instead of # hack,
1206	  some error-out fixes.
1207
12082005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1209
1210	* ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
1211	  Debug.
1212	* sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
1213	  If we got a state change in the _get handler, don't return success.
1214
12152005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1216
1217	* ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
1218	(gst_jpegdec_my_emit_message), (gst_jpegdec_init):
1219	  Make jpegdec quiet on MJPEG decoding
1220	* gst/asfdemux/README:
1221	  Fix mimetypes for MJPEG and H263
1222
12232005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1224
1225	* ext/theora/theoradec.c: (theora_dec_chain):
1226	  Fix broken code generation by gcc by swapping arguments.
1227	* ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1228	  Fix \n in debug.
1229
12302005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1231
1232	* TODO:
1233	  delete this file, it is by far outdated
1234	* ext/alsa/gstalsa.1: remove
1235	* ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
1236	(gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
1237	(gst_alsa_get_caps):
1238	  Add HW probing for supported sample rates. Fixes #161704
1239
12402005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1241
1242	* gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
1243	  Don't crash, biatch! :).
1244
12452005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1246
1247	* ext/musepack/gstmusepackreader.cpp:
1248	* gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
1249	  Some work on tags - still doesn't work in playbin...
1250	* gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
1251	  Handle events...
1252
12532005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1254
1255	* gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
1256	  Also shove tags on kid pads.
1257
12582005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1259
1260	* gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
1261	  Don't bail on unknown events.
1262	* gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
1263	  Don't crash on events before negotiation.
1264	* gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
1265	  Send tags on pads, too.
1266	* gst/playback/gststreamselector.c:
1267	(gst_stream_selector_request_new_pad):
1268	  Forward events on first pad if no input was selected yet.
1269
12702005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1271
1272	* gst/playback/gstplaybasebin.c: (setup_substreams):
1273	  Don't disable streamtype if the stream doesn't exist, since
1274	  then playing a video after audio will disable both and nothing
1275	  will happen. Fixes the testsuite.
1276
12772005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1278
1279	* sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
1280	(gst_v4l_xoverlay_set_xwindow_id):
1281	* sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
1282	(gst_v4l2_xoverlay_set_xwindow_id):
1283	  Add debug categories, fix overlay disabling.
1284
12852005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1286
1287	* ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
1288	* ext/alsa/gstalsa.h:
1289	  Add HW probing for period_count/size and buffer_size MIX/MAX
1290	  Adjust default/user defined value if out of bounds
1291	  Should fix bug #162024
1292
12932005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1294
1295	* gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
1296	  Fix warning (#161191).
1297
12982005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1299
1300	* ext/dvdread/stream_labels.c:
1301	(dvdreadsrc_get_audio_stream_labels):
1302	  Fix warning (init the good variable in switch default)
1303
13042005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
1305
1306	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1307
1308	* gst/tta/gstttaparse.c: (gst_tta_src_event):
1309	  Fix gcc-2.95 compile (#163485).
1310
13112005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1312
1313	* configure.ac:
1314	* ext/flac/gstflacenc.c: (gst_flacenc_init),
1315	(gst_flacenc_seek_callback), (gst_flacenc_write_callback),
1316	(gst_flacenc_tell_callback), (gst_flacenc_chain),
1317	(gst_flacenc_change_state):
1318	* ext/flac/gstflacenc.h:
1319	  Update for API change in flac-1.1.1. Update requirement in
1320	  configure.ac. Fixes #162974.
1321
13222005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1323
1324	* gst/playback/gstplaybasebin.c: (group_destroy):
1325	  Remove hack to get rid of assert and get rid of unlinked
1326	  signals properly.
1327
13282005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1329
1330	* gst/playback/gstplaybasebin.c: (setup_source):
1331	  Set source to NULL so that resources are free'ed. Fixes issues
1332	  with playback of CDDA and similar device-accessing things.
1333
13342005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1335
1336	* testsuite/embed/Makefile.am:
1337	  test->noinst, fix make test in buildbot.
1338
13392005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1340
1341	* ext/dvdread/stream_labels.c: new file
1342	* ext/dvdread/stream_labels.h: new file
1343	* ext/dvdread/Makefile.am:
1344	* ext/dvdread/dvdreadsrc.c: (_seek_title):
1345	  Extract audio stream label from DVD IFO files.
1346	  It only dump them on the console for now, still have to
1347	  make playbin aware of them.
1348
13492005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1350
1351	* gst/playback/gstplaybasebin.c: (setup_source):
1352	  Fix hanging subs.
1353
13542005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1355
1356	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1357	(gen_preroll_element), (remove_groups), (setup_subtitle),
1358	(gen_source_element), (setup_source):
1359	* gst/playback/gstplaybasebin.h:
1360	  Multiple .sub files is just a stupid idea... Fix some threading
1361	  mistakes. Interestingly, external .sub files cause playbin to
1362	  hang, I don't know why... Parsing fixes contributed by François
1363	  Kooman <fkooman@tuxed.net>.
1364
13652005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1366
1367	* testsuite/embed/Makefile.am:
1368	  Fix buildbot.
1369
13702005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
1371
1372	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1373
1374	* ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
1375	(gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
1376	(gst_pngenc_set_property):
1377	* ext/libpng/gstpngenc.h:
1378	  Add compression level property (#163323).
1379
13802005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1381
1382	* configure.ac:
1383	* examples/capsfilter/capsfilter1.c: (main):
1384	* examples/seeking/spider_seek.c: (make_spider_pipeline):
1385	* ext/dvdread/Makefile.am:
1386	* ext/dvdread/demo-play:
1387	* ext/dvdread/demo-play.c:
1388	* gconf/gstreamer.schemas.in:
1389	* gst-libs/gst/gconf/gconf.c:
1390	* sys/v4l/TODO:
1391	* testsuite/Makefile.am:
1392	* testsuite/embed/Makefile.am:
1393	* testsuite/embed/embed.c: (cb_expose), (main):
1394	  Remove all references to xvideosink, fix examples (#140845).
1395	* gst/playback/gstplaybasebin.c: (group_destroy):
1396	  Apparently, disposal does not unlink - so do explicitely.
1397	* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1398	  Add debug.
1399
14002005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
1401
1402	* README: fix PKG_CONFIG_PATH instructions, what was there
1403	previously was breaking default search path, not nice.
1404	Fixes #163358
1405
14062005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1407
1408	* gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
1409	(gst_audioscale_chain):
1410	  %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
1411	  when resampling - how the ^@$^!@^! is this possible?!?
1412
14132005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1414
1415	* ext/alsa/gstalsa.c: (gst_alsa_change_state):
1416	  Reset variables on READY.
1417	* gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
1418	(gst_matroska_mux_loop):
1419	  Require data before writing header.
1420
14212005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
1422
1423	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1424
1425	* ext/mad/gstmad.c: (gst_mad_chain):
1426	  Don't call mad_stream_sync() directly after recovering sync.
1427	  Fixes #151661.
1428
14292005-01-09  Martin Eikermann  <meiker@upb.de>
1430
1431	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1432
1433	* ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
1434	(snapshot_handler), (gst_snapshot_sinkconnect),
1435	(gst_snapshot_chain):
1436	  Allocate resources when required, fix recursive signal emission
1437	  and fix caps. Fixes #161667.
1438
14392005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
1440
1441	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1442
1443	* ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
1444	(gst_pngdec_chain):
1445	  Handle only 8-bppc (bits-per-pixel-component) images, better
1446	  error handling and correct strides. Fixes #163177.
1447	* ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
1448	(gst_pngenc_chain):
1449	  Better error handling. Fixes #163348.
1450
14512005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1452
1453	* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
1454	(dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
1455	(dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
1456	(dvdnavsrc_uri_handler_init):
1457	  Add DVD-nav URI (dvdnav://) for Totem testing purposes.
1458	* gst/playback/gstplaybasebin.c: (gen_source_element):
1459	  Add MMS to streaming URIs.
1460
14612005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1462
1463	* sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
1464	* sys/xvimage/xvimagesink.c:
1465	(gst_xvimagesink_navigation_send_event):
1466	  Check for pad availability before sending event.
1467
14682005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1469
1470	* gst-plugins.spec.in:
1471	  Add subparse.
1472
14732005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1474
1475	* configure.ac:
1476	  Since we use functions from CVS, up requirement.
1477
14782005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1479
1480	* gst/playback/Makefile.am:
1481	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1482	(group_destroy), (group_commit), (group_is_muted),
1483	(gen_preroll_element), (add_stream), (unknown_type),
1484	(probe_triggered), (preroll_unlinked), (mute_stream),
1485	(silence_stream), (new_decoded_pad), (setup_substreams),
1486	(setup_source), (get_active_source), (mute_group_type),
1487	(muted_group_change_state), (set_active_source),
1488	(gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
1489	(play_base_eos), (gst_play_base_bin_change_state):
1490	* gst/playback/gstplaybasebin.h:
1491	* gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
1492	* gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
1493	(gst_stream_info_dispose), (stream_info_mute_pad),
1494	(stream_info_change_state), (gst_stream_info_set_mute):
1495	* gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
1496	(gst_stream_selector_base_init), (gst_stream_selector_class_init),
1497	(gst_stream_selector_init), (gst_stream_selector_dispose),
1498	(gst_stream_selector_get_linked_pad),
1499	(gst_stream_selector_get_caps), (gst_stream_selector_link),
1500	(gst_stream_selector_get_linked_pads),
1501	(gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
1502	* gst/playback/gststreamselector.h:
1503	  Adding stream selection support plus required properties for
1504	  applications to use this. Fully fixes #100931.
1505
15062005-01-08  Benjamin Otte  <otte@gnome.org>
1507
1508	* gst/games/gstpuzzle.c: (nav_event_handler):
1509	  - handle nav events differently: forward every event no matter if it
1510	    was handled or not.
1511	  - translate events
1512	  You can now cheat by using navigationtest ! puzzle and moving the
1513	  mouse close to the edge of a tile. ;)
1514
15152005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1516
1517	* configure.ac:
1518	* ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
1519	* ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
1520	(gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
1521	(gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
1522	(gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
1523	(gst_ogm_parse_plugin_init):
1524	* ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
1525	(gst_textoverlay_link), (gst_textoverlay_getcaps),
1526	(gst_textoverlay_event), (gst_textoverlay_video_chain),
1527	(gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
1528	* ext/pango/gsttextoverlay.h:
1529	* gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
1530	(gst_matroska_demux_handle_seek_event),
1531	(gst_matroska_demux_sync_streams),
1532	(gst_matroska_demux_parse_blockgroup),
1533	(gst_matroska_demux_subtitle_caps),
1534	(gst_matroska_demux_plugin_init):
1535	* gst/matroska/matroska-ids.h:
1536	* gst/playback/gstdecodebin.c: (close_pad_link):
1537	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1538	(gen_preroll_element), (remove_groups), (add_stream),
1539	(new_decoded_pad), (setup_subtitles), (gen_source_element),
1540	(setup_source):
1541	* gst/playback/gstplaybasebin.h:
1542	* gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
1543	* gst/subparse/Makefile.am:
1544	* gst/subparse/gstsubparse.c: (gst_subparse_get_type),
1545	(gst_subparse_base_init), (gst_subparse_class_init),
1546	(gst_subparse_init), (gst_subparse_formats),
1547	(gst_subparse_eventmask), (gst_subparse_event),
1548	(gst_subparse_handle_event), (convert_encoding), (get_next_line),
1549	(parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
1550	(parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
1551	(parse_mpsub_deinit), (parse_mpsub_init),
1552	(gst_subparse_buffer_format_autodetect),
1553	(gst_subparse_format_autodetect), (gst_subparse_loop),
1554	(gst_subparse_change_state), (gst_subparse_type_find),
1555	(plugin_init):
1556	* gst/subparse/gstsubparse.h:
1557	* gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
1558	(plugin_init):
1559	  Add subtitle support, .sub parser (supports SRT and MPsub),
1560	  OGM text support, Matroska UTF-8 text support, deadlock fixes
1561	  all over the place, subtitle awareness in decodebin/playbin
1562	  and some fixes to textoverlay to handle subtitles in a stream
1563	  correctly. Fixes #100931.
1564
15652005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1566
1567	* ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1568	  Check for pad availability before doing a query on it.
1569
15702005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1571
1572	* ext/dv/gstdvdec.c:
1573	  really fix bpp24/32 dvdec caps (classic rgba indeed)
1574	* gst/asfdemux/gstasfdemux.c:
1575	(gst_asf_demux_process_ext_content_desc):
1576	  don't send text tags if they are empty (bis repetita)
1577
15782005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1579
1580	* ext/dv/gstdvdec.c:
1581	 remove unneeded comment from dvdec
1582	  (related to DV 4CC codes in AVI files)
1583	  moved them in gstreamer/docs/random/mimetypes
1584	* gst/asfdemux/gstasfdemux.c:
1585	(gst_asf_demux_process_ext_content_desc):
1586	 don't send text tags if they are empty
1587	 fix mem leak on error path
1588	* gst/ffmpegcolorspace/avcodec.h:
1589	* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1590	(gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1591	(gst_ffmpegcsp_avpicture_fill):
1592	* gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
1593	* gst/ffmpegcolorspace/imgconvert_template.h:
1594	 adds BGR32 and BGRA32 to ffmpegcolorspace
1595	  (still bad colors, fixing it on next commit)
1596	  helps with dvdec outputing BGR32
1597
15982005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1599
1600	* ext/dv/gstdvdec.c:
1601	 Fix audio caps i just broke (missing ',')
1602	* gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
1603	(gst_matroska_mux_reset):
1604	 Fix typo + add FIXME about old "x-gst-metadata" crap
1605
16062005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1607
1608	* ext/dv/demo-play.c: (main):
1609	 xvideosink -> xvimagesink
1610	* ext/dv/gstdvdec.c:
1611	 change rgb 32/32 caps to 24/32 (no alpha)
1612	 change nb of channels to be a list (2 or 4, not 2)
1613	 change sample rate to be a list (32, 44.1, 48 kHz) not a range
1614	* gst/asfdemux/gstasfdemux.c:
1615	(gst_asf_demux_process_ext_content_desc):
1616	 Add 'date/year' to extracted metadata list
1617
16182005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1619
1620	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
1621	  The return value of fixate_to does not imply that the requested
1622	  value was set, so don't assume.
1623
16242005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
1625
1626	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1627
1628	* ext/libpng/gstpngdec.c:
1629	* ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
1630	(gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
1631	* ext/libpng/gstpngenc.h:
1632	  Alpha support (encoder; #163161), mime fixage.
1633
16342005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
1635
1636	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1637
1638	* ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
1639	(gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
1640	(gst_faac_set_property), (gst_faac_get_property):
1641	* ext/faac/gstfaac.h:
1642	  Allow for ADTS output (#153434).
1643
16442005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1645
1646	* sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
1647	  Fix against template (#150576).
1648
16492005-01-06  Benjamin Otte  <otte@gnome.org>
1650
1651	* gst/games/gstpuzzle.c: (draw_puzzle):
1652	  don't draw a puzzle if either width or height of tiles would be 0.
1653
16542005-01-06  Benjamin Otte  <otte@gnome.org>
1655
1656	* gst/games/gstpuzzle.c: (gst_puzzle_get_type),
1657	(gst_puzzle_class_init), (gst_puzzle_finalize):
1658	  no memleaks, please
1659	(gst_puzzle_create), (gst_puzzle_init),
1660	(gst_puzzle_set_property), (gst_puzzle_setup):
1661	  change initialization code around so we don't reshuffle on resize
1662	(draw_puzzle):
1663	  fix another stupid typo
1664
16652005-01-06  Benjamin Otte  <otte@gnome.org>
1666
1667	* gst/games/gstvideoimage.c: (copy_hline_YUY2):
1668	  fix stupid typo that borked copying on YUY2
1669
16702005-01-06  Benjamin Otte  <otte@gnome.org>
1671
1672	* gst/games/gstpuzzle.c: (draw_puzzle):
1673	  fix edges when image sizes aren't multiples of tile sizes
1674
16752005-01-06  Benjamin Otte  <otte@gnome.org>
1676
1677	* gst/games/gstpuzzle.c: (gst_puzzle_base_init):
1678	  make RGB endianness work correctly
1679	(gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
1680	  refactor and fix race with initial shuffling
1681	(nav_event_handler):
1682	  allow using the mouse to puzzle
1683	(draw_puzzle):
1684	  insist on tiles having width and height as multiples of 4 to get
1685	  clean YUV image handling
1686	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1687	(gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
1688	  s/DEBUG/LOG/ for common messages
1689	(gst_xvimagesink_navigation_send_event):
1690	  fix mouse event translation to not include screen PAR
1691	* sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
1692	  fix mouse event translation to actually work
1693
16942005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1695
1696	* gst/asfdemux/gstasfdemux.c:
1697	(gst_asf_demux_process_ext_content_desc):
1698	 Extract TrackNumber metadata + clean up code
1699	* gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
1700	 Hope this is the good fix (var used unitialised)
1701
17022005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1703
1704	* ext/faad/gstfaad.c: (gst_faad_chain):
1705	  Only increment timestamp if it's valid. Fixes raw AAC streams.
1706
17072005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1708
1709	* configure.ac:
1710	* gst/games/Makefile.am:
1711	* gst/games/gstpuzzle.c:
1712	  add a puzzle game with...
1713	* gst/games/gstvideoimage.c:
1714	* gst/games/gstvideoimage.h:
1715	  ... full colorspace support (that includes YUV9 and RGB16)) stolen
1716	  from videotestsrc and made into something that would be a nice
1717	  library for a lot of other plugins.
1718
17192005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1720
1721	* configure.ac:
1722	 don't compile faad plugin if a RC of 2.0 is found
1723	 Fixes #155346 (and FC1 buildbot)
1724	* gst/asfdemux/gstasfdemux.c:
1725	(gst_asf_demux_process_ext_content_desc):
1726	 try to make Solaris compiler happier
1727
17282005-01-06  Paul Jack  <pjack@sfaf.org>
1729
1730	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1731
1732	* ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
1733	  Fix segfault (#161667).
1734
17352005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1736
1737	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
1738	  Fix framerate reporting.
1739
17402005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1741
1742	* gst-libs/gst/riff/riff-ids.h:
1743	* gst/wavenc/riff.h:
1744	 Add AMR (VBR and CBR) ids to riff.h audio codec list
1745	* gst/asfdemux/gstasfdemux.c:
1746	(gst_asf_demux_process_ext_content_desc),
1747	(gst_asf_demux_process_object):
1748	  Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
1749
17502005-01-05  Martin Eikermann  <meiker@upb.de>
1751
1752	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1753
1754	* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
1755	(gst_dvd_demux_handle_discont):
1756	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
1757	(gst_mpeg_demux_handle_discont):
1758	  Recreate pads on new-media (#160730).
1759	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
1760	  Send discont even if manager changes timestamps (#161929).
1761
17622005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
1763
1764	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1765
1766	* gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
1767	  Fix invalid memory access (#159211).
1768
17692005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1770
1771	* examples/gstplay/player.c: (main):
1772	  Don't iterate.
1773	* examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
1774	  Add visualizations.
1775	* ext/a52dec/gsta52dec.c: (gst_a52dec_push),
1776	(gst_a52dec_handle_frame):
1777	  Set duration.
1778	* ext/dvdnav/gst-dvd:
1779	  Add audioconvert. Fixes #161325.
1780	* ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
1781	  Explicitely case to gint64. Possible valgrind error.
1782	* gst-libs/gst/play/play.c: (caps_set), (setup_size),
1783	(gst_play_tick_callback), (gst_play_change_state),
1784	(gst_play_dispose), (gst_play_init), (gst_play_class_init),
1785	(gst_play_set_location), (gst_play_get_location),
1786	(gst_play_seek_to_time), (gst_play_set_data_src),
1787	(gst_play_set_video_sink), (gst_play_set_audio_sink),
1788	(gst_play_set_visualization), (gst_play_connect_visualization),
1789	(gst_play_get_framerate), (gst_play_get_all_by_interface),
1790	(gst_play_new):
1791	  Use playbin. Fixes #139749 and #147744.
1792	* gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
1793	  Add genre tag.
1794	* gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
1795	(audioscale_get_type), (gst_audioscale_base_init),
1796	(gst_audioscale_class_init), (gst_audioscale_expand_caps),
1797	(gst_audioscale_getcaps), (gst_audioscale_fixate),
1798	(gst_audioscale_link), (gst_audioscale_get_buffer),
1799	(gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
1800	(gst_audioscale_init), (gst_audioscale_dispose),
1801	(gst_audioscale_chain), (gst_audioscale_set_property),
1802	(gst_audioscale_get_property), (plugin_init):
1803	  Indent properly.
1804	* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
1805	  Fix LPCM.
1806	* gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
1807	(qtdemux_tag_add_str), (qtdemux_tag_add_num),
1808	(qtdemux_tag_add_gnre), (qtdemux_video_caps):
1809	  Add more metadata (fixes #162656).
1810
18112005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1812
1813	* configure.ac:
1814	  back to cvs
1815
1816=== release 0.8.7 ===
1817
18182005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1819
1820	* NEWS:
1821	* RELEASE:
1822	* configure.ac:
1823	  releasing 0.8.7, "Hyperspace"
1824
18252005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1826
1827	patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
1828
1829	* gst/playback/gstplaybasebin.c:
1830	 Fix for #162924 - free caps after use, not before
1831
18322005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1833
1834	patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
1835
1836	* gst/playback/gstplaybasebin.c:
1837	* gst/wavparse/gstwavparse.c:
1838	  Fix for #154773 - fixes playback of small .wav files
1839
18402005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1841
1842	patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
1843
1844	* gst/audioscale/gstaudioscale.c:
1845	  Fix for #162819 - make audioscale reusable
1846	  Fixes playback of more than one file with playbin/totem
1847
18482004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1849
1850	* gst/ffmpegcolorspace/avcodec.h:
1851	* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1852	* gst/ffmpegcolorspace/imgconvert.c:
1853	  clean up the mess that made me cry and avoid needless duplication
1854
18552004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1856
1857	* gst/ffmpegcolorspace/imgconvert.c:
1858	  give some indication of why we're segfaulting
1859
18602004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1861
1862	* configure.ac:
1863	  Fix indentation, fix v4l2 plugin detection.
1864	* ext/Makefile.am:
1865	  Fix libmms location (Maciej, use diff -u!).
1866	* ext/alsa/gstalsa.c: (gst_alsa_init):
1867	  Initialize caps cache to NULL.
1868	* gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1869	  Only change state on audiosink if it exists.
1870
18712004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
1872
1873	* gst/matroska/matroska-demux.c:
1874	* gst/matroska/matroska-ids.h:
1875	* gst/matroska/matroska-demux.h:
1876	Fix Vorbis streams failing to decode in some files, where cluster_time
1877	isn't 0, because then it doesn't send codec_priv before actual data.
1878	Remove time-based test and replace it with marker set on beginning of
1879	new stream
1880
18812004-12-28  David Schleef  <ds@schleef.org>
1882
1883	Merge patch from Ronald fixing problems with streaming
1884	text.
1885	* ext/cairo/gstcairo.c: (plugin_init):
1886	* ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
1887	(gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
1888	(gst_textoverlay_video_chain), (gst_textoverlay_loop),
1889	(gst_textoverlay_font_init), (gst_textoverlay_init),
1890	(gst_textoverlay_set_property):
1891	* ext/cairo/gsttextoverlay.h:
1892
18932004-12-27  David Schleef  <ds@schleef.org>
1894
1895	* ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
1896	(gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
1897	(gst_textoverlay_video_chain), (gst_textoverlay_loop),
1898	(gst_textoverlay_font_init), (gst_textoverlay_init),
1899	(gst_textoverlay_set_property): Improvements to actually
1900	render text as white on black outline on video, including
1901	font selection and horizontal/vertical alignment.  (Ronald's
1902	christmas present)
1903	* ext/cairo/gsttextoverlay.h:
1904
19052004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1906
1907	* ext/ogg/gstogg.c:
1908	* ext/ogg/gstogmparse.c:
1909	  fix ogm[audio/video]parse plugin registration
1910	  (riff won't load if bytestream is already loaded)
1911
19122004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1913
1914	* gst/audioconvert/gstchannelmix.c:
1915	  fix for GLIB < 2.4
1916
19172004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1918
1919	* Makefile.am:
1920	* configure.ac:
1921	  disable docs again until it actually passes make distcheck.
1922
19232004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1924
1925	* gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
1926	* gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1927	(plugin_init):
1928	  Add 3GP (variables name Q3GP because they can't start with a
1929	  number). Add samr audio fourcc (used in .3gp files), decoder
1930	  is work in progress. Also do a GST_WARNING instead of ERROR
1931	  in case of unknown nodes, to decrease output.
1932
19332004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1934
1935	* Makefile.am:
1936	  really fix dist
1937
19382004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1939
1940	* configure.ac:
1941	* ext/speex/gstspeexdec.h:
1942	* ext/speex/gstspeexenc.h:
1943	  Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
1944	  Fix detection code in configure.ac
1945
19462004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1947
1948	* gst/matroska/matroska-demux.c:
1949	(gst_matroska_demux_parse_blockgroup):
1950	  Save position, so that queries give proper return values. Don't
1951	  know how this could ever have worked before...
1952
19532004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1954
1955	* configure.ac:
1956	  Put additional LAME check inside the conditional.  Fixes #152339
1957
19582004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1959
1960	* gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
1961	(gst_avi_demux_stream_scan):
1962	  Add some more debug. Fix logic error when setting movi offset
1963	  while reading index.
1964
19652004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1966
1967	* gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
1968	(gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
1969	(gst_avi_demux_process_next_entry):
1970	  Add some debugging. Better detection of broken indexes and the
1971	  accompanying index recovery. No infinite loops on state changes
1972	  when we're still in our loopfunction.
1973
19742004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1975
1976	* configure.ac:
1977	  Fix up.
1978
19792004-12-22  Archana Shah  <archana.shah@wipro.com>
1980
1981	Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1982
1983	* sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
1984	  Normalizing the value before setting
1985	(gst_sunaudiomixer_get_volume):
1986	  Normalizing the value after getting. Fixes bug# 161980
1987
19882004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
1989
1990	* Makefile.am: Make sure docs gets disted
1991	* docs/Makefile.am: Make sure all needed files get disted
1992	* gst-plugins.spec.in: latest updates
1993
19942004-12-22  Wim Taymans  <wim@fluendo.com>
1995
1996	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
1997	Revert patch 1.38 as clock distribution over schedulers does
1998	not work correcly in the core yet.
1999
20002004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2001
2002	* sys/oss/README: remove this file, which predates my birth
2003	  (and which content is by far outdated)
2004
20052004-12-20  Stefan Kost  <ensonic@users.sf.net>
2006
2007	* Makefile.am:
2008	* configure.ac:
2009	* docs/Makefile.am:
2010	* docs/libs/Makefile.am:
2011	* docs/libs/gst-plugins-libs-docs.sgml:
2012	* docs/libs/gst-plugins-libs-sections.txt:
2013	* docs/libs/tmpl/gstgconf.sgml:
2014	* docs/upload.mak:
2015	* docs/version.entities.in:
2016	  Added boilerplate gtk-doc files for plugin-libs documentation.
2017
20182004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2019
2020	* gst/auparse/gstauparse.c: fix int and float audio caps
2021
20222004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2023
2024	* sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
2025	* sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
2026	  g_assert() can be a macro, don't use #ifdef inside it.
2027
20282004-12-19  Edward Hervey  <bilboed@bilboed.com>
2029
2030	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2031
2032	* gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
2033	(gst_videorate_init), (gst_videorate_chain),
2034	(gst_videorate_change_state):
2035	  Event handling (fixes #159986).
2036
20372004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2038
2039	* gst-libs/gst/riff/riff-media.c:
2040	(gst_riff_create_video_caps_with_data):
2041	  Add BLZ0 (Blizzard's version of DivX) fourcc.
2042
20432004-12-18  David Schleef  <ds@schleef.org>
2044
2045	* gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
2046	portability fix.
2047
20482004-12-18  David Schleef  <ds@schleef.org>
2049
2050	* gst/tta/ttadec.h: Disable some header code that isn't used
2051	and clearly isn't portable.
2052
20532004-12-18  David Schleef  <ds@schleef.org>
2054
2055	* gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
2056	(avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
2057	(avcodec_get_pix_fmt), (avpicture_layout),
2058	(avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
2059	(get_convert_table_entry), (img_convert), (img_get_alpha_info):
2060	Fix code to not use GCC extensions (and c99 extensions that
2061	Forte does not like.)
2062
20632004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
2064
2065	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2066
2067	* gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
2068	(gst_deinterlace_chain):
2069	  Rowstride fixes. Fixes #161039.
2070	* gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
2071	(gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
2072	(gst_video_crop_getcaps), (gst_video_crop_link),
2073	(gst_video_crop_i420), (gst_video_crop_chain),
2074	(gst_video_crop_change_state):
2075	  Rework of negotiation. Actually works now. Fixes #158650.
2076
20772004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2078
2079	* gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
2080	  That was very stupid.
2081
20822004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2083
2084	* gst/matroska/matroska-demux.c:
2085	(gst_matroska_demux_parse_blockgroup):
2086	  Fix possible crasher.
2087
20882004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2089
2090	* gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
2091	(gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
2092	  Lace sizes can be zero.
2093
20942004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2095
2096	* ext/musepack/gstmusepackdec.cpp:
2097	  Fetch error return values. Fixes #161624.
2098	* gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
2099	  Really EOS.
2100
21012004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2102
2103	* gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
2104	  Work for truncated (unfinished download etc.) files. Fixes #160514.
2105
21062004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2107
2108	* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
2109	  Fix for integer overflow. Makes #156001 not crash. Probably masks
2110	  the real bug.
2111
21122004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2113
2114	* gst/ac3parse/gstac3parse.c: (plugin_init):
2115	  Parsers never have ranks. Fixes #159651.
2116
21172004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2118
2119	* gst/playback/gstdecodebin.c: (compare_ranks):
2120	  make sure the facotries are ordered the same every time even if they
2121	  have the same rank by using the name
2122	* gst/playback/gstdecodebin.c: (find_compatibles):
2123	  make sure we don't add factories to the list twice
2124
21252004-12-16  David Schleef  <ds@schleef.org>
2126
2127	* configure.ac: look for musepack headers as musepack/*.h
2128	(fixes #159847)
2129	* ext/musepack/gstmusepackdec.h: use <musepack/*.h>
2130	* ext/musepack/gstmusepackreader.h: same
2131
21322004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2133
2134	* gst-libs/gst/riff/riff-read.c:
2135	(gst_riff_read_strf_auds_with_data):
2136	  Read extradata correctly (fixes #155879).
2137
21382004-12-16  David Schleef  <ds@schleef.org>
2139
2140	* gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
2141	audio.  does _not_ attempt or allow conversion unless channels
2142	is 1 or 2.
2143
21442004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
2145
2146	* tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
2147
21482004-12-16  David Schleef  <ds@schleef.org>
2149
2150	* gst/audioscale/gstaudioscale.c: the resample library only
2151	handles 1 or 2 channels.  Change caps to compensate.
2152
21532004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2154
2155	* gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
2156	(gst_matroska_demux_audio_caps):
2157	  Some MPEG-AAC hacks, because else it doesn't work...
2158
21592004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2160
2161	* gst-libs/gst/riff/riff-media.c:
2162	(gst_riff_create_video_caps_with_data),
2163	(gst_riff_create_video_template_caps):
2164	  Add h264.
2165
21662004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2167
2168	* gst-libs/gst/audio/Makefile.am:
2169	  Try to fix buildbot.
2170
21712004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2172
2173	* gst/tcp/gstmultifdsink.c:
2174	  Clean up and uniformize debugging.
2175
21762004-12-16  Edward Hervey  <bilboed@bilboed.com>
2177
2178	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2179
2180	* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
2181	(gst_dvd_demux_reset), (gst_dvd_demux_change_state):
2182	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
2183	(gst_mpeg_demux_change_state):
2184	  Reset on ready. Fixes 160276.
2185
21862004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
2187
2188	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2189
2190	* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2191	(gst_ffmpegcsp_pad_link):
2192	  Fix memleak (#154815).
2193
21942004-12-16  James Bowes  <bowes@cs.dal.ca>
2195
2196	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2197
2198	* ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
2199	(gst_musicbrainz_init), (gst_musicbrainz_chain),
2200	(gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
2201	* ext/musicbrainz/gsttrm.h:
2202	  Add support for using a proxy server when getting a trm id from
2203	  the MusicBrainz database (#149613).
2204
22052004-12-16  Christophe Fergeau  <teuf@gnome.org>
2206
2207	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2208
2209	* gst/playback/gstdecodebin.c: (new_pad), (close_link):
2210	* gst/playback/gstplaybasebin.c: (new_decoded_pad):
2211	  Fix memleaks (#157233).
2212
22132004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
2214
2215	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2216
2217	* gst-libs/gst/resample/resample.c: (gst_resample_close):
2218	* gst-libs/gst/resample/resample.h:
2219	* gst/audioscale/gstaudioscale.c:
2220	  Fix memleak (#159215).
2221
22222004-12-16  Toni Willberg  <toniw@iki.fi>
2223
2224	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2225
2226	* sys/oss/gstosselement.c: (gst_osselement_probe_caps):
2227	* sys/oss/oss_probe.c: (main):
2228	  Check for mono/stereo support (similar to samplerate probing),
2229	  fixes #159433. Also add missing copyright header to oss_probe.c.
2230
22312004-12-15  David Schleef  <ds@schleef.org>
2232
2233	* configure.ac: add audioresample and cairo plugins.  Remove
2234	HAVE_MMX stuff, because it's not used.
2235	* ext/Makefile.am: same
2236	* ext/audioresample/Makefile.am: You are not ready for an
2237	audio resampling element based on audioresample.
2238	* ext/audioresample/gstaudioresample.c:
2239	* ext/audioresample/gstaudioresample.h:
2240	* ext/cairo/Makefile.am: You are not ready for overlay elements
2241	based on cairo.  Don't look too closely, these elements kinda
2242	suck right now.
2243	* ext/cairo/gstcairo.c: new
2244	* ext/cairo/gsttextoverlay.c: new
2245	* ext/cairo/gsttextoverlay.h: new
2246	* ext/cairo/gsttimeoverlay.c: new
2247	* ext/cairo/gsttimeoverlay.h: new
2248	* gst-libs/gst/media-info/media-info-priv.h: fix compile
2249	problem with compilers that don't support variadic macros.
2250
22512004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
2252
2253	Reviewed by:  David Schleef  <ds@schleef.org>
2254
2255	* sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
2256	Bala, registering sunaudiosrc (oops!), and cleaning up code a
2257	bit.  Also ran indent-gst.
2258	* sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
2259	(gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
2260	(gst_sunaudiosrc_setparams):
2261
22622004-12-14  David Schleef  <ds@schleef.org>
2263
2264	* gst/festival/gstfestival.c: (gst_festival_chain): Set the
2265	output rate to 16000.  Should fix #160235.
2266
22672004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2268
2269	* gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
2270	Add typefinding for mpeg2 pes streams
2271
22722004-12-13  David Schleef  <ds@schleef.org>
2273
2274	* configure.ac:  Applied patch from bug #143659, making default
2275	sources and sinks OS-dependent (for Solaris), and added code
2276	for OS/X.
2277	* gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
2278
22792004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2280
2281	* gst-libs/gst/riff/riff-media.c:
2282	  forgot to add h2.64 to avidemux template caps
2283
22842004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2285
2286	* gst/wavenc/riff.h:
2287	* gst-libs/gst/riff/riff-media.c:
2288	* gst-libs/gst/riff/riff-ids.h:
2289	* gst/avi/gstavimux.c
2290	add 4CC code for VideoSoft h264 in AVI (VSSH)
2291	  fixes bug #160655
2292	remove s323 from riff, it's quicktime specific :(
2293
22942004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2295
2296	* gst/asfdemux/README
2297	* gst/wavenc/riff.h
2298	* gst-libs/gst/riff/riff-ids.h
2299	* gst-libs/gst/riff/riff-media.c
2300	* gst/qtdemux/qtdemux.c:
2301	  add new 4CC codes for h263 related codecs
2302	  fixes partially bug #155163
2303
23042004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
2305
2306	* configure.ac: Update polyaudio requirement to 0.7
2307	* ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
2308
23092004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2310
2311	* gst/interleave/deinterleave.c:
2312	fix my name's spelling! :)
2313
23142004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2315
2316	* AUTHORS ChangeLog
2317	* gst/auparse/gstauparse.c
2318	* gst/interleave/deinterleave.c
2319	* gst/law/:
2320		alaw-decode.c alaw-encode.c
2321		mulaw-decode.c mulaw-encode.c
2322	* gst/oneton/gstoneton.c
2323	* sys/osxaudio/:
2324		gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
2325	* sys/osxvideo/:
2326		cocoawindow.h cocoawindow.m
2327		osxvideosink.h osxvideosink.m
2328
2329	put the same mail address for Zaheer Abbas Merali everywhere
2330
23312004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2332
2333	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
2334	  Align by packetsize, and assert that we a packet available before
2335	  playing. The first makes webstreams work (they often include
2336	  trailing padding data in a packet), the second allows pausing a
2337	  ASF stream in totem without getting demux errors afterwards.
2338
23392004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2340
2341	* ext/ogg/gstoggdemux.c: (get_relative):
2342	  Check for non-NULL before accessing member (end-of-chain).
2343
23442004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2345
2346	* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
2347	(cdparanoia_set_property), (cdparanoia_get_property):
2348	* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
2349	(dvdnavsrc_set_property), (dvdnavsrc_get_property):
2350	* ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
2351	(dvdreadsrc_init), (dvdreadsrc_set_property),
2352	(dvdreadsrc_get_property):
2353	* sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
2354	(gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
2355	  Synchronize property names where not yet the case. Devices are
2356	  now device=X, other versions are deprecated (but still exist).
2357	  Also use g_free() unconditionally.
2358	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2359	(setup_source), (gst_play_base_bin_get_property):
2360	  Expose source.
2361
23622004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2363
2364	* configure.ac: move GCONF macro outside conditional for the am
2365	  conditional. Fixes #160439
2366
23672004-12-08  David Schleef  <ds@schleef.org>
2368
2369	* tools/gst-visualise-m.m: Switch to elements that currently
2370	exist.
2371
23722004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2373
2374	* ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2375	  We love wrong commas.
2376
23772004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2378
2379	* gst/matroska/matroska-demux.c:
2380	(gst_matroska_demux_handle_src_query):
2381	  Don't set DEFAULT, unsupported - makes length display incorrectly
2382	  in some cases.
2383
23842004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
2385
2386	* gst/monoscope/README: remove blurb about files being GPL
2387	* gst/monoscope/gstmonoscope.c: Change license field to LGPL
2388	* gst/monoscope/monoscope.c: Change license to BSD with explanation
2389	  monoscope is now effectively LGPL licensed
2390
23912004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
2392
2393	* gst/monoscope/README: Update information to be more correct
2394	* gst/monoscope/convolve.c: Relicense to LGPL
2395	* gst/monoscope/convolve.h: Relicense to LGPL
2396
23972004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
2398
2399	* gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
2400	  set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
2401	* gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
2402	  set default_duration for mpeg1 audio
2403
24042004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2405
2406	* ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
2407	* ext/alsa/gstalsa.h:
2408	  refactor big chunks of the core caps negotiation code to make it
2409	  a lot faster, because people claim it's really slow
2410	  (actually, just cache the getcaps when the device is opened)
2411
24122004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2413
2414	* ext/a52dec/gsta52dec.c: (gst_a52dec_init),
2415	(gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
2416	(gst_a52dec_handle_frame), (gst_a52dec_chain),
2417	(gst_a52dec_change_state), (plugin_init):
2418	* ext/a52dec/gsta52dec.h:
2419	  Do something useful with timestamps. Make chain-based (since
2420	  there's really no reason to be loopbased).
2421	* gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
2422	  Update current_byte/frame correctly.
2423
24242004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2425
2426	* gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
2427	(gst_ape_demux_stream_init):
2428	  Forward tags, too.
2429
24302004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2431
2432	* gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
2433	  Let's make sure we're done typefinding when detecting tags.
2434
24352004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2436
2437	* gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2438	(gst_ebml_read_init), (gst_ebml_read_use_event),
2439	(gst_ebml_read_element_id), (gst_ebml_peek_id),
2440	(gst_ebml_read_seek), (gst_ebml_read_skip),
2441	(gst_ebml_read_reserve), (gst_ebml_read_buffer),
2442	(gst_ebml_read_master):
2443	* gst/matroska/ebml-read.h:
2444	* gst/matroska/matroska-demux.c:
2445	(gst_matroska_demux_parse_contents),
2446	(gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
2447	  Disgustingly evil hack for working around INTERRUPT events and
2448	  their extremely annoying habit of being a pain in the ass. We
2449	  simply peek a cluster before reading any of it.
2450
24512004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2452
2453	* ext/musepack/gstmusepackdec.cpp:
2454	  There's also floating point libmusepacks.
2455
24562004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2457
2458	* ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
2459	(gst_faad_chanpos_to_gst), (gst_faad_chain):
2460	  Set DURATION even if source buffer didn't. Also use increasing
2461	  timestamps.
2462	* gst-libs/gst/riff/riff-media.c:
2463	(gst_riff_create_audio_caps_with_data):
2464	  Block_align can have larger values than 8192.
2465
24662004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2467
2468	* gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
2469	* gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
2470	* gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
2471	* gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
2472	  Fix caps.
2473
24742004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2475
2476	* sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2477	  Fix logic bug.
2478
24792004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2480
2481	* ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
2482	  Yay, another one.
2483
24842004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2485
2486	* ext/esd/esdsink.c: (gst_esdsink_chain):
2487	  Make error actually say something useful (fixes #156798).
2488	* gst-libs/gst/riff/riff-media.c:
2489	(gst_riff_create_video_caps_with_data),
2490	(gst_riff_create_video_template_caps):
2491	  Add Intel Video 5.0 fourcc (IV50).
2492
24932004-12-01  Christophe Fergeau  <teuf@gnome.org>
2494
2495	* ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
2496	detection on mono and stereo mp3 files.
2497
24982004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2499
2500	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
2501	  Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
2502	  the contained stream).
2503
25042004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2505
2506	* ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
2507	  Oops, remove debug.
2508
25092004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
2510
2511	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2512
2513	* gst/law/alaw-decode.c: (alawdec_getcaps):
2514	* gst/law/mulaw-decode.c: (mulawdec_getcaps):
2515	  Prevent warnings when negotiating caps (fixes #159338).
2516
25172004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2518
2519	* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2520	(gst_ffmpegcsp_chain):
2521	  Remove old leftover that shouldn't be there...
2522
25232004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
2524
2525	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2526
2527	* gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
2528	  Don't forward DISCONT events (fixes #159684).
2529
25302004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2531
2532	* gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
2533	  Unlink manually since sometimes bin disposal (and therefore
2534	  pad unlinking) is delayed, which will cause a new media file
2535	  to not be able to start playing instantly.
2536
25372004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2538
2539	* gst/playback/gststreaminfo.c: (stream_info_mute_pad):
2540	  On mute of an unlinked stream, check for pad availability so
2541	  we don't crash on unlinked pad.
2542
25432004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2544
2545	* gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
2546	(gst_avi_demux_massage_index):
2547	  Fix quite humiliating bug in omitting 0-sized index chunks but
2548	  forgetting to count them for timestamps.
2549
25502004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2551
2552	* ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
2553	  Actually leave the loop if we failed to sync. Don't crash.
2554
25552004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2556
2557	* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
2558	(gst_dvd_demux_process_private):
2559	* gst/mpegstream/gstdvddemux.h:
2560	  Fix crash (#159759). Doesn't work, though. :-(.
2561
25622004-11-28  Benjamin Otte  <otte@gnome.org>
2563
2564	* gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
2565	  more overwriting protection due to modifying channels one by one
2566	  instead of all at once
2567
25682004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2569
2570	* gst/audioconvert/gstchannelmix.c:
2571	(gst_audio_convert_fill_normalize):
2572	  Normalize using absolute values.
2573
25742004-11-28  Julien MOUTTE  <julien@moutte.net>
2575
2576	* configure.ac:
2577	* ext/Makefile.am:
2578	* ext/directfb/Makefile.am:
2579	* ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
2580	(gst_directfbvideosink_get_pixel_format),
2581	(gst_directfbvideosink_get_format_from_fourcc),
2582	(gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
2583	(gst_directfbvideosink_sink_link),
2584	(gst_directfbvideosink_change_state),
2585	(gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
2586	(gst_directfbvideosink_buffer_alloc),
2587	(gst_directfbvideosink_interface_supported),
2588	(gst_directfbvideosink_interface_init),
2589	(gst_directfbvideosink_navigation_send_event),
2590	(gst_directfbvideosink_navigation_init),
2591	(gst_directfbvideosink_set_property),
2592	(gst_directfbvideosink_get_property),
2593	(gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
2594	(gst_directfbvideosink_base_init),
2595	(gst_directfbvideosink_class_init),
2596	(gst_directfbvideosink_get_type), (plugin_init):
2597	* ext/directfb/directfbvideosink.h: Adding a first version of
2598	directfbvideosink.
2599	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
2600	more.
2601
26022004-11-28  Benjamin Otte  <otte@gnome.org>
2603
2604	* gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
2605	  walk the samples backwards if out_channels > in_channels so we don't
2606	  overwrite data
2607
26082004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2609
2610	* gst/audioconvert/Makefile.am:
2611	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2612	(gst_audio_convert_link), (gst_audio_convert_change_state),
2613	(gst_audio_convert_channels):
2614	* gst/audioconvert/gstchannelmix.c:
2615	(gst_audio_convert_unset_matrix),
2616	(gst_audio_convert_fill_identical),
2617	(gst_audio_convert_fill_compatible),
2618	(gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
2619	(gst_audio_convert_fill_others),
2620	(gst_audio_convert_fill_normalize),
2621	(gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
2622	(gst_audio_convert_passthrough), (gst_audio_convert_mix):
2623	* gst/audioconvert/gstchannelmix.h:
2624	  Implement a channel mixer.
2625
26262004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
2627
2628	* ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
2629	* ext/alsa/gstalsa.h:
2630	* ext/alsa/gstalsa.c (gst_alsa_set_clock):
2631	Make alsasink actually honor gst_element_set_clock and use that
2632	clock instead of its internal one.
2633
26342004-11-27  Christophe Fergeau  <teuf@gnome.org>
2635
2636	* gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
2637	(gst_play_base_bin_change_state): nullify source and decoder when
2638	going from READY to NULL so that we don't try to do weird stuff with
2639	them when going from NULL to READY
2640	* gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
2641	instead of g_object_unref
2642	(gen_video_element), (gen_audio_element): more refcounting fixes, now
2643	it should be correct
2644	(gst_play_bin_change_state): don't call remove_sinks if we are
2645	currently disposing the object
2646
26472004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2648
2649	* ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
2650	  Don't forget bass if it's there. Else left channel is silent...
2651
26522004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2653
2654	* ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
2655	(gst_a52dec_change_state):
2656	  Don't do sample adjusting anymore, we use float audio now.
2657	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
2658	  Don't fixate to non-existing properties.
2659
26602004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2661
2662	* ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
2663	(gst_a52dec_change_state):
2664	  Advertise that we can do surround sound.
2665
26662004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2667
2668	* ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
2669	  Add buffer-frames=0.
2670	* ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
2671	(dvdreadsrc_init), (dvdreadsrc_get_event_mask),
2672	(dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
2673	(dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
2674	(_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
2675	(seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
2676	(dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
2677	(dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
2678	(dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
2679	* ext/dvdread/dvdreadsrc.h:
2680	  Add seeking, querying for bytes, sectors, title, angle and
2681	  chapter. Handle multiple chapters. Relicense to LGPL because
2682	  Billy agreed on that (thanks Billy!).
2683
26842004-11-27  Christophe Fergeau  <teuf@gnome.org>
2685
2686	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
2687	call parent dispose method
2688
26892004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
2690
2691	* gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
2692	(gst_audio_clock_get_internal_time):
2693	Fix active <-> inactive transitions: ensure time value always
2694	grows and avoid abrupt value changes.
2695
26962004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
2697
2698	* configure.ac:
2699	* gst/tta/Makefile.am:
2700	* gst/tta/crc32.h:
2701	* gst/tta/filters.h:
2702	* gst/tta/gsttta.c:
2703	* gst/tta/gstttadec.c:
2704	* gst/tta/gstttadec.h:
2705	* gst/tta/gstttaparse.c:
2706	* gst/tta/gstttaparse.h:
2707	* gst/tta/ttadec.h:
2708	  added TTA parser and decoder
2709
27102004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2711
2712	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2713	(probe_triggered), (check_queue), (buffer_underrun),
2714	(buffer_running), (buffer_overrun), (gen_source_element),
2715	(setup_source):
2716	* gst/playback/gstplaybasebin.h:
2717	  Implement buffering. Needs some more work.
2718
27192004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2720
2721	* ext/theora/theoradec.c: (theora_dec_chain):
2722	  Fix ilog mask range overflow.
2723
27242004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2725
2726	* ext/alsa/gstalsa.c: (gst_alsa_get_caps):
2727	  Don't omit the last (which in case of dmix is the only :) )
2728	  channel count. Don't set channels if <= 2.
2729
27302004-11-26  Christophe Fergeau  <teuf@gnome.org>
2731
2732	* gst/playback/gstplaybin.c: (gen_video_element),
2733	(gen_audio_element): Removed 2 obsolete comments
2734
27352004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2736
2737	* ext/vorbis/oggvorbisenc.c
2738	* ext/vorbis/vorbisenc.c :
2739	  change description fields of those plugins to differentiate them
2740	  (pitivi show Encoders by description, they had the same one)
2741
27422004-11-25  Christophe Fergeau  <teuf@gnome.org>
2743
2744	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2745
2746	* gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2747	(gst_play_bin_set_property), (gen_video_element),
2748	(gen_audio_element):
2749	  Refcounting fixes for provided audio-/videosinks.
2750
27512004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2752
2753	* gst/playback/gstplaybin.c: (gen_video_element),
2754	(gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
2755	  Don't reference all sinks, but only the video- and audiosinks.
2756	  The vis. element should be disposed when we're done with it.
2757	  We don't have any reason to keep it around. This fixes warnings
2758	  when reusing playbin for playing multiple audio files with
2759	  vis. enabled. Also release audio device on pause - idea stolen
2760	  from Rhythmbox.
2761
27622004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2763
2764	* ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
2765	(gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
2766	* ext/alsa/gstalsa.c: (gst_alsa_get_caps):
2767	* ext/alsa/gstalsaplugin.c: (plugin_init):
2768	* ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
2769	(gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
2770	* ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
2771	(gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
2772	(gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
2773	(gst_faad_change_state), (plugin_init):
2774	* ext/faad/gstfaad.h:
2775	* ext/vorbis/vorbis.c: (plugin_init):
2776	* ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2777	* gst-libs/gst/audio/Makefile.am:
2778	* gst-libs/gst/audio/audio.c: (plugin_init):
2779	* gst-libs/gst/audio/multichannel.c:
2780	(gst_audio_check_channel_positions),
2781	(gst_audio_get_channel_positions),
2782	(gst_audio_set_channel_positions),
2783	(gst_audio_set_structure_channel_positions_list),
2784	(add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
2785	(gst_audio_fixate_channel_positions):
2786	* gst-libs/gst/audio/multichannel.h:
2787	* gst-libs/gst/audio/testchannels.c: (main):
2788	* gst/audioconvert/gstaudioconvert.c:
2789	(gst_audio_convert_class_init), (gst_audio_convert_init),
2790	(gst_audio_convert_dispose), (gst_audio_convert_getcaps),
2791	(gst_audio_convert_parse_caps), (gst_audio_convert_link),
2792	(gst_audio_convert_fixate), (gst_audio_convert_channels):
2793	* gst/audioconvert/plugin.c: (plugin_init):
2794	  Surround sound support.
2795
27962004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2797
2798	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
2799	  Fix position for discont if we're close as well. Nitpicking, but
2800	  saves a few milliseconds of extra waiting or skipping.
2801
28022004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2803
2804	* gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
2805	  We sometimes need parsers for playback, so add those too.
2806
28072004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2808
2809	* configure.ac:
2810	* gst/apetag/Makefile.am:
2811	* gst/apetag/apedemux.c: (gst_ape_demux_get_type),
2812	(gst_ape_demux_base_init), (gst_ape_demux_class_init),
2813	(gst_ape_demux_init), (gst_ape_demux_get_src_formats),
2814	(gst_ape_demux_get_src_query_types),
2815	(gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
2816	(gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
2817	(gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
2818	(gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
2819	(gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
2820	(gst_ape_demux_stream_data), (gst_ape_demux_loop),
2821	(gst_ape_demux_change_state):
2822	* gst/apetag/apedemux.h:
2823	* gst/apetag/apetag.c: (plugin_init):
2824	* gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
2825	(plugin_init):
2826	  APE v1/2 tag reader plus typefind function.
2827
28282004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2829
2830	* configure.ac:
2831	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
2832	* gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
2833	  Remove hacks for older core. Require newer core version
2834	  accordingly.
2835
28362004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2837
2838	* gst/cdxaparse/Makefile.am:
2839	* gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
2840	(gst_cdxaparse_class_init), (gst_cdxaparse_init),
2841	(gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
2842	* gst/cdxaparse/gstcdxaparse.h:
2843	* gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
2844	(gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
2845	(gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
2846	(gst_cdxastrip_get_src_query_types),
2847	(gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
2848	(gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
2849	(gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
2850	(gst_cdxastrip_chain), (gst_cdxastrip_change_state):
2851	* gst/cdxaparse/gstcdxastrip.h:
2852	  SVCD/VCD header stripping separated from CDXA image parsing.
2853	* gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
2854	(plugin_init):
2855	  Add VCD/SVCD header typefinding for VCD/SVCD.
2856	* sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
2857	(gst_vcdsrc_class_init), (gst_vcdsrc_init),
2858	(gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
2859	(gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
2860	(gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
2861	(gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
2862	(gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
2863	(gst_vcdsrc_change_state), (gst_vcdsrc_msf),
2864	(gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
2865	(gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
2866	(gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
2867	* sys/vcd/vcdsrc.h:
2868	  Fix up, add seeking, querying, URI interface. Works in totem now.
2869
28702004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2871
2872	* configure.ac:
2873	  back to CVS
2874
2875=== release 0.8.6 ===
2876
28772004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2878
2879	* NEWS:
2880	* RELEASE:
2881	* configure.ac:
2882	* po/af.po:
2883	* po/az.po:
2884	* po/cs.po:
2885	* po/en_GB.po:
2886	* po/hu.po:
2887	* po/it.po:
2888	* po/nb.po:
2889	* po/nl.po:
2890	* po/or.po:
2891	* po/sq.po:
2892	* po/sr.po:
2893	* po/sv.po:
2894	* po/uk.po:
2895	  releasing 0.8.6, "IOU Love"
2896
28972004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2898
2899	patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
2900
2901	* gst/playback/gstplaybasebin.c:
2902	  Fix unplayable files error handling.  Fixes #158365
2903
29042004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2905
2906	patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
2907
2908	* gst/typefind/gsttypefindfunctions.c:
2909	  Fix broken mp3 typefinding.  Fixes #158375
2910
29112004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2912
2913	patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
2914
2915	* ext/ogg/gstoggdemux.c:
2916	  Fix sync on broken files.  Fixes #158976
2917
29182004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2919
2920	patch by: Edward Hervey <bilboed@bilboed.com>
2921
2922	* ext/libpng/gstpngenc.c:
2923	  Copy over buffer properties.  Fixes #158832
2924
29252004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2926
2927	patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
2928
2929	* ext/dvdread/dvdreadsrc.c:
2930	  Fixes invalid reads (#158462)
2931
29322004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2933
2934	* sys/v4l/gstv4lsrc.c:
2935	* sys/v4l/gstv4lsrc.h:
2936	* sys/v4l/v4lsrc_calls.c:
2937	  Probe less and cache it.  Fixes #159187.
2938
29392004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2940
2941	* gst/videorate/gstvideorate.c:
2942	  Handle all video formats. Fixes #159186.
2943
29442004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
2945	* gst/synaesthesia/gstsynaesthesia.c:
2946	(gst_synaesthesia_class_init), (gst_synaesthesia_init),
2947	(gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
2948	(gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
2949	(gst_synaesthesia_src_link), (gst_synaesthesia_chain),
2950	(gst_synaesthesia_change_state), (plugin_init):
2951	Fix up synaesthesia to work under different samplerates/ buffer sizes.
2952	Force 320x200 output, as that's the only thing the underlying
2953	synaesthesia implementation supports. Still needs to be made
2954	re-entrant.
2955
29562004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2957
2958	* configure.ac:
2959	  Fix mpeg2enc configure check (similar to mplex check below).
2960
29612004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
2962
2963	reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2964
2965	* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2966	  Fix for gcc-2.95 (fixes #158221).
2967
29682004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2969
2970	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
2971	  Re-add clock distribution hack (until new core is released).
2972	  Fixes #158125.
2973
29742004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
2975	* configure.ac:
2976	  fix mplex configure check segfaulting on some systems (bug #140994)
2977
29782004-11-13  Benjamin Otte  <otte@gnome.org>
2979
2980	* ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
2981	  add debugging
2982	* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
2983	  do a wait when we enter the loop func with no data available to
2984	  write instead of getting into an 100% CPU loop by just returning and
2985	  being called again by the scheduler
2986
29872004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
2988
2989	* configure.ac:
2990	* ext/libvisual/visual.c: (gst_visual_get_type),
2991	(libvisual_log_handler), (gst_visual_getcaps),
2992	(gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
2993	(plugin_init):
2994	  Update libvisual to 0.1.7. Link in the debug handling to gstreamer
2995	* ext/smoothwave/Makefile.am:
2996	* ext/smoothwave/demo-osssrc.c: (main):
2997	* ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
2998	(gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
2999	(gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
3000	(plugin_init):
3001	* ext/smoothwave/gstsmoothwave.h:
3002	  Make gstsmoothwave a working element in the 20th century.
3003
3004	* gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
3005	  Fix incorrect link function
3006
30072004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3008
3009	* gst/volume/gstvolume.c:
3010	  Allow buffer-frames=0.
3011
30122004-11-12 Iain <iaingnome@gmail.com>
3013
3014	* configure.ac: Check for polypaudio
3015
3016	* ext/Makefile.am: Build the polyp dir
3017
3018	* ext/polyp: The polypsink sources.
3019
30202004-10-30 Iain <iaingnome@gmail.com>
3021
3022	* gst/interleave/interleave.c (interleave_unlink): Change the src pads
3023	caps to reflect the new number of channels.
3024
30252004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3026
3027	* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3028	  Fix for negotiation order problem. This would show when the
3029	  ALSA loopfuction was called before any other function. ALSA
3030	  wouldn't do anything because we're not negotiated yet, leading
3031	  to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
3032
30332004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
3034
3035	reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3036
3037	* ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3038	  No warnings (#157986).
3039
30402004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3041
3042	* gst/typefind/gsttypefindfunctions.c: (plugin_init):
3043	  Prefer apev1/2 and id3v1 (at end of file) over musepack.
3044
30452004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3046
3047	* gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
3048	  Signal no-more-pads (so it works in playbin).
3049
30502004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3051
3052	* ext/musepack/gstmusepackreader.cpp:
3053	  Workaround for older core.
3054
30552004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3056
3057	* gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
3058	  Actually test for odd width/height rather than testing whether
3059	  a temporary variable that was 0 before we subtracted 1 is now
3060	  not equal to zero (which it always is).
3061
30622004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3063
3064	* sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
3065	Fix compilation if HAVE_XVIDEO is not defined
3066
30672004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3068
3069	* sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
3070	Fix compilation if HAVE_XVIDEO is not defined
3071
30722004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
3073
3074	* gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
3075	(gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
3076	(gst_goom_change_state), (plugin_init):
3077	Use the bytestream adapter so goom doesn't depend on the input
3078	buffer size.
3079	Add a debug category
3080
30812004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3082
3083	* ext/alsa/gstalsa.c: (gst_alsa_change_state):
3084	  Only set hardware parameters *after* negotiation. Before
3085	  negotiation, it will set ANY and that seems to cause crashes
3086	  (see e.g. #151288, #153227).
3087
30882004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3089
3090	* ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
3091	  This seems to be antique leftover. It needs to pass error
3092	  checking.
3093	* ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
3094	(gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
3095	(gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
3096	(gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
3097	  Fix GstXOverlay implementation (#151059).
3098
30992004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3100
3101	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
3102	  Don't assert (#157853).
3103
31042004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3105
3106	* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
3107	  Fix bytes/samples confustion.
3108	(gst_alsa_sink_mmap), (gst_alsa_sink_loop):
3109	  Fix for underrun (#144389).
3110
31112004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3112
3113	* gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
3114	  Disable halfway-seek for pending release (since it needs a new
3115	  core release).
3116
31172004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3118
3119	* sys/v4l/gstv4lsrc.c:
3120	* sys/v4l/gstv4lsrc.h:
3121	* sys/v4l/v4lsrc_calls.c:
3122	  add autoprobe-fps property so we can separate autoprobing parts
3123
31242004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3125
3126	* sys/v4l/gstv4lsrc.c:
3127	* sys/v4l/v4lsrc_calls.c:
3128	initialise fourcc to catch unset fourcc's, and debug
3129
31302004-11-09  Wim Taymans  <wim@fluendo.com>
3131
3132	* gst/playback/README:
3133	* gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
3134	* gst/playback/gstplaybin.c: (gst_play_bin_init),
3135	(gst_play_bin_dispose), (gst_play_bin_set_property),
3136	(remove_sinks), (setup_sinks), (gst_play_bin_change_state),
3137	(gst_play_bin_get_event_masks), (gst_play_bin_send_event),
3138	(gst_play_bin_get_formats), (gst_play_bin_convert),
3139	(gst_play_bin_get_query_types), (gst_play_bin_query):
3140	Cleanups and some more documentation.
3141
31422004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
3143
3144	* ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
3145	(gst_cacasink_init), (gst_cacasink_chain):
3146	* ext/libcaca/gstcacasink.h:
3147	Cacasink inherits from VideoSink, so let that store the clock.
3148
31492004-11-09  Wim Taymans  <wim@fluendo.com>
3150
3151	* gst/playback/README:
3152	* gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
3153	(add_stream), (unknown_type), (add_element_stream), (no_more_pads),
3154	(probe_triggered), (preroll_unlinked), (new_decoded_pad),
3155	(gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
3156	* gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
3157	(setup_sinks):
3158	* gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
3159	(gst_stream_info_is_mute), (gst_stream_info_set_property):
3160	* gst/playback/gststreaminfo.h:
3161	Updated README.
3162	Only switch groups if all streams have muted (EOSed).
3163	Send Tags in sync with the stream playback instead of in
3164	the playback/preroll phase.
3165	Some cleanups, free the fakesrc elements.
3166
31672004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3168
3169	* ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
3170	  buffer-frames property was missing
3171	* ext/arts/gst_arts.c:
3172	  rate missing from sinkcaps
3173	* ext/audiofile/gstafparse.c:
3174	* ext/audiofile/gstafsink.c:
3175	* ext/audiofile/gstafsrc.c:
3176	* ext/swfdec/gstswfdec.c:
3177	  int audio doesn't know buffer-frames
3178	* ext/cdparanoia/gstcdparanoia.c:
3179	  int audio doesn't know chunksize either
3180	* ext/nas/nassink.c:
3181	  it's endianness, not endianess
3182	* gst-libs/gst/audio/audio.h:
3183	  make float standard pad template caps really describe float
3184	* gst/law/mulaw.c: (linear_factory):
3185	  signed only, please
3186	* gst/mpegstream/gstdvddemux.c:
3187	  widths of 20 are not valid
3188
31892004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3190
3191	Submitted by: Luca Ferretti <elle.uca@infinito.it>
3192
3193	* po/LINGUAS:
3194	* po/it.po:
3195	  Add Italian
3196
31972004-11-08  Wim Taymans  <wim@fluendo.com>
3198
3199	* gst/playback/README:
3200	* gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
3201	* gst/playback/gstplaybasebin.c: (probe_triggered),
3202	(gst_play_base_bin_change_state):
3203	Updated README, added more comments for fixmes etc..
3204
32052004-11-08  Wim Taymans  <wim@fluendo.com>
3206
3207	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
3208	We can remove this hack now.
3209
32102004-11-08  Wim Taymans  <wim@fluendo.com>
3211
3212	* gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3213	(gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3214	(gst_videomixer_blend_buffers), (gst_videomixer_loop):
3215	Only mix AYUV for maximum quality.
3216
32172004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3218
3219	* ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
3220	(gst_ogg_demux_push), (gst_ogg_pad_push):
3221	  Let's act as if we're synchronized now! :).
3222	* ext/theora/theoradec.c: (theora_dec_chain):
3223	  Add some debug.
3224
32252004-11-08  Wim Taymans  <wim@fluendo.com>
3226
3227	* gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
3228	(gst_alpha_set_property), (gst_alpha_sink_link),
3229	(gst_alpha_set_ayuv), (gst_alpha_set_i420),
3230	(gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
3231	(gst_alpha_init_params), (gst_alpha_chain):
3232	Implement alpha functions for AYUV too, this increases
3233	accuracy quite a bit.
3234
32352004-11-08  Wim Taymans  <wim@fluendo.com>
3236
3237	* gst/ffmpegcolorspace/avcodec.h:
3238	* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3239	(gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3240	(gst_ffmpegcsp_avpicture_fill):
3241	* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3242	(gst_ffmpegcsp_caps_remove_format_info):
3243	* gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
3244	(shrink12), (img_get_alpha_info), (deinterlace_line),
3245	(deinterlace_line_inplace):
3246	* gst/ffmpegcolorspace/imgconvert_template.h:
3247	Added AYUV colorspace and handle RGBA a bit more respectful.
3248
32492004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3250
3251	* ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3252	  Actually always send a discont (cornercase when resending the
3253	  same serial-tagged chain twice).
3254
32552004-11-08  Julien MOUTTE  <julien@moutte.net>
3256
3257	* sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
3258	(gst_ximagesink_finalize):
3259	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
3260	(gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
3261
32622004-11-08  Wim Taymans  <wim@fluendo.com>
3263
3264	* gst/typefind/gsttypefindfunctions.c: (aac_type_find):
3265	Don't segfault on NULL data.
3266
32672004-11-08  Wim Taymans  <wim@fluendo.com>
3268
3269	* gst/playback/gstdecodebin.c: (unlinked):
3270	* gst/playback/gstplay-marshal.list:
3271	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3272	(gst_play_base_bin_init), (group_create), (get_active_group),
3273	(get_building_group), (group_destroy), (group_commit),
3274	(queue_overrun), (remove_groups), (add_stream), (unknown_type),
3275	(add_element_stream), (no_more_pads), (probe_triggered),
3276	(preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
3277	(state_change), (setup_source), (gst_play_base_bin_get_property),
3278	(gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3279	(gst_play_base_bin_link_stream),
3280	(gst_play_base_bin_get_streaminfo):
3281	* gst/playback/gstplaybasebin.h:
3282	* gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3283	(remove_sinks), (setup_sinks), (gst_play_bin_change_state):
3284	Add support for chained ogg files. Prepare for playlist
3285	support. This patch introduces the concept of pad groups, which
3286	together compose one playable media file.
3287
32882004-11-07  David Schleef  <ds@schleef.org>
3289
3290	* testsuite/gst-lint: Check for pad templates that aren't statically
3291	scoped.
3292
32932004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3294
3295	* configure.ac:
3296	* ext/Makefile.am:
3297	* ext/musepack/Makefile.am:
3298	* ext/musepack/gstmusepackdec.cpp:
3299	* ext/musepack/gstmusepackdec.h:
3300	* ext/musepack/gstmusepackreader.cpp:
3301	* ext/musepack/gstmusepackreader.h:
3302	  Add musepack decoder.
3303	* ext/faad/gstfaad.c: (gst_faad_base_init):
3304	  Make pad templates static.
3305	* gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
3306	(plugin_init):
3307	  Add musepack typefinder, make mp3 typefinding work halfway stream,
3308	  which doesn't actually work yet because id3demux doesn't implement
3309	  _get_length().
3310
33112004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3312
3313	* ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
3314	(gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
3315	  Fix interrupt event handling (#144436).
3316
33172004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3318
3319	* ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
3320	  Hide unused glory.
3321
33222004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
3323
3324	reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3325
3326	* ext/vorbis/vorbisenc.c: (raw_caps_factory):
3327	  Fix weird caps (#157548).
3328
33292004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
3330
3331	Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3332
3333	* gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
3334	  Add missing NULL terminator (#157543).
3335
33362004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3337
3338	* gst/tcp/gsttcp.h:
3339	* gst/tcp/gsttcpclientsink.c:
3340	* gst/tcp/gsttcpclientsrc.c:
3341	* gst/tcp/gsttcpserversink.c:
3342	* gst/tcp/gsttcpserversrc.c:
3343	  ports can go up to 65535.  Move common defines to gsttcp.h
3344
33452004-11-05  Wim Taymans  <wim@fluendo.com>
3346
3347	* gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
3348	(paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
3349	Added two more colorspaces.
3350
33512004-11-05  Wim Taymans  <wim@fluendo.com>
3352
3353	* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3354	(gst_ffmpegcsp_avpicture_fill):
3355	* gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
3356	(yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
3357	(img_convert), (deinterlace_line), (deinterlace_line_inplace):
3358	More stride fixes.
3359
33602004-11-05  Wim Taymans  <wim@fluendo.com>
3361
3362	* gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
3363	(gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
3364	* gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
3365	(gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
3366	(gst_videomixer_loop):
3367	More stride fixes.
3368
33692004-11-05  Benjamin Otte  <otte@gnome.org>
3370
3371	* ext/mad/gstmad.c: (gst_mad_chain):
3372	  don't overflow data buffer. Flush not needed sync data when syncing
3373	  failed.
3374
33752004-11-04  Wim Taymans  <wim@fluendo.com>
3376
3377	* gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
3378	(gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
3379	(gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
3380	(gst_alpha_init_params), (gst_alpha_chain),
3381	(gst_alpha_change_state):
3382	Updated the chroma keying algorithm with something more
3383	sophisticated.
3384
33852004-11-03  Wim Taymans  <wim@fluendo.com>
3386
3387	* gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
3388	(gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3389	(gst_videomixer_blend_buffers), (gst_videomixer_loop):
3390	Fix stride issues. Does not completely work for odd
3391	heights.
3392
33932004-11-03  Wim Taymans  <wim@fluendo.com>
3394
3395	* gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
3396	(gst_alpha_chroma_key), (gst_alpha_chain):
3397	Fix stride issues. Does not completely work for odd
3398	heights.
3399
34002004-11-03  Christophe Fergeau  <teuf@gnome.org>
3401
3402	* gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
3403	* gst/videoscale/videoscale.c: (videoscale_find_by_structure):
3404	leak fixes
3405
34062004-11-03  Wim Taymans  <wim@fluendo.com>
3407
3408	* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3409	(gst_ffmpegcsp_avpicture_fill):
3410	* gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
3411	(avpicture_alloc):
3412	* gst/ffmpegcolorspace/imgconvert_template.h:
3413	Use correct _fill function to get correct strides.
3414
34152004-11-02  David Schleef  <ds@schleef.org>
3416
3417	* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
3418	(gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
3419	(qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
3420	Change all g_print()s to debugging.  Add a bunch of consistency
3421	checks.
3422
34232004-11-02  Wim Taymans  <wim@fluendo.com>
3424
3425	* gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3426	(try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
3427	(unlinked), (no_more_pads), (close_link):
3428	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3429	(unknown_type), (add_element_stream), (new_decoded_pad),
3430	(removed_decoded_pad), (setup_source):
3431	* gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
3432	(gst_stream_info_class_init), (gst_stream_info_init),
3433	(gst_stream_info_new), (gst_stream_info_dispose),
3434	(stream_info_mute_pad), (gst_stream_info_set_property),
3435	(gst_stream_info_get_property):
3436	* gst/playback/gststreaminfo.h:
3437	Fix playback of multiple files.
3438	a slightly different approach to handling dynamic pad removals.
3439	This one only looks at pads that we have linked.
3440
34412004-11-01  Christophe Fergeau  <teuf@gnome.org>
3442
3443	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
3444	free" warning from libc.
3445
34462004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3447
3448	* gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3449	(get_unconnected_element), (remove_starting_from), (pad_removed),
3450	(close_link):
3451	  Implement support for dynamic pad changing. We listen to "live"
3452	  pad removals (i.e. while playing) and re-setup autoplugging
3453	  after that. Playbasebin/playbin need some more work for this
3454	  to finally work, but decodebin supports (and replugs) chained
3455	  ogg now.
3456
34572004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
3458
3459	* ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
3460	(gst_alsa_finalize):
3461	* ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
3462	(gst_cdaudio_finalize):
3463	* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
3464	(cdparanoia_finalize):
3465	* ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
3466	* ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
3467	* ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
3468	(dvdreadsrc_finalize):
3469	* ext/flac/gstflacdec.c: (gst_flacdec_class_init),
3470	(gst_flacdec_finalize):
3471	* ext/flac/gstflacenc.c: (gst_flacenc_class_init),
3472	(gst_flacenc_finalize):
3473	* ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
3474	(gst_gnomevfssink_finalize):
3475	* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
3476	(gst_gnomevfssrc_finalize):
3477	* ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
3478	(gst_fameenc_finalize):
3479	* ext/nas/nassink.c: (gst_nassink_class_init),
3480	(gst_nassink_finalize):
3481	* ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
3482	(gst_sdlvideosink_class_init):
3483	* ext/sndfile/gstsf.c: (gst_sf_dispose):
3484	* gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
3485	* gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
3486	* gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
3487	* gst-libs/gst/xwindowlistener/xwindowlistener.c:
3488	(gst_x_window_listener_dispose):
3489	* gst/audioscale/gstaudioscale.c:
3490	* gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
3491	(play_on_demand_finalize):
3492	* gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
3493	* gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
3494	* sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
3495	(cdplayer_finalize):
3496	* sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
3497	(gst_glimagesink_class_init):
3498	* sys/oss/gstosselement.c: (gst_osselement_class_init),
3499	(gst_osselement_finalize):
3500	* sys/oss/gstosssink.c: (gst_osssink_dispose):
3501	* sys/oss/gstosssrc.c: (gst_osssrc_dispose):
3502	* sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
3503	  Fixes a bunch of problems with finalize and dispose functions,
3504	  either assumptions that dispose is only called once, or not calling
3505	  the parent class dispose/finalize function
3506
35072004-11-01  Stefan Kost  <ensonic@users.sf.net>
3508
3509	* ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
3510	  added two api precondition guards
3511	  use g_strdup with getenv to fix crash when using ENVVAR
3512
35132004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
3514	* ext/esd/esdsink.c: (gst_esdsink_class_init),
3515	(gst_esdsink_finalize):
3516	Use a finalize function, not dispose, and more importantly,
3517	call the parent class finalize function too
3518
35192004-11-01  Johan Dahlin  <johan@gnome.org>
3520
3521	* ext/ogg/gstoggdemux.c:
3522	* gst/tags/gstvorbistag.c:
3523	Plug leaks.
3524
35252004-10-31  Benjamin Otte  <otte@gnome.org>
3526
3527	* gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
3528	  lotsa memleaks today. But they're all small...
3529
35302004-10-31  Benjamin Otte  <otte@gnome.org>
3531
3532	* ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3533	  another memleak crushed
3534
35352004-10-31  Benjamin Otte  <otte@gnome.org>
3536
3537	* gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
3538	  fix memleak
3539
35402004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3541
3542	* ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3543	  Hack to prevent crash when going to READY inside signal handler
3544	  while this function is active.
3545
35462004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3547
3548	* gst/ffmpegcolorspace/Makefile.am:
3549	* gst/ffmpegcolorspace/avcodec.h:
3550	* gst/ffmpegcolorspace/common.h:
3551	* gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
3552	* gst/ffmpegcolorspace/dsputil.h:
3553	* gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
3554	* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3555	(gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
3556	(gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
3557	(gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
3558	(gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
3559	(gst_ffmpegcsp_avpicture_fill):
3560	* gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3561	* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3562	(gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
3563	(gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
3564	(gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
3565	(gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
3566	(gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
3567	(gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
3568	* gst/ffmpegcolorspace/imgconvert.c:
3569	(avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
3570	(avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
3571	(avpicture_get_size), (avcodec_get_pix_fmt_loss),
3572	(avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
3573	(avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
3574	(yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
3575	(yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
3576	(uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
3577	(img_convert_init), (img_apply_table), (shrink41), (shrink21),
3578	(shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
3579	(grow21), (grow22), (grow41), (grow44), (conv411),
3580	(gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
3581	(monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
3582	(gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
3583	(avpicture_free), (is_yuv_planar), (img_convert),
3584	(get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
3585	(deinterlace_line_inplace), (deinterlace_bottom_field),
3586	(deinterlace_bottom_field_inplace), (avpicture_deinterlace):
3587	* gst/ffmpegcolorspace/imgconvert_template.h:
3588	* gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
3589	* gst/ffmpegcolorspace/mmx.h:
3590	* gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
3591	(av_fast_realloc), (av_mallocz_static), (av_free_static),
3592	(av_freep), (avcodec_get_context_defaults),
3593	(avcodec_alloc_context), (avcodec_init):
3594	  Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
3595	  handling plus update from ffmpeg CVS. Large clean-up.
3596
35972004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3598
3599	* gst/playback/Makefile.am:
3600	  We need the marshallers for decodebin, too.
3601
36022004-10-30  David Schleef  <ds@schleef.org>
3603
3604	* gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
3605	  quicktime typefinding work with 64-bit offsets.
3606
36072004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
3608
3609	* ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
3610	  Set EOS on the element when processing an EOS event.
3611	* ext/speex/gstspeexdec.h:
3612	* ext/speex/gstspeexenc.h:
3613	  Only keep a const ptr to the mode
3614	* gst-libs/gst/riff/riff-media.c:
3615	(gst_riff_create_audio_caps_with_data),
3616	(gst_riff_create_audio_template_caps):
3617	  Allow WMAV3, with up to 6 channels.
3618	* gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
3619	  Don't call gst_pad_set_event_function on a sink pad.
3620	* gst/mpegstream/gstdvddemux.c:
3621	(gst_dvd_demux_get_subpicture_stream),
3622	(gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
3623	  Copy the explicit caps that were set across to the cur_* pads,
3624	  instead of trying to use a possibly non-existent negotiated caps.
3625	  Reset the type of subpicture pads to UNKNOWN after calling
3626	  init_stream, so that the caps get set.
3627
36282004-10-29  Martin Pitt  <martin.pitt@canonical.com>
3629
3630	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3631
3632	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
3633	  Don't touch buffer if it is of size 0 (fixes #151064).
3634
36352004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3636
3637	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
3638	  Synchronized discont handling.
3639
36402004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3641
3642	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
3643	(gst_ogg_demux_push):
3644	  Make seeking sort-of exact again (fixes #156387).
3645
36462004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3647
3648	* gst/playback/gstplaybasebin.c: (unknown_type),
3649	(add_element_stream), (new_decoded_pad),
3650	(gst_play_base_bin_change_state):
3651	* gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
3652	(gst_stream_info_init), (gst_stream_info_new),
3653	(gst_stream_info_dispose), (gst_stream_info_get_property):
3654	* gst/playback/gststreaminfo.h:
3655	  Make caps explicitely available. Makes testing for unsupported
3656	  types possible. Improves error reporting.
3657
36582004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3659
3660	* gst/audioconvert/gstaudioconvert.c:
3661	(gst_audio_convert_buffer_to_default_format):
3662	  Really don't touch read-only buffers (#156563).
3663
36642004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
3665
3666	Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3667
3668	* gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
3669	  Fix memleak (#155223).
3670
36712004-10-29  Wim Taymans  <wim@fluendo.com>
3672
3673	* gst/tcp/.cvsignore:
3674	* gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3675	(gst_multifdsink_class_init), (gst_multifdsink_init),
3676	(gst_multifdsink_add), (gst_multifdsink_remove),
3677	(gst_multifdsink_remove_client_link), (is_sync_frame),
3678	(gst_multifdsink_new_client),
3679	(gst_multifdsink_handle_client_write),
3680	(gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3681	(gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
3682	(gst_multifdsink_get_property):
3683	* gst/tcp/gstmultifdsink.h:
3684	Added burst on connect sync_method, deprecated sync_clients,
3685	streamlined the sync code some more.
3686
36872004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3688
3689	* gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
3690	(gst_play_base_bin_change_state):
3691	  Improve error reporting.
3692
36932004-10-28  Wim Taymans  <wim@fluendo.com>
3694
3695	* gst/tcp/Makefile.am:
3696	* gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
3697	* gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
3698	(gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
3699	(gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
3700	(gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
3701	(gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
3702	(gst_fdset_wait):
3703	Added more locks around fdset structures. Fixed/reworked
3704	the poll array resizing code.
3705	Added stress test for fdset.
3706
37072004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3708
3709	* gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
3710	fix build
3711
37122004-10-28  Benjamin Otte  <otte@gnome.org>
3713
3714	* gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
3715	  fix link function to always query channels and query width for
3716	  floats
3717	* configure.ac:
3718	  add equalizer dir
3719	* gst/equalizer/Makefile.am:
3720	* gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
3721	(gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
3722	(gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
3723	(arg_to_scale), (setup_filter),
3724	(gst_iir_equalizer_compute_frequencies),
3725	(gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
3726	(gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
3727	(plugin_init):
3728	  add an equalizer
3729
37302004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3731
3732	Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
3733
3734	* po/LINGUAS:
3735	* po/nb.po:
3736	  Added Norwegian Bokmaal translation
3737
37382004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3739
3740	* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
3741	  Don't break on options (fixes #156488).
3742
37432004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3744
3745	* configure.ac:
3746	* ext/cdaudio/Makefile.am:
3747	* sys/Makefile.am:
3748	  fix build on older automake
3749
37502004-10-26  Wim Taymans  <wim@fluendo.com>
3751
3752	* ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
3753	(gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
3754	Allow a little margin when negotiating the framerate.
3755
37562004-10-26  Stefan Kost  <ensonic@users.sf.net>
3757
3758	* gst/level/gstlevel.c:
3759	  synchonised naming of pads and pad-templates
3760
37612004-10-26  Wim Taymans  <wim@fluendo.com>
3762
3763	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
3764	(gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
3765	(_find_streams_check), (gst_ogg_demux_push):
3766	Fix EOS again. Needs to be done in a better way. We should not
3767	remove the pad if there is no new chained stream.
3768
37692004-10-26 Iain <iaingnome@gmail.com>
3770
3771	* ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
3772	* gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
3773	of the caps.
3774	* gst/interleave/interleave.c (interleave_class_init): Hook up release
3775	pad.
3776	(interleave_release_pad): Remove the pad.
3777	* gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
3778	* sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
3779	the set device.
3780	* sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
3781	attrs
3782	(gst_xvimagesink_xcontext_clear): Free the xcontext.
3783	(gst_xvimagesink_finalize): Free the par.
3784
37852004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3786
3787	* gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
3788	(gst_avimux_stop_file):
3789	  First calculate the rate, and only then use it. Hdr.rate is a
3790	  multiple and not a derivative of hdr.scale. Scale is not the
3791	  same as blockalign but is solely related to rate.
3792
37932004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3794
3795	* ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
3796	(gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
3797	  Implement seeking.
3798
37992004-10-25  James Henstridge  <james@jamesh.id.au>
3800
3801	Reviewed by:  David Schleef  <ds@schleef.org>
3802
3803	* examples/gstplay/player.c: (got_stream_length), (main):
3804	* examples/seeking/cdplayer.c: (update_scale):
3805	* examples/seeking/seek.c: (format_value), (update_scale):
3806	* examples/seeking/spider_seek.c: (format_value), (update_scale),
3807	(stop_seek):
3808	Build fixes on AMD64.
3809
38102004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3811
3812	reviewed by: Ronald Bultje <rbultje at gnome dot org>
3813
3814	* sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
3815	Fix for some v4l cards which hang in v4lsrc
3816
38172004-10-25  Wim Taymans  <wim@fluendo.com>
3818
3819	* ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
3820	(gst_ogg_demux_push), (gst_ogg_chains_clear):
3821	Make sure to remove the pad when a new chain is
3822	encountered. Set some vars to NULL so we don't try
3823	to reference freed memory.
3824
38252004-10-25  Wim Taymans  <wim@fluendo.com>
3826
3827	* examples/seeking/Makefile.am:
3828	* examples/seeking/cdplayer.c: (update_scale):
3829	* examples/seeking/chained.c: (unlinked), (new_pad), (main):
3830	* examples/seeking/playbin.c: (make_playerbin_pipeline),
3831	(format_value), (update_scale), (iterate), (start_seek),
3832	(stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
3833	(print_usage), (main):
3834	Added some more examples, update others.
3835
38362004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3837
3838	* ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
3839	* ext/speex/gstspeexdec.c: (speex_dec_chain):
3840	* ext/theora/theoradec.c: (theora_dec_chain):
3841	* ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3842	  Add codec-name metadata.
3843
38442004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
3845
3846	Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3847
3848	* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
3849	* ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3850	* ext/alsa/gstalsamixertrack.h:
3851	* po/POTFILES.in:
3852	  ALSA mixer track label internationalization (#154054).
3853
38542004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3855
3856	* ext/theora/theoradec.c: (theora_dec_chain):
3857	  Export bitrate as metadata.
3858
38592004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3860
3861	* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
3862	* ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3863	* ext/alsa/gstalsamixertrack.h:
3864	  Fix names, fix loop.
3865
38662004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3867
3868	* ext/speex/gstspeexdec.c: (gst_speex_dec_init),
3869	(speex_dec_convert):
3870	  sinkconvert function so oggdemux can get the file length (totem).
3871
38722004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
3873
3874	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3875
3876	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
3877	  Don't push incomplete packets.
3878	* gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
3879	  Fix MPEG-4 audio typefinding.
3880
38812004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3882
3883	* sys/v4l/Makefile.am:
3884	* sys/v4l/gstv4l.c: (plugin_init):
3885	* sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
3886	(gst_v4lelement_init), (gst_v4lelement_dispose),
3887	(gst_v4lelement_change_state):
3888	* sys/v4l/gstv4lelement.h:
3889	* sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
3890	(gst_v4l_xoverlay_close), (idle_refresh),
3891	(gst_v4l_xoverlay_set_xwindow_id):
3892	* sys/v4l/gstv4lxoverlay.h:
3893	* sys/v4l/v4l-overlay_calls.c:
3894	* sys/v4l/v4l_calls.h:
3895	* sys/v4l2/Makefile.am:
3896	* sys/v4l2/gstv4l2.c: (plugin_init):
3897	* sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
3898	(gst_v4l2element_init), (gst_v4l2element_dispose),
3899	(gst_v4l2element_change_state):
3900	* sys/v4l2/gstv4l2element.h:
3901	* sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
3902	(gst_v4l2_xoverlay_close), (idle_refresh),
3903	(gst_v4l2_xoverlay_set_xwindow_id):
3904	* sys/v4l2/gstv4l2xoverlay.h:
3905	* sys/v4l2/v4l2-overlay_calls.c:
3906	* sys/v4l2/v4l2_calls.h:
3907	  Remove client-side overlay handling, use the X-server v4l plugin
3908	  for that. Nicer overlay, less code. Also make the plugin
3909	  compileable without X (but then without overlay, obviously).
3910	  Makes xwindowlistener obsolete, should we remove that?
3911
39122004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3913
3914	* sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
3915	(gst_osssrc_src_query):
3916	* sys/oss/gstosssrc.h:
3917	  OK, so people want offset in DEFAULT. This time, actually fix all
3918	  cases.
3919	* sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
3920	  Add FPS properly.
3921
39222004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3923
3924	* gst/asfdemux/gstasfmux.c:
3925	* gst/avi/gstavimux.c:
3926	  Framerate.
3927
39282004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3929
3930	* sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
3931	  Fix properties (channel, norm, frequency).
3932
39332004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3934
3935	* sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
3936	  Flag typo.
3937	* sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
3938	  No warnings.
3939
39402004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3941
3942	* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
3943	  Fix hang.
3944
39452004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3946
3947	* sys/v4l2/gstv4l2element.h:
3948	  Yet Another Hack (tm) for kernel header borkedness.
3949	* sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
3950	(gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
3951	(gst_v4l2src_link), (gst_v4l2src_getcaps),
3952	(gst_v4l2src_change_state):
3953	* sys/v4l2/gstv4l2src.h:
3954	* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
3955	(gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
3956	  Fix caps, keep track of state, work.
3957
39582004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3959
3960	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
3961	  Quiet.
3962
39632004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3964
3965	* sys/oss/gstosssrc.c: (gst_osssrc_get):
3966	  Don't mix bytes and samples.
3967
39682004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3969
3970	* ext/ogg/gstoggmux.c:
3971	  Basic pad template which accepts OGM tracks, speex, flac, vorbis
3972	  and theora. Any is incorrect.
3973	* gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
3974	  Fix caps.
3975	* sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
3976	* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
3977	(gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
3978	(gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
3979	* sys/v4l/gstv4lmjpegsrc.h:
3980	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
3981	(gst_v4lsrc_change_state):
3982	* sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
3983	(gst_v4lmjpegsrc_capture_stop):
3984	  Fix caps. Keep track of internal state. Work.
3985
39862004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3987
3988	* ext/Makefile.am:
3989	  Fix the build fixes.
3990
39912004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3992
3993	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
3994	(gst_ogg_demux_src_event), (_find_chain_seek),
3995	(gst_ogg_pad_push):
3996	  Check for pad availability before using it.
3997	* ext/ogg/gstoggdemux.c: (_find_chain_process):
3998	  Fix parsing of chained ogg. Needs more work on the decoder side.
3999
40002004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4001
4002	* gst/spectrum/Makefile.am:
4003	* gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
4004	(idle_func):
4005	  Fix demo and reenable it. Yes, I'm currently playing with audio
4006	  analysis tools
4007
40082004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4009
4010	* ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
4011	  We love it if files that start at zero work too...
4012
40132004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4014
4015	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
4016	  Handle files with missing EOS headers.
4017
40182004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4019
4020	* gst/tcp/gsttcpserversink.c:
4021	(gst_tcpserversink_handle_server_read),
4022	(gst_tcpserversink_init_send):
4023	Zero some variables first (need for accept not to return EINVAL)
4024
40252004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4026
4027	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4028	(gst_ogg_demux_src_event), (gst_ogg_pad_push):
4029	* ext/theora/theoradec.c: (theora_dec_sink_convert),
4030	(theora_dec_chain):
4031	* ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
4032	(gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
4033	  Seeking and querying finetune.
4034
40352004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4036
4037	* configure.ac:
4038	* ext/Makefile.am:
4039	* ext/raw1394/Makefile.am:
4040	  fix the build
4041
40422004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4043
4044	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
4045	  Wrong return.
4046	* gst/playback/Makefile.am:
4047	* gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4048	* gst/playback/gstplay-marshal.list:
4049	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
4050	  Fix marshallers.
4051
40522004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4053
4054	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
4055	  Silence.
4056
40572004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4058
4059	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4060	(gst_ogg_demux_src_event), (gst_ogg_pad_populate),
4061	(gst_ogg_pad_push):
4062	  Yay for non-lineair granulepos in theora.
4063
40642004-10-18  Wim Taymans  <wim@fluendo.com>
4065
4066	* ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
4067	(gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
4068	* ext/dv/gstdvdec.h:
4069	Make sure we renegotiate aspect ratio when the camera switches.
4070
40712004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4072
4073	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4074	(gst_ogg_demux_src_event), (gst_ogg_pad_push):
4075	  Start at zero.
4076	* ext/theora/theoradec.c: (theora_dec_chain):
4077	  Skip headers. Bad idea for chained ogg, but fixes seeking.
4078
40792004-10-18  Wim Taymans  <wim@fluendo.com>
4080
4081	* configure.ac:
4082	I swear, this is the last time I touch this.
4083
40842004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4085
4086	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4087	(gst_ogg_demux_src_event), (gst_ogg_pad_populate),
4088	(_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
4089	  Faster seeking.
4090	* ext/theora/theoradec.c: (theora_dec_sink_convert):
4091	  Time-to-default conversion.
4092	* ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4093	  Don't error on unknown packets, just skip. We should probably
4094	  read them if we want to support chained ogg.
4095
40962004-10-18  Wim Taymans  <wim@fluendo.com>
4097
4098	* configure.ac:
4099	Added cdaudio to wrong list.
4100
41012004-10-18  Wim Taymans  <wim@fluendo.com>
4102
4103	* configure.ac:
4104	Revive cdaudio.
4105
41062004-10-18  Wim Taymans  <wim@fluendo.com>
4107
4108	* ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
4109	(gst_dvdec_video_link), (gst_dvdec_push):
4110	* ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
4111	(gst_smokeenc_resync), (gst_smokeenc_chain):
4112	Fix mimetype on smoke encoder.
4113	Add aspect ratio to dvdec. Not sure if these
4114	values are correct though....
4115
41162004-10-18  Wim Taymans  <wim@fluendo.com>
4117
4118	* ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
4119	Fix vorbis property descriptions and ranges.
4120
41212004-10-18  Wim Taymans  <wim@fluendo.com>
4122
4123	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
4124	Really do nothing when no data is available.
4125	Go to the playing state when the stream is not seekable
4126	instead of failing.
4127
41282004-10-18  Wim Taymans  <wim@fluendo.com>
4129
4130	* ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
4131	(gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
4132	(gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
4133	(cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
4134	(cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
4135	Added uri handler for cd://
4136	Port to new API.
4137
41382004-10-18  Wim Taymans  <wim@fluendo.com>
4139
4140	* gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4141	(gst_decode_bin_init), (find_compatibles), (close_pad_link),
4142	(try_to_link_1), (no_more_pads), (close_link), (type_found):
4143	* gst/playback/gstplaybasebin.c: (gen_preroll_element),
4144	(remove_prerolls), (unknown_type), (add_element_stream),
4145	(new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
4146	(gst_play_base_bin_remove_element),
4147	(gst_play_base_bin_link_stream):
4148	* gst/playback/gstplaybin.c: (gen_video_element),
4149	(gen_vis_element), (remove_sinks), (setup_sinks):
4150	* gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
4151	(gst_stream_info_get_type), (gst_stream_info_class_init),
4152	(gst_stream_info_init), (gst_stream_info_new),
4153	(gst_stream_info_dispose), (stream_info_mute_pad),
4154	(gst_stream_info_set_property), (gst_stream_info_get_property):
4155	* gst/playback/gststreaminfo.h:
4156	Add sink padtemplate to decodebin.
4157	Added some more comments.
4158	Make queue size configurable in playbasebin.
4159	Added possibility to use elements as sinks (ex cdaudio).
4160
41612004-10-15  Wim Taymans  <wim@fluendo.com>
4162
4163	* ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
4164	(gst_speexenc_chain):
4165	Fix speex timestamps so that it gets muxed properly.
4166
41672004-10-15  Wim Taymans  <wim@fluendo.com>
4168
4169	* ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
4170	(gst_dv1394src_base_init), (gst_dv1394src_class_init),
4171	(gst_dv1394src_init), (gst_dv1394src_dispose),
4172	(gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
4173	(gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
4174	(gst_dv1394src_event), (gst_dv1394src_get_formats),
4175	(gst_dv1394src_convert), (gst_dv1394src_get_query_types),
4176	(gst_dv1394src_query), (gst_dv1394src_uri_get_type),
4177	(gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
4178	(gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
4179	* ext/raw1394/gstdv1394src.h:
4180	Added conversion/query functions.
4181	Update buffer timestamps,
4182	Added signals.
4183	Added uri dv:// so it might play from the firewire in playbin.
4184	Fix a possible leak.
4185	Added debugging.
4186
41872004-10-15  Wim Taymans  <wim@fluendo.com>
4188
4189	* ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
4190	(gst_dv1394src_init), (gst_dv1394src_set_property),
4191	(gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
4192	(gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
4193	* ext/raw1394/gstdv1394src.h:
4194	Added AV/C VTR control support needed for some cameras.
4195	Added automatic port detection.
4196	Added properties for selecting the channel.
4197	The configure.ac script is not yet updated to reflect the
4198	new libavc1394 and librom1394 dependencies.
4199
42002004-10-15  Wim Taymans  <wim@fluendo.com>
4201
4202	* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4203	(qtdemux_parse), (gst_qtdemux_handle_esds):
4204	An esds box is not a container.
4205	Fix parsing of mp4v boxes.
4206	Do not try to renegotiate fps for each frame. Need to
4207	find a better method. This should fix mp4 playback.
4208
42092004-10-14  David Schleef  <ds@schleef.org>
4210
4211	* configure.ac: update for swfdec-0.3 and liboil-0.2
4212	* ext/swfdec/gstswfdec.c: update for swfdec-0.3
4213	* ext/swfdec/gstswfdec.h: same
4214	* gst/videofilter/gstvideobalance.c: update for liboil-0.2
4215	* gst/videotestsrc/videotestsrc.c: same
4216
42172004-10-14  Wim Taymans  <wim@fluendo.com>
4218
4219	* gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
4220	(gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
4221	(is_sync_frame), (gst_multifdsink_new_client),
4222	(gst_multifdsink_handle_client_write),
4223	(gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4224	(gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
4225	Turn warnings into info.
4226	Don't allow a state change in the streaming thread.
4227
42282004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4229
4230	* ext/vorbis/oggvorbisenc.c:
4231	* ext/vorbis/vorbisdec.c:
4232	  fix template sample rate
4233
42342004-10-13  Wim Taymans  <wim@fluendo.com>
4235
4236	* ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
4237	Decoding the header first fixes some problems in resyncing
4238	in more mp3s.
4239
42402004-10-12  Wim Taymans  <wim@fluendo.com>
4241
4242	* gst/playback/gstplaybin.c: (gen_video_element),
4243	(gen_vis_element), (remove_sinks), (setup_sinks):
4244	Added vis plugin support, need to configure the vis
4245	element to activate it.
4246
42472004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4248
4249	* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
4250	(gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
4251	  Some debug.
4252	* gst/avi/gstavidemux.c: (gst_avi_demux_reset),
4253	(gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
4254	(gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
4255	(gst_avi_demux_stream_index), (gst_avi_demux_skip),
4256	(gst_avi_demux_sync), (gst_avi_demux_stream_scan),
4257	(gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
4258	* gst/avi/gstavidemux.h:
4259	  Support for openDML-2.0 indx/ix## chunks. Support for broken index
4260	  recovery (where, if part of the index is broken, we will still read
4261	  the rest of the index and recover the broken part by stream
4262	  scanning). More broken media support. EOS workarounds. General AVI
4263	  braindamage headache recovery. Aspirin included.
4264
42652004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4266
4267	* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
4268	(cdparanoia_event), (cdparanoia_query):
4269	  Get rid of hideous lead-in.
4270
42712004-10-11  Wim Taymans  <wim@fluendo.com>
4272
4273	* gst/playback/gstplaybasebin.c: (setup_source):
4274	Wrong var used to get g_list_next.
4275
42762004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4277
4278	* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
4279	(cdparanoia_get), (cdparanoia_open):
4280	  Report discid as metadata, add duration.
4281
42822004-10-11  Wim Taymans  <wim@fluendo.com>
4283
4284	* gst/playback/gstplaybasebin.c: (setup_source):
4285	Cleanup the previous pipeline a little earlier for the
4286	case that a source element provides raw data.
4287
42882004-10-11  Benjamin Otte  <otte@gnome.org>
4289
4290	* ext/mad/gstid3tag.c: (gst_id3_tag_chain):
4291	  reset v1 tag offset when there is no v1 tag. Fixes id3demux always
4292	  consuming the last 128 bytes, even though it was valid mp3 data.
4293
42942004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4295
4296	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
4297	(gst_v4lsrc_getcaps), (gst_v4lsrc_get):
4298	* sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
4299	Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
4300
43012004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4302
4303	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
4304	Fix for webcams that support only specific width or height
4305
43062004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4307
4308	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4309
4310	* gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
4311	  Fix wrong discont event setup (fixes #154967).
4312
43132004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
4314
4315	Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4316
4317	* gst/auparse/gstauparse.c: (gst_auparse_chain):
4318	  Error out on invalid data (fixes #154807).
4319
43202004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4321
4322	Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4323
4324	* ext/dvdread/dvdreadsrc.c: (_read):
4325	  Make titles > 0 work again (fixes #154834).
4326
43272004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4328
4329	* gst-libs/gst/riff/riff-media.c:
4330	(gst_riff_create_video_template_caps):
4331	  WMV3 missing in template caps.
4332
43332004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4334
4335	* gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4336	  OK, so the original code was too strict. It makes random AVI files
4337	  hang for seconds upon opening, which is unacceptable and is far
4338	  beyond the original goal of getting multiple chunks for one-chunk
4339	  sounc stream files. So now do just that.
4340
43412004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4342
4343	* gst/playback/gstplaybasebin.c: (setup_source),
4344	(gst_play_base_bin_change_state):
4345	  Actually clean up streaminfo if output fails. This would trigger
4346	  if, for example, there was no CD in the drive. No preroll, so
4347	  a streaminfo structure is created, but the subsequent state change
4348	  of the thread fails.
4349	* gst/playback/gstplaybin.c: (gst_play_bin_change_state):
4350	  Don't change state if parent failed.
4351
43522004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4353
4354	* gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4355	(gst_play_bin_init), (gst_play_bin_get_property), (handoff),
4356	(gen_video_element), (remove_sinks):
4357	  Add small bits of code for screenshot handling.
4358
43592004-10-08  Wim Taymans  <wim@fluendo.com>
4360
4361	* gst/playback/gstplaybin.c: (gst_play_bin_set_property),
4362	(gen_video_element), (gen_audio_element), (setup_sinks):
4363	Don't assume the user provided sinks are named "sink"...
4364
43652004-10-08  Wim Taymans  <wim@fluendo.com>
4366
4367	* gst/playback/gstplaybasebin.c: (gen_preroll_element),
4368	(unknown_type), (setup_source), (gst_play_base_bin_remove_element),
4369	(gst_play_base_bin_link_stream):
4370	Do not try to autoplug sources that generate raw streams like
4371	cdparanoia.
4372	disconnect the preroll overrun signal when we don't need it anymore.
4373
43742004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
4375
4376	* ext/cdparanoia/gstcdparanoia.c: (_do_init),
4377	Added reworked patch from #154903 from milosz derezynski (deadchip).
4378
43792004-10-08  Wim Taymans  <wim@fluendo.com>
4380
4381	* ext/cdparanoia/gstcdparanoia.c: (_do_init),
4382	(cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
4383	(cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
4384	(cdparanoia_convert), (cdparanoia_uri_get_type),
4385	(cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
4386	(cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
4387	* ext/cdparanoia/gstcdparanoia.h:
4388	This adds the cdda://<tracknum> uri.
4389
43902004-10-08  Wim Taymans  <wim@fluendo.com>
4391
4392	* gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4393	(gst_decode_bin_init), (find_compatibles), (close_pad_link),
4394	(try_to_link_1), (no_more_pads), (close_link), (type_found):
4395	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4396	(unknown_type), (gst_play_base_bin_remove_element),
4397	(gst_play_base_bin_link_stream):
4398	* gst/playback/gstplaybasebin.h:
4399	* gst/playback/gstplaybin.c: (gst_play_bin_init),
4400	(gst_play_bin_set_property), (gen_video_element),
4401	(gen_audio_element), (setup_sinks):
4402	* gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
4403	(gst_stream_info_get_type), (gst_stream_info_class_init),
4404	(gst_stream_info_init), (gst_stream_info_new),
4405	(gst_stream_info_dispose), (stream_info_mute_pad),
4406	(gst_stream_info_set_property), (gst_stream_info_get_property):
4407	* gst/playback/gststreaminfo.h:
4408	Reuse the audio and video bins.
4409	Some internal cleanups in the stream selection code.
4410
44112004-10-08  Julien MOUTTE  <julien@moutte.net>
4412
4413	* sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
4414	(gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
4415	* sys/ximage/ximagesink.h:
4416	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
4417	(gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
4418	* sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
4419	not coming from those elements. Moreover these elements should not keep
4420	the xid they have been given when in NULL state.
4421
44222004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4423
4424	* sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
4425	(gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
4426	* sys/ximage/ximagesink.h:
4427	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
4428	(gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
4429	* sys/xvimage/xvimagesink.h:
4430	  Actually only create a new toplevel window if we're not gonna
4431	  embed it right after.
4432
44332004-10-07  Wim Taymans  <wim@fluendo.com>
4434
4435	* gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
4436	(gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
4437	* gst/playback/gstplaybin.c: (setup_sinks):
4438	Implement muting/unmuting of streams, mute streams that are not
4439	used.
4440
44412004-10-07  Wim Taymans  <wim@fluendo.com>
4442
4443	* gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
4444	(plugin_init):
4445	Added lame audio/x-ac3 typefind function.
4446
44472004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4448
4449	* configure.ac:
4450	  bump nano to cvs
4451
4452=== release 0.8.5 ===
4453
44542004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4455
4456	* NEWS:
4457	* RELEASE:
4458	* configure.ac:
4459	  releasing 0.8.5, "Take You On"
4460
44612004-10-06  Wim Taymans  <wim@fluendo.com>
4462
4463	* gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4464	(find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4465	(no_more_pads), (close_link), (type_found):
4466	* gst/playback/gstplaybasebin.c: (new_decoded_pad):
4467	* gst/playback/gstplaybin.c: (gen_video_element):
4468	Do not signal the no_more_pads after the first pad when
4469	we are plugging a non dynamic element with multiple
4470	output pads (like swfdec, dvdec, ...).
4471
44722004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4473
4474	* configure.ac:
4475	  bump for prerelease
4476
44772004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4478
4479	* gst/wavparse/gstwavparse.c:
4480	  add ATRAC3 to STATIC CAPS to fix a warning
4481
4482	* gst/matroska/ebml-read.c:
4483	* gst-libs/gst/riff/riff-read.c:
4484	  fix typos
4485
44862004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4487
4488	* gst-libs/gst/riff/riff-media.c:
4489	  generate caps for ATRAC3 audio streams
4490
4491	* gst/realmedia/rmdemux.c:
4492	  generate caps for ATRAC3 audio streams
4493
44942004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4495
4496	* gst/wavparse/Makefile.am
4497	* gst/wavparse/riff.h
4498	* gst/wavparse/wavparse.vcproj
4499	  riff.h removal (unused and duplication with riff-ids.h)
4500
45012004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4502
4503	* gst/wavparse/gstwavparse.h
4504	  remove duplicated defines for audio codec codes
4505
4506	* gst-libs/gst/riff/riff-ids.h
4507	* gst/wavenc/riff.h:
4508	  add "4CC" code for ATRAC3 audio streams
4509	  add "4CC" code for ITU_G721_ADPCM (unused for now)
4510
45112004-10-06  Wim Taymans  <wim@fluendo.com>
4512
4513	* gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
4514	Actually _do_ negotiation. Pass gdouble as arg instead
4515	of guint64 for the framerate.
4516
45172004-10-06  Wim Taymans  <wim@fluendo.com>
4518
4519	* gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4520	(find_compatibles), (close_pad_link), (try_to_link_1),
4521	(no_more_pads), (close_link), (type_found):
4522	* gst/playback/gstplaybasebin.c: (new_decoded_pad):
4523	* gst/playback/gstplaybin.c: (gen_video_element),
4524	(gen_audio_element):
4525	Set state on newly added element to READY so that negotiation
4526	can happen ASAP.
4527	Addes some more debug info.
4528	Do not try to plug pads with multiple caps structures or ANY
4529	because it is too dangerous since we do not do dynamic
4530	replugging.
4531
45322004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4533
4534	written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
4535
4536	* po/LINGUAS:
4537	* po/or.po:
4538	  add Oriya translation
4539
45402004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4541
4542	* gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4543	  Prevent overwrite of size member. Makes audio sound crappy.
4544
45452004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4546
4547	* gst/typefind/gsttypefindfunctions.c: (plugin_init):
4548	Add rmvb to the list of known RealMedia extensions
4549
45502004-10-05  Wim Taymans  <wim@fluendo.com>
4551
4552	* ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
4553	(mngdec_openstream), (mngdec_closestream),
4554	(mngdec_handle_sink_event), (mngdec_readdata),
4555	(mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
4556	(mngdec_getcanvasline), (mngdec_refresh),
4557	(gst_mngdec_change_state):
4558	Set the framerate correctly.
4559
45602004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4561
4562	* gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4563	  There was something wrong with the index massaging.
4564
45652004-10-04  Wim Taymans  <wim@fluendo.com>
4566
4567	* ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
4568	* ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
4569	(gst_smokedec_chain):
4570	* ext/jpeg/gstsmokedec.h:
4571	* ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
4572	(gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
4573	* ext/jpeg/gstsmokeenc.h:
4574	* ext/jpeg/smokecodec.c: (smokecodec_encode_new),
4575	(smokecodec_decode_new), (smokecodec_info_free),
4576	(smokecodec_set_quality), (smokecodec_get_quality),
4577	(smokecodec_set_threshold), (smokecodec_get_threshold),
4578	(smokecodec_set_bitrate), (smokecodec_get_bitrate),
4579	(find_best_size), (abs_diff), (put), (smokecodec_encode_id),
4580	(smokecodec_encode), (smokecodec_parse_id),
4581	(smokecodec_parse_header), (smokecodec_decode):
4582	* ext/jpeg/smokecodec.h:
4583	* ext/jpeg/smokeformat.h:
4584	Updated smoke, new bitstream, allows embedding in ogg.
4585
45862004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4587
4588	* gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
4589	  Fix seeking in some files. All this code is no longer needed (and
4590	  actually breaks stuff) because we now synchronize the full index
4591	  right when reading the header.
4592
45932004-10-04  Wim Taymans  <wim@fluendo.com>
4594
4595	* configure.ac:
4596	configure update for libmng.
4597
45982004-10-04  Wim Taymans  <wim@fluendo.com>
4599
4600	* ext/libmng/Makefile.am:
4601	* ext/libmng/gstmng.c: (plugin_init):
4602	* ext/libmng/gstmng.h:
4603	* ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
4604	(gst_mngdec_base_init), (gst_mngdec_class_init),
4605	(gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
4606	(gst_mngdec_loop), (gst_mngdec_get_property),
4607	(gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
4608	(mngdec_closestream), (mngdec_handle_sink_event),
4609	(mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
4610	(mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
4611	(gst_mngdec_change_state):
4612	* ext/libmng/gstmngdec.h:
4613	* ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
4614	(mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
4615	(gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
4616	(gst_mngenc_chain), (gst_mngenc_get_property),
4617	(gst_mngenc_set_property):
4618	* ext/libmng/gstmngenc.h:
4619	Added basic MNG decoder. Needs more work. The encoder does
4620	not work yet.
4621
46222004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4623
4624	* gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
4625	(gst_rmdemux_loop), (gst_rmdemux_add_stream),
4626	(gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
4627	  Don't hang on length=0 chunks. Some negotiation fixes. Signal
4628	  no-more-pads.
4629
46302004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4631
4632	* configure.ac:
4633	  you need at least 1.0.4 of speex
4634
46352004-10-04 Iain <iaingnome@gmail.com>
4636
4637	* ext/speex/gstspeexdec.h: Revert the includes changes.
4638
4639	* ext/speex/gstspeexenc.[ch]: Revert the includes changes.
4640
46412004-09-30 Iain <iaingnome@gmail.com>
4642
4643	* sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
4644	found during init or set as a property instead of hardcoding /dev/audio
4645
46462004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4647
4648	* gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
4649	(gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
4650	(gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
4651	(re_dump_pascal_string), (gst_rmdemux_dump__rmf),
4652	(gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
4653	(gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
4654	(gst_rmdemux_dump_data):
4655	  Use debug category, fix EOS handling. filesrc ! rmdemux now
4656	  works.
4657
46582004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4659
4660	* gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
4661	(gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
4662	(gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
4663	  Improve allocation, cutting and sorting of the index. How takes a
4664	  few seconds instead of minutes.
4665
46662004-10-03  Christophe Fergeau  <teuf@gnome.org>
4667
4668	* gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
4669	  fixed compilation
4670
46712004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4672
4673	* gst-libs/gst/riff/riff-media.c:
4674	(gst_riff_create_video_caps_with_data),
4675	(gst_riff_create_video_template_caps):
4676	  Add wing commander format mimetype/fourccs.
4677	* gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4678	  Don't crash if some value is 0.
4679
46802004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4681
4682	* gst-libs/gst/riff/riff-media.c:
4683	(gst_riff_create_video_caps_with_data),
4684	(gst_riff_create_video_template_caps):
4685	  Add DIB fourcc (raw, palettized 8-bit RGB).
4686	* gst-libs/gst/riff/riff-read.c:
4687	(gst_riff_read_strf_vids_with_data):
4688	  Oops, fix strf_data reading bug.
4689	* gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
4690	  Use a non-NULL tag.
4691	* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4692	  Time for hacks. Sorry Dave. At least one quicktime movie (a
4693	  trailer) that I've encountered contains multiple video tracks.
4694	  One of those is the actual video track, the other are one-frame
4695	  tracks (images). Unfortunately, the number of frames according
4696	  to the trak header is 1 for each, so that doesn't help. So
4697	  instead, I look at the duration and discard tracks with a
4698	  duration shorter than 20% of the length of the stream. Better
4699	  than nothing.
4700
47012004-10-01  Christian Schaller <christian@fluendo.com>
4702
4703	* ext/ivorbis/vorbis.c:
4704	  Patch from Phil Blundell (Bug 152341)
4705
47062004-10-01  Wim Taymans  <wim@fluendo.com>
4707
4708	* ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
4709	(speex_dec_get_formats), (speex_dec_convert),
4710	(speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
4711	(speex_dec_chain), (gst_speexdec_get_property),
4712	(gst_speexdec_set_property):
4713	Small cleanups.
4714
47152004-10-01  Wim Taymans  <wim@fluendo.com>
4716
4717	* gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
4718	(gst_wavparse_stream_init), (gst_wavparse_fmt),
4719	(gst_wavparse_other), (gst_wavparse_loop),
4720	(gst_wavparse_pad_convert), (gst_wavparse_pad_query),
4721	(gst_wavparse_srcpad_event):
4722	* gst/wavparse/gstwavparse.h:
4723	Added some more debugging info.
4724	Fix the case where the length of the file is 0.
4725	Make sure we seek to sample borders.
4726
47272004-10-01  Wim Taymans  <wim@fluendo.com>
4728
4729	* gst/playback/README:
4730	* gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
4731	(gst_decode_bin_init), (find_compatibles), (close_pad_link),
4732	(try_to_link_1), (no_more_pads), (close_link), (type_found):
4733	Add some debug info to decodebin, update README
4734
47352004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4736
4737	* ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
4738	  Don't use g_print(); use GST_DEBUG().
4739
47402004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4741
4742	* ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
4743	(gst_ogg_mux_queue_pads):
4744	  Handle EOS properly.
4745
47462004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
4747
4748	Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4749
4750	* ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
4751	(gst_faad_chain), (gst_faad_change_state):
4752	* ext/faad/gstfaad.h:
4753	  Allow playback of raw (unframed) MPEG AAC files (#148993).
4754
47552004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
4756
4757	Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4758
4759	* gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
4760	  Throw error if we didn't recognize the stream. Fixes #152289.
4761
47622004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4763
4764	* gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
4765	  Fix negotiation.
4766
47672004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
4768
4769	Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4770
4771	* gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
4772	  Fix memleak.
4773
47742004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
4775
4776	Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4777
4778	* sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
4779	  Solve #152805.
4780	* sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
4781	  Solve 152806.
4782
47832004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4784
4785	* gst-libs/gst/riff/riff-media.c:
4786	(gst_riff_create_video_caps_with_data),
4787	(gst_riff_create_audio_caps_with_data):
4788	  Add codec_data handling (like asfdemux used to do).
4789	* gst/asfdemux/gstasf.c: (plugin_init):
4790	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
4791	(gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
4792	  Use riff-media for caps creation instead of our own (mostly
4793	  broken) copy of its functions.
4794
47952004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4796
4797	* sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
4798	  Don't actually error out if we get another return value than
4799	  -EINVAL. Opposite to what I first thought, drivers have random
4800	  return values for this, although -EINVAL is the expected return
4801	  value. Since this is not fatal, we shouldn't use
4802	  GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
4803
48042004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4805
4806	* ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
4807	(dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
4808	(dvdreadsrc_get_property), (_open), (_seek), (_read),
4809	(dvdreadsrc_get), (dvdreadsrc_open_file),
4810	(dvdreadsrc_change_state):
4811	  Fix. Don't do one big huge loop around the whole DVD, that will
4812	  cache all data and thus eat sizeof(dvd) (several GB) before we
4813	  see something.
4814	* gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
4815	  Actually NULL'ify event after using it.
4816	* gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
4817	(gst_ebml_read_handle_event), (gst_ebml_read_element_id),
4818	(gst_ebml_read_element_length), (gst_ebml_read_element_data),
4819	(gst_ebml_read_seek), (gst_ebml_read_skip):
4820	  Handle events.
4821	* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
4822	(gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
4823	(gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
4824	  Fix timing (this will probably break if I seek using menus, but
4825	  I didn't get there yet). VOBs and normal DVDs should now work.
4826	  Add a mpeg2-only pad with high rank so this get autoplugged for
4827	  MPEG-2 movies.
4828	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
4829	(gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
4830	(gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
4831	(gst_mpeg_demux_get_audio_stream),
4832	(gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
4833	(gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
4834	  Use this as second rank for MPEG-1 and MPEG-2. Still use this for
4835	  MPEG-1 but use dvddemux for MPEG-2.
4836	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
4837	(gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
4838	(gst_mpeg_parse_parse_packhead):
4839	  Timing. Only add pad template if it exists. Add sink template from
4840	  class and not from ourselves. This means we will always use the
4841	  correct sink template even if it is not the one defined in this
4842	  file.
4843
48442004-09-29  Wim Taymans  <wim@fluendo.com>
4845
4846	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
4847	(gst_mpeg_demux_parse_pes):
4848	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
4849	Fix playback of mpeg again, timestamps where screwed up by
4850	patch 1.61.
4851
48522004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4853
4854	* ext/flac/gstflacdec.c: (gst_flacdec_src_query):
4855	  Only return true if we actually filled something in. Prevents
4856	  player applications from showing a random length for flac files.
4857	* gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
4858	(gst_riff_read_use_event), (gst_riff_read_handle_event),
4859	(gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
4860	(gst_riff_read_strf_vids_with_data),
4861	(gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
4862	  OK, ok, so I implemented event handling. Apparently it's normal
4863	  that we receive random events at random points without asking
4864	  for it.
4865	* gst/avi/gstavidemux.c: (gst_avi_demux_reset),
4866	(gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
4867	(gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
4868	(gst_avi_demux_sync), (gst_avi_demux_stream_scan),
4869	(gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
4870	(gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
4871	(gst_avi_demux_stream_data), (gst_avi_demux_loop):
4872	* gst/avi/gstavidemux.h:
4873	  Implement non-lineair chunk handling and subchunk processing.
4874	  The first solves playback of AVI files where the audio and video
4875	  data of individual buffers that we read are not synchronized.
4876	  This should not happen according to the wonderful AVI specs, but
4877	  of course it does happen in reality. It is also a prerequisite for
4878	  the second. Subchunk processing allows us to cut chunks in small
4879	  pieces and process each of these pieces separately. This is
4880	  required because I've seen several AVI files with incredibly large
4881	  audio chunks, even some files with only one audio chunk for the
4882	  whole file. This allows for proper playback including seeking.
4883	  This patch is supposed to fix all AVI A/V sync issues.
4884	* gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4885	(flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
4886	  Work.
4887	* gst/modplug/gstmodplug.cc:
4888	  Proper return value setting for the query() function.
4889	* gst/playback/gstplaybasebin.c: (setup_source):
4890	  Being in non-playing state (after, e.g., EOS) is not necessarily
4891	  a bad thing. Allow for that. This fixes playback of short files.
4892	  They don't actually playback fully now, because the clock already
4893	  runs. This means that small files (<500kB) with a small length
4894	  (<2sec) will still not or barely play. Other files, such as mod
4895	  or flx, will work correctly, however.
4896
48972004-09-28  Wim Taymans  <wim@fluendo.com>
4898
4899	* ext/speex/gstspeex.c: (plugin_init):
4900	* ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
4901	(gst_speex_dec_class_init), (speex_dec_get_formats),
4902	(speex_get_event_masks), (speex_get_query_types),
4903	(gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
4904	(speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
4905	(gst_speexdec_get_property), (gst_speexdec_set_property),
4906	(speex_dec_change_state):
4907	* ext/speex/gstspeexdec.h:
4908	* ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
4909	(gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
4910	(gst_speexenc_base_init), (gst_speexenc_class_init),
4911	(gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
4912	(gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
4913	(gst_speexenc_src_query), (gst_speexenc_init),
4914	(gst_speexenc_get_tag_value), (comment_init), (comment_add),
4915	(gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
4916	(gst_speexenc_setup), (gst_speexenc_buffer_from_data),
4917	(gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
4918	(gst_speexenc_chain), (gst_speexenc_get_property),
4919	(gst_speexenc_set_property), (gst_speexenc_change_state):
4920	* ext/speex/gstspeexenc.h:
4921	Rewrote speex encoder, make sure it can be embedded in ogg.
4922	Implemented speex decoder.
4923
49242004-09-28  Christian Schaller <christian@fluendo.com>
4925
4926	* configure.ac:
4927	Remove kioslave plugin. Markey is brewing a new working one
4928	* ext/Makefile.am: Remove kioslave plugin
4929	* ext/kio: remove
4930	* gst-plugins.spec.in: remove kio plugin from spec
4931
49322004-09-27  Wim Taymans  <wim@fluendo.com>
4933
4934	* gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
4935	(gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
4936	(is_sync_frame), (gst_multifdsink_client_queue_buffer),
4937	(gst_multifdsink_new_client),
4938	(gst_multifdsink_handle_client_write),
4939	(gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4940	(gst_multifdsink_handle_clients):
4941	* gst/tcp/gstmultifdsink.h:
4942	Make syncing to keyframes actually work for new clients and lagging
4943	clients.
4944
49452004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4946
4947	* gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
4948	(gst_navigationtest_handle_src_event), (draw_box_planar411),
4949	(gst_navigationtest_planar411), (gst_navigationtest_change_state):
4950	* gst/debug/gstnavigationtest.h:
4951	  make navigationtest display button-press and button-release events
4952
49532004-09-26 Iain <iaingnome@gmail.com>
4954
4955	* gst/interleave/interleave.c (all_channels_new_media): Checks if all
4956	the channels have received a new media event.
4957	(interleave_buffered_loop): Compresses a new media event on all
4958	channels into one.
4959
49602004-09-26 Iain <iaingnome@gmail.com>
4961
4962	* gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
4963	call the sinkpad's default event handler and not the srcpads. He also
4964	says this is confusing :)
4965	(gst_wavenc_stop_file): Company says that seek events only go upstream
4966	we should send a discontinuous downstream instead.
4967
49682004-09-25  Christian Schaller <christian@fluendo.com>
4969
4970	* Update SPEC file to be usable in conjunction with Fedora Core,
4971	  Fedora.us and freshrpms packages
4972	* Fix typo in multifilesrc test Makefile
4973
49742004-09-24  Wim Taymans  <wim@fluendo.com>
4975
4976	* gst/playback/gstplaybasebin.c: (new_decoded_pad):
4977	Only signal the no_more_pads signal when we have
4978	added the stream to our list.
4979
49802004-09-24  Wim Taymans  <wim@fluendo.com>
4981
4982	* gst/playback/gstplaybasebin.c: (remove_prerolls),
4983	(new_decoded_pad):
4984	* gst/playback/gstplaybasebin.h:
4985	* gst/playback/gstplaybin.c: (setup_sinks):
4986	Don't try to preroll or decode more than one audio/video
4987	track.
4988
49892004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4990
4991	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
4992	  Throw error if we failed to find a suitable output. This should
4993	  throw an error if we successfully set up a pipeline (e.g. because
4994	  we recognized a media file) but found no decodable streams in it
4995	  (e.g. because it contains only media stream types for which we
4996	  have no decoders, or because it's not a media type).
4997
49982004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4999
5000	* ext/dirac/Makefile.am:
5001	* ext/dirac/gstdirac.cc:
5002	* ext/dirac/gstdiracdec.cc:
5003	* ext/dirac/gstdiracdec.h:
5004	  Do something. Don't actually know if this works because I don't
5005	  have a demuxer yet.
5006	* ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
5007	  Add channels=1 to caps returned from _getcaps().
5008	* ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
5009	(gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
5010	(gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
5011	(gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
5012	(gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
5013	(gst_ogm_parse_change_state):
5014	  Separate between audio/video so ogmaudioparse actually uses the
5015	  audio pad templates. Both audio and video work now, including
5016	  autoplugging. Also use sometimes-srcpad hack.
5017	* gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
5018	  Handle events better. Don't hang on infinite loops.
5019	* gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5020	(gst_avi_demux_init), (gst_avi_demux_reset),
5021	(gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
5022	(gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
5023	(gst_avi_demux_change_state):
5024	* gst/avi/gstavidemux.h:
5025	  Improve A/V sync. Still not perfect.
5026	* gst/matroska/ebml-read.c: (gst_ebml_read_seek),
5027	(gst_ebml_read_skip):
5028	  Handle events better.
5029	* gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
5030	(gst_qtdemux_loop_header), (qtdemux_parse_trak),
5031	(qtdemux_audio_caps):
5032	  Add IMA4. Improve event handling. Save offset after a seek when
5033	  the headers are at the end of the file so that we don't end up in
5034	  an infinite loop.
5035	* gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5036	  Add low-priority typefind support for files with no length.
5037
50382004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5039
5040	* testsuite/multifilesink/Makefile.am:
5041	fix typo
5042
50432004-09-22  Julien MOUTTE  <julien@moutte.net>
5044
5045	* sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
5046	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
5047	mistakes from thaytan's patches.
5048
50492004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
5050
5051	* sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
5052	  For completeness, XSync in the destroy function as xvimage does.
5053
50542004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
5055
5056	* ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
5057	   Correct caps negotiation
5058	* gst/volume/gstvolume.c: (volume_chain_float),
5059	(volume_chain_int16):
5060	   Modify debug output to be little more informative
5061	* sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
5062	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
5063	(gst_xvimagesink_xvimage_destroy):
5064	  Add XSync calls after detaching from the shared memory segment to
5065	  avoid a crash.
5066
50672004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5068
5069	* ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5070	(gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
5071	* ext/vorbis/vorbis.c: (plugin_init):
5072	* ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5073	(gst_vorbisenc_chain):
5074	* ext/vorbis/vorbisenc.h:
5075	remove explicit newmedia support from oggmux and vorbisenc
5076	add debug category to vorbisenc
5077	* gst/multifilesink/gstmultifilesink.c:
5078	(gst_multifilesink_class_init), (gst_multifilesink_init),
5079	(gst_multifilesink_dispose), (gst_multifilesink_set_location),
5080	(gst_multifilesink_set_property), (gst_multifilesink_next_file),
5081	(gst_multifilesink_handle_event), (gst_multifilesink_chain),
5082	(plugin_init):
5083	* gst/multifilesink/gstmultifilesink.h:
5084	add support for streamheader in multifilesink
5085
50862004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5087
5088	* gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
5089	(gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
5090	(gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
5091	  Prevent infinite loops. More correct error reporting.
5092	* gst/auparse/gstauparse.c: (gst_auparse_chain):
5093	  Error out if negotiation fails.
5094	* gst/playback/gstplaybasebin.c: (setup_source),
5095	(gst_play_base_bin_change_state), (gst_play_base_bin_error),
5096	(gst_play_base_bin_found_tag):
5097	  Error/tag forwarding. Pre-roll fixes for source errors on state
5098	  changes (e.g. "file does not exist") to prevent hangs.
5099
51002004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5101
5102	* testsuite/multifilesink/Makefile.am:
5103	* testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
5104	(gst_newmedia_class_init), (gst_newmedia_init),
5105	(gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
5106	(newfile_signal), (test_signal), (main):
5107	* testsuite/multifilesink/multifilesrc_test.c: (main):
5108	* testsuite/multifilesink/oggtheora_test.c:
5109	(gst_newmedia_base_init), (gst_newmedia_class_init),
5110	(gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
5111	(test_format), (newfile_signal), (test_signal), (main):
5112	* testsuite/multifilesink/oggvorbis_test.c:
5113	(gst_newmedia_base_init), (gst_newmedia_class_init),
5114	(gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
5115	(test_format), (newfile_signal), (test_signal), (main):
5116	* testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
5117	(gst_newmedia_class_init), (gst_newmedia_init),
5118	(gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
5119	(newfile_signal), (test_signal), (main):
5120	New media tests
5121
51222004-09-20  Christian Schaller <christian@fluendo.com>
5123
5124	* Fix mikmod license to LGPL as they have relicensed
5125	* Move Dirac and Effectv into LGPL section of README_license
5126
51272004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5128
5129	* ext/mad/gstmad.c: (gst_mad_check_caps_reset),
5130	(gst_mad_change_state):
5131	  Allow for mp3 rate/channels changes. However, only very
5132	  conservatively. Reason that we *have* to enable this is smiply
5133	  because the mad find_sync() function is not good enough, it will
5134	  regularly sync on random data as valid frames and therefore make
5135	  us provide random caps as *final* caps of the stream. The best fix
5136	  I could think of is to simply require several of the same stream
5137	  changes in a row before we change caps.
5138	  The actual testcase that works now is #
5139	* ext/ogg/Makefile.am:
5140	* ext/ogg/gstogg.c: (plugin_init):
5141	* ext/ogg/gstogmparse.c:
5142	  OGM support (video only for now; I need an audio sample file).
5143	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
5144	(gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
5145	(gst_asf_demux_add_video_stream):
5146	  WMV extradata.
5147	* gst/playback/gstplaybasebin.c: (unknown_type):
5148	  Don't error out on single unknown-types after all. It's wrong.
5149	  If we found type of video and audio but not of a subtitle stream,
5150	  it will still error out (which is unwanted). Will find a better fix
5151	  later on.
5152	* gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
5153	(ogmaudio_type_find), (plugin_init):
5154	  OGM support.
5155
51562004-09-20  Johan Dahlin  <johan@gnome.org>
5157
5158	* ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
5159	after setting caps.
5160
51612004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5162
5163	* gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
5164	* gst/wavenc/gstwavenc.h:
5165	Added newmedia support to wavenc
5166
51672004-09-17  Wim Taymans  <wim@fluendo.com>
5168
5169	* gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
5170	(gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
5171	(gst_fdset_fd_can_write), (gst_fdset_wait):
5172	* gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
5173	(gst_multifdsink_init), (gst_multifdsink_add),
5174	(gst_multifdsink_remove), (gst_multifdsink_get_stats),
5175	(gst_multifdsink_remove_client_link),
5176	(gst_multifdsink_client_queue_buffer),
5177	(gst_multifdsink_handle_client_write),
5178	(gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
5179	(gst_multifdsink_close), (gst_multifdsink_change_state):
5180	* gst/tcp/gstmultifdsink.h:
5181	* gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5182	(gst_tcpserversink_removed):
5183	Small cleanups in fdset.c
5184	Use a hastable to map fd to the client structure for faster
5185	lookup in _remove and get_stats.
5186	Added virtual function to close the fds.
5187	Handle clients even when the select/poll call was unblocked because
5188	of a command.
5189	Implement syncing to keyframe in the recovery procedure.
5190
51912004-09-16 Iain <iaingnome@gmail.com>
5192
5193	* gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
5194	try caps.
5195
51962004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5197
5198	* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
5199	  Caps are only set if the type of the stream is unknown, but this
5200	  is initialized in ->init_stream(), so set to UNKNOWN after calling
5201	  ->init_stream() so that capsnego starts.
5202
52032004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5204
5205	* gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5206	(gst_avi_demux_stream_data):
5207	  Just hardcode for raw audio then. AVI audio sucks.
5208
52092004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
5210
5211	* gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
5212	* gst/matroska/matroska-mux.c: (audiosink_templ),
5213	(gst_matroska_mux_audio_pad_link):
5214	* gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
5215	Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
5216
52172004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5218
5219	* gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5220	(gst_avi_demux_stream_data):
5221	  Try to fix a/v sync issues.
5222
52232004-09-15  David Schleef  <ds@schleef.org>
5224
5225	* configure.ac: remove NASM check, since we don't use it.  Update
5226	dirac check to 0.4
5227	* ext/dirac/gstdiracdec.cc: update to current 0.4 API
5228	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5229	Initialized variables.
5230	* gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5231	(gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
5232	(gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
5233	SVQ3 format
5234
52352004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5236
5237	* gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5238	(gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
5239	* gst/avi/gstavidemux.h:
5240	  Fix for compressed audio (mp3) timestamp generation. How did this
5241	  ever work?
5242
52432004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5244
5245	* gst/playback/gstplaybin.c: (gst_play_bin_get_property):
5246	  Volume is a double not a float.
5247
52482004-09-15  Wim Taymans  <wim@fluendo.com>
5249
5250	* gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
5251	(gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
5252	Don't close the fd in multifdsink as we didn't open it in the
5253	first place. Some cleanups.
5254
52552004-09-15  Wim Taymans  <wim@fluendo.com>
5256
5257	* ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5258	* ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
5259	(gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
5260	Fix the case where the muxer would mark pages as delta
5261	frames when they are not (vorbis only ogg).
5262
52632004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5264
5265	* gst/playback/gstplaybasebin.c: (state_change), (setup_source),
5266	(gst_play_base_bin_change_state):
5267	  Handle the case where we failed to setup a clear pipeline. This
5268	  will throw an error (or EOS, another nice case) and if you don't
5269	  catch that, the app will wait for the signal forever (and thus
5270	  hang).
5271
52722004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5273
5274	* ext/gnomevfs/gstgnomevfssink.c:
5275	(gst_gnomevfssink_uri_get_protocols):
5276	* ext/gnomevfs/gstgnomevfssrc.c:
5277	(gst_gnomevfssrc_uri_get_protocols):
5278	* ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5279	* ext/gnomevfs/gstgnomevfsuri.h:
5280	  Use _uri_new() instead of _open(), so it doesn't take as long and
5281	  Christophe's computer won't hang.
5282	* gst/playback/gstplaybasebin.c: (unknown_type):
5283	  Throw error on unknown media type, so apps actually display it.
5284
52852004-09-14  Brian Cameron  <brian.cameron@sun.com
5286
5287	* tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
5288	  this script to work on Solaris since bash shell handles echo
5289	  differenly than bash.
5290
52912004-09-17  Wim Taymans  <wim@fluendo.com>
5292
5293	* gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
5294	(setup_source), (gst_play_base_bin_set_property),
5295	(gst_play_base_bin_add_element):
5296	* gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5297	Some more work on making sure seeking pauses the pipeline and
5298	that changing the uri actually does something.
5299
53002004-09-17  Wim Taymans  <wim@fluendo.com>
5301
5302	* gst/tcp/gstfdset.c: (gst_fdset_wait):
5303	* gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
5304	* gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
5305	(gst_tcpserversink_close):
5306	Be a bit more paranoid when freeing memory.
5307
53082004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5309
5310	* gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
5311	(qtdemux_parse_trak):
5312	  Don't crash by dividing by zero (see sample movie in #126922).
5313
53142004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5315
5316	* gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
5317	  Don't touch non-existing data (fixes crash on file in #140147).
5318
53192004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5320
5321	* gst/playback/gstplaybasebin.c:
5322	(gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
5323	  Handle double disposals, and proper change of URIs.
5324
53252004-09-13  Martin Eikermann <meiker@upb.de>
5326
5327	* gst/mpegstream/gstmpegparse.c:
5328	  fix synchronistation for streams recorded from digital PCR
5329	  fixes bug #119376
5330
53312004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5332
5333	* ext/gnomevfs/Makefile.am:
5334	* ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5335	* ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
5336	(gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
5337	(gst_gnomevfssink_uri_get_type),
5338	(gst_gnomevfssink_uri_get_protocols),
5339	(gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
5340	(gst_gnomevfssink_uri_handler_init),
5341	(gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
5342	(gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
5343	* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5344	(gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
5345	(gst_gnomevfssrc_uri_get_type),
5346	(gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
5347	(gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
5348	(gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5349	(gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
5350	* ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5351	* ext/gnomevfs/gstgnomevfsuri.h:
5352	  Add URI support to Gnome-VFS plugins. Tries to load a fixed list
5353	  of fake URIs to see which this version of Gnome-VFS likes, and
5354	  uses that for the Gst-URI interface. Makes playbin support http://
5355	  streams. Also fix up some stupid behaviour in gnomevfssrc.
5356
53572004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5358
5359	* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
5360	(gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
5361	(gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
5362	(gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
5363	  Update mixer (to sync with other sessions) if we try to obtain
5364	  a new value. This makes alsamixer work accross applications.
5365	* ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
5366	  Only call sync functions if we're running, else alsalib asserts.
5367	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
5368	  Sometimes fails to compile. Possibly a gcc bug.
5369	* gst/playback/gstplaybin.c: (gen_video_element),
5370	(gen_audio_element):
5371	  Add a reference to an application-provided object, because we lose
5372	  this same reference if we add it to the bin. If we don't do this,
5373	  we can only use this object once and thus crash if we go from
5374	  ready to playing, back to ready and back to playing again.
5375	  Also add an audioscale element because several cheap soundcards -
5376	  like mine - don't support all samplerates.
5377	* sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5378	(gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
5379	  Fix wrong order or PAR calls. Makes automatically obtained PAR
5380	  from the X server atually being used.
5381
53822004-09-12  David Schleef  <ds@schleef.org>
5383
5384	Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
5385	#151887, #152102, #152247.
5386	* examples/indexing/indexmpeg.c: 64-bit warning fixes.
5387	* examples/seeking/cdparanoia.c: same
5388	* examples/seeking/cdplayer.c: same
5389	* examples/seeking/seek.c: same
5390	* examples/seeking/spider_seek.c: same
5391	* examples/seeking/vorbisfile.c: same
5392	* examples/stats/mp2ogg.c: same
5393	* ext/esd/esdsink.c: (gst_esdsink_class_init),
5394	(gst_esdsink_dispose): Dispose of element properly.
5395	* ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
5396	fixes.
5397	* ext/nas/nassink.c: (gst_nassink_class_init),
5398	(gst_nassink_dispose): Dispose of element correctly.
5399	* gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
5400	* sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
5401	(gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
5402	Fix 64-bit warning.
5403	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
5404	(gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
5405	Fix 64-bit warning.
5406
54072004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5408
5409	* configure.ac : change speex detection as 1.1.6 now uses
5410	  .pc/pkg-config and they changed their headers location.
5411
54122004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
5413
5414	* gst/matroska/matroska-mux.h:
5415	* gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
5416	(gst_matroska_mux_start), (gst_matroska_mux_finish),
5417	(gst_matroska_mux_write_data):
5418	  Write multiple blocks/frames per cluster.
5419		Write meta-seek information (seek heads).
5420
54212004-09-09  Scott Wheeler <wheeler@kde.org>
5422
5423	* gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
5424	(gst_play_bin_set_property), (gst_play_bin_get_property),
5425	(gen_audio_element), (gen_audio_element):
5426	  Add a volume element / property to the pipeline.
5427
54282004-09-07  Wim Taymans  <wim@fluendo.com>
5429
5430	* gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5431	Copy timestamps from the master pad to the output buffers.
5432
54332004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5434
5435	* ext/raw1394/gstdv1394src.c:
5436	  throw errors when applicable
5437
54382004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
5439
5440	* gst/matroska/ebml-ids.h:
5441	* gst/matroska/ebml-read.c: (gst_ebml_read_date):
5442	* gst/matroska/ebml-write.c: (gst_ebml_write_date):
5443	* gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
5444	  automatically convert unix time <-> ebml time when reading/writing
5445	  a date, use gst_ebml_write_uint to write CUETIME,
5446	  not gst_ebml_write_date.
5447	* gst/matroska/matroska-ids.h:
5448	* gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
5449	(gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
5450	(gst_matroska_mux_track_header), (gst_matroska_mux_start),
5451	(gst_matroska_mux_write_data):
5452	  Write track and segment UIDs, write muxing date, write
5453	  TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
5454	  Create cues for audio only files.
5455
54562004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5457
5458	* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5459	* ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5460	  Re-commit ALSA switches.
5461	* gst/adder/gstadder.c: (gst_adder_loop):
5462	  64-bit fix (#151416).
5463	* gst/debug/progressreport.c: (gst_progressreport_report):
5464	  64-bit fix (#151419).
5465	* gst/matroska/matroska-demux.c:
5466	(gst_matroska_demux_parse_contents):
5467	  64-bit fix (#151420).
5468	* gst/playback/test3.c: (update_scale):
5469	  64-bit fix (#151421).
5470
54712004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5472
5473	* configure.ac:
5474	  bump nano to cvs
5475
5476=== release 0.8.4 ===
5477
54782004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5479
5480	* configure.ac: releasing 0.8.4, "Alias"
5481
54822004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5483
5484	* ext/theora/Makefile.am:
5485	  fix makefile.  Fixes #151462.
5486
54872004-08-30  Wim Taymans  <wim@fluendo.com>
5488
5489	* gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
5490	* gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
5491	(gst_multifdsink_remove_client_link),
5492	(gst_multifdsink_client_queue_buffer),
5493	(gst_multifdsink_handle_client_write):
5494	* gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
5495	* gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
5496	Fix some memory leaks.
5497
54982004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5499
5500	Patch by: David Schleef
5501
5502	* configure.ac:
5503	* sys/Makefile.am:
5504	  rename our detection macro for V4L2.  Fixes #151236.
5505
55062004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5507
5508	Patch by: David Schleef
5509
5510	* configure.ac:
5511	  check to define LAMEPRESET.  Fixes #151232.
5512
55132004-08-27  David Schleef  <ds@schleef.org>
5514
5515	* sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
5516	(gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
5517	(gst_glimagesink_fixate):  Move local variable declarations to
5518	make gcc-2.95 happy.
5519
55202004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5521
5522	* configure.ac:
5523	  bump nano for prerelease
5524
55252004-08-27  David Schleef  <ds@schleef.org>
5526
5527	* sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
5528	* sys/sunaudio/gstsunaudiosrc.c:
5529	* sys/sunaudio/gstsunaudiosrc.h:
5530
55312004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
5532
5533	* gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
5534	handle EOS correctly
5535	* gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
5536	* gst/matroska/matroska-mux.h:
5537	added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
5538	VFW compatibility mode
5539
55402004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5541
5542	patch by: Zaheer Abbas Merali
5543
5544	* ext/ogg/gstoggmux.c:
5545	* ext/vorbis/vorbisenc.c:
5546	* ext/vorbis/vorbisenc.h:
5547	  handle NEWMEDIA
5548
55492004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
5550
5551	* gst/matroska/ebml-write.c: (gst_ebml_write_float),
5552	fix byte order reversion on little endian machines.
5553	* gst/matroska/matroska-mux.c: (audiosink_templ),
5554	(gst_matroska_mux_audio_pad_link):
5555	add TTA codec to the list of supported codecs.
5556	* gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
5557	(gst_matroska_mux_start), (gst_matroska_mux_finish),
5558	(gst_matroska_mux_write_data):
5559	* gst/matroska/matroska-mux.h:
5560	write segment duration correctly, write muxing app string, fixes bugs
5561	#140897 and #140898.
5562	* gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
5563	wait for all pads to be negotiated before starting to mux.
5564
55652004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5566
5567	* ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
5568	* ext/lame/gstlame.h:
5569	Added new media support to lame
5570
55712004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
5572
5573	* gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
5574	send vorbis headers at the beginning of a stream, fixes bug #141554.
5575	Interpret BLOCKDURATION and set buffer duration accordingly, fixes
5576	bug #148950.
5577	* gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
5578	(gst_matroska_demux_plugin_init):
5579	* gst/matroska/matroska-ids.h:
5580	enable demuxing of TTA audio streams, fixes bug #148951.
5581	* gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
5582	enable typefinding for TTA audio files, fixes bug #148711.
5583	* ext/xvid/gstxviddec.c: (gst_xviddec_chain),
5584	set XVID_LOWDELAY flag for decoding so xvid always returns an image,
5585	fixes playback of packed bitstream and xvid with bframes, bug #135407.
5586
55872004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
5588
5589	* gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
5590	(gst_riff_read_element_data), (gst_riff_read_seek),
5591	(gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
5592	#144616, patch reviewed by Ronald and committed by Christophe Fergeau
5593	<teuf@gnome.org>
5594
55952004-08-23 Iain <iaingnome@gmail.com>
5596
5597	* ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
5598	tags. They appear to be handled differently to normal.
5599	(tag_list_to_id3_tag_foreach): Ditto.
5600
56012004-08-22  Wim Taymans  <wim@fluendo.com>
5602
5603	* ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
5604	(gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
5605	Make sure we never send -1 granulepos.
5606
56072004-08-20  Wim Taymans  <wim@fluendo.com>
5608
5609	* ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
5610	(gst_ogg_mux_loop):
5611	I will accept bitchslappings with non sharp objects.
5612
56132004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5614
5615	* configure.ac:
5616	Clean up the test for lame presets
5617
56182004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5619
5620	* configure.ac:
5621	* ext/lame/Makefile.am:
5622	* ext/lame/gstlame.c: (gst_lame_class_init),
5623	(gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
5624	Only enable lame presets if version of lame has presets in API
5625
56262004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
5627	* gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
5628	* gst/udp/gstudpsrc.h:
5629	  Don't call gst_pad_push in a get function. Fixes #150449
5630
56312004-08-18  Wim Taymans  <wim@fluendo.com>
5632
5633	* gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
5634	(gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
5635	(gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
5636	(gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
5637	(gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
5638	(gst_fdset_wait):
5639	* gst/tcp/gstfdset.h:
5640	* gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
5641	(gst_multifdsink_client_queue_buffer),
5642	(gst_multifdsink_handle_client_write):
5643	* gst/tcp/gstmultifdsink.h:
5644	Some extra checks in gstfdset.
5645	Only use send() when the fd is a socket. Don't try to
5646	read from write only fds.
5647
56482004-08-18  Wim Taymans  <wim@fluendo.com>
5649
5650	* gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
5651	(gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
5652	(gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
5653	(gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
5654	(gst_fdset_wait):
5655	Add more locking and bounds checking.
5656
56572004-08-18  Wim Taymans  <wim@fluendo.com>
5658
5659	* gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
5660	Realloc test fdset in the lock and right before starting
5661	the poll call. Bump the limit to 4096.
5662
56632004-08-17  David Schleef  <ds@schleef.org>
5664
5665	* sys/sunaudio/Makefile.am:
5666	* sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
5667	of rates and channels.  Make debugging less obnoxious.
5668
5669	Patch from Balamurali Viswanathan implementing a mixer for
5670	Sun audio.  (bug #144091):
5671	* sys/sunaudio/gstsunelement.c:
5672	* sys/sunaudio/gstsunelement.h:
5673	* sys/sunaudio/gstsunmixer.c:
5674	* sys/sunaudio/gstsunmixer.h:
5675
56762004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5677
5678	* gst/audioscale/gstaudioscale.c:
5679	* gst/audioscale/gstaudioscale.h:
5680	made audioscale resample from any sample rate to any sample rate
5681
56822004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5683
5684	* ext/libpng/gstpngdec.c:
5685	  error out on unsupported types
5686
56872004-08-17  Iain <iaingnome@gmail.com>
5688
5689	* ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
5690	mid_side and loose_mid_side properties if its a stereo stream.
5691
56922004-08-17  Wim Taymans  <wim@fluendo.com>
5693
5694	* ext/theora/theoradec.c: (gst_theora_dec_class_init),
5695	(theora_get_formats), (theora_dec_src_convert),
5696	(theora_dec_sink_convert), (theora_dec_src_query),
5697	(theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
5698	Add a debug line.
5699
57002004-08-17  Wim Taymans  <wim@fluendo.com>
5701
5702	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
5703	(gst_ogg_pad_push):
5704	* ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5705	(gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5706	(gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
5707	(gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
5708	Mark delta units in the muxer.
5709	Try to decode the packet after an out-of-sync error from
5710	libogg.
5711
57122004-08-17  Wim Taymans  <wim@fluendo.com>
5713
5714	* gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5715	(gst_multifdsink_init), (gst_multifdsink_add),
5716	(gst_multifdsink_client_queue_buffer),
5717	(gst_multifdsink_set_property), (gst_multifdsink_get_property):
5718	* gst/tcp/gstmultifdsink.h:
5719	Added option to send a keyframe to clients as the first buffer.
5720	Make timeout property writable.
5721
57222004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5723
5724	patch by: Wim Taymans
5725
5726	* gst/tcp/gstfdset.c:
5727	* gst/tcp/gstmultifdsink.c:
5728	  fix index comparison, should include 0
5729
57302004-08-16  Wim Taymans  <wim@fluendo.com>
5731
5732	* gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
5733	(gst_fdset_add_fd), (gst_fdset_remove_fd),
5734	(gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
5735	(gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
5736	(gst_fdset_wait):
5737	  copy when reallocing for poll so the select arguments don't get
5738	  changed during the call
5739
57402004-08-16  Wim Taymans  <wim@fluendo.com>
5741
5742	* ext/theora/theoraenc.c: (gst_border_mode_get_type),
5743	(gst_theora_enc_class_init), (theora_enc_sink_link),
5744	(theora_buffer_from_packet), (theora_enc_chain):
5745	Fix bug where buffers were not marked as keyframes
5746	correctly.
5747
57482004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5749
5750	* ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
5751	(gst_lame_preset_get_type), (gst_lame_class_init):
5752	describe the enum values for vbr mode and presets more verbosely
5753
57542004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5755
5756	* ext/lame/gstlame.c: (gst_lame_mode_get_type),
5757	(gst_lame_quality_get_type), (gst_lame_padding_get_type),
5758	(gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
5759	(gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
5760	* ext/lame/gstlame.h:
5761	add preset property to lame so it can use lame presets
5762
57632004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5764
5765	* ext/lame/gstlame.c: (gst_lame_get_property):
5766	whoops forgot break, thanks teuf
5767
57682004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5769
5770	* ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
5771	(gst_lame_class_init), (gst_lame_src_getcaps),
5772	(gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
5773	(gst_lame_get_property), (gst_lame_setup):
5774	* ext/lame/gstlame.h:
5775	fix lame's broken vbr stuff, allow it to resample if need be, and also
5776	make xing header optional
5777
57782004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5779
5780	* ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
5781	added getcaps function so samplerate doesnt get fixated to silly values
5782
57832004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5784
5785	* ext/lame/gstlame.c: (gst_lame_src_link):
5786	revert previous fix
5787
57882004-08-12  Johan Dahlin  <johan@gnome.org>
5789
5790	* sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
5791	checks. Doesn't matter what state we are in. Interfaces are a
5792	compile time thing, not runtime. It also broke the python bindings.
5793
57942004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5795
5796	* ext/lame/gstlame.c: (gst_lame_src_link):
5797	made source pad link function check if sinkpad is ok..fixes the problem
5798	where core fixates the output rate of lame stupidly
5799
58002004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5801
5802	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
5803	* sys/v4l/v4l_calls.c:
5804	* sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
5805	  fix fixate function to handle nonsimple caps.
5806	  remove bogus check in _link
5807	  cleanups
5808
58092004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5810
5811	* ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
5812	set default compression ratio parameter to 0.0 so bitrate parameter
5813	works :)
5814
58152004-08-11  David Schleef  <ds@schleef.org>
5816
5817	* gst/tcp/gstfdset.c: Fix compile problem on OS/X.
5818
58192004-08-11  David Schleef  <ds@schleef.org>
5820
5821	* gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
5822	before.
5823
58242004-08-11  David Schleef  <ds@schleef.org>
5825
5826	* gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
5827
58282004-08-11  David Schleef  <ds@schleef.org>
5829
5830	* ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
5831	  license field
5832	* gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
5833	* gst-libs/gst/video/gstvideosink.c: Change copyright block to
5834	  LGPL.
5835	* gst/auparse/gstauparse.c: Fix plugin license field.
5836	* gst/monoscope/gstmonoscope.c: Fix plugin license field.
5837	* gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
5838	* gst/rtp/gstrtp.c: Fix plugin license field.
5839
58402004-08-11  Wim Taymans  <wim@fluendo.com>
5841
5842	* gst/tcp/Makefile.am:
5843	* gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
5844	(ensure_size), (gst_fdset_new), (gst_fdset_free),
5845	(gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
5846	(gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
5847	(gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
5848	(gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
5849	(gst_fdset_fd_can_write), (gst_fdset_wait):
5850	* gst/tcp/gstfdset.h:
5851	* gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
5852	(gst_multifdsink_class_init), (gst_multifdsink_init),
5853	(gst_multifdsink_add), (gst_multifdsink_remove),
5854	(gst_multifdsink_clear), (gst_multifdsink_get_stats),
5855	(gst_multifdsink_remove_client_link),
5856	(gst_multifdsink_handle_client_read),
5857	(gst_multifdsink_client_queue_data),
5858	(gst_multifdsink_client_queue_caps),
5859	(gst_multifdsink_client_queue_buffer),
5860	(gst_multifdsink_handle_client_write),
5861	(gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5862	(gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
5863	(gst_multifdsink_get_property), (gst_multifdsink_init_send),
5864	(gst_multifdsink_close):
5865	* gst/tcp/gstmultifdsink.h:
5866	* gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5867	(gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
5868	(gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
5869	(gst_tcpserversink_close):
5870	* gst/tcp/gsttcpserversink.h:
5871	Abstracted away the select call, implemented poll (yes we ran into
5872	the 1024 limit in production).
5873
58742004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5875
5876	* gst/tcp/gsttcp.c:
5877	* gst/tcp/gsttcpplugin.c:
5878	  improve debuggging, remove assert
5879
58802004-08-10  Wim Taymans  <wim@fluendo.com>
5881
5882	* gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
5883	(gst_client_status_get_type), (gst_multifdsink_class_init),
5884	(gst_multifdsink_init), (gst_multifdsink_remove_client_link),
5885	(gst_multifdsink_handle_client_read),
5886	(gst_multifdsink_handle_client_write),
5887	(gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5888	(gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
5889	(gst_multifdsink_get_property):
5890	* gst/tcp/gstmultifdsink.h:
5891	* gst/tcp/gsttcp-marshal.list:
5892	Starting to prepare for specifying buffer time in other units
5893	than buffers. Expose remove reason in signal.
5894
58952004-08-10  Wim Taymans  <wim@fluendo.com>
5896
5897	* gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
5898	(gst_multifdsink_remove), (gst_multifdsink_clear),
5899	(gst_multifdsink_remove_client_link),
5900	(gst_multifdsink_handle_client_read),
5901	(gst_multifdsink_client_queue_data),
5902	(gst_multifdsink_client_queue_buffer),
5903	(gst_multifdsink_handle_client_write),
5904	(gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
5905	(gst_multifdsink_chain), (gst_multifdsink_close):
5906	* gst/tcp/gstmultifdsink.h:
5907	Added more debugging info. Changed the way clients are
5908	removed from the lists. Fixed a bug where a bad file descriptor
5909	could cause many clients to be removed.
5910
59112004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5912
5913	* gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
5914	  allow all pixel-aspect-ratios, not just 1:1
5915
59162004-08-09  David Schleef  <ds@schleef.org>
5917
5918	* sys/glsink/ARB_multitexture.h:  Remove old files.
5919	* sys/glsink/EXT_paletted_texture.h:
5920	* sys/glsink/NV_register_combiners.h:
5921	* sys/glsink/gstgl_nvimage.c:
5922	* sys/glsink/gstgl_pdrimage.c:
5923	* sys/glsink/gstgl_rgbimage.c:
5924	* sys/glsink/gstglsink.c:
5925	* sys/glsink/gstglsink.h:
5926	* sys/glsink/gstglxwindow.c:
5927	* sys/glsink/regcomb_yuvrgb.c:
5928
59292004-08-09  David Schleef  <ds@schleef.org>
5930
5931	Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
5932	GL sink plugin.  (Bug #147302)
5933
5934	* configure.ac: Test for OpenGL
5935	* sys/Makefile.am: Use test for OpenGL
5936	* sys/glsink/Makefile.am:
5937	* sys/glsink/glimagesink.c: rewrite
5938	* sys/glsink/glimagesink.h: rewrite
5939
59402004-08-09  David Schleef  <ds@schleef.org>
5941
5942	* ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
5943	sane framerates.
5944	* sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
5945	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
5946	* testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
5947
59482004-08-09  Wim Taymans  <wim@fluendo.com>
5949
5950	* gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5951	(gst_multifdsink_add), (gst_multifdsink_get_stats),
5952	(gst_multifdsink_client_remove),
5953	(gst_multifdsink_handle_client_read),
5954	(gst_multifdsink_handle_client_write),
5955	(gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
5956	Do a bit more logging, make the client_read code more robust.
5957
59582004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5959
5960	* ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
5961	(gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
5962	(gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
5963	(gst_jpegdec_init), (gst_jpegdec_chain):
5964	* gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5965	(gst_multipart_demux_chain), (gst_multipart_demux_change_state):
5966	  cleanups, debugging fixes and memleak plugging
5967
59682004-08-09  Wim Taymans  <wim@fluendo.com>
5969
5970	* ext/theora/theoradec.c: (gst_theora_dec_class_init),
5971	(theora_get_formats), (theora_dec_src_convert),
5972	(theora_dec_sink_convert), (theora_dec_src_query),
5973	(theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
5974	(theora_dec_change_state):
5975	Don't crash on missing header packets.
5976
59772004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5978
5979	* po/LINGUAS:
5980	* po/sq.po:
5981	  Added Albanian translation (Laurent Dhima)
5982	* po/cs.po:
5983	  updated
5984
59852004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5986
5987	* ext/lame/gstlame.c:
5988	  fix/add debugging
5989
59902004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5991
5992	* sys/ximage/ximagesink.c:
5993	* sys/xvimage/xvimagesink.c:
5994	  assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
5995
59962004-08-06  Wim Taymans  <wim@fluendo.com>
5997
5998	* gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5999	(gst_multifdsink_add), (gst_multifdsink_get_stats),
6000	(gst_multifdsink_client_remove),
6001	(gst_multifdsink_handle_client_read),
6002	(gst_multifdsink_handle_client_write),
6003	(gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
6004	Make sure we don't try to read more from a client that what
6005	ioctl says us or we deadlock.
6006
60072004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6008
6009	* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
6010	(gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
6011	(gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
6012	  decouple running_time and n_frames so it can handle changing
6013	  framerate while running
6014
60152004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6016
6017	* po/nl.po:
6018	* po/sv.po:
6019	  updated translations
6020
60212004-08-04  Benjamin Otte  <otte@gnome.org>
6022
6023	* gst/videotestsrc/gstvideotestsrc.c:
6024	(gst_videotestsrc_get_capslist), (generate_capslist),
6025	(plugin_init):
6026	  generate the list of supported caps at startup and reuse it instead
6027	  of always generating it
6028
60292004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6030
6031	* gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
6032	  whoops, last checkin broke normal build
6033
60342004-08-03  Benjamin Otte  <otte@gnome.org>
6035
6036	* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
6037	(gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6038	(gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
6039	(gst_alsa_mixer_get_option):
6040	* ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
6041	(dvdnavsrc_print_event):
6042	* ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
6043	* ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
6044	(gst_ogg_mux_pad_unlink):
6045	* gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
6046	(gst_multipart_mux_pad_unlink):
6047	* gst/videofilter/gstvideobalance.c:
6048	(gst_videobalance_colorbalance_set_value):
6049	* gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
6050	(gst_videomixer_pad_unlink):
6051	* po/uk.po:
6052	* sys/oss/gstossmixer.c:
6053	* sys/v4l/gstv4lcolorbalance.c:
6054	* sys/v4l/gstv4ltuner.c:
6055	* sys/v4l/v4lsrc_calls.c:
6056	* sys/v4l2/gstv4l2colorbalance.c:
6057	* sys/v4l2/gstv4l2tuner.c:
6058	  compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
6059
60602004-08-03  Benjamin Otte  <otte@gnome.org>
6061
6062	* examples/dynparams/filter.c: (ui_control_create):
6063	* examples/gstplay/player.c: (print_tag):
6064	* ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
6065	* ext/gdk_pixbuf/gstgdkanimation.c:
6066	(gst_gdk_animation_iter_may_advance):
6067	* ext/jack/gstjack.c: (gst_jack_request_new_pad):
6068	* ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
6069	(tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
6070	* ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
6071	* ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
6072	* ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
6073	* gst-libs/gst/media-info/media-info-test.c: (print_tag):
6074	* gst/sine/demo-dparams.c: (main):
6075	* gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
6076	* testsuite/alsa/formats.c: (create_pipeline):
6077	* testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
6078	  fixes for G_DISABLE_ASSERT and friends
6079	* gst/typefind/gsttypefindfunctions.c: (aac_type_find),
6080	(mp3_type_frame_length_from_header), (mp3_type_find),
6081	(plugin_init):
6082	  require mp3 typefinding to have at least MIN_HEADERS valid headers
6083	  add typefinding for AAC adts files
6084
60852004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
6086
6087	* sys/ximage/ximagesink.c:
6088	(gst_ximagesink_calculate_pixel_aspect_ratio):
6089	* sys/xvimage/xvimagesink.c:
6090	(gst_xvimagesink_calculate_pixel_aspect_ratio):
6091	Make sure we calculate pixel-aspect-ratio using floating point maths
6092
60932004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6094
6095	* po/uk.po:
6096	  updated translation
6097
60982004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6099
6100	* sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6101	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6102	  add debugging for display PAR calculation
6103
61042004-08-02  David Schleef  <ds@schleef.org>
6105
6106	* configure.ac: Fix mikmod CFLAGS.
6107
61082004-07-27  Benjamin Otte  <otte@gnome.org>
6109
6110	* gst/audioscale/gstaudioscale.c:
6111	- fix templates to only support S16, it's the only format that works
6112	- make caps nego code use try_set_caps_nonfixed and fixation instead
6113	of try_set_caps twice, which is not nice for autopluggers
6114	- change rank to secondary, so autopluggers can pick it up after
6115	audioconvert
6116
61172004-08-02  Iain <iain@prettypeople.org>
6118
6119	* gst/interleave/interleave.c (interleave_init),
6120	(interleave_request_new_pad),
6121	(interleave_pad_removed),
6122	(interleave_buffered_loop): Use the real pad count, not the artificial
6123	one.
6124
61252004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6126
6127	* configure.ac: bump nano back to development
6128
6129=== release 0.8.3 ===
6130
61312004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6132
6133	* configure.ac: releasing 0.8.3, "Water"
6134
61352004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6136
6137	* sys/xvimage/xvimagesink.c:
6138	(gst_xvimagesink_calculate_pixel_aspect_ratio),
6139	(gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
6140	(gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
6141	(gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6142	(gst_xvimagesink_init), (gst_xvimagesink_class_init):
6143	* sys/xvimage/xvimagesink.h:
6144	  apply similar PAR fixes as to ximagesink
6145
61462004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6147
6148	patch from: Benjamin Otte
6149
6150	* ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
6151	  add link function to lame.  Fixes #148986.
6152
61532004-08-02  Johan Dahlin  <johan@gnome.org>
6154
6155	* gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
6156	fix debugging log
6157
61582004-07-30  David Schleef  <ds@schleef.org>
6159
6160	* gst/videomixer/Makefile.am: Fix things that should have been
6161	fixed in the last checkin.
6162
61632004-07-30  David Schleef  <ds@schleef.org>
6164
6165	* gst/multipart/Makefile.am: Fix things that should have been
6166	fixed in the last checkin.
6167
61682004-07-30  David Schleef  <ds@schleef.org>
6169
6170	* testsuite/multifilesink/Makefile.am: Fix unused variable.
6171
61722004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6173
6174	* configure.ac:
6175	  bump nano for prerelease
6176	* po/af.po:
6177	* po/az.po:
6178	* po/cs.po:
6179	* po/en_GB.po:
6180	* po/hu.po:
6181	* po/nl.po:
6182	* po/sr.po:
6183	* po/sv.po:
6184	* po/uk.po:
6185	  updates
6186
61872004-07-30  Wim Taymans  <wim@fluendo.com>
6188
6189	* gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
6190	(gst_multifdsink_add), (gst_multifdsink_remove),
6191	(gst_multifdsink_clear), (gst_multifdsink_get_stats),
6192	(gst_multifdsink_client_remove),
6193	(gst_multifdsink_handle_client_write),
6194	(gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
6195	* gst/tcp/gstmultifdsink.h:
6196	Recover from a select with a bad file descriptor by removing
6197	the client.
6198
61992004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6200
6201	* configure.ac:
6202	  fix requirement of core
6203	* gst-libs/gst/play/play.c: (gst_play_error_plugin),
6204	(gst_play_pipeline_setup):
6205	  don't use colorspace element.  do use hermescolorspace element.
6206	  make macro to get a colorspace element.
6207	  mark strings for translation.
6208	* po/POTFILES.in:
6209	  add play.c
6210	* po/af.po:
6211	* po/az.po:
6212	* po/cs.po:
6213	* po/en_GB.po:
6214	* po/hu.po:
6215	* po/nl.po:
6216	* po/sr.po:
6217	* po/sv.po:
6218	* po/uk.po:
6219	  update translations
6220
62212004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6222
6223	* ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
6224	fix default for newmedia flag
6225
62262004-07-30  Wim Taymans  <wim@fluendo.com>
6227
6228	* ext/theora/theoradec.c: (gst_theora_dec_class_init),
6229	(gst_theora_dec_init), (theora_get_formats),
6230	(theora_dec_src_convert), (theora_dec_sink_convert),
6231	(theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
6232	(theora_dec_chain), (theora_dec_set_property),
6233	(theora_dec_get_property):
6234	* ext/theora/theoraenc.c: (gst_border_mode_get_type),
6235	(gst_theora_enc_class_init), (gst_theora_enc_init),
6236	(theora_enc_sink_link), (theora_enc_chain),
6237	(theora_enc_set_property), (theora_enc_get_property):
6238	Added cropping option to theora decoder.
6239	Added border option to theora encoder.
6240
62412004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6242
6243	* ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
6244	(gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
6245	(gst_pngenc_set_property):
6246	* ext/libpng/gstpngenc.h:
6247	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
6248
62492004-07-30  Wim Taymans  <wim@fluendo.com>
6250
6251	* ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6252	(theora_enc_sink_link), (theora_enc_chain),
6253	(theora_enc_set_property), (theora_enc_get_property):
6254	Fix encoding of non-multiple-of-16 video.
6255
62562004-07-29  David Schleef  <ds@schleef.org>
6257
6258	* configure.ac: make test for audiofile more strict
6259
62602004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6261
6262	* gst/typefind/gsttypefindfunctions.c: (plugin_init):
6263	  give different names to typefind functions
6264
62652004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6266
6267	* sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6268	(gst_ximagesink_calculate_pixel_aspect_ratio),
6269	(gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
6270	(gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6271	(gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
6272	(gst_ximagesink_get_property), (gst_ximagesink_init):
6273	* sys/ximage/ximagesink.h:
6274	  allocate PAR's dynamically.
6275	  use autodetected PAR if no object-set PAR is given.
6276	  add workaround for directfb's X not setting physical size.
6277	  fix to xvimagesink will follow tomorrow.
6278
62792004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6280
6281	* ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
6282	* ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
6283	(gst_shout2send_get_type), (gst_shout2send_set_clock),
6284	(gst_shout2send_class_init), (gst_shout2send_init),
6285	(set_shout_metadata), (gst_shout2send_set_metadata),
6286	(gst_shout2send_chain), (gst_shout2send_set_property),
6287	(gst_shout2send_get_property), (gst_shout2send_connect),
6288	(gst_shout2send_change_state):
6289	* ext/shout2/gstshout2.h:
6290	- fix for sending mp3 audio to icecast2 server, if pad link function not
6291	called before PAUSED state
6292	- added option to use GStreamer clock sync (as opposed to libshout's own sync)
6293	- added tagging support for mp3 audio broadcasted
6294	* gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
6295	debug info
6296
62972004-07-28  Wim Taymans  <wim@fluendo.com>
6298
6299	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
6300	(gst_ogg_demux_push):
6301	Return query failure when we don't know the length of
6302	an ogg stream insteda of returning TRUE with a bogus value.
6303
63042004-07-28  Wim Taymans  <wim@fluendo.com>
6305
6306	* ext/theora/theoradec.c: (theora_get_formats),
6307	(theora_dec_src_convert), (theora_dec_sink_convert),
6308	(theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
6309	(theora_dec_chain):
6310	Don't screw up the 1 Chroma for 1 luma sample situation when we
6311	have an odd offset/width by adding a black border in those cases.
6312
63132004-07-28  Wim Taymans  <wim@fluendo.com>
6314
6315	* ext/theora/theoradec.c: (theora_get_formats),
6316	(theora_dec_src_convert), (theora_dec_sink_convert),
6317	(theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
6318	(theora_dec_chain):
6319	* ext/theora/theoraenc.c: (theora_enc_sink_link):
6320	Added first attempt at cropping of the image as required by the
6321	theora spec. We need more properties in the caps (offset_x,
6322	offset_y,stride) to implement this correctly.
6323
63242004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
6325
6326	* ext/dvdnav/README:
6327	  Update the README to use dvddemux
6328	* ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
6329	  Ensure getcaps returns a subset of the template caps
6330	* gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
6331	(gst_mpeg2subt_init):
6332	  Ensure getcaps returns a subset of the template caps
6333	* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
6334	(gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
6335	(gst_dvd_demux_get_subpicture_stream),
6336	(gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
6337	* gst/mpegstream/gstdvddemux.h:
6338	  Set the explicit caps on the current_video pad before pushing
6339	  anything
6340	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
6341	(gst_mpeg_demux_get_audio_stream):
6342	  Free caps used to gst_pad_set_explicit_caps, which takes a const
6343	  GstCaps *
6344
63452004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6346
6347	* configure.ac: update GStreamer requirement to 0.8.4 because of
6348	  GstFraction.
6349
63502004-07-28  Wim Taymans  <wim@fluendo.com>
6351
6352	* gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
6353	(gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
6354	Add the pad to the element after setting up the caps. This
6355	makes it a lot easier to autoplug.
6356
63572004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
6358
6359	* gst/median/gstmedian.c:
6360	* gst/mpeg2subt/gstmpeg2subt.c:
6361	* gst/mpegaudioparse/gstmpegaudioparse.c:
6362	* gst/mpegstream/gstdvddemux.c:
6363	* gst/mpegstream/gstmpegdemux.c:
6364	* gst/mpegstream/gstmpegpacketize.c:
6365	* gst/rtjpeg/gstrtjpeg.c:
6366	* gst/rtjpeg/gstrtjpegdec.c:
6367	* gst/rtjpeg/gstrtjpegenc.c:
6368	* gst/sine/gstsinesrc.c:
6369	* gst/smooth/gstsmooth.c:
6370	* gst/smpte/gstsmpte.c:
6371	* gst/smpte/gstsmpte.h:
6372	* gst/stereo/gststereo.c:
6373	* gst/videofilter/gstgamma.c:
6374	* gst/videofilter/gstvideobalance.c:
6375	* gst/videofilter/gstvideofilter.c:
6376	* gst/videofilter/gstvideoflip.c:
6377	* gst/videoscale/gstvideoscale.c:
6378	* gst/videoscale/videoscale.c:
6379	* gst/videotestsrc/gstvideotestsrc.c:
6380	* gst/videotestsrc/videotestsrc.c:
6381	* gst/wavenc/gstwavenc.c:
6382	* gst/wavparse/gstwavparse.c:
6383	  fix local includes and 64 bits constants
6384
63852004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
6386
6387	* win32/gst.sln:
6388	* gst-libs/gst/*/*.vcproj:
6389	* gst/*/*.vcproj:
6390	  more working plugins
6391
63922004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6393
6394	* testsuite/alsa/Makefile.am:
6395	* testsuite/alsa/srcstate.c:
6396	add test for alsasrc changing state
6397
63982004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6399
6400	* gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
6401	(gst_silence_get):
6402	* gst/silence/gstsilence.h:
6403	fix silence generation for 16bit raw audio
6404
64052004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6406
6407	* gst/matroska/matroska-demux.c:
6408	(gst_matroska_demux_parse_metadata),
6409	(gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
6410	* gst/mpegaudio/common.c:
6411	* gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6412	(gst_videoscale_getcaps), (gst_videoscale_link),
6413	(gst_videoscale_src_fixate), (gst_videoscale_init),
6414	(gst_videoscale_finalize):
6415	* gst/videoscale/gstvideoscale.h:
6416	* gst/videotestsrc/gstvideotestsrc.c:
6417	(gst_videotestsrc_get_capslist):
6418	* gst/wavenc/gstwavenc.c:
6419	* sys/oss/gstossmixer.c: (fill_labels):
6420	* sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6421	(gst_ximagesink_handle_xevents),
6422	(gst_ximagesink_calculate_pixel_aspect_ratio),
6423	(gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
6424	(gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
6425	(gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6426	(gst_ximagesink_set_property), (gst_ximagesink_get_property),
6427	(gst_ximagesink_init), (gst_ximagesink_class_init):
6428	* sys/ximage/ximagesink.h:
6429	* sys/xvimage/xvimagesink.c:
6430	(gst_xvimagesink_calculate_pixel_aspect_ratio),
6431	(gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
6432	(gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
6433	(gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6434	(gst_xvimagesink_init), (gst_xvimagesink_class_init):
6435	* sys/xvimage/xvimagesink.h:
6436	  first batch of pixel aspect ratio commits.
6437
64382004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6439
6440	* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6441	(gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
6442	* gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
6443	  handle stride, needs work if we want to move stride handling
6444	  upstream, but works correctly for our purposes.
6445
64462004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6447
6448	* gst/videoscale/README:
6449	  add testing examples
6450	* gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
6451	(gst_videoscale_chain):
6452	* gst/videoscale/videoscale.c: (gst_videoscale_setup),
6453	(gst_videoscale_get_size):
6454	  add get_size function that handles stride like videotestsrc.
6455	  fixes conversion for YUV formats for as much as I can test them.
6456
64572004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6458
6459	* sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
6460	(gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
6461	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
6462	(gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
6463	(gst_xvimagesink_xvimage_put):
6464	  further cleanups, logging, error handling and synchronizing
6465
64662004-07-27  Wim Taymans  <wim@fluendo.com>
6467
6468	* gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
6469	(gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
6470	(gst_videomixer_pad_set_property),
6471	(gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
6472	(gst_video_mixer_background_get_type), (gst_videomixer_get_type),
6473	(gst_videomixer_class_init), (gst_videomixer_init),
6474	(gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
6475	(gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
6476	(gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
6477	(gst_videomixer_fill_color), (gst_videomixer_fill_queues),
6478	(gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
6479	(gst_videomixer_loop), (plugin_init):
6480	Be a nicer negotiation citizen and provide a getcaps function on
6481	the srcpad. This also fixes a crash when resizing.
6482
64832004-07-27  Julien MOUTTE  <julien@moutte.net>
6484
6485	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
6486	(gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
6487
64882004-07-27  Wim Taymans  <wim@fluendo.com>
6489
6490	* ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
6491	* ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
6492	(gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
6493	(gst_pngenc_set_property):
6494	* ext/libpng/gstpngenc.h:
6495	Added snapshot property to pngenc.
6496	removed g_print from pngdec
6497
64982004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
6499
6500	* gst/ac3parse/ac3parse.vcproj
6501	* gst/adder/adder.vcproj
6502	* gst/alpha/alpha.vcproj
6503	* gst/alpha/alphacolor.vcproj
6504	* gst/asfdemux/asf.vcproj
6505	* gst/audioconvert/audioconvert.vcproj
6506	* gst/audiorate/audiorate.vcproj
6507	* gst/audioscale/audioscale.vcproj
6508	* gst/auparse/auparse.vcproj
6509	* gst/avi/avi.vcproj
6510	* gst/cdxaparse/cdxaparse.vcproj
6511	* gst/chart/chart.vcproj
6512	* gst/colorspace/colorspace.vcproj
6513	* gst/cutter/cutter.vcproj
6514	* gst/debug/debug.vcproj
6515	* gst/debug/efence.vcproj
6516	* gst/debug/navigationtest.vcproj
6517	* gst/deinterlace/deinterlace.vcproj
6518	* gst/effectv/effectv.vcproj
6519	* gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
6520	* gst/filter/filter.vcproj
6521	* gst/flx/flxdec.vcproj
6522	* gst/goom/goom.vcproj
6523	* gst/interleave/interleave.vcproj
6524	* gst/law/alaw.vcproj
6525	* gst/law/mulaw.vcproj
6526	* gst/matroska/matroska.vcproj
6527	* gst/median/median.vcproj
6528	* gst/mixmatrix/mixmatrix.vcproj
6529	* gst/mpeg1sys/mpeg1systemencode.vcproj
6530	* gst/mpeg1videoparse/mp1videoparse.vcproj
6531	* gst/mpeg2sub/mpeg2subt.vcproj
6532	* gst/mpegaudio/mpegaudio.vcproj
6533	* gst/mpegaudioparse/mpegaudioparse.vcproj
6534	* gst/mpegstream/mpegstream.vcproj
6535	* gst/multifilesink/multifilesink.vcproj
6536	* gst/multipart/multipart.vcproj
6537	* gst/oneton/oneton.vcproj
6538	* gst/overlay/overlay.vcproj
6539	* gst/passthrough/passthrough.vcproj
6540	* gst/qtdemux/qtdemux.vcproj
6541	* gst/realmedia/rmdemux.vcproj
6542	* gst/rtjpeg/rtjpeg.vcproj
6543	* gst/rtp/rtp.vcproj
6544	* gst/silence/silence.vcproj
6545	* gst/sine/sinesrc.vcproj
6546	* gst/smooth/smooth.vcproj
6547	* gst/smpte/smpte.vcproj
6548	* gst/spectrum/spectrum.vcproj
6549	* gst/speed/speed.vcproj
6550	* gst/stereo/stereo.vcproj
6551	* gst/switch/switch.vcproj
6552	* gst/tags/tagedit.vcproj
6553	* gst/tcp/tcp.vcproj
6554	* gst/typefind/typefindfunctions.vcproj
6555	* gst/udp/udp.vcproj
6556	* gst/videobox/videobox.vcproj
6557	* gst/videocrop/videocrop.vcproj
6558	* gst/videodrop/videodrop.vcproj
6559	* gst/videofilter/gamma.vcproj
6560	* gst/videofilter/videobalance.vcproj
6561	* gst/videofilter/videofilter.vcproj
6562	* gst/videofilter/videoflip.vcproj
6563	* gst/videoflip/videoflip.vcproj
6564	* gst/videomixer/videomixer.vcproj
6565	* gst/videorate/videorate.vcproj
6566	* gst/videoscale/videoscale.vcproj
6567	* gst/videotestsrc/videotestsrc.vcproj
6568	* gst/virtualdub/virtualdub.vcproj
6569	* gst/volenv/volenv.vcproj
6570	* gst/volume/volume.vcproj
6571	* gst/wavenc/wavenc.vcproj
6572	* gst/wavparse/wavparse.vcproj
6573	* gst/y4m/y4menc.vcproj
6574	* gst-libs/gst/audio/audio.vcproj
6575	* gst-libs/gst/audio/audiofilter.vcproj
6576	* gst-libs/gst/colorbalance/colorbalance.vcproj
6577	* gst-libs/gst/idct/idtc.vcproj
6578	* gst-libs/gst/media-info/media-info.vcproj
6579	* gst-libs/gst/mixer/mixer.vcproj
6580	* gst-libs/gst/navigation/navigation.vcproj
6581	* gst-libs/gst/play/play.vcproj
6582	* gst-libs/gst/propertyprobe/propertyprobe.vcproj
6583	* gst-libs/gst/resample/resample.vcproj
6584	* gst-libs/gst/riff/riff.vcproj
6585	* gst-libs/gst/tuner/tuner.vcproj
6586	* gst-libs/gst/video/video.vcproj
6587	* gst-libs/gst/xoverlay/xoverlay.vcproj
6588	  avoid problems with math.h, fix release dependancy
6589	  rename GStreamer-0.8.lib to libgstreamer.lib
6590
65912004-07-27  Julien MOUTTE  <julien@moutte.net>
6592
6593	* sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
6594	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
6595	the atom is not available we have to unlock the mutex. Fixes #148023
6596
65972004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6598
6599	* gst-libs/gst/media-info/media-info.h:
6600	  issue for a vararg macro with MSVC
6601
66022004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6603
6604	* gst/effectv/effectv.vcproj
6605	* gst-libs/gst/idct/idct.vcproj:
6606	* gst-libs/gst/media-info/media-info.vcproj:
6607	* gst-libs/gst/navigation/navigation.vcproj:
6608	* gst-libs/gst/propertyprobe/propertyprobe.vcproj:
6609	* gst-libs/gst/video/video.vcproj:
6610	* gst-libs/gst/xoverlay/xoverlay.vcproj:
6611	  fixes for build problems
6612
66132004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6614
6615	* gst-libs/gst/audio/audio.def:
6616	* gst-libs/gst/audio/riff.def:
6617	  add some definitions needed by plugins
6618
66192004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6620
6621	* gst/asfdemux/gstasfmux.c
6622	  Fix some 64 bits constants to be glib friendly
6623
66242004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6625
6626	* gst/ac3parse/gstac3parse.c
6627	* gst/audioscale/gstaudioscale.c
6628	* gst/auparse/gstauparse.c
6629	* gst/colorspace/gstcolorspace.c
6630	* gst/colorspace/yuv2rgb.h
6631	  local include fixes
6632
66332004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6634
6635	* win32/gst.sln
6636	  add more plugins to the build
6637
66382004-07-26  Julien MOUTTE  <julien@moutte.net>
6639
6640	* sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
6641	(gst_ximagesink_ximage_new): Some more fixes to image size calculation.
6642
66432004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6644
6645	* gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
6646	(gst_level_set_property), (gst_level_get_property),
6647	(gst_level_base_init), (gst_level_class_init):
6648	  add debugging categories.  cleanups.
6649
66502004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6651
6652	* gst/videoscale/videoscale.c: (gst_videoscale_setup),
6653	(gst_videoscale_planar411), (gst_videoscale_planar400),
6654	(gst_videoscale_packed422), (gst_videoscale_packed422rev),
6655	(gst_videoscale_scale_nearest_str1),
6656	(gst_videoscale_scale_nearest_str2),
6657	(gst_videoscale_scale_nearest_str4),
6658	(gst_videoscale_scale_nearest_16bit),
6659	(gst_videoscale_scale_nearest_24bit):
6660	  fixed stride issues
6661	  tested with 320x240 -> 321, 322, 324 x240
6662	  tested with YV12, I420, YUY2, UYVY
6663	  fixed packed422rev (don't think it could have worked before)
6664	  by testing with UYVY
6665
66662004-07-26  Benjamin Otte  <otte@gnome.org>
6667
6668	* ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
6669	(gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
6670	(plugin_init):
6671	  add debugging category, add error checks like checking return values
6672	  of setup calls, make sure it still works after
6673	  PLAYING=>NULL=>PLAYING, fix encoding of mono streams
6674
66752004-07-26  Wim Taymans  <wim@fluendo.com>
6676
6677	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
6678	(gst_mpeg_demux_get_audio_stream),
6679	(gst_mpeg_demux_process_private):
6680	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
6681	Check for error codes from the negotiation functions. Make sure
6682	we really set the pad caps when a new pad is created.
6683
66842004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6685
6686	* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6687	(gst_ffmpeg_caps_to_pix_fmt):
6688	* gst/ffmpegcolorspace/gstffmpegcodecmap.h:
6689	* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6690	(gst_ffmpegcolorspace_pad_link):
6691	  don't make function do two things at the same time without reason.
6692
66932004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6694
6695	* gst/ac3parse/ac3parse.vcproj
6696	* gst/adder/adder.vcproj
6697	* gst/alpha/alpha.vcproj
6698	* gst/alpha/alphacolor.vcproj
6699	* gst/asfdemux/asf.vcproj
6700	* gst/audioconvert/audioconvert.vcproj
6701	* gst/audiorate/audiorate.vcproj
6702	* gst/audioscale/audioscale.vcproj
6703	* gst/auparse/auparse.vcproj
6704	* gst/avi/avi.vcproj
6705	* gst/cdxaparse/cdxaparse.vcproj
6706	* gst/chart/chart.vcproj
6707	* gst/colorspace/colorspace.vcproj
6708	* gst/cutter/cutter.vcproj
6709	* gst/debug/debug.vcproj
6710	* gst/debug/efence.vcproj
6711	* gst/debug/navigationtest.vcproj
6712	* gst/deinterlace/deinterlace.vcproj
6713	* gst/effectv/effectv.vcproj
6714	* gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
6715	* gst/filter/filter.vcproj
6716	* gst/flx/flxdec.vcproj
6717	* gst/goom/goom.vcproj
6718	* gst/interleave/interleave.vcproj
6719	* gst/law/alaw.vcproj
6720	* gst/law/mulaw.vcproj
6721	* gst/matroska/matroska.vcproj
6722	* gst/median/median.vcproj
6723	* gst/mixmatrix/mixmatrix.vcproj
6724	* gst/mpeg1sys/mpeg1systemencode.vcproj
6725	* gst/mpeg1videoparse/mp1videoparse.vcproj
6726	* gst/mpeg2sub/mpeg2subt.vcproj
6727	* gst/mpegaudio/mpegaudio.vcproj
6728	* gst/mpegaudioparse/mpegaudioparse.vcproj
6729	* gst/mpegstream/mpegstream.vcproj
6730	* gst/multifilesink/multifilesink.vcproj
6731	* gst/multipart/multipart.vcproj
6732	* gst/oneton/oneton.vcproj
6733	* gst/overlay/overlay.vcproj
6734	* gst/passthrough/passthrough.vcproj
6735	* gst/qtdemux/qtdemux.vcproj
6736	* gst/realmedia/rmdemux.vcproj
6737	* gst/rtjpeg/rtjpeg.vcproj
6738	* gst/rtp/rtp.vcproj
6739	* gst/silence/silence.vcproj
6740	* gst/sine/sinesrc.vcproj
6741	* gst/smooth/smooth.vcproj
6742	* gst/smpte/smpte.vcproj
6743	* gst/spectrum/spectrum.vcproj
6744	* gst/speed/speed.vcproj
6745	* gst/stereo/stereo.vcproj
6746	* gst/switch/switch.vcproj
6747	* gst/tags/tagedit.vcproj
6748	* gst/tcp/tcp.vcproj
6749	* gst/typefind/typefindfunctions.vcproj
6750	* gst/udp/udp.vcproj
6751	* gst/videobox/videobox.vcproj
6752	* gst/videocrop/videocrop.vcproj
6753	* gst/videodrop/videodrop.vcproj
6754	* gst/videofilter/gamma.vcproj
6755	* gst/videofilter/videobalance.vcproj
6756	* gst/videofilter/videofilter.vcproj
6757	* gst/videofilter/videoflip.vcproj
6758	* gst/videoflip/videoflip.vcproj
6759	* gst/videomixer/videomixer.vcproj
6760	* gst/videorate/videorate.vcproj
6761	* gst/videoscale/videoscale.vcproj
6762	* gst/videotestsrc/videotestsrc.vcproj
6763	* gst/virtualdub/virtualdub.vcproj
6764	* gst/volenv/volenv.vcproj
6765	* gst/volume/volume.vcproj
6766	* gst/wavenc/wavenc.vcproj
6767	* gst/wavparse/wavparse.vcproj
6768	* gst/y4m/y4menc.vcproj
6769	  more plugins supported under windows
6770
67712004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6772
6773	* sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6774	(gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
6775	(gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
6776	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6777	(gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
6778	  Add debugging statements.  Use the sizes as returned by the
6779	  *CreateImage calls.
6780
67812004-07-26  Johan Dahlin  <johan@gnome.org>
6782
6783	* gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
6784	the pad is negotiated.
6785
6786	* gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
6787
67882004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
6789
6790	* gst-libs/gst/colorbalance/colorbalance.vcproj:
6791	* gst-libs/gst/idct/idct.vcproj:
6792	* gst-libs/gst/media-info/media-info.vcproj:
6793	* gst-libs/gst/mixer/mixer.vcproj:
6794	* gst-libs/gst/navigation/navigation.vcproj:
6795	* gst-libs/gst/play/play.vcproj:
6796	* gst-libs/gst/propertyprobe/propertyprobe.vcproj:
6797	* gst-libs/gst/resample/resample.vcproj:
6798	* gst-libs/gst/tuner/tuner.vcproj:
6799	* gst-libs/gst/video/video.vcproj:
6800	* gst-libs/gst/xoverlay/xoverlay.vcproj:
6801	  more plugins supported under windows
6802
68032004-07-25 Iain <iain@prettypeople.org>
6804
6805	* gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
6806	pad now rather than when the pad is created because state changes wipe
6807	explicit caps (fixes #148043).
6808
68092004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
6810
6811	reviewed by Benjamin Otte  <otte@gnome.org>
6812
6813	* ext/mad/gstmad.c:
6814	  fix mad plugin crashing on Sun (fixes #148289)
6815
68162004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
6817
6818	* gst/avi/avi.def:
6819	* gst/avi/avi.vcproj:
6820	* gst/matroska/matroska.def:
6821	* gst/matroska/matroska.vcproj:
6822	  remove unused .def files
6823
68242004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
6825
6826	* gst-libs/gst/audio/gstaudiofilter.c:
6827	  Clean the local include
6828
68292004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
6830
6831	* win32/gst.sln:
6832	* gst-libs/gst/audio/audio.def:
6833	* gst-libs/gst/audio/audio.vcproj:
6834	* gst-libs/gst/audio/audiofilter.vcproj:
6835	* gst-libs/gst/audio/riff.def:
6836	* gst-libs/gst/audio/riff.vcproj:
6837	* gst-libs/gst/gst-libs.def:
6838	* gst-libs/gst/gst-libs.vcproj:
6839	* gst/avi/avi.vcproj:
6840	* gst/avi/avi.vcproj:
6841	  Copy the files where needed after building, cleaner projects
6842
68432004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
6844
6845	* gst/matroska/ebml-write.c:
6846	  Fix some 64 bits constants to be glib friendly
6847
68482004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
6849
6850	* win32/gst.sln:
6851	* gst-libs/gst/gst-libs.def:
6852	* gst-libs/gst/gst-libs.vcproj:
6853	* gst/matroska/matroska.def:
6854	* gst/matroska/matroska.vcproj:
6855	  Add the preliminary canvas to build plugins on Win32
6856
68572004-07-23  Benjamin Otte  <otte@gnome.org>
6858
6859	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
6860	  don't enfore negotiation from source side, it breaks
6861	  sinesrc ! audioconvert ! osssink
6862
68632004-07-22  David Schleef  <ds@schleef.org>
6864
6865	* gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
6866	for ELF files, since they can easily be recognized as audio/mpeg.
6867	(bug #147441)
6868
68692004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6870
6871	* gst/videoscale/videoscale.c: (gst_videoscale_setup),
6872	(gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
6873	(gst_videoscale_scale_nearest_24bit),
6874	(gst_videoscale_scale_nearest_16bit):
6875	  fix 16bit and 24bit for stride (24bit might need testing)
6876	  don't pretend we do more than one algorithm
6877
68782004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6879
6880	* configure.ac:
6881	* gst/Makefile.am:
6882	* gst/multifilesink/Makefile.am:
6883	* gst/multifilesink/gstmultifilesink.c:
6884	(gst_multifilesink_get_formats),
6885	(gst_multifilesink_get_query_types), (_do_init),
6886	(gst_multifilesink_base_init), (gst_multifilesink_class_init),
6887	(gst_multifilesink_init), (gst_multifilesink_dispose),
6888	(gst_multifilesink_set_location), (gst_multifilesink_set_property),
6889	(gst_multifilesink_get_property), (gst_multifilesink_open_file),
6890	(gst_multifilesink_close_file), (gst_multifilesink_next_file),
6891	(gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
6892	(gst_multifilesink_chain), (gst_multifilesink_change_state),
6893	(gst_multifilesink_uri_get_type),
6894	(gst_multifilesink_uri_get_protocols),
6895	(gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
6896	(gst_multifilesink_uri_handler_init), (plugin_init):
6897	* gst/multifilesink/gstmultifilesink.h:
6898	* testsuite/Makefile.am:
6899	* testsuite/multifilesink/Makefile.am:
6900	* testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
6901	(gst_newmedia_class_init), (gst_newmedia_init),
6902	(gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
6903	(newfile_signal), (test_signal), (main):
6904	multifilesink plugin for creating new files every time a new media
6905	discontinuity event occurs
6906
69072004-07-22  Wim Taymans  <wim@fluendo.com>
6908
6909	* gst/alpha/Makefile.am:
6910	* gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
6911	(gst_alpha_color_base_init), (gst_alpha_color_class_init),
6912	(gst_alpha_color_init), (gst_alpha_color_set_property),
6913	(gst_alpha_color_get_property), (gst_alpha_color_sink_link),
6914	(transform), (gst_alpha_color_chain),
6915	(gst_alpha_color_change_state), (plugin_init):
6916	Stupid plugin to to RGBA to AYUV conversion because none of
6917	the colorspace plugins can handle that yet.
6918
69192004-07-22  Wim Taymans  <wim@fluendo.com>
6920
6921	* examples/seeking/seek.c: (update_scale), (main):
6922	* gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
6923	(gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
6924	(gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
6925	(gst_decode_bin_init), (gst_decode_bin_dispose),
6926	(find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
6927	(no_more_pads), (close_link), (type_found),
6928	(gst_decode_bin_set_property), (gst_decode_bin_get_property),
6929	(plugin_init):
6930	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
6931	(gst_play_base_bin_class_init), (gst_play_base_bin_init),
6932	(gst_play_base_bin_dispose), (queue_overrun),
6933	(gen_preroll_element), (remove_prerolls), (unknown_type),
6934	(no_more_pads), (new_stream), (setup_source),
6935	(gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
6936	(play_base_eos), (gst_play_base_bin_change_state),
6937	(gst_play_base_bin_add_element),
6938	(gst_play_base_bin_remove_element),
6939	(gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
6940	(gst_play_base_bin_unlink_stream),
6941	(gst_play_base_bin_get_streaminfo):
6942	* gst/playback/gstplaybin.c: (gen_video_element),
6943	(gen_audio_element):
6944	* gst/playback/gststreaminfo.h:
6945	More playback updates, attempt to fix things after the state change
6946	breakage.
6947
69482004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6949
6950	* gst/videoscale/videoscale.c: (gst_videoscale_planar411),
6951	(gst_videoscale_scale_nearest_16bit):
6952	  comment algorithm
6953
69542004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6955
6956	* gst/videotestsrc/gstvideotestsrc.c:
6957	(gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
6958	(gst_videotestsrc_init), (gst_videotestsrc_get),
6959	(gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
6960	(gst_videotestsrc_get_property):
6961	* gst/videotestsrc/gstvideotestsrc.h:
6962	* gst/videotestsrc/videotestsrc.c:
6963	* gst/videotestsrc/videotestsrc.h:
6964	  cleanup and commenting
6965
69662004-07-21  Wim Taymans  <wim@fluendo.com>
6967
6968	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
6969	(gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
6970	(gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
6971	(gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
6972	(_find_chain_get_unknown_part), (_find_streams_check),
6973	(gst_ogg_demux_push), (gst_ogg_pad_push):
6974	* ext/theora/theoradec.c: (theora_get_formats),
6975	(theora_dec_src_convert), (theora_dec_sink_convert),
6976	(theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
6977	(theora_dec_chain):
6978	* ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
6979	(vorbis_dec_convert), (vorbis_dec_src_query),
6980	(vorbis_dec_src_event), (vorbis_dec_event):
6981	More seeking fixes, oggdemux now supports seeking to time and
6982	uses the downstream element to convert granulepos to time.
6983	Seeking in theora-only ogg files now works.
6984
69852004-07-21  Wim Taymans  <wim@fluendo.com>
6986
6987	* ext/theora/theoradec.c: (gst_theora_dec_init),
6988	(theora_get_formats), (theora_get_event_masks),
6989	(theora_get_query_types), (theora_dec_src_convert),
6990	(theora_dec_sink_convert), (theora_dec_src_query),
6991	(theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
6992	* ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
6993	(vorbis_get_event_masks), (vorbis_get_query_types),
6994	(gst_vorbis_dec_init), (vorbis_dec_convert),
6995	(vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
6996	Added query/convert/formats functions to vorbis and theora decoders
6997	so that the outside world can use them too. Fixed seeking on an
6998	ogg/theora/vorbis file by disabling the seeking seeking on the
6999	theora srcpad.
7000
70012004-07-21  Julien MOUTTE  <julien@moutte.net>
7002
7003	* sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7004	(gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
7005	(gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
7006	images creation for both elements. We don't create the image on caps
7007	nego or renego, we just destroy the internal one if present if it does
7008	not match the needs. The chain function takes care of creating a new
7009	image when needed.
7010	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7011	(gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
7012	(gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
7013	(gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
7014	the image format information. The buffer pool checks for the context
7015	image format and discard images with different formats.
7016	* sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
7017
70182004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7019
7020	* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7021	(gst_ffmpegcolorspace_chain):
7022	  no point in doing any chaining if the pad we want to push from
7023	  isn't usable.
7024
70252004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7026
7027	* gst-libs/gst/riff/riff-media.c:
7028	(gst_riff_create_audio_caps_with_data):
7029	  Fix double end-to-native symbol conversion (#148021).
7030
70312004-07-20  David Schleef  <ds@schleef.org>
7032
7033	* sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
7034	Don't use an Atom that doesn't exist.
7035
70362004-07-20  Wim Taymans  <wim@fluendo.com>
7037
7038	* gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7039	(gst_multifdsink_add), (gst_multifdsink_get_stats),
7040	(gst_multifdsink_client_remove),
7041	(gst_multifdsink_handle_client_write),
7042	(gst_multifdsink_queue_buffer):
7043	* gst/tcp/gstmultifdsink.h:
7044	More multifdsink stats. Avoid deadlock by releasing locks
7045	before sending out a signal.
7046
70472004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7048
7049	* po/LINGUAS:
7050	* po/hu.po:
7051	  added Hungarian translation (Laszlo Dvornik)
7052
70532004-07-20  Wim Taymans  <wim@fluendo.com>
7054
7055	* gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7056	(gst_multifdsink_add), (gst_multifdsink_client_remove),
7057	(gst_multifdsink_handle_client_write),
7058	(gst_multifdsink_queue_buffer):
7059	* gst/tcp/gsttcp-marshal.list:
7060	Fixed the stupid marshal definition.
7061
70622004-07-20  Wim Taymans  <wim@fluendo.com>
7063
7064	* gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7065	(gst_multifdsink_init), (gst_multifdsink_add),
7066	(gst_multifdsink_client_remove),
7067	(gst_multifdsink_handle_client_write),
7068	(gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
7069	(gst_multifdsink_set_property), (gst_multifdsink_get_property),
7070	(gst_multifdsink_init_send):
7071	* gst/tcp/gstmultifdsink.h:
7072	Added more stats, added timeout for a client, fixed some typos
7073	and added some comments.
7074
70752004-07-20  Wim Taymans  <wim@fluendo.com>
7076
7077	* gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7078	(gst_multifdsink_add), (gst_multifdsink_get_stats),
7079	(gst_multifdsink_client_remove),
7080	(gst_multifdsink_handle_client_write):
7081	* gst/tcp/gstmultifdsink.h:
7082	* gst/tcp/gsttcp-marshal.list:
7083	Added get_stats method that returns a GValueArray of
7084	stats values.
7085
70862004-07-19  Benjamin Otte  <otte@gnome.org>
7087
7088	* ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
7089	  make sure longname, description and author are valid UTF-8
7090
70912004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7092
7093	* sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
7094	(gst_ximagesink_set_property):
7095	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
7096	(gst_xvimagesink_set_property):
7097	  make sure SYNCHRONOUS is respected after getting the X context
7098
70992004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7100
7101	* gst/matroska/matroska-demux.c:
7102	(gst_matroska_demux_handle_src_event),
7103	(gst_matroska_demux_parse_blockgroup):
7104	* gst/matroska/matroska-ids.h:
7105	  add BlockReference tag and ignore it to clear out log.
7106	  ignore NAVIGATION events to clear out log.
7107
71082004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7109
7110	* gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
7111	(gst_matroska_demux_add_stream):
7112	* gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
7113	  add debug categories
7114
71152004-07-16  Wim Taymans  <wim@fluendo.com>
7116
7117	* ext/libpng/Makefile.am:
7118	* ext/libpng/gstpng.c: (plugin_init):
7119	* ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
7120	(gst_pngdec_get_type), (gst_pngdec_base_init),
7121	(gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
7122	(gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
7123	* ext/libpng/gstpngdec.h:
7124	Added png decoder.
7125
71262004-07-16  Julien MOUTTE  <julien@moutte.net>
7127
7128	* sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
7129	(gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
7130	(gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
7131	(gst_ximagesink_chain), (gst_ximagesink_buffer_free),
7132	(gst_ximagesink_buffer_alloc):
7133	* sys/ximage/ximagesink.h:
7134	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
7135	(gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
7136	(gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
7137	(gst_xvimagesink_buffer_alloc):
7138	* sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
7139	again. Using internal data pointer of the x(v)image to store image's
7140	data to be coherent with the buffer alloc mechanism. Investigated the
7141	image destruction code to be sure that everything gets freed correctly.
7142
71432004-07-16  Wim Taymans  <wim@fluendo.com>
7144
7145	* gst-libs/gst/riff/riff-read.c:
7146	(gst_riff_read_strf_vids_with_data),
7147	(gst_riff_read_strf_auds_with_data):
7148	* gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7149	(gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
7150	Make sure we don't create 0 sized subbuffers in riff-read.
7151	Signal the no more pads signal after reading the avi header.
7152
71532004-07-16  Wim Taymans  <wim@fluendo.com>
7154
7155	* gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7156	(gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
7157	(gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
7158	(gst_decode_bin_init), (gst_decode_bin_dispose),
7159	(find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
7160	(no_more_pads), (close_link), (type_found),
7161	(gst_decode_bin_set_property), (gst_decode_bin_get_property),
7162	(gst_decode_bin_change_state), (plugin_init):
7163	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7164	(gst_play_base_bin_class_init), (gst_play_base_bin_init),
7165	(gst_play_base_bin_dispose), (queue_overrun),
7166	(gen_preroll_element), (remove_prerolls), (unknown_type),
7167	(no_more_pads), (new_stream), (setup_source),
7168	(gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7169	(play_base_eos), (gst_play_base_bin_change_state),
7170	(gst_play_base_bin_add_element),
7171	(gst_play_base_bin_remove_element),
7172	(gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
7173	(gst_play_base_bin_unlink_stream),
7174	(gst_play_base_bin_get_streaminfo):
7175	* gst/playback/gstplaybasebin.h:
7176	Better error recovery. Added configurable preroll queue size. Faster
7177	detection of no-more-pads.
7178
71792004-07-16  Wim Taymans  <wim@fluendo.com>
7180
7181	* gst-libs/gst/video/video.h:
7182	Added 32 bits RGBA. Not sure if we should use another mime-type
7183	for alpha rgb. Currently the presence of the alpha_mask property
7184	signals an alpha channel.
7185
71862004-07-16  Wim Taymans  <wim@fluendo.com>
7187
7188	* sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
7189	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7190	FPS seems to be 0.0 to MAX everywhere else.
7191
71922004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7193
7194	* gst-libs/gst/riff/riff-media.c:
7195	(gst_riff_create_video_caps_with_data):
7196	  mp42/mp43 (no caps) exist too.
7197	* gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
7198	  Set pixel_width/height; we've got them in-caps.
7199	* gst/typefind/gsttypefindfunctions.c: (plugin_init):
7200	* gst/wavparse/gstwavparse.c: (plugin_init):
7201	  Both are valid primary.
7202	* sys/oss/gstossmixer.c:
7203	  Remove i18n hack and enable translations.
7204
72052004-07-15  Benjamin Otte  <otte@gnome.org>
7206
7207	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
7208	(gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
7209	  fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
7210
72112004-07-15  Benjamin Otte  <otte@gnome.org>
7212
7213	* ext/alsa/gstalsa.c: (gst_alsa_open_audio),
7214	(gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
7215	(gst_alsa_close_audio):
7216	  disable some of the debugging code for now. Writing debugging to a
7217	  buffer is broken in current alsalib releases.
7218
72192004-07-12  Benjamin Otte  <otte@gnome.org>
7220
7221	* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
7222	  use bufferpools
7223
72242004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7225
7226	* ext/theora/theoradec.c: (gst_theora_dec_class_init),
7227	(theora_dec_src_query), (theora_dec_event):
7228	* ext/theora/theoraenc.c: (gst_theora_enc_class_init):
7229	  add debugging categories.  Remove \n's.
7230
72312004-07-13  Johan Dahlin  <johan@gnome.org>
7232
7233	* gst/playback/gstplaybin.c (gst_play_bin_set_property)
7234	(gst_play_bin_get_property): Impl.
7235
72362004-07-13  Wim Taymans  <wim@fluendo.com>
7237
7238	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
7239	When trying to find the stream length, seek back N pages
7240	instead of just one, where N is the number of streams in
7241	the current chain.
7242
72432004-07-13  Wim Taymans  <wim@fluendo.com>
7244
7245	* gst-libs/gst/riff/riff-media.c:
7246	(gst_riff_create_audio_caps_with_data),
7247	(gst_riff_create_audio_caps),
7248	(gst_riff_create_audio_template_caps):
7249	* gst-libs/gst/riff/riff-media.h:
7250	* gst-libs/gst/riff/riff-read.c:
7251	(gst_riff_read_strf_vids_with_data),
7252	(gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
7253	* gst-libs/gst/riff/riff-read.h:
7254	* gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7255	(gst_avi_demux_add_stream):
7256	Set codec_data on caps for avidemuxer.
7257
72582004-07-12  David Schleef  <ds@schleef.org>
7259
7260	* configure.ac: Fix test for Objective C
7261
72622004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
7263	* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
7264	(gst_gdk_pixbuf_chain):
7265	  Add svg and pcx to template caps, and ensure that getcaps returns a
7266	  subset of the template caps.
7267	  Copy each row manually for output, as gdkpixbuf may pad the
7268	  rowstride to a 32-bit word boundary.
7269
72702004-07-12  Wim Taymans  <wim@fluendo.com>
7271
7272	* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7273	(gst_riff_create_video_template_caps):
7274	Fix the template caps to include some more media types.
7275
72762004-07-12  Wim Taymans  <wim@fluendo.com>
7277
7278	* gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7279	(gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
7280	(compare_ranks), (print_feature), (gst_decode_bin_init),
7281	(gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
7282	(try_to_link_1), (new_pad), (close_link), (type_found),
7283	(gst_decode_bin_set_property), (gst_decode_bin_get_property),
7284	(gst_decode_bin_change_state), (plugin_init):
7285	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7286	(gst_play_base_bin_class_init), (gst_play_base_bin_init),
7287	(gst_play_base_bin_dispose), (queue_overrun),
7288	(gen_preroll_element), (remove_prerolls), (no_more_pads),
7289	(new_stream), (setup_source), (gst_play_base_bin_set_property),
7290	(gst_play_base_bin_get_property), (play_base_eos),
7291	(gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
7292	(gst_play_base_bin_remove_element),
7293	(gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
7294	(gst_play_base_bin_unlink_stream),
7295	(gst_play_base_bin_get_streaminfo):
7296	* gst/playback/gstplaybasebin.h:
7297	* gst/playback/gstplaybin.c: (gst_play_bin_get_type),
7298	(gst_play_bin_class_init), (gst_play_bin_init),
7299	(gst_play_bin_dispose), (gst_play_bin_set_property),
7300	(gst_play_bin_get_property), (gen_video_element),
7301	(gen_audio_element), (remove_sinks), (setup_sinks),
7302	(gst_play_bin_change_state), (gst_play_bin_get_event_masks),
7303	(gst_play_bin_send_event), (gst_play_bin_get_formats),
7304	(gst_play_bin_convert), (gst_play_bin_get_query_types),
7305	(gst_play_bin_query), (plugin_init):
7306	* gst/playback/test4.c: (main):
7307	More fixes on reusing of the element.
7308
73092004-07-11  Benjamin Otte  <otte@gnome.org>
7310
7311	* ext/mad/gstmad.c: (normal_seek):
7312	  allow seeking for other methods than just SET
7313
73142004-07-11  Andy Wingo  <wingo@pobox.com>
7315
7316	* gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
7317	float, "any" caps -> buffer_frames=[0,MAX].
7318
7319	* gst/interleave/interleave.c (interleave_getcaps): Seems the core
7320	doesn't intersect our caps with the template any more. Do it
7321	ourselves.
7322	(interleave_buffered_loop): Use g_newa instead of malloc/free.
7323
73242004-07-09  Wim Taymans  <wim@fluendo.com>
7325
7326	* gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7327	(gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
7328	(compare_ranks), (print_feature), (gst_decode_bin_init),
7329	(gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
7330	(try_to_link_1), (new_pad), (close_link), (type_found),
7331	(gst_decode_bin_set_property), (gst_decode_bin_get_property),
7332	(gst_decode_bin_change_state), (plugin_init):
7333	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7334	(gst_play_base_bin_class_init), (gst_play_base_bin_init),
7335	(gst_play_base_bin_dispose), (queue_overrun),
7336	(gen_preroll_element), (remove_prerolls), (no_more_pads),
7337	(new_stream), (setup_source), (gst_play_base_bin_set_property),
7338	(gst_play_base_bin_get_property), (play_base_eos),
7339	(gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
7340	(gst_play_base_bin_remove_element),
7341	(gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
7342	(gst_play_base_bin_unlink_stream),
7343	(gst_play_base_bin_get_streaminfo):
7344	* gst/playback/gstplaybasebin.h:
7345	* gst/playback/gstplaybin.c: (gst_play_bin_get_type),
7346	(gst_play_bin_class_init), (gst_play_bin_init),
7347	(gst_play_bin_dispose), (gst_play_bin_set_property),
7348	(gst_play_bin_get_property), (gen_video_element),
7349	(gen_audio_element), (remove_sinks), (setup_sinks),
7350	(gst_play_bin_change_state), (gst_play_bin_get_event_masks),
7351	(gst_play_bin_send_event), (gst_play_bin_get_formats),
7352	(gst_play_bin_convert), (gst_play_bin_get_query_types),
7353	(gst_play_bin_query), (plugin_init):
7354	* gst/playback/test4.c: (main):
7355	Work on object reuse and seeking.
7356
73572004-07-09  Wim Taymans  <wim@fluendo.com>
7358
7359	* examples/seeking/seek.c: (iterate):
7360	Don't consume all CPU in the idle loop.
7361
73622004-07-09  Wim Taymans  <wim@fluendo.com>
7363
7364	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
7365	(gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
7366	Add pad to element *after* setting the pad functions so that
7367	the scheduler can use the correct ones.
7368
73692004-07-09  Wim Taymans  <wim@fluendo.com>
7370
7371	* ext/theora/theoradec.c: (theora_dec_from_granulepos),
7372	(theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
7373	Sync to keyframe after seek
7374
73752004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7376
7377	* ext/alsa/gstalsa.c: (gst_alsa_change_state):
7378	* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
7379	(gst_alsa_sink_loop), (gst_alsa_sink_change_state):
7380	* ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
7381	* ext/libvisual/visual.c: (gst_visual_change_state):
7382	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
7383	* ext/theora/theoradec.c: (theora_dec_change_state):
7384	* ext/theora/theoraenc.c: (theora_enc_change_state):
7385	* ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
7386	* gst-libs/gst/navigation/navigation.c:
7387	* gst/adder/gstadder.c: (gst_adder_change_state):
7388	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7389	(gst_audio_convert_get_buffer):
7390	* gst/multipart/multipartdemux.c:
7391	(gst_multipart_demux_change_state):
7392	* gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
7393	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7394	* gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7395	* gst/videoscale/gstvideoscale.c:
7396	(gst_videoscale_handle_src_event):
7397	* gst/volume/gstvolume.c: (volume_chain_int16):
7398	  don't assert in state change, this should be done by the base
7399	  GstElement class.
7400	  various debugging fixes.
7401
74022004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7403
7404	* configure.ac:
7405	* gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
7406	(gst_play_dispose), (gst_play_set_location),
7407	(gst_play_set_data_src), (gst_play_set_video_sink),
7408	(gst_play_set_audio_sink), (gst_play_set_visualization),
7409	(gst_play_connect_visualization), (gst_play_get_sink_element),
7410	(gst_play_get_all_by_interface):
7411	* gst-libs/gst/play/play.h:
7412	  add new method to get elements implementing an interface.
7413	  add various error logging
7414
74152004-07-08  Wim Taymans  <wim@fluendo.com>
7416
7417	* examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
7418	(make_mpeg_pipeline), (make_mpegnt_pipeline),
7419	(make_playerbin_pipeline), (query_durations_elems),
7420	(query_durations_pads), (query_positions_elems),
7421	(query_positions_pads), (update_scale), (iterate), (stop_seek),
7422	(main):
7423	Added playbin seeking example.
7424
74252004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7426
7427	* gst-libs/gst/play/play.c: (gst_play_set_location),
7428	(gst_play_set_data_src), (gst_play_set_video_sink),
7429	(gst_play_set_audio_sink), (gst_play_set_visualization),
7430	(gst_play_connect_visualization), (gst_play_get_framerate):
7431	  use a macro to look up elements from hash table
7432
74332004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7434
7435	* gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
7436	(gst_play_get_length_callback), (gst_play_set_location),
7437	(gst_play_seek_to_time), (gst_play_set_data_src),
7438	(gst_play_set_video_sink), (gst_play_set_audio_sink),
7439	(gst_play_set_visualization), (gst_play_connect_visualization),
7440	(gst_play_get_sink_element):
7441	- add debugging info
7442	- fix looking up sink elements by iterating over complete caps
7443	- put everything except for source and autoplugger in a complete bin
7444
74452004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7446
7447	* ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
7448	* ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
7449	(gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
7450	(gst_alsa_sink_write), (gst_alsa_sink_loop):
7451	* ext/alsa/gstalsasink.h:
7452	- add debugging info
7453	- clean up schizophrenia of data/buffer/event
7454	- fix double event unref error
7455
74562004-07-08  Wim Taymans  <wim@fluendo.com>
7457
7458	* gst/playback/Makefile.am:
7459	Add headers to noinst
7460
74612004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7462
7463	* tools/gst-launch-ext-m.m:
7464	* tools/gst-launch-ext.1.in:
7465	  convert to the third millenium
7466
74672004-07-07  David Schleef  <ds@schleef.org>
7468
7469	* sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
7470
74712004-07-07  Wim Taymans  <wim@fluendo.com>
7472
7473	* gst/playback/Makefile.am:
7474	* gst/playback/README:
7475	* gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7476	(gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
7477	(compare_ranks), (print_feature), (gst_decode_bin_init),
7478	(gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
7479	(try_to_link_1), (new_pad), (close_link), (type_found),
7480	(gst_decode_bin_set_property), (gst_decode_bin_get_property),
7481	(plugin_init):
7482	* gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7483	(gst_play_base_bin_class_init), (gst_play_base_bin_init),
7484	(gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
7485	(gen_preroll_element), (no_more_pads), (new_stream),
7486	(setup_source), (gst_play_base_bin_set_property),
7487	(gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
7488	(gst_play_base_bin_add_element),
7489	(gst_play_base_bin_remove_element),
7490	(gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
7491	(gst_play_base_bin_unlink_stream),
7492	(gst_play_base_bin_get_streaminfo):
7493	* gst/playback/gstplaybasebin.h:
7494	* gst/playback/gstplaybin.c: (gst_play_bin_get_type),
7495	(gst_play_bin_class_init), (gst_play_bin_init),
7496	(gst_play_bin_dispose), (gst_play_bin_set_property),
7497	(gst_play_bin_get_property), (gen_video_element),
7498	(gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
7499	(gst_play_bin_get_event_masks), (gst_play_bin_send_event),
7500	(gst_play_bin_get_formats), (gst_play_bin_convert),
7501	(gst_play_bin_get_query_types), (gst_play_bin_query),
7502	(plugin_init):
7503	* gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7504	(gst_stream_info_get_type), (gst_stream_info_class_init),
7505	(gst_stream_info_init), (gst_stream_info_new),
7506	(gst_stream_info_dispose), (gst_stream_info_set_property),
7507	(gst_stream_info_get_property):
7508	* gst/playback/gststreaminfo.h:
7509	* gst/playback/test.c: (gen_video_element), (gen_audio_element),
7510	(main):
7511	* gst/playback/test2.c: (main):
7512	* gst/playback/test3.c: (update_scale), (main):
7513	More playbin fixes. Added README. Do better element filtering.
7514	Added base class to preroll media. Added test apps.
7515
75162004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7517
7518	* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
7519	* ext/mpeg2dec/gstmpeg2dec.h:
7520	  various debugging improvements.  Reset stream to next picture
7521	  instead of sequence header, otherwise seeks cannot work.
7522
75232004-07-07  Wim Taymans  <wim@fluendo.com>
7524
7525	* gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
7526	(gst_video_box_class_init), (gst_video_box_set_property),
7527	(gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
7528	Use pad_alloc where possible.
7529
75302004-07-07  Wim Taymans  <wim@fluendo.com>
7531
7532	* sys/oss/gstosselement.c: (gst_osselement_reset),
7533	(gst_osselement_parse_caps):
7534	* sys/oss/gstosselement.h:
7535	* sys/oss/gstosssrc.c: (gst_osssrc_get):
7536	Fix offset on osssrc.
7537
75382004-07-07  Wim Taymans  <wim@fluendo.com>
7539
7540	* ext/theora/theora.c: (plugin_init):
7541	* ext/theora/theoradec.c: (theora_dec_from_granulepos),
7542	(theora_dec_src_query), (theora_dec_chain):
7543	* ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7544	(theora_enc_sink_link), (theora_buffer_from_packet),
7545	(theora_push_packet), (theora_enc_chain):
7546	Fix theora granulepos calculation.
7547	Fix overflow in duration/position calculation.
7548	Bump rank to PRIMARY for theoradec.
7549	Use granulepos of last packet to calculate position.
7550	Set keyframe flag on buffers when needed.
7551
75522004-07-06  David Schleef  <ds@schleef.org>
7553
7554	* gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
7555	serious?  (Fixed, obviously.)
7556
75572004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7558
7559	* po/LINGUAS:
7560	* po/cs.po:
7561	  added Czech translation (Miloslav Trmac)
7562
75632004-07-05  Wim Taymans  <wim@fluendo.com>
7564
7565	* gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7566	(gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
7567	(compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
7568	(find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
7569	(close_link), (type_found), (gst_decode_bin_set_property),
7570	(gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
7571	(gst_decode_bin_send_event), (gst_decode_bin_get_formats),
7572	(gst_decode_bin_convert), (gst_decode_bin_get_query_types),
7573	(gst_decode_bin_query), (plugin_init):
7574	* gst/playback/gstplaybin.c: (gst_play_bin_get_type),
7575	(gst_play_bin_class_init), (gst_play_bin_init),
7576	(gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
7577	(get_video_element), (new_pad), (setup_source),
7578	(gst_play_bin_set_property), (gst_play_bin_get_property),
7579	(gst_play_bin_change_state), (gst_play_bin_add_element),
7580	(gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
7581	(gst_play_bin_send_event), (gst_play_bin_get_formats),
7582	(gst_play_bin_convert), (gst_play_bin_get_query_types),
7583	(gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
7584	* gst/playback/test.c: (main):
7585	More fixes, cleaned up playbin, make it use decodebin. Added
7586	threaded property to playbin.
7587
75882004-07-05  Wim Taymans  <wim@fluendo.com>
7589
7590	* configure.ac:
7591	* gst/playback/Makefile.am:
7592	* gst/playback/decodetest.c: (main):
7593	* gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
7594	(gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
7595	(compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
7596	(find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
7597	(close_link), (type_found), (gst_decode_bin_set_property),
7598	(gst_decode_bin_get_property), (gst_decode_bin_change_state),
7599	(gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
7600	(gst_decode_bin_get_formats), (gst_decode_bin_convert),
7601	(gst_decode_bin_get_query_types), (gst_decode_bin_query),
7602	(plugin_init):
7603	* gst/playback/gstplaybin.c: (gst_play_bin_get_type),
7604	(gst_play_bin_class_init), (gst_play_bin_init),
7605	(gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
7606	(collect_sink_pads), (find_compatibles), (close_pad_link),
7607	(try_to_link_1), (new_pad), (close_link), (type_found),
7608	(setup_source), (gst_play_bin_set_property),
7609	(gst_play_bin_get_property), (gst_play_bin_factory_filter),
7610	(compare_ranks), (gst_play_bin_collect_factories),
7611	(gst_play_bin_change_state), (gst_play_bin_add_element),
7612	(gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
7613	(gst_play_bin_send_event), (gst_play_bin_get_formats),
7614	(gst_play_bin_convert), (gst_play_bin_get_query_types),
7615	(gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
7616	* gst/playback/test.c: (main):
7617	Added some playback helper elements and some test apps, very alpha
7618	still.
7619
76202004-07-04  Benjamin Otte  <otte@gnome.org>
7621
7622	* ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
7623	  only restart audio when we indeed have an xrun to fix repeated
7624	  xruns. Fix suggested by Giuliano Pochini.
7625
76262004-07-03  David Schleef  <ds@schleef.org>
7627
7628	* ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
7629	call to gst_debug_log() if debugging is disabled (bug #145118)
7630
76312004-07-03  Benjamin Otte  <otte@gnome.org>
7632
7633	* ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
7634	  use our own functions for restarting the alsa device.
7635	* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7636	  I should apply patches myself - use MIN for the third argument, not
7637	  the second, this fixes seeking
7638
76392004-07-02  David Schleef  <ds@schleef.org>
7640
7641	* ext/flac/gstflacdec.c: (gst_flacdec_class_init),
7642	(gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
7643	do with the logic.
7644
76452004-07-02  David Schleef  <ds@schleef.org>
7646
7647	* ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
7648	output buffers.  Fix logic mistake.  (bug #144866)
7649
76502004-07-02  David Schleef  <ds@schleef.org>
7651
7652	* gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
7653	on X.  (bug #144753)
7654
76552004-07-02  David Schleef  <ds@schleef.org>
7656
7657	* gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
7658	(gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
7659	(bug #144624)
7660	* sys/oss/gstosselement.c: (gst_osselement_probe_caps),
7661	(gst_osselement_rate_probe_check): Add another workaround for
7662	buggy drivers (bug #145336)
7663
76642004-07-02  David Schleef  <ds@schleef.org>
7665
7666	* gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
7667	Most systems don't have MSG_NOSIGNAL.
7668
76692004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7670
7671	* Makefile.am:
7672	* gst-libs/gst/colorbalance/Makefile.am:
7673	* gst-libs/gst/mixer/Makefile.am:
7674	* gst-libs/gst/play/Makefile.am:
7675	* gst-libs/gst/tuner/Makefile.am:
7676	  (hopefully) fix both install and dist and make error message useful.
7677	  needs testing across automakes.
7678
76792004-07-02  Benjamin Otte  <otte@gnome.org>
7680
7681	* ext/ogg/gstogg.c: (plugin_init):
7682	  we require bytestream now
7683	* ext/ogg/gstoggdemux.c:
7684	  huge diff to implement chain setup in a fast and generic way. This
7685	  improves tag reading and startup of huge files (read: Theora videos)
7686	  quite a bit. It probably contains bugs, too, so please test.
7687	  Seeking is not improved to the fast method.
7688
76892004-06-29  Wim Taymans  <wim@fluendo.com>
7690
7691	* ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7692	* ext/ogg/gstoggmux.c:
7693	Fix memleak in oggdemux when running unconnected pads.
7694	doc update in mux, start working on keyframe mode.
7695
76962004-06-29  Benjamin Otte  <otte@gnome.org>
7697
7698	* sys/oss/gstosssink.c:
7699	* sys/oss/gstosssrc.c:
7700	  advertise correct template caps - we indeed do non-native endianness
7701	  and 8bit audio has no endianness
7702	* sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
7703	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
7704	  avoid (wrong) duplications in getcaps function and return
7705	  template caps
7706
77072004-06-29  Wim Taymans  <wim@fluendo.com>
7708
7709	* gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7710	(gst_multifdsink_class_init), (gst_multifdsink_add),
7711	(gst_multifdsink_remove), (gst_multifdsink_clear),
7712	(gst_multifdsink_client_remove),
7713	(gst_multifdsink_handle_client_read),
7714	(gst_multifdsink_client_queue_data),
7715	(gst_multifdsink_client_queue_caps),
7716	(gst_multifdsink_client_queue_buffer),
7717	(gst_multifdsink_handle_client_write),
7718	(gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7719	(gst_multifdsink_handle_clients), (gst_multifdsink_thread),
7720	(gst_multifdsink_init_send), (gst_multifdsink_close):
7721	Fix wrong GList iteration that could crash the server when
7722	more then 2 clients disconnect at the same time. Read all the
7723	pending commands in one batch to recover from command storms under
7724	very heavy load.
7725
77262004-06-28  Wim Taymans  <wim@fluendo.com>
7727
7728	* gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
7729	(gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
7730	(gst_videomixer_pad_set_property),
7731	(gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
7732	(gst_video_mixer_background_get_type), (gst_videomixer_get_type),
7733	(gst_videomixer_class_init), (gst_videomixer_init),
7734	(gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
7735	(pad_zorder_compare), (gst_videomixer_sort_pads),
7736	(gst_videomixer_fill_checker), (gst_videomixer_fill_color),
7737	(gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
7738	(gst_videomixer_update_queues), (gst_videomixer_loop),
7739	(plugin_init):
7740	Avoid divide by zero, choose masterpad as the pad with the highest
7741	framerate.
7742
77432004-06-27  Julien Moutte  <julien@moutte.net>
7744
7745	* sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
7746	(gst_ximagesink_xwindow_new):
7747	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
7748	(gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
7749	function directly. We might want to call it from somewhere else one day.
7750
77512004-06-27  Julien Moutte  <julien@moutte.net>
7752
7753	* sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
7754	(gst_ximagesink_xwindow_new):
7755	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
7756	(gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
7757	window decorations.
7758
77592004-06-27  Wim Taymans  <wim@fluendo.com>
7760
7761	* ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
7762	(gst_dvdec_video_getcaps), (gst_dvdec_video_link),
7763	(gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
7764	(gst_dvdec_set_property), (gst_dvdec_get_property):
7765	* ext/dv/gstdvdec.h:
7766	Implement drop_factor property to lower the framerate with
7767	a factor.
7768
77692004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7770
7771	* gst-libs/gst/colorbalance/Makefile.am:
7772	* gst-libs/gst/mixer/Makefile.am:
7773	* gst-libs/gst/play/Makefile.am:
7774	* gst-libs/gst/tuner/Makefile.am:
7775	  unbreak Company's fix that didn't install the -enum.h files
7776
77772004-06-27  Wim Taymans  <wim@fluendo.com>
7778
7779	* ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
7780	(gst_dvdec_change_state):
7781	* ext/dv/gstdvdec.h:
7782	Fix timestamp, duration and offset of the buffers.
7783
77842004-06-27  Wim Taymans  <wim@fluendo.com>
7785
7786	* gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7787	(gst_multifdsink_class_init), (gst_multifdsink_add),
7788	(gst_multifdsink_remove), (gst_multifdsink_clear),
7789	(gst_multifdsink_client_remove),
7790	(gst_multifdsink_handle_client_read),
7791	(gst_multifdsink_client_queue_data),
7792	(gst_multifdsink_client_queue_caps),
7793	(gst_multifdsink_client_queue_buffer),
7794	(gst_multifdsink_handle_client_write),
7795	(gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7796	(gst_multifdsink_handle_clients), (gst_multifdsink_thread),
7797	(gst_multifdsink_init_send), (gst_multifdsink_close):
7798	* gst/tcp/gstmultifdsink.h:
7799	* gst/tcp/gsttcpserversink.c:
7800	(gst_tcpserversink_handle_server_read),
7801	(gst_tcpserversink_handle_select), (gst_tcpserversink_close):
7802	More multifdsink fixes, more recovery policy fixes.
7803	Removed stupid g_print
7804
78052004-06-26  Wim Taymans  <wim@fluendo.com>
7806
7807	* gst/tcp/Makefile.am:
7808	* gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7809	(gst_multifdsink_get_type), (gst_multifdsink_base_init),
7810	(gst_multifdsink_class_init), (gst_multifdsink_init),
7811	(gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
7812	(gst_multifdsink_handle_client_read),
7813	(gst_multifdsink_client_queue_data),
7814	(gst_multifdsink_client_queue_caps),
7815	(gst_multifdsink_client_queue_buffer),
7816	(gst_multifdsink_handle_client_write),
7817	(gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7818	(gst_multifdsink_handle_clients), (gst_multifdsink_thread),
7819	(gst_multifdsink_chain), (gst_multifdsink_set_property),
7820	(gst_multifdsink_get_property), (gst_multifdsink_init_send),
7821	(gst_multifdsink_close), (gst_multifdsink_change_state):
7822	* gst/tcp/gstmultifdsink.h:
7823	* gst/tcp/gsttcpplugin.c: (plugin_init):
7824	* gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
7825	(gst_tcpserversink_class_init), (gst_tcpserversink_init),
7826	(gst_tcpserversink_handle_server_read),
7827	(gst_tcpserversink_handle_select),
7828	(gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
7829	(gst_tcpserversink_init_send), (gst_tcpserversink_close):
7830	* gst/tcp/gsttcpserversink.h:
7831	Added multifdsink, made tcpserversink a subclass of fdsink, removed
7832	one of the locks, added recovery policy to multifdsink.
7833
78342004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7835
7836	* gst/videorate/gstvideorate.c: (gst_videorate_chain):
7837	  fix decision for when getting frames with same timestamp
7838	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
7839	(gst_v4lsrc_get), (gst_v4lsrc_set_property),
7840	(gst_v4lsrc_get_property):
7841	* sys/v4l/gstv4lsrc.h:
7842	  add latency offset property
7843
78442004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7845
7846	* gst/videorate/gstvideorate.c: (gst_videorate_chain),
7847	(plugin_init):
7848	  fix debugging. add category.
7849
78502004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7851
7852	* gst/sine/gstsinesrc.c: (gst_sinesrc_get):
7853          fix wrong offsets
7854
78552004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7856
7857	* ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
7858	(gst_alsa_src_get_time), (gst_alsa_src_loop),
7859	(gst_alsa_src_change_state):
7860	  return a time that is in sync with the element's processing
7861
78622004-06-25  Wim Taymans  <wim@fluendo.com>
7863
7864	* gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
7865	(gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
7866	(gst_tcpserversink_client_remove),
7867	(gst_tcpserversink_handle_client_read),
7868	(gst_tcpserversink_client_queue_data),
7869	(gst_tcpserversink_client_queue_caps),
7870	(gst_tcpserversink_client_queue_buffer),
7871	(gst_tcpserversink_handle_client_write),
7872	(gst_tcpserversink_queue_buffer),
7873	(gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
7874	(gst_tcpserversink_chain), (gst_tcpserversink_set_property),
7875	(gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
7876	(gst_tcpserversink_close):
7877	* gst/tcp/gsttcpserversink.h:
7878	Serversink rewrite. Really do non blocking writes to clients and
7879	maintain an internal queue to handle slower clients while not
7880	disturbing fast clients.
7881
78822004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7883
7884	* gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
7885	  better debug, don't override OFFSET and OFFSET_END
7886
78872004-06-25  Iain <iain@prettypeople.org>
7888
7889	* gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
7890	name=source for the wavparse pipeline.
7891
78922004-06-24  Johan Dahlin  <johan@gnome.org>
7893
7894	* ext/theora/theoraenc.c (theora_enc_chain): Call
7895	gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
7896	streamheader caps are set correctly.
7897
78982004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7899
7900	* ext/vorbis/vorbisenc.c: (raw_caps_factory),
7901	(gst_vorbisenc_setup), (gst_vorbisenc_set_property):
7902	  respect minimum bitrate; same could be done for max bitrate
7903
79042004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7905
7906	* ext/vorbis/vorbisenc.c: (raw_caps_factory),
7907	(gst_vorbisenc_setup):
7908	  fix sample rate range
7909
79102004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7911
7912	* ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
7913	(gst_oggvorbisenc_setup):
7914	* ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
7915	(gst_vorbisenc_setup):
7916	  resolve ambiguities in code and description
7917
79182004-06-24  Wim Taymans  <wim@fluendo.com>
7919
7920	* ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
7921	* ext/alsa/gstalsa.h:
7922	* ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
7923	(gst_alsa_src_update_avail), (gst_alsa_src_loop):
7924	Use alsa trigger_tstamp to get the timestamp of the first
7925	sample in the buffer for more precise sync. Some cleanups.
7926
79272004-06-24  Wim Taymans  <wim@fluendo.com>
7928
7929	* gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
7930	(gst_audiorate_init), (gst_audiorate_chain),
7931	(gst_audiorate_set_property), (gst_audiorate_get_property):
7932	* gst/videorate/gstvideorate.c: (gst_videorate_class_init),
7933	(gst_videorate_chain):
7934	Added some logging, fixed an overflow bug in videorate.
7935
79362004-06-24  Benjamin Otte  <otte@gnome.org>
7937
7938	* ext/kio/Makefile.am:
7939	  fix for builddir != srcdir and distcheck
7940
79412004-06-24  Benjamin Otte  <otte@gnome.org>
7942
7943	* gst-libs/gst/colorbalance/Makefile.am:
7944	* gst-libs/gst/mixer/Makefile.am:
7945	* gst-libs/gst/play/Makefile.am:
7946	* gst-libs/gst/tuner/Makefile.am:
7947	* gst/tcp/Makefile.am:
7948	* sys/dxr3/Makefile.am:
7949	  don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
7950	  tarball.
7951	  Also add all *.list files that were missing.
7952	* Makefile.am:
7953	  add a distcheck hook to ensure the above doesn't happen again.
7954
79552004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
7956
7957	* ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
7958
79592004-06-23  Colin Walters  <walters@redhat.com>
7960
7961	* m4/Makefile.am: Distribute gst-fionread.m4.
7962
79632004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7964
7965	* configure.ac: back to dev
7966
79672004-06-23  Wim Taymans  <wim@fluendo.com>
7968
7969	* ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
7970	(gst_alsa_xrun_recovery):
7971	* ext/alsa/gstalsa.h:
7972	* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
7973	(gst_alsa_sink_loop), (gst_alsa_sink_get_time):
7974	* ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
7975	(gst_alsa_src_get_time), (gst_alsa_src_update_avail),
7976	(gst_alsa_src_loop):
7977	Add clock to alsasrc. Take new capture timestamp when
7978	restarting after an overrun. Split up some functions between
7979	alsasrc and alsasink.
7980
7981=== release 0.8.2 ===
7982
79832004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7984
7985	* ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
7986	(gst_alsa_change_state), (gst_alsa_update_avail),
7987	(gst_alsa_xrun_recovery):
7988	* ext/alsa/gstalsa.h:
7989	* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7990	  merge back changes from release
7991
79922004-06-23  Wim Taymans  <wim@fluendo.com>
7993
7994	* gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
7995	(gst_audiorate_init), (gst_audiorate_chain),
7996	(gst_audiorate_set_property), (gst_audiorate_get_property):
7997	Implement sample dropping and notify
7998
79992004-06-22  Wim Taymans  <wim@fluendo.com>
8000
8001	* ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8002	(theora_enc_sink_link), (theora_buffer_from_packet),
8003	(theora_push_packet), (theora_enc_chain):
8004	Some cleanups, make sure the timestamps are correct.
8005
80062004-06-22  Wim Taymans  <wim@fluendo.com>
8007
8008	* ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
8009	(gst_alsa_change_state), (gst_alsa_update_avail),
8010	(gst_alsa_xrun_recovery):
8011	* ext/alsa/gstalsa.h:
8012	* ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
8013	Cleanups, take queued samples into account when reporting
8014	the time.
8015
80162004-06-22  Wim Taymans  <wim@fluendo.com>
8017
8018	* gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8019	(gst_videorate_init):
8020	Initialize the property as well.
8021
80222004-06-22  Wim Taymans  <wim@fluendo.com>
8023
8024	* gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8025	(gst_videorate_init), (gst_videorate_chain),
8026	(gst_videorate_set_property), (gst_videorate_get_property):
8027	Add property to make videorate silent.
8028	Add property to prefer new frames over old ones.
8029
80302004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8031
8032	* sys/osxvideo/Makefile.am:
8033        Workaround so that the osxvideo .so file gets linked with the
8034        Cocoa, OpenGL and QuickTime frameworks
8035
80362004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8037
8038	* sys/osxaudio/Makefile.am:
8039        Workaround so that the osxaudio .so file gets linked with the
8040        CoreAudio framework
8041
80422004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8043
8044	* configure.ac:
8045	Whoops, my fault...fixed build issues
8046
80472004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8048
8049	* configure.ac:
8050        Add objective-c support if running in Darwin/Mac OS X
8051	* sys/Makefile.am:
8052        * sys/osxvideo:
8053        * sys/osxvideo/Makefile.am:
8054        * sys/osxvideo/osxvideosink.h:
8055        * sys/osxvideo/osxvideosink.m:
8056        * sys/osxvideo/cocoawindow.h:
8057        * sys/osxvideo/cocoawindow.m:
8058        Add osxvideosink, a cocoa-based osx video sink
8059
8060
80612004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8062	* ext/dvdnav/gst-dvd:
8063	Grab the gconf key from the right spot
8064	* gst/debug/gstnavseek.c: (gst_navseek_init),
8065	(gst_navseek_segseek), (gst_navseek_handle_src_event),
8066	(gst_navseek_chain):
8067	* gst/debug/gstnavseek.h:
8068	  Add 's', 'e' and 'l' keypresses to navseek to define the start,end
8069	  and loop parameters of a segment seek.
8070	* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8071	(gst_videotestsrc_get_event_masks),
8072	(gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
8073	* gst/videotestsrc/gstvideotestsrc.h:
8074	  Add seeking support to videotestsrc
8075	  Initialise the timestamp_offset variable.
8076
80772004-06-18  Wim Taymans  <wim@fluendo.com>
8078
8079	* ext/sidplay/gstsiddec.cc:
8080	Fix negotiation and set correct end offset.
8081
80822004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8083
8084	* configure.ac: branch and prerelease
8085
80862004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8087
8088	* gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
8089	(gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
8090	(gst_tcpclientsrc_init_receive):
8091	* gst/tcp/gsttcpclientsrc.h:
8092          read caps when connecting to server for GDP so we set them correctly
8093
80942004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8095
8096	* gst/videorate/gstvideorate.c: (gst_videorate_chain):
8097	  notify drops and duplicates
8098	* gst/videoscale/videoscale.c: (videoscale_get_structure):
8099	  no good reason to limit ourselves to 100x100
8100
81012004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8102
8103	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
8104	(gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
8105	(gst_v4lsrc_get), (gst_v4lsrc_set_property),
8106	(gst_v4lsrc_get_property):
8107	* sys/v4l/gstv4lsrc.h:
8108	* sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
8109	(gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
8110	(gst_v4l_set_audio):
8111	* sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
8112	(gst_v4lsrc_try_capture):
8113	* sys/v4l/v4lsrc_calls.h:
8114	  change try_palette to more general try_capture
8115	  add autoprobe option so we can turn off autoprobing
8116	  various fixes
8117
81182004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8119
8120	* configure.ac:
8121	  add videorate
8122	* sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
8123	(gst_ximagesink_class_init):
8124	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
8125	(gst_xvimagesink_class_init):
8126          run them as finalize, not dispose, since dispose can be invoked
8127          multiple times
8128
81292004-06-17  Wim Taymans  <wim@fluendo.com>
8130
8131	* ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
8132	(gst_alsa_get_time), (gst_alsa_xrun_recovery):
8133	* ext/alsa/gstalsa.h:
8134	* ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
8135	* ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
8136	(gst_alsa_src_change_state):
8137	* ext/alsa/gstalsasrc.h:
8138	Make the xrun code timestamp and offset the buffers correctly.
8139	moved the clock to the base class, use alsa methods to get time.
8140	Do correct timestamping on outgoing buffers.
8141
81422004-06-17  Wim Taymans  <wim@fluendo.com>
8143
8144	* gst/audiorate/Makefile.am:
8145	* gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
8146	(gst_audiorate_base_init), (gst_audiorate_class_init),
8147	(gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
8148	(gst_audiorate_set_property), (gst_audiorate_get_property),
8149	(gst_audiorate_change_state), (plugin_init):
8150	Added an audiorate converter that fills in gaps.
8151
81522004-06-17  Johan Dahlin  <johan@gnome.org>
8153
8154	* ext/tcp/*: Revert Zaheer changes, to make things actually work again.
8155
81562004-06-16  Wim Taymans  <wim@fluendo.com>
8157
8158	* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
8159	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
8160	(gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
8161	(gst_v4lsrc_get), (gst_v4lsrc_set_property),
8162	(gst_v4lsrc_get_property):
8163	* sys/v4l/gstv4lsrc.h:
8164	Added a copy mode to v4lsrc where it will output a copied version
8165	of its internal hardware buffer.
8166	Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
8167	can't | them.
8168
81692004-06-16  Wim Taymans  <wim@fluendo.com>
8170
8171	* sys/oss/gstosssrc.c: (gst_osssrc_get):
8172	Timestamp fixes.
8173
81742004-06-16  Wim Taymans  <wim@fluendo.com>
8175
8176	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
8177	(gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
8178	(gst_v4lsrc_get), (gst_v4lsrc_set_property),
8179	(gst_v4lsrc_get_property):
8180	* sys/v4l/gstv4lsrc.h:
8181	* sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
8182	Added a sync mode enum property to control v4lsrc timestamp method
8183	Removed the use-fixed-fps property and moved functionality in
8184	the enum.
8185	Don't error on an error value from v4l-conf, it might not always
8186	be a real error.
8187
81882004-06-16  Wim Taymans  <wim@fluendo.com>
8189
8190	* gst/videorate/Makefile.am:
8191	* gst/videorate/gstvideorate.c: (gst_videorate_get_type),
8192	(gst_videorate_base_init), (gst_videorate_class_init),
8193	(gst_videorate_getcaps), (gst_videorate_link),
8194	(gst_videorate_init), (gst_videorate_chain),
8195	(gst_videorate_set_property), (gst_videorate_get_property),
8196	(gst_videorate_change_state), (plugin_init):
8197	Added a video timestamp corrector.
8198
81992004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8200
8201	fixed a potential leak with previous commit
8202
8203	* gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
8204
82052004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8206
8207	* gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
8208	Added missing refcount, fixes bug #144425
8209	Cheers Tim for finding the bug
8210
82112004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8212
8213	* sys/v4l/gstv4l.c: (plugin_init):
8214	* sys/v4l/gstv4lcolorbalance.c:
8215	* sys/v4l/gstv4lcolorbalance.h:
8216	* sys/v4l/gstv4lelement.c:
8217	* sys/v4l/gstv4lelement.h:
8218	* sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
8219	* sys/v4l/gstv4lmjpegsink.h:
8220	* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
8221	* sys/v4l/gstv4lmjpegsrc.h:
8222	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
8223	(gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
8224	(gst_v4lsrc_getcaps), (gst_v4lsrc_get):
8225	* sys/v4l/gstv4lsrc.h:
8226	* sys/v4l/gstv4ltuner.c:
8227	* sys/v4l/gstv4ltuner.h:
8228	* sys/v4l/gstv4lxoverlay.c:
8229	* sys/v4l/gstv4lxoverlay.h:
8230	* sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
8231	(gst_v4l_set_window), (gst_v4l_enable_overlay):
8232	* sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
8233	(gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
8234	(gst_v4l_set_audio):
8235	* sys/v4l/v4l_calls.h:
8236	* sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
8237	(gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
8238	(gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
8239	(gst_v4lmjpegsink_playback_init),
8240	(gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
8241	(gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
8242	(gst_v4lmjpegsink_playback_stop),
8243	(gst_v4lmjpegsink_playback_deinit):
8244	* sys/v4l/v4lmjpegsink_calls.h:
8245	* sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
8246	(gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
8247	(gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
8248	(gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
8249	(gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
8250	(gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
8251	* sys/v4l/v4lmjpegsrc_calls.h:
8252	* sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
8253	(gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
8254	(gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
8255	(gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
8256	(gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
8257	(gst_v4lsrc_try_palette):
8258	* sys/v4l/v4lsrc_calls.h:
8259	  bunch of paranoia cleanups
8260
82612004-06-14  David Schleef  <ds@schleef.org>
8262
8263	* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
8264	(cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
8265	Send discont events and change timestamps appropriately when
8266	we get a seek event.  (bug #144240)
8267	* ext/cdparanoia/gstcdparanoia.h:
8268
82692004-06-14  Benjamin Otte  <otte@gnome.org>
8270
8271	* ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
8272	  snd_pcm_hw_params_set_rate  since the latter fails for no good
8273	  reason on some setups.
8274
82752004-06-14  David Schleef  <ds@schleef.org>
8276
8277	* gst/volume/demo.c: (value_changed_callback): exp10() is not
8278	standard.  Thank you for playing.
8279
82802004-06-14  Wim Taymans  <wim@fluendo.com>
8281
8282	* gst/ffmpegcolorspace/imgconvert.c: (img_convert):
8283	Patch 1.3 broke the ordering of the colorspace info and
8284	made the plugin basically work by coincidence, reordered
8285	the info.
8286
82872004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8288
8289	* ext/lame/gstlame.c:
8290	* ext/mad/gstmad.c:
8291	  sync caps.  Make sure mad can only output a list of rates, not
8292	  a full range.  In the future, have three caps lists for each of the
8293	  mpeg versions.  Change mpegversion to a double as well.
8294
82952004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8296
8297	* gst/volume/.cvsignore:
8298	* gst/volume/Makefile.am:
8299	* gst/volume/demo.c: (value_changed_callback), (idler),
8300	(setup_gui), (main):
8301	  added small demo app
8302
83032004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
8304	* ext/esd/esdsink.c: (gst_esdsink_change_state):
8305	* ext/esd/esdsink.h:
8306	Close the esd connection on pause, because esd will just wait -
8307	blocking all other esd clients indefinitely.
8308
83092004-06-12  Christophe Fergeau  <teuf@gnome.org>
8310
8311	* gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
8312	  previous commit with GST_DEBUG
8313
83142004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8315
8316	* configure.ac:
8317	  add a header check for a dvdread header in dvdnav.  Fixes #133002
8318
83192004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8320
8321	* gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
8322	* gst/tcp/gsttcpclientsink.h:
8323	* gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
8324	* gst/tcp/gsttcpclientsrc.h:
8325	* gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
8326	(gst_tcpserversink_handle_server_read),
8327	(gst_tcpserversink_init_send):
8328	* gst/tcp/gsttcpserversink.h:
8329	* gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
8330	* gst/tcp/gsttcpserversrc.h:
8331	Modified the tcp plugins so they are portable (IPv4,IPv6, any future
8332        version of IP)
8333
83342004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8335
8336	* configure.ac:
8337	Added ogg library so that OSX detects libtheora properly
8338
83392004-06-11  Wim Taymans  <wim@fluendo.com>
8340
8341	* ext/theora/theoradec.c: (theora_dec_chain),
8342	(theora_dec_change_state):
8343	Don't try to decode frames before we received a keyframe.
8344
83452004-06-11  Wim Taymans  <wim@fluendo.com>
8346
8347	* ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8348	(gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
8349	(gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8350	(gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
8351	(gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
8352	Added property to set the maximum delay of a page.
8353
83542004-06-10  Wim Taymans  <wim@fluendo.com>
8355
8356	* ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8357	(gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
8358	(gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8359	(gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
8360	(gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
8361	Added max-delay property to control the maximum amount
8362	of data to put in one page.
8363
83642004-06-10  Wim Taymans  <wim@fluendo.com>
8365
8366	* ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8367	(gst_theora_enc_init), (theora_enc_sink_link),
8368	(theora_buffer_from_packet), (theora_enc_set_property),
8369	(theora_enc_get_property):
8370	Set duration on encoded buffer, added some more properties
8371
83722004-06-10  Wim Taymans  <wim@fluendo.com>
8373
8374	* ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8375	(gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8376	(gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
8377	* ext/theora/theoraenc.c: (theora_enc_chain):
8378	Fix refcounting bugs
8379
83802004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8381
8382	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
8383	(gst_asf_demux_loop), (gst_asf_demux_process_file),
8384	(gst_asf_demux_process_data), (gst_asf_demux_handle_data),
8385	(gst_asf_demux_process_object), (gst_asf_demux_get_stream),
8386	(gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
8387	(gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
8388	(gst_asf_demux_change_state):
8389	* gst/asfdemux/gstasfdemux.h:
8390	  You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
8391	  feels like. I think we should set a new requirement for demuxers
8392	  from now on to implement sane loop functions, data loops, query
8393	  and seek functions before first commit into CVS. And this commit
8394	  fixes all of the above.
8395
83962004-06-10  Christophe Fergeau  <teuf@gnome.org>
8397
8398	* gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
8399	  vorbis comments are properly encoded in UTF-8 before adding them
8400	  to a GstTagList
8401
84022004-06-09  Benjamin Otte  <otte@gnome.org>
8403
8404	* ext/alsa/gstalsa.c: (add_channels):
8405	  handle min <= max correctly
8406	* ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
8407	(gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
8408	  add fixation functions so we fixate correctly. No preferring of alaw
8409	  anymore because it's the first structure.
8410	* ext/alsa/gstalsa.h:
8411	* ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
8412	(gst_alsa_hw_params_dump):
8413	  add functions to ease debugging in alsalib
8414	* ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
8415	(gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
8416	(gst_alsa_start_audio):
8417	  only specify hw params if we really setup a format (fixes #134007 -
8418	  or at least works around it)
8419
84202004-06-09  Wim Taymans  <wim@fluendo.com>
8421
8422	* ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8423	(gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
8424	(gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
8425	(gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
8426	(gst_ogg_mux_loop):
8427	Use stream caps to setup the initial pages in the ogg stream.
8428	Correctly set the streamheader caps on the srcpad.
8429
84302004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8431
8432	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
8433	(gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
8434	(gst_v4lsrc_getcaps):
8435	* sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
8436	(gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
8437	  add querying of fps lists for webcams.  Negotiating to a framerate
8438	  now works.
8439
84402004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8441
8442	* ext/theora/theoraenc.c: (theora_buffer_from_packet),
8443	(theora_push_buffer), (theora_push_packet),
8444	(theora_set_header_on_caps), (theora_enc_chain):
8445	  mark buffers and put on streamheader, raw theora streaming
8446	  now works too, whee
8447
84482004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8449
8450	* gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
8451	(gst_tcp_gdp_read_caps):
8452          do a looping read for caps and GDP headers too
8453
84542004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8455
8456	* gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
8457	* gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
8458          return EOS instead of NULL in _get
8459
84602004-06-08  Wim Taymans  <wim@fluendo.com>
8461
8462	* gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
8463	(gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
8464	(gst_tcp_gdp_write_caps):
8465	* gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
8466	* gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
8467	(gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
8468	Memory leak fixes
8469
84702004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8471
8472	* ext/vorbis/Makefile.am:
8473	* ext/vorbis/vorbis.c: (plugin_init):
8474	* ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
8475	(gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
8476	(vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
8477	(vorbis_parse_change_state):
8478	* ext/vorbis/vorbisparse.h:
8479          adding a vorbisparse element that marks the buffers, streaming
8480          raw vorbis using GDP now works, whee
8481
84822004-06-08  Wim Taymans  <wim@fluendo.com>
8483
8484	* ext/jpeg/Makefile.am:
8485	* ext/jpeg/README:
8486	* ext/jpeg/gstjpeg.c: (plugin_init):
8487	* ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
8488	(gst_smokedec_base_init), (gst_smokedec_class_init),
8489	(gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
8490	* ext/jpeg/gstsmokedec.h:
8491	* ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
8492	(gst_smokeenc_base_init), (gst_smokeenc_class_init),
8493	(gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
8494	(gst_smokeenc_resync), (gst_smokeenc_chain),
8495	(gst_smokeenc_set_property), (gst_smokeenc_get_property):
8496	* ext/jpeg/gstsmokeenc.h:
8497	* ext/jpeg/smokecodec.c: (smokecodec_init_destination),
8498	(smokecodec_flush_destination), (smokecodec_term_destination),
8499	(smokecodec_init_source), (smokecodec_fill_input_buffer),
8500	(smokecodec_skip_input_data), (smokecodec_resync_to_restart),
8501	(smokecodec_term_source), (smokecodec_encode_new),
8502	(smokecodec_decode_new), (smokecodec_info_free),
8503	(smokecodec_set_quality), (smokecodec_get_quality),
8504	(smokecodec_set_threshold), (smokecodec_get_threshold),
8505	(smokecodec_set_bitrate), (smokecodec_get_bitrate),
8506	(find_best_size), (abs_diff), (put), (smokecodec_encode),
8507	(smokecodec_parse_header), (smokecodec_decode):
8508	* ext/jpeg/smokecodec.h:
8509	Added a new simple jpeg based codec
8510
85112004-06-08  Wim Taymans  <wim@fluendo.com>
8512
8513	* gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8514	(gst_multipart_mux_loop):
8515	Fix memory leak
8516
85172004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8518
8519	* gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
8520	* gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
8521	(gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
8522	(gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
8523	(gst_tcpserversink_init_send), (gst_tcpserversink_close):
8524	* gst/tcp/gsttcpserversink.h:
8525          take streamheader into account
8526
85272004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8528
8529	* gst/level/Makefile.am:
8530	* gst/level/gstlevel.c: (gst_level_class_init):
8531	  clean up marshal generation
8532
85332004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8534
8535	* gst/tcp/Makefile.am:
8536	* gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
8537	(gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
8538	(gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
8539	* gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8540	(gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
8541	(gst_tcpclientsrc_get_property):
8542	* gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8543	(gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
8544	(gst_tcpserversink_handle_client_read),
8545	(gst_tcpserversink_handle_client_write),
8546	(gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
8547	* gst/tcp/gsttcpserversink.h:
8548	  add signals client-added and client-removed
8549	* gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8550	(gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
8551	(gst_tcpserversrc_get_property):
8552	uniformized, change default protocol to NONE
8553	* gst/tcp/gsttcp-marshal.list: added
85542004-06-07  Benjamin Otte  <otte@gnome.org>
8555
8556	* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8557	  handle discont events if they happen before caps nego
8558
85592004-06-07  Wim Taymans  <wim@fluendo.com>
8560
8561	* gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8562	(gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
8563	(gst_multipart_demux_plugin_init):
8564	* gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8565	(gst_multipart_mux_init), (gst_multipart_mux_loop),
8566	(gst_multipart_mux_change_state):
8567	Small updates, fix a memleak
8568
85692004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8570
8571	* configure.ac: OSS portability
8572	* ext/arts/gst_arts.c: idem
8573	* sys/oss/gstosselement.c: idem
8574	* sys/oss/gstossmixer.c: idem
8575	* sys/oss/gstosssink.c: idem
8576	* sys/oss/gstosssrc.c: idem
8577	* sys/oss/oss_probe.c: idem
8578	  - check for soundcard.h in different places for some BSD
8579
85802004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
8581
8582	* AUTHORS:
8583	Add me to the authors file
8584	* configure.ac:
8585	Increase the libdv requirement to >= version 0.100
8586	* ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
8587	(gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
8588	(gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
8589	* ext/dv/gstdvdec.h:
8590	Add support for the new_media flag when sending DISCONT events
8591	Make the querying work when video pad is not linked
8592
85932004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
8594
8595	reviewed by Benjamin Otte  <otte@gnome.org>
8596
8597	* gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
8598	  create a NULL-initialized array of pads, so we don't think they
8599	  exist already. (fixes #143130)
8600
86012004-06-07  Benjamin Otte  <otte@gnome.org>
8602
8603	* gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
8604	(mixmatrix_resize), (gst_mixmatrix_set_all_caps),
8605	(gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
8606	  don't use // coments
8607
86082004-06-07  Benjamin Otte  <otte@gnome.org>
8609
8610	* ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
8611	  cast to GstClockTime to get higher granularity
8612	* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8613	  use gst_element_set_time_delay to get the exact time
8614	* ext/mad/gstmad.c: (gst_mad_chain):
8615	  use the negotiated rate instead of the current frame's rate which
8616	  might be wrong because of bit errors. This avoids emitting totally
8617	  bogus timestamps and screwing sync.
8618	(fixes #143454)
8619
86202004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
8621
8622	reviewed by Benjamin Otte  <otte@gnome.org>
8623
8624	* gst/adder/gstadder.c: (gst_adder_loop):
8625	  properly error out when no negotiation has happened yet. (fixes
8626	  #143032)
8627
86282004-06-06  Benjamin Otte  <otte@gnome.org>
8629
8630	* ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
8631	  forward correctly transformed offset in discont events. Based on
8632	  patch by Arwed v. Merkatz. (fixes #142851)
8633
86342004-06-06  David Schleef  <ds@schleef.org>
8635
8636	* gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
8637	G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
8638	problems on several systems.
8639
86402004-06-06  Benjamin Otte  <otte@gnome.org>
8641
8642	* ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
8643	  use explicit caps on the srcpad
8644	* ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8645	  properly error out if caps couldn't be set (fixes #142764)
8646
86472004-06-06  Benjamin Otte  <otte@gnome.org>
8648
8649	* ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
8650	(gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
8651	(gst_alsa_start_audio):
8652	  - don't call set_periods_integer anymore, it breaks the
8653	  configuration randomly
8654	  - call snd_pcm_hw_params_set_access directly instead of using masks
8655	  - don't fail if the sw_params can't be set, just use the default
8656	  params and hope it works. Alsalib has weird issues when you touch
8657	  sw_params and does no proper error reporting about what failed.
8658	* ext/alsa/gstalsa.c: (gst_alsa_open_audio),
8659	(gst_alsa_close_audio):
8660	  make our alsa debugging go via gst debugging and not conditionally
8661	  defined
8662	* ext/alsa/gstalsa.h:
8663	  add ALSA_DEBUG_FLUSH macro
8664	* ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
8665	(plugin_init):
8666	  wrap alsa errors to be printed via the gst debugging system and not
8667	  spammed to stderr
8668
86692004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8670
8671	* gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
8672	(gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
8673	(gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
8674	(gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
8675	(qtdemux_parse_trak):
8676	* gst/qtdemux/qtdemux.h:
8677	  Bitch. Also known as seeking, querying & co.
8678	* sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
8679	(gst_osssink_change_state):
8680	* sys/oss/gstosssink.h:
8681	  Resyncing is for weenies, this hack is no longer needed and was
8682	  broken anyway (since it - unintendedly - always leaves resync to
8683	  TRUE).
8684
86852004-06-05  Andrew Turner <zxombie@hotpop.com>
8686
8687	* gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
8688	* gst/tcp/gsttcpclientsrc.h: idem
8689	  - define MSG_NOSIGNAL if not done
8690	  - include unistd.h for off_t
8691          (fixes #143749)
8692
86932004-06-05  Benjamin Otte  <otte@gnome.org>
8694
8695	* configure.ac:
8696	* ext/kio/Makefile.am:
8697	  check for qt's moc preprocessor explicitly and use it
8698
86992004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8700
8701	* gst/tcp/gsttcp.c: (gst_tcp_socket_write):
8702	  don't get a signal for EPIPE on socket writes
8703	  (somebody check if this works on other platforms)
8704
87052004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8706
8707	* ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
8708	* ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
8709          check error condition on available samples correctly
8710
87112004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8712
8713	* ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
8714          avoid a segfault
8715	* gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
8716	(gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
8717	* gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
8718	(gst_tcpserversrc_gdp_read_header):
8719         use ssize_t over size_t since the former is signed and thus the
8720         check for error codes can work
8721
87222004-06-02  Wim Taymans  <wim@fluendo.com>
8723
8724	reviewed by: Johan
8725
8726	* gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8727	(gst_multipart_mux_loop):
8728	Oops
8729
87302004-06-02  Wim Taymans  <wim@fluendo.com>
8731
8732	* gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8733	(gst_multipart_mux_init), (gst_multipart_mux_loop),
8734	(gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
8735	(gst_multipart_mux_change_state):
8736	Added configurable boundary specifier, added the value as a
8737	caps field as well.
8738
87392004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8740
8741	* gst/tcp/gsttcp.c:
8742	* gst/tcp/gsttcpclientsrc.c:
8743	* gst/tcp/gsttcpclientsrc.h:
8744	* gst/tcp/gsttcpserversrc.c:
8745	  - portability fix, to compile on OSX
8746            (fixes #143146)
8747
8748	* sys/osxaudio/gstosxaudioelement.c:
8749	* sys/osxaudio/gstosxaudiosink.c:
8750	* sys/osxaudio/gstosxaudiosrc.c:
8751	  - compilation warnings on OSX
8752            (fixes #143153)
8753
87542004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8755
8756	* ext/vorbis/vorbisdec.c : sign warning fixes
8757
8758	* gst-libs/gst/mixer/mixertrack.c :
8759	  do no use defines which are glib 2.4 specific
8760
87612004-06-01  Christophe Fergeau  <teuf@gnome.org>
8762
8763	* ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
8764	  buffer since libflac doesn't expect it (reports a sync error when
8765	  it encounters that)
8766
8767
87682004-06-01  Owen Fraser-Green  <owen@discobabe.net>
8769
8770	* gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
8771	* gst-libs/gst/mixer/mixertrack.c:
8772	(gst_mixer_track_get_property), (get_mixer_track_init),
8773	(get_mixer_track_get_property): Added property accessors
8774	* gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
8775	* gst-libs/gst/mixer/mixeroptions.c:
8776	(gst_mixer_options_get_values): Added
8777	* gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
8778	* gst-libs/gst/mixer/mixer.c: Fixed comment
8779
8780
87812004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8782
8783	* ext/alsa/gstalsa.c: (gst_alsa_open_audio):
8784          improve error messages on open
8785
8786
87872004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8788
8789	* sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
8790          check if v4l-conf is in path
8791
87922004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8793
8794	* gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
8795          change assert to a more readable error message
8796
87972004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8798
8799	* gst-libs/gst/tuner/tunerchannel.h:
8800	  - add a freq_multiplicator field to make the conversion
8801	    between internal frequency unit and Hz
8802	* sys/v4l/gstv4lelement.c:
8803	* sys/v4l2/gstv4l2element.c:
8804	  - change default video device to /dev/video0
8805	* sys/v4l/v4l_calls.c:
8806	* sys/v4l2/v4l2_calls.c:
8807	  - we only expose frequency to the user in Hz instead of
8808	    bastard v4lX unit (either 62.5kHz or 62.5Hz)
8809
88102004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8811	* ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8812	  Initialise b_o_s and e_o_s variables
8813	* gst-libs/gst/riff/riff-media.c:
8814	(gst_riff_create_video_caps_with_data):
8815	  Add some unusual fourcc's from mplayer avi's
8816	* gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
8817	  Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
8818	  autoplugging.
8819
88202004-05-28  Wim Taymans  <wim@fluendo.com>
8821
8822	* configure.ac:
8823	* gst/alpha/Makefile.am:
8824	* gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8825	(gst_alpha_get_type), (gst_alpha_base_init),
8826	(gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
8827	(gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
8828	(gst_alpha_chroma_key), (gst_alpha_chain),
8829	(gst_alpha_change_state), (plugin_init):
8830	A plugin to add an alpha channel to I420 video. Can optionally do
8831	chroma keying.
8832	* gst/multipart/Makefile.am:
8833	* gst/multipart/multipart.c: (plugin_init):
8834	* gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8835	(gst_multipart_demux_class_init), (gst_multipart_demux_init),
8836	(gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
8837	(gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
8838	(gst_multipart_demux_change_state),
8839	(gst_multipart_demux_plugin_init):
8840	* gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
8841	(gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
8842	(gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
8843	(gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
8844	(gst_multipart_mux_pad_unlink),
8845	(gst_multipart_mux_request_new_pad),
8846	(gst_multipart_mux_handle_src_event),
8847	(gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
8848	(gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
8849	(gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
8850	(gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
8851	A Multipart demuxer/muxer. Not sure if it violates specs. Used to
8852	send multipart jpeg images to a browser.
8853	* gst/videobox/Makefile.am:
8854	* gst/videobox/README:
8855	* gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
8856	(gst_video_box_get_type), (gst_video_box_base_init),
8857	(gst_video_box_class_init), (gst_video_box_init),
8858	(gst_video_box_set_property), (gst_video_box_get_property),
8859	(gst_video_box_sink_link), (gst_video_box_i420),
8860	(gst_video_box_ayuv), (gst_video_box_chain),
8861	(gst_video_box_change_state), (plugin_init):
8862	Crops or adds borders around an image. can do alpha channel
8863	borders as well.
8864	* gst/videomixer/Makefile.am:
8865	* gst/videomixer/README:
8866	* gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
8867	(gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
8868	(gst_videomixer_pad_get_sink_event_masks),
8869	(gst_videomixer_pad_get_property),
8870	(gst_videomixer_pad_set_property),
8871	(gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
8872	(gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
8873	(gst_video_mixer_background_get_type), (gst_videomixer_get_type),
8874	(gst_videomixer_base_init), (gst_videomixer_class_init),
8875	(gst_videomixer_init), (gst_videomixer_request_new_pad),
8876	(gst_videomixer_handle_src_event),
8877	(gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
8878	(gst_videomixer_fill_color), (gst_videomixer_fill_queues),
8879	(gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
8880	(gst_videomixer_loop), (gst_videomixer_get_property),
8881	(gst_videomixer_set_property), (gst_videomixer_change_state),
8882	(plugin_init):
8883	Generic video mixer plugin, can handle multiple inputs all with
8884	different framerates and video sizes. Is fully alpha channel
8885	aware.
8886
88872004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8888
8889	* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
8890	  Select first track as master track. Not sure how else to handle
8891	  that...
8892	* ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
8893	  Discard discont events. Should fix #142962.
8894
88952004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8896
8897	* ext/alsa/Makefile.am:
8898	* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
8899	(gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
8900	(gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
8901	(gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
8902	(gst_alsa_mixer_get_option):
8903	* ext/alsa/gstalsamixer.h:
8904	* ext/alsa/gstalsamixeroptions.c:
8905	(gst_alsa_mixer_options_get_type),
8906	(gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
8907	(gst_alsa_mixer_options_new):
8908	* ext/alsa/gstalsamixeroptions.h:
8909	* ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
8910	* ext/alsa/gstalsamixertrack.h:
8911	  Add enumerations (as GstMixerOptions). Make correct distinction
8912	  between input/output tracks. Add capture/playback private flag.
8913	  Use flag to decide on whether to set capture or playback volumes
8914	  or switches. Use playback and record switches.
8915	* gst-libs/gst/mixer/Makefile.am:
8916	* gst-libs/gst/mixer/mixer-marshal.list:
8917	* gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
8918	(gst_mixer_set_option), (gst_mixer_get_option),
8919	(gst_mixer_mute_toggled), (gst_mixer_record_toggled),
8920	(gst_mixer_volume_changed), (gst_mixer_option_changed):
8921	* gst-libs/gst/mixer/mixer.h:
8922	* gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
8923	(gst_mixer_options_class_init), (gst_mixer_options_init),
8924	(gst_mixer_options_dispose):
8925	* gst-libs/gst/mixer/mixeroptions.h:
8926	  Add GstMixerOptions.
8927	* sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
8928	  Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
8929	  broken device detection on computers with multiple OSS sound
8930	  cards.
8931
89322004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8933
8934	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8935	  fixate nicely even when the peer is not negotiating
8936
89372004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8938
8939	* gst/audioconvert/gstaudioconvert.c:
8940	(gst_audio_convert_parse_caps):
8941	  make sure we don't allow depth > width
8942	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8943	  fixate endianness to G_BYTE_ORDER as default
8944	* gst/audioscale/gstaudioscale.c:
8945	  we don't handle another endianness as host-endianness
8946
89472004-05-25  David Schleef  <ds@schleef.org>
8948
8949	* gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
8950
89512004-05-24  Benjamin Otte  <otte@gnome.org>
8952
8953	* ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
8954	(gst_oggvorbisenc_setup):
8955	  properly fail when we can't setup the vorbis encoder due to
8956	  unsupported settings
8957	* ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
8958	(gst_vorbisenc_setup):
8959	  same
8960	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8961	  fix case where warnings occured when one pad was unlinked while the
8962	  other's link function was called
8963
89642004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8965
8966	* gst/tcp/Makefile.am:
8967          use GST_ENABLE_NEW
8968
89692004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8970
8971	* gst-libs/gst/resample/private.h:
8972	  don't use optimizations that are #if 0'ed
8973
89742004-05-24  Wim Taymans  <wim@fluendo.com>
8975
8976	* gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
8977	Fix potential division by zero error and hopefully get
8978	the position query right to get correct timestamps on avi
8979	audio.
8980
89812004-05-24  Wim Taymans  <wim@fluendo.com>
8982
8983	* gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
8984	(gst_videoscale_scale_nearest_str2),
8985	(gst_videoscale_scale_nearest_str4),
8986	(gst_videoscale_scale_nearest_32bit),
8987	(gst_videoscale_scale_nearest_24bit),
8988	(gst_videoscale_scale_nearest_16bit):
8989	Fix the scaling algorithm and avoid a buffer overflow.
8990        removed the while loop in the scaling function as it
8991	was used for point sampling only.
8992
89932004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8994
8995	* ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
8996	(gst_id3_tag_class_init), (gst_id3_tag_init),
8997	(gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
8998	(gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
8999	(gst_id3_tag_send_tag_event):
9000	  lots of fixes to make id3mux work and id3demux work correctly
9001
90022004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9003
9004	* ext/Makefile.am:
9005	  add rules to build shout2send (was removed by accident
9006	  when this module was no more marked experimental/broken)
9007
90082004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9009
9010	* ext/shout2/gstshout2.c:
9011	* ext/shout2/gstshout2.h:
9012	  adding a "connection problem" signal to shout2send
9013	  (fixes #142954)
9014
90152004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
9016
9017	* ext/kio/kioreceiver.cpp:
9018	* ext/kio/kioreceiver.h:
9019          fix sign comparison issues
9020
90212004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9022
9023	* gst/cdxaparse/gstcdxaparse.c:
9024	* gst/cdxaparse/gstcdxaparse.h:
9025	  some renaming
9026	  add some checks/sanity
9027	  prepare for seek addition
9028
9029	* sys/sunaudio/gstsunaudio.c:
9030	  remove exported dupe init function
9031
90322004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
9033
9034	* ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
9035	(gst_dvdec_src_convert), (gst_dvdec_sink_convert):
9036	  Fix format conversion and position querying.
9037	* gst/debug/progressreport.c: (gst_progressreport_report):
9038	  Don't output a bogus total value that we didn't query.
9039	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9040	  Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
9041	  only a blank window after xine has been used.
9042
90432004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9044
9045	* m4/as-arts.m4:
9046	  sync with upstream version to fix test on FC2
9047	  readd with -ko to preserve Id header
9048
90492004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9050
9051	* configure.ac:
9052	  test for FIONREAD ioctl in sys/filio.h for Solaris compat.
9053	* gst/tcp/gsttcpclientsrc.c: idem
9054	* gst/tcp/gsttcpserversink.c: idem
9055	* gst/tcp/gsttcpserversrc.c: idem
9056	* m4/gst-fionread.m4: idem
9057
9058	* sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
9059
9060	* configure.ac: enable speex plugin for speex 1.1.5+
9061	* ext/speex/gstspeexenc.c: fix cast warning
9062
9063	* ext/esd/README: fix typo
9064
90652004-05-20  David Schleef  <ds@schleef.org>
9066
9067	* configure.ac: Minor cosmetic change to convince the buildbot to
9068	reautogen.
9069	* sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
9070	(gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
9071	(gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
9072	(gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
9073	(gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
9074	(gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
9075	More hacking.  Plays audio now.
9076
90772004-05-20  David Schleef  <ds@schleef.org>
9078
9079	* configure.ac:
9080	* sys/Makefile.am:
9081
90822004-05-20  David Schleef  <ds@schleef.org>
9083
9084	* sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
9085	* sys/osxaudio/gstosxaudio.c:
9086	* sys/osxaudio/gstosxaudioelement.c:
9087	* sys/osxaudio/gstosxaudioelement.h:
9088	* sys/osxaudio/gstosxaudiosink.c:
9089	* sys/osxaudio/gstosxaudiosink.h:
9090	* sys/osxaudio/gstosxaudiosrc.c:
9091	* sys/osxaudio/gstosxaudiosrc.h:
9092
90932004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9094
9095	* ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
9096	(gst_vorbisenc_chain):
9097          put the codec headers on the caps as streamheader as well as
9098          pushing them out
9099
91002004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9101
9102	* ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
9103	(gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9104	(gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
9105        split up push_packet into two functions
9106
91072004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9108
9109	* gst/tcp/.cvsignore:
9110	  ignore enums
9111	* gst/tcp/Makefile.am:
9112	* gst/tcp/README:
9113	* gst/tcp/gsttcp.c:
9114	* gst/tcp/gsttcp.h:
9115	* gst/tcp/gsttcpclientsink.c:
9116	* gst/tcp/gsttcpclientsink.h:
9117	* gst/tcp/gsttcpclientsrc.c:
9118	* gst/tcp/gsttcpclientsrc.h:
9119	* gst/tcp/gsttcpplugin.c:
9120	* gst/tcp/gsttcpserversink.c:
9121	* gst/tcp/gsttcpserversink.h:
9122	* gst/tcp/gsttcpserversrc.c:
9123	* gst/tcp/gsttcpserversrc.h:
9124          add new tcp elements
9125
91262004-05-19  Wim Taymans  <wim@fluendo.com>
9127
9128	* gst/law/mulaw-conversion.c: (mulaw_encode):
9129	Fix overflow bug in ulaw encoding.
9130
91312004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9132
9133	* ext/mad/gstmad.c: (gst_mad_handle_event):
9134	  don't unref the event twice
9135
91362004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9137
9138	* configure.ac:
9139	  remove -Wno-sign-compare
9140
91412004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9142
9143	* configure.ac:
9144	  remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
9145	  if you want to work against glib 2.2 and 2.4
9146
91472004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9148
9149	* gst/tcp/Makefile.am:
9150	* gst/tcp/gsttcp.c:
9151	* gst/tcp/gsttcp.h:
9152	* gst/tcp/gsttcpsink.h:
9153	* gst/tcp/gsttcpsrc.h:
9154          gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
9155
91562004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9157
9158	* gst/debug/tests.c: (md5_get_value):
9159	  fix segfault on gst-inspect
9160
91612004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9162
9163	* gst/debug/testplugin.c:
9164	* gst/debug/tests.c:
9165	* gst/debug/tests.h:
9166	  add new extensible and configurable testing element. Current tests
9167	  include buffer count, stream length, timestamp/duration matching and
9168	  md5.
9169	* gst/debug/Makefile.am:
9170	* gst/debug/gstdebug.c: (plugin_init):
9171	  add infrastructure for new element
9172
91732004-05-19  Johan Dahlin  <johan@gnome.org>
9174
9175	* ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
9176	ending of the array. Fixes gst-inspect segfault on ppc.
9177
91782004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9179
9180	* ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
9181
9182	* m4/a52.m4 : don't fix a test that should fail with current a52dec lib
9183
91842004-05-18  David Schleef  <ds@schleef.org>
9185
9186	* gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
9187	warnings (bugs, actually) noticed by gcc but not forte.
9188
91892004-05-18  David Schleef  <ds@schleef.org>
9190
9191	* sys/sunaudio/Makefile.am:
9192	* sys/sunaudio/gstsunaudio.c: New sunaudiosink
9193
91942004-05-18  David Schleef  <ds@schleef.org>
9195
9196	* gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9197	(gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
9198	to allow qtdemux to use non-seekable streams. (bug #142272)
9199
92002004-05-18  David Schleef  <ds@schleef.org>
9201
9202	* gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
9203	(gst_resample_sinc_ft_float): Remove use of static temporary
9204	buffer.  This code was obviously not supposed to last long, but
9205	it's stuck in our ABI, so it required a little hack to make it
9206	ABI-compatible.  Fixes #142585.
9207	* gst-libs/gst/resample/resample.h: same.
9208
92092004-05-18  David Schleef  <ds@schleef.org>
9210
9211	* configure.ac: Add sunaudio
9212	* examples/Makefile.am: make gstplay depend on gconf
9213	* gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
9214	* gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
9215	(convert_table_lookup), (img_convert): remove c99-isms
9216	* gst/ffmpegcolorspace/imgconvert_template.h: make a constant
9217          unsigned, to fix a warning on Solaris
9218	* gst/mpeg1sys/systems.c: bcopy->memcpy
9219	* gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
9220	* sys/Makefile.am: Add sunaudio
9221
92222004-05-18  Wim Taymans  <wim@fluendo.com>
9223
9224	* ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
9225	(gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
9226	(gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
9227	(gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
9228	(gst_ogg_mux_loop):
9229	Fix an ugly memleak where the muxer didn't flush enough ogg
9230	pages. This also resulted in badly muxed ogg files.
9231
92322004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9233
9234	* gst/asfdemux/asfheaders.c :
9235	* gst/asfdemux/asfheaders.h :
9236	* gst/asfdemux/gstasfdemux.c :
9237	  - fix ASF_OBJ_PADDING guid
9238	  - add 3 new object guids (language list, metadata,
9239            extended stream properties)
9240          - add a function to parse extended header objects
9241
92422004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9243
9244	* sys/oss/gstosselement.c: (gst_osselement_sync_parms):
9245	  remove leftover debugging g_print
9246
92472004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9248
9249	* ext/mad/gstmad.c: (gst_mad_handle_event):
9250	  Fix for when the first format in a discont event is not a
9251	  byte-based one. Should fix #137710.
9252
92532004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9254
9255	* m4/a52.m4 : fix compilation with -Wall -Werror
9256	* m4/libfame.m4 : idem
9257	* m4/libmikmod.m4 : idem
9258
92592004-05-17  Benjamin Otte  <otte@gnome.org>
9260
9261	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
9262	  signal the new tags before giving up the reference
9263
92642004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9265
9266	* ext/shout2/gstshout2.c:
9267	  use application/ogg instead of application/x-ogg (patch by Patrick
9268	  Guimond, fixes #142432)
9269	* sys/oss/gstosselement.c: (gst_osselement_reset),
9270	(gst_osselement_sync_parms):
9271	  don't set fragment size unless specified (fixes #142493)
9272
92732004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9274
9275	* configure.ac : fix compilation of v4l2src with "-Wall -Werror"
9276	  fixes #142664
9277
92782004-05-17  Benjamin Otte  <otte@gnome.org>
9279
9280	* ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9281	  compute offsets correctly for internal buffers so timestamps are set
9282	  correctly when we can't seek. Also handle cases where there are no
9283	  offsets. (based on a patch by David Moore, fixes #142507)
9284
92852004-05-17  Benjamin Otte  <otte@gnome.org>
9286
9287	* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9288	  use correct variable when determining amount of data to skip so we
9289	  don't skip into the void and segfault
9290
92912004-05-16  Benjamin Otte  <otte@gnome.org>
9292
9293	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
9294	  Hi, I'm a memleak
9295
92962004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9297
9298	* gst/asfdemux/gstasfdemux.c:
9299	  - fix a mem leak and always propagate tags
9300	  - add WMV3 to known video codecs (but no decoder yet)
9301	  - replace "surplus data" at end of audio header for what
9302	    it is : codec specific data
9303	  - fix a typo
9304
93052004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
9306
9307	reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
9308
9309	* gst-libs/gst/audio/audioclock.c:
9310	  Fix wrong return type (#142205).
9311
93122004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9313
9314	* ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
9315	  Ignore CRCs by default (fixes #142566).
9316
93172004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9318
9319	* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
9320	(gst_alsa_mixer_close), (gst_alsa_mixer_supported),
9321	(gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
9322	(gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
9323	(gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9324	(gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
9325	  Fix for cases where we fail to attach to a mixer.
9326
93272004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9328
9329	* gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
9330	  Don't touch events after not owning them anymore.
9331	* gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9332	(gst_wavparse_fmt), (gst_wavparse_other),
9333	(gst_wavparse_handle_seek), (gst_wavparse_loop),
9334	(gst_wavparse_pad_convert), (gst_wavparse_pad_query),
9335	(gst_wavparse_srcpad_event):
9336	* gst/wavparse/gstwavparse.h:
9337	  Add seeking, fix querying.
9338
93392004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9340
9341	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
9342	  - process comments even if they don't end with \0\0
9343            g_convert would ignore them if present and works well without them
9344
93452004-05-16  Benjamin Otte  <otte@gnome.org>
9346
9347	* ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
9348	  simplify caps
9349
93502004-05-16  Benjamin Otte  <otte@gnome.org>
9351
9352	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
9353	  don't write to memory we might not write to - g_convert does that
9354	  for us anyway (fixes #142613)
9355	(gst_asf_demux_audio_caps):
9356	  comment out gst_util_dump_mem
9357
93582004-05-16  Benjamin Otte  <otte@gnome.org>
9359
9360	* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9361	  compute correct expected timestamps after seek (broken since
9362	  last commit)
9363	* ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
9364	  rename element and debugging category to gdkpixbufscale
9365
93662004-05-16  Benjamin Otte  <otte@gnome.org>
9367
9368	* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9369	  add error checking to snd_pcm_delay and remove duplicate call to
9370	  snd_pcm_delay that caused issues (see inline code comments)
9371	* ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9372	  make more readable and fix return value when snd_pcm_delay fails
9373	(fixes #142586)
9374
93752004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
9376	* ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
9377	(gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
9378	(gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
9379	(gst_pixbufscale_link), (gst_pixbufscale_init),
9380	(gst_pixbufscale_handle_src_event), (pixbufscale_scale),
9381	(gst_pixbufscale_chain), (gst_pixbufscale_set_property),
9382	(gst_pixbufscale_get_property), (pixbufscale_init):
9383	* ext/gdk_pixbuf/pixbufscale.h:
9384	Add these files I forgot earlier
9385
93862004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
9387	* ext/gdk_pixbuf/Makefile.am:
9388	* ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
9389	* ext/gdk_pixbuf/gstgdkpixbuf.h:
9390	Add new pixbufscale element to scale RGB video
9391	using gdk_pixbuf, because gdk_pixbuf does BILINEAR
9392	and HYPER interpolation correctly.
9393	* ext/theora/theoraenc.c: (theora_enc_chain),
9394	Discard buffer and return if explicit caps could not be set
9395	(theora_enc_get_property):
9396	Make _get return kbps for the bitrate consistent with
9397	the _set function.
9398
9399
94002004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9401
9402	* ext/libvisual/visual.c: (gst_visual_chain):
9403	  add missing visual_audio_analyze
9404
94052004-05-14  David Schleef  <ds@schleef.org>
9406
9407	* ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
9408	is killed while we're playing.
9409	* gst/qtdemux/qtdemux.c: (qtdemux_parse): call
9410	gst_element_no_more_pads().
9411
94122004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9413
9414	* gst-libs/gst/riff/riff-read.c :
9415	  - fix INFO tag extraction in RIFF/AVI files
9416            because gst_event_unref (event) also freed taglist
9417          - avoid a mem leak
9418
94192004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9420
9421	* ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
9422	* gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
9423
9424	* gst/auparse/gstauparse.c :
9425	  - add code (commented for now) to support audio/x-adpcm on src pad
9426	    (we have no decoder for those layout yet)
9427
9428	* gst/cdxaparse/gstcdxaparse.c :
9429	* gst/cdxaparse/gstcdxaparse.h :
9430	  - partial rewrite using RiffRead (ripped iain's wavparse code)
9431
9432	* gst/rtp/gstrtpL16enc.c : typo
9433	* gst/rtp/gstrtpgsmenc.c : typo
9434
94352004-05-13  Benjamin Otte  <otte@gnome.org>
9436
9437	* configure.ac:
9438	  check for exact version of libvisual, it's not supposed to be
9439	  API/ABI stable yet
9440
94412004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9442
9443	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
9444	  signal no-more-pads
9445
94462004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
9447
9448	* ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
9449	Report which format was used for GST_FORMAT_DEFAULT
9450	* gst/debug/Makefile.am:
9451	* gst/debug/gstdebug.c: (plugin_init):
9452	* gst/debug/progressreport.c: (gst_progressreport_base_init),
9453	(gst_progressreport_class_init), (gst_progressreport_init),
9454	(gst_progressreport_report), (gst_progressreport_set_property),
9455	(gst_progressreport_get_property), (gst_progressreport_chain),
9456	(gst_progressreport_plugin_init):
9457	Add progressreport element for testing.
9458
94592004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9460
9461	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
9462	* sys/v4l/gstv4lsrc.h:
9463	* sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
9464	* sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
9465	* sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
9466	(gst_v4lsrc_grab_frame):
9467          add more debugging
9468          send a discont at start
9469
94702004-05-12  Colin Walters  <walters@redhat.com>
9471
9472	* gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
9473	inflooping if we can't find a chunk.  Or in other words, don't blow
9474	chunks if we don't have a chunk to blow.
9475
94762004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
9477	* ext/audiofile/gstafsrc.c: (gst_afsrc_get):
9478	Remove old debug output
9479	* ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
9480	(gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
9481	(gst_dvdec_set_property), (gst_dvdec_get_property):
9482	Change the quality setting to an enum, so it works from gst-launch
9483	Don't renegotiate a non-linked pad. Allows audio only decoding.
9484	* gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
9485	(gst_deinterlace_link), (gst_deinterlace_init):
9486	* gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
9487	(gst_videodrop_link):
9488	Some caps negotiation fixes
9489
94902004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9491
9492	* ext/tarkin/gsttarkin.c :
9493	  - Change RANK from NONE to PRIMARY
9494	* ext/gdk_pixbuf/gstgdkpixbuf.c :
9495	  - Change RANK from NONE to MARGINAL
9496	* ext/divx/gstdivxenc.c :
9497	  - Change RANK from PRIMARY to NONE (encoder/spider issue)
9498
94992004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9500
9501	* ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
9502	(gst_vorbisenc_push_packet):
9503          copy a function that was added between 1.0 and 1.0.1 until we
9504          depend on worthwhile features of post-1.0
9505
95062004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9507
9508	* configure.ac:
9509	  enable shout2 by default
9510	* ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
9511	(gst_shout2send_base_init), (gst_shout2send_init),
9512	(gst_shout2send_connect), (gst_shout2send_change_state):
9513	* ext/shout2/gstshout2.h:
9514	  make this work again. Based on a patch by Zaheer Abbas Merali (fixes
9515	  #142262)
9516	* ext/theora/theora.c: (plugin_init):
9517	  don't set rank on encoders
9518
95192004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
9520
9521	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
9522	  Use codec_data property instead of flag1 and flag2 for wma
9523
95242004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9525
9526	* gst/cdxaparse/gstcdxaparse.c :
9527	  - Add mpegversion to CAPS to make it link
9528	  - Rank is as GST_RANK_SECONDARY instead of NONE
9529	* gst/auparse/gstauparse.c :
9530	  - Document all audio encoding we can encounter from Solaris 9
9531	    headers and libsndfile information.
9532	  - Increase max. rate from 48000 to 192000 (to match other elements)
9533	  - Don't try to play junk data between header and samples
9534
95352004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9536
9537	* ext/libvisual/visual.c: (gst_visual_getcaps):
9538	  use the right caps depending on endianness (I hope)
9539	* ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
9540	  use GST_RANK_NONE for all non-decoding elements or spider gets
9541	  mighty confused
9542
95432004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9544
9545	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
9546	  Fix some odd cases and fix BE metadata parsing of unicode16 text.
9547
95482004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9549
9550	* gst/switch/gstswitch.c: (gst_switch_release_pad),
9551	(gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
9552	(gst_switch_loop), (gst_switch_get_type):
9553	  whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
9554	  HEADERS. Had to be said.
9555
95562004-05-10  David Schleef  <ds@schleef.org>
9557
9558	* configure.ac: Add prototype Dirac support.
9559	* ext/Makefile.am:
9560	* ext/dirac/Makefile.am:
9561	* ext/dirac/gstdirac.cc:
9562	* ext/dirac/gstdiracdec.cc:
9563
95642004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9565
9566	* gst/auparse/gstauparse.c: (gst_auparse_class_init),
9567	(gst_auparse_init), (gst_auparse_chain),
9568	(gst_auparse_change_state):
9569	  Hack around spider. Remove me some day please.
9570
95712004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9572
9573	* gst/auparse/gstauparse.c: (gst_auparse_chain):
9574	  Fix for some uninitialized variables in previous patch, also
9575	  makes it work. Fixes #142286 while we're at it.
9576
95772004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9578
9579	* gst/auparse/gstauparse.c:
9580		fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
9581		only unsupported formats are ADPCM/CCITT G.72x
9582		reviewed by Ronald
9583	* gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
9584
95852004-05-10  Wim Taymans  <wim@fluendo.com>
9586
9587	* ext/vorbis/Makefile.am:
9588	* ext/vorbis/README:
9589	* ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
9590	(oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
9591	(gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
9592	(gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
9593	(gst_oggvorbisenc_convert_sink),
9594	(gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
9595	(gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
9596	(gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
9597	(get_constraints_string), (update_start_message),
9598	(gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
9599	(gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
9600	(gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
9601	* ext/vorbis/oggvorbisenc.h:
9602	* ext/vorbis/vorbis.c: (plugin_init):
9603	* ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
9604	(raw_caps_factory), (gst_vorbisenc_class_init),
9605	(gst_vorbisenc_init), (gst_vorbisenc_setup),
9606	(gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
9607	(gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
9608	* ext/vorbis/vorbisenc.h:
9609	Added a raw vorbis encoder to be used with the oggmuxer.
9610	We still need the old encoder for some gnome applications,
9611	read the README to find out how that works.
9612	The raw encoder is called "rawvorbisenc" until 0.9.
9613
96142004-05-10  Wim Taymans  <wim@fluendo.com>
9615
9616	* ext/ogg/gstogg.c: (plugin_init):
9617	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
9618	(gst_ogg_print):
9619	* ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
9620	(gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
9621	(gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
9622	(gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
9623	(gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
9624	(gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
9625	(gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
9626	(gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
9627	(gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
9628	(gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
9629	Added an ogg muxer.
9630	Small typo fixes in the demuxer.
9631
96322004-05-10  Wim Taymans  <wim@fluendo.com>
9633
9634	* ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9635	(theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
9636	(theora_enc_change_state), (theora_enc_set_property),
9637	(theora_enc_get_property):
9638	Mark the last packet with an EOS flag which is not really needed
9639	in gstreamer.
9640	Do some better video framerate initialisation.
9641	Update the buffer timestamp.
9642
96432004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
9644
9645	* ext/dv/gstdvdec.c: (gst_dvdec_change_state):
9646	Return the result of the parent state change call
9647
96482004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9649
9650	* gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
9651	* gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
9652	* gst/law/alaw-encode.c : (idem)
9653	* ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
9654	* gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
9655	* gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
9656
96572004-05-09  Benjamin Otte  <otte@gnome.org>
9658
9659	* ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9660	  don't use a fixed buffer size when writing variable length data to
9661	  it. Fixes memory corruption and makes alsasrc work
9662
96632004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9664
9665	* ext/gnomevfs/gstgnomevfssink.c:
9666	(_gst_boolean_allow_overwrite_accumulator),
9667	(gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
9668	  Run glib's default signal handler (??) in RUN_CLEANUP rather than
9669	  RUN_LAST, and don't use that to set the accumulator value because
9670	  then it's always FALSE.
9671
96722004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9673
9674	* gst-libs/gst/riff/riff-media.c:
9675	(gst_riff_create_video_caps_with_data),
9676	(gst_riff_create_audio_caps),
9677	(gst_riff_create_audio_template_caps):
9678	* gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
9679	  Fix for unaligned RIFF files (i.e. where all the chunks together
9680	  in a LIST chunk are not of the same size as the size given in
9681	  the LIST chunk header). Fixes several odd WAVE files. Also fix
9682	  ADPCM (block_align property) in audio, so that wavparse based
9683	  on this works now as it used to stand-alone.
9684
96852004-05-09  Edward Hervey  <bilboed@bilboed.com>
9686
9687	reviewed by Benjamin Otte  <otte@gnome.org>
9688
9689	* ext/a52dec/gsta52dec.c:
9690	* ext/divx/gstdivxdec.c:
9691	* ext/divx/gstdivxenc.c:
9692	* ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
9693	* ext/faac/gstfaac.c: (gst_faac_base_init):
9694	* ext/faad/gstfaad.c: (gst_faad_base_init):
9695	* ext/ivorbis/vorbisfile.c:
9696	* ext/lame/gstlame.c:
9697	* ext/libfame/gstlibfame.c:
9698	* ext/mpeg2enc/gstmpeg2enc.cc:
9699	* ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
9700	* ext/sidplay/gstsiddec.cc:
9701	* ext/speex/gstspeexdec.c:
9702	* ext/speex/gstspeexenc.c:
9703	* ext/xvid/gstxviddec.c:
9704	* ext/xvid/gstxvidenc.c:
9705	  correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
9706	  (fixes #142193)
9707
97082004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9709
9710	* ext/alsa/gstalsa.c: (device_list),
9711	(gst_alsa_class_probe_devices):
9712	* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9713	  Fix alsa oddness in mixer after the combination of using mixer
9714	  in source/sink elements and using hw:x,y instead of just hw:x.
9715
97162004-05-09  Benjamin Otte  <otte@gnome.org>
9717
9718	* gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
9719	(gst_wavparse_create_sourcepad):
9720	  make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
9721	  sourcepads
9722
97232004-05-09  Benjamin Otte  <otte@gnome.org>
9724
9725	* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9726	  allow discont events before caps nego
9727
97282004-05-08  Benjamin Otte  <otte@gnome.org>
9729
9730	* ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9731	  don't leak events
9732
97332004-05-08  Benjamin Otte  <otte@gnome.org>
9734
9735	* gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
9736	(gst_level_change_state), (gst_level_init):
9737	* gst/level/gstlevel.h:
9738	  figure out if we're initialized directly instead of keeping a
9739	  variable that's wrong in 90% of cases
9740	  don't initialize pads and then leak them and use a new unitialized
9741	  pad. (fixes #142084)
9742	  these were bugs so n00bish I didn't find them for an hour :/
9743
97442004-05-08 Iain <iain@prettypeople.org>
9745
9746	* gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
9747	* gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
9748	(gst_riff_read_element_data): Ditto, and added a got_bytes argument to
9749	return the length that was read.
9750	(gst_riff_read_strf_auds): Allow fmt tags as well.
9751
97522004-05-07  David Schleef  <ds@schleef.org>
9753
9754	* ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
9755	signed char assumption in faad.h.
9756
97572004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9758
9759	* sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
9760	  Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
9761
97622004-05-07  Colin Walters  <walters@redhat.com>
9763
9764	* gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
9765	* ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
9766	function.
9767	* gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
9768	Add dispose function.
9769
97702004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
9771	* ext/dv/gstdvdec.c: (gst_dvdec_video_link):
9772	  Fix caps nego and pad templates. RGB mode caps should
9773	  work now.
9774	* ext/dvdnav/gst-dvd:
9775	  Move mpeg2dec inside the thread because otherwise the
9776	  queue rejects cap changes mid-stream
9777	* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
9778	(gst_mpeg2dec_flush_decoder):
9779	  For mpeg2dec > 0.4.0, call the flush function instead of
9780	  manually extracting all in-flight frames.
9781	* ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
9782	(gst_dv1394src_init), (gst_dv1394src_iso_receive):
9783	  Change mime type video/dv go video/x-dv to match the
9784	  rest of gst-plugins
9785
97862004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9787
9788	* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9789	* ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
9790	(gst_alsa_sink_class_init):
9791	* ext/alsa/gstalsasink.h:
9792	* ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
9793	(gst_alsa_src_class_init):
9794	* ext/alsa/gstalsasrc.h:
9795	  Make alsasink/src a subclass of alsamixer so that mixer stuff
9796	  shows up in gst-rec. Needs some finetuning.
9797
97982004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9799
9800	* ext/lame/gstlame.c: (gst_lame_chain):
9801	  simplify
9802	* ext/mad/gstmad.c: (gst_mad_handle_event):
9803	  fix event leak
9804	* gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9805	  be able to detect mp3 files < 4096 bytes
9806
98072004-05-06  Wim Taymans  <wim@fluendo.com>
9808
9809	* ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9810	(theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
9811	(theora_enc_set_property), (theora_enc_get_property):
9812	Also encode the first frame, cleanup some code.
9813
98142004-05-06  Wim Taymans  <wim@fluendo.com>
9815
9816	* ext/mpeg2enc/gstmpeg2enc.cc:
9817	Forward events first before deciding that negotiation was
9818	not performed.
9819
98202004-05-06  Wim Taymans  <wim@fluendo.com>
9821
9822	* gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
9823	First process the events before deciding that negotiation
9824	was not performed.
9825
98262004-05-06  Wim Taymans  <wim@fluendo.com>
9827
9828	* ext/theora/Makefile.am:
9829	* ext/theora/theora.c: (plugin_init):
9830	* ext/theora/theoradec.c: (theora_dec_change_state):
9831	* ext/theora/theoraenc.c: (gst_theora_enc_base_init),
9832	(gst_theora_enc_class_init), (gst_theora_enc_init),
9833	(theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
9834	(theora_enc_chain), (theora_enc_change_state),
9835	(theora_enc_set_property), (theora_enc_get_property):
9836	Added a theora encoder, grouped the encoder and decoder into the
9837	same plugin.
9838
98392004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9840
9841	* ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
9842	(gst_jpegenc_chain):
9843        fix DURATION on outgoing buffers
9844	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
9845        debug using time formats
9846	* sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
9847	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9848	(gst_xvimagesink_sink_link):
9849        windows with width/height 0 generate X errors, so don't allow them
9850
98512004-05-05  Wim Taymans  <wim@fluendo.com>
9852
9853	* ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
9854	(gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
9855	(gst_mpeg2dec_negotiate_format):
9856	* ext/mpeg2dec/gstmpeg2dec.h:
9857	  removed the static pad template so that we can add the
9858	  more accurate framerate value to the caps.
9859
9860
98612004-05-04  Benjamin Otte  <otte@gnome.org>
9862
9863	* configure.ac:
9864	  check for kdemacros.h, too (should fix #141821)
9865	* ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
9866	  don't crash if no header was sent, but nicely error out (fixes part
9867	  of #141554)
9868
98692004-05-04  Wim Taymans  <wim@fluendo.com>
9870
9871	* ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
9872	parent dispose function to avoid segfault on destroy.
9873
98742004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9875
9876	* sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9877	(plugin_init):
9878	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9879	(gst_xvimagesink_sink_link):
9880        clean up debugging caps
9881        also recreate xvimage when format has changed
9882
98832004-05-04  Benjamin Otte  <otte@gnome.org>
9884
9885	* ext/libvisual/Makefile.am:
9886	* ext/libvisual/visual.c: (gst_visual_class_init),
9887	(gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
9888	(gst_visual_srclink), (gst_visual_chain),
9889	(gst_visual_change_state), (plugin_init):
9890	  use a GstAdapter to correctly adapt buffer sizes - allows using a
9891	  framerate
9892
98932004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9894
9895	* sys/v4l/gstv4lelement.h:
9896	* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9897	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
9898	(gst_v4lsrc_buffer_free):
9899	* sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
9900	* sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
9901	(gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
9902	(gst_v4lsrc_requeue_frame):
9903        move some debugging categories around
9904        query for fps index and set accordingly if found
9905
99062004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9907
9908	* ext/lame/gstlame.c:
9909	correct defaults that lame_init puts out of range
9910
99112004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9912
9913	* ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
9914	(gst_divxenc_class_init):
9915        fix range since -1 is the default
9916	* gst/mpeg1sys/gstmpeg1systemencode.c:
9917	(gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
9918	* gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
9919	(gst_rtjpegdec_chain):
9920	* gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
9921	(gst_rtjpegenc_chain):
9922	* sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
9923	(gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
9924	* sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
9925	* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
9926	* sys/v4l/gstv4lsrc.c:
9927	* sys/v4l/v4l_calls.c: (gst_v4l_open):
9928	* sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
9929	* sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
9930	* sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
9931	* sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
9932          remove gst_info calls
9933
99342004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9935
9936	* Makefile.am:
9937	* po/af.po:
9938	* po/az.po:
9939	* po/en_GB.po:
9940	* po/nl.po:
9941	* po/sr.po:
9942	* po/sv.po:
9943          Updated translations
9944
99452004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9946
9947	* gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
9948          refactor/comment code
9949
99502004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9951
9952	* gst/asfdemux/Makefile.am:
9953	* gst/asfdemux/asfheaders.c:
9954	* gst/asfdemux/asfheaders.h:
9955	* gst/asfdemux/gstasf.c: (plugin_init):
9956	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
9957	(gst_asf_demux_base_init), (gst_asf_demux_process_comment),
9958	(gst_asf_demux_setup_pad):
9959	* gst/asfdemux/gstasfdemux.h:
9960	* gst/asfdemux/gstasfmux.c:
9961	* gst/asfdemux/gstasfmux.h:
9962	  Add tagging support to demuxer, split out registration in its own
9963	  file instead of in demux (hacky), and prevent having some tables
9964	  in our memory multiple times (in asfheaders.h).
9965
99662004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9967
9968	* gst/matroska/matroska-demux.c:
9969	(gst_matroska_demux_parse_metadata):
9970	* gst/matroska/matroska-ids.h:
9971	  Basic tag reading support.
9972
99732004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9974
9975	* gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
9976	  Really detect ac-3 audio.
9977	* gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
9978	  really detect matroska files (off-by-1).
9979
99802004-04-30  David Schleef  <ds@schleef.org>
9981
9982	* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9983	(gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
9984	(qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
9985	(qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
9986	(qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
9987	hackage -- parse a lot more atoms, extract a few tags.  One might even
9988	mistake this for tag support.  Maybe it is.
9989	* gst/qtdemux/qtdemux.h:
9990
99912004-04-30  Colin Walters  <walters@verbum.org>
9992
9993	* ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
9994
99952004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9996
9997	* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9998	(gst_ffmpegcolorspace_getcaps):
9999          remove broken nego fix
10000
100012004-04-30  Benjamin Otte  <otte@gnome.org>
10002
10003	* configure.ac:
10004	* ext/Makefile.am:
10005	* ext/libvisual/Makefile.am:
10006	* ext/libvisual/visual.c:
10007	  add initial support for libvisual (http://libvisual.sourceforge.net)
10008	  libvisual is still quite alpha, so expect crashes in there :)
10009
100102004-04-29  David Schleef  <ds@schleef.org>
10011
10012	* gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
10013	(qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
10014	up qtdemux to make it spit out codec_data.  Do _not_ look at this
10015	code; you will no longer respect me.
10016
100172004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10018
10019	* ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
10020	* ext/alsa/gstalsa.h :
10021	change alsa pcm device discovery to find more than 1 device
10022	per card. code review by Ronald.
10023
100242004-04-29  David Schleef  <ds@schleef.org>
10025
10026	* sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
10027	Add a check for a driver bug on FreeBSD.  (bug #140565)
10028
100292004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10030
10031	* ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
10032	* ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
10033	(gst_jpegenc_getcaps):
10034          move format setting to inner loop
10035	* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10036	(gst_ffmpegcolorspace_getcaps):
10037          use GST_PAD_CAPS if available so that we use already negotiated
10038          caps
10039	* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10040	(qtdemux_parse_moov), (qtdemux_parse):
10041          extra debugging
10042	* sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
10043	* sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
10044          move hardcoded path to DEFINE
10045
100462004-04-28  David Schleef  <ds@schleef.org>
10047
10048	* gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
10049	(bug #140064)
10050
100512004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10052
10053	* ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
10054	  Don't probe for playback device if we're a source element. Fixes
10055	  #139658.
10056
100572004-04-29  Benjamin Otte  <otte@gnome.org>
10058
10059	* ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
10060	(gst_id3_tag_chain):
10061	  rewrite buffer offset
10062
100632004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10064
10065	* configure.ac:
10066	* ext/Makefile.am:
10067	* ext/dts/Makefile.am:
10068	* ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
10069	(gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
10070	(gst_dtsdec_channels), (gst_dtsdec_renegotiate),
10071	(gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
10072	(gst_dtsdec_loop), (gst_dtsdec_change_state),
10073	(gst_dtsdec_set_property), (gst_dtsdec_get_property),
10074	(plugin_init):
10075	* ext/dts/gstdtsdec.h:
10076	  New DTS decoder.
10077	* ext/faad/gstfaad.c: (gst_faad_sinkconnect),
10078	(gst_faad_srcconnect):
10079	  Add ESDS atom handling (.m4a).
10080
100812004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10082
10083	* ext/divx/gstdivxdec.c: (plugin_init):
10084	  Remove comment that makes no sense.
10085	* ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
10086	  Fix for obvious typo that resulted in warnings during gst-register.
10087	* ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
10088	(gst_xviddec_sink_link):
10089	  Fix caps negotiation a bit better.
10090	* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10091	  We call this 'codec_data', not 'esds'.
10092
100932004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10094
10095	* gst/monoscope/gstmonoscope.c:
10096	  make sure we only provide 256x128
10097	* gst/monoscope/monoscope.c: (monoscope_init):
10098	  assert size of 256x128
10099
101002004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10101
10102	* Makefile.am:
10103	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
10104	(gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
10105          fixate to max width and height of device
10106
101072004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10108
10109	* Makefile.am:
10110	* sys/v4l/gstv4l.c:
10111	* sys/v4l/gstv4lsrc.c:
10112	* sys/v4l/v4l_calls.c:
10113	* sys/v4l/v4lsrc_calls.c:
10114          fix for qc-usb driver which fakes having more than one buffer
10115          by handing the same buffer twice, which confused GStreamer's/v4lsrc
10116          buffer_free override
10117          add debugging
10118
101192004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10120
10121	* Makefile.am:
10122	* gst/videotestsrc/gstvideotestsrc.c:
10123	(gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
10124	(gst_videotestsrc_init), (gst_videotestsrc_get),
10125	(gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
10126	* gst/videotestsrc/gstvideotestsrc.h:
10127          add num-buffers property
10128
10129	2004-04-26  Benjamin Otte  <otte@gnome.org>
10130
10131	* ext/mad/gstid3tag.c: (plugin_init):
10132	  set id3mux rank to NONE so it doesn't confuse spider
10133	  require audio/mpeg,mpegversion=1 in id3mux
10134
101352004-04-26  Benjamin Otte  <otte@gnome.org>
10136
10137	* configure.ac:
10138	  detect faad correctly as non-working if it's indeed non-working
10139
101402004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10141
10142	* Makefile.am:
10143	* ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
10144	(gst_jpegenc_class_init), (gst_jpegenc_getcaps):
10145        fix _getcaps so it only negotiates to its supported format
10146
101472004-04-25  Benjamin Otte  <otte@gnome.org>
10148
10149	* gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
10150	  fix memleak
10151
101522004-04-23  Benjamin Otte  <otte@gnome.org>
10153
10154	* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10155	  audio/x-raw-int with height rules! not. Now it's depth.
10156
101572004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10158
10159	* gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
10160	(gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
10161	(gst_wavparse_loop):
10162	  Missing variable initialization. Add handling of DVI ADPCM. Fix
10163	  mis-parsing of LIST chunks. This works around a bug where we mis-
10164	  parse non-aligning LIST chunks (so LIST chunks where the contents
10165	  don't align with the actual LIST size). The correct fix is to use
10166	  rifflib, I'm not going to fix wavparse - too much work. All this
10167	  fixes #104878.
10168
101692004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10170
10171	reviewed by Benjamin Otte  <otte@gnome.org>
10172
10173	* ext/shout/gstshout.c: (gst_icecastsend_change_state):
10174	  fix shoutcast not working (fixes #140844)
10175
101762004-04-22  Benjamin Otte  <otte@gnome.org>
10177
10178	* ext/hermes/gsthermescolorspace.c:
10179	(gst_hermes_colorspace_caps_remove_format_info):
10180	* gst/colorspace/gstcolorspace.c:
10181	(gst_colorspace_caps_remove_format_info):
10182	* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10183	(gst_ffmpegcolorspace_caps_remove_format_info):
10184	  s/gst_caps_simplify/gst_caps_do_simplify/
10185
101862004-04-22  Benjamin Otte  <otte@gnome.org>
10187
10188	* gst-libs/gst/riff/riff-media.c:
10189	(gst_riff_create_video_caps_with_data):
10190	  mpegversion is an int
10191	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
10192	  don't try to create pad templates with NULL caps, use any caps
10193	  instead.
10194
101952004-04-20  David Schleef  <ds@schleef.org>
10196
10197	* ext/sdl/Makefile.am: Link against libgstinterfaces, not
10198	libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
10199	(bug #140384)
10200
102012004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
10202
10203	reviewed by David Schleef
10204
10205	* ext/mad/gstid3tag.c: Add stdlib.h
10206	* gst/rtp/gstrtpgsmenc.c: same
10207	* gst/tags/gstid3tag.c: same
10208	* gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
10209	* gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
10210	GST_DISABLE_LOADSAVE use.
10211	* gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
10212	* gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
10213	* ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
10214	atol(3)).
10215	* sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
10216	* gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
10217	strtoul(3)).
10218	* gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
10219	* ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
10220	$(ID3_CFLAGS).
10221	* ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
10222	$(LIBFAME_CFLAGS).
10223
102242004-04-20  David Schleef  <ds@schleef.org>
10225
10226	* gst/realmedia/rmdemux.c:  This was supposed to part of the
10227	last checkin.  Same idea.
10228
102292004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
10230
10231	reviewed by David Schleef
10232
10233	* configure.ac: bump required gstreamer version to 0.8.1.1
10234	because of following changes [--ds]
10235
10236	* gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
10237	(gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
10238	(gst_riff_read_header):  Use GST_READ_UINT*
10239	macros to access possibly unaligned memory.
10240
10241	* gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
10242	(mp3_type_find):  Use GST_READ_UINT*
10243	macros to access possibly unaligned memory.
10244	(mp3_type_find, mpeg1_parse_header, qt_type_find)
10245	(speex_type_find): Likewise
10246
10247	* gst/tags/gstvorbistag.c: (ADVANCE): Likewise
10248
10249	* gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
10250	(QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
10251	(QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
10252	(gst_qtdemux_loop_header, gst_qtdemux_loop_header)
10253	(qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
10254	(qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
10255	macros to access possibly unaligned memory.
10256
10257	* gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
10258	Likewise.
10259
10260	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
10261	(gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
10262
10263	* gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
10264	Likewise.
10265
10266	* gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
10267	(gst_mpeg2subt_chain_subtitle): Likewise.
10268
10269	* gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
10270	(gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
10271	Likewise.
10272
10273	* gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
10274	Likewise.
10275
10276	* gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
10277	Likewise.
10278
10279	* gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
10280	Likewise.
10281
102822004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10283
10284	* configure.ac:
10285          update required version of GStreamer because of GST_TIME_FORMAT
10286
102872004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10288
10289	* ext/mad/gstid3tag.c: (gst_id3_tag_init):
10290	  remove leftover g_print
10291	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10292	  don't try setting only a subset of the caps. We don't want to kill
10293	  autoplugging on purpose
10294
102952004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10296
10297	* sys/ximage/ximagesink.c: (plugin_init):
10298	* sys/xvimage/xvimagesink.c: (plugin_init):
10299          add debugging categories
10300
103012004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10302
10303	* po/en_GB.po:
10304        * po/LINGUAS:
10305          Adding en_GB translation (Gareth Owen)
10306
103072004-04-20  David Schleef  <ds@schleef.org>
10308
10309	* gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10310	(qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
10311	(qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
10312	(qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
10313	A number of new features and hacks to extract the esds atom and
10314	put it into the caps.  (bug #137724)
10315
103162004-04-19  David Schleef  <ds@schleef.org>
10317
10318	* gconf/Makefile.am: Fix for non-GNU make
10319	* gst-libs/gst/Makefile.am: Change directory order to handle
10320	GstPlay linking with gstinterfaces
10321	* gst-libs/gst/audio/make_filter: make use of tr portable
10322	* gst-libs/gst/play/Makefile.am: Add intended \
10323	* gst-libs/gst/xwindowlistener/xwindowlistener.c:
10324	(gst_xwin_set_clips): Switch to ISO variadic macro. Use a
10325	function prototype instead of void *.
10326	* gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
10327	macro.
10328	* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10329	(gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
10330	* gst/videofilter/make_filter: make use of tr portable
10331	* pkgconfig/Makefile.am: Remove GNU extension in Makefile target
10332
103332004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10334
10335	* po/LINGUAS:
10336	* po/uk.po:
10337          Added Ukrainian translation (Maxim V. Dziumanenko)
10338
103392004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10340
10341	* ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
10342	(gst_gsmdec_link), (gst_gsmdec_chain):
10343	  Fix capsnego, simplify chain function slightly.
10344	* gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10345	  Add GSM.
10346
103472004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10348
10349	* gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10350	(gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
10351	(gst_wavparse_parse_fmt), (gst_wavparse_change_state):
10352	  Hack to make wavparse work with spider (always -> sometimes pad).
10353	  Fixes #135862 && #140411.
10354
103552004-04-18  Benjamin Otte  <otte@gnome.org>
10356
10357	* sys/oss/gstosselement.c: (gst_osselement_sync_parms),
10358	(gst_osselement_rate_probe_check),
10359	(gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
10360	  get rid of \n in debug output
10361
103622004-04-17  Iain <iain@prettypeople.org>
10363
10364	* gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
10365	not just EOS.
10366
103672004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10368
10369	* ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
10370	(gst_id3_tag_class_init), (gst_id3_tag_get_caps),
10371	(gst_id3_tag_add_src_pad), (gst_id3_tag_init),
10372	(gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
10373	(gst_id3_tag_src_link), (gst_id3_tag_chain),
10374	(gst_id3_tag_change_state), (plugin_init):
10375	  deprecate id3tag element and replace with id3demux/id3mux.
10376	  great side effect: this ugly file is now even uglier, yay!
10377	* ext/mad/gstmad.h:
10378	  remove non-available function
10379	  update for new get_type
10380
103812004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10382
10383	* configure.ac:
10384	  require mpeg2dec >= 0.4.0
10385
103862004-04-17  Benjamin Otte  <otte@gnome.org>
10387
10388	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10389	(gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
10390	(gst_xvimagesink_set_xwindow_id):
10391	  call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
10392	  assorted cleanup fixes.
10393
103942004-04-16  David Schleef  <ds@schleef.org>
10395
10396	* sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
10397	* sys/xvimage/xvimagesink.h: same
10398
103992004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10400
10401	* ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
10402          Fix GST_ELEMENT_ERROR with (NULL)
10403
104042004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10405
10406	* gst-libs/gst/riff/riff-media.c:
10407	(gst_riff_create_video_caps_with_data):
10408	  Add div[3456] as fourccs for DivX 3 (fixes #140137).
10409
104102004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10411
10412	* gst-libs/gst/riff/riff-media.c:
10413	(gst_riff_create_video_caps_with_data),
10414	(gst_riff_create_video_caps), (gst_riff_create_audio_caps),
10415	(gst_riff_create_video_template_caps),
10416	(gst_riff_create_audio_template_caps):
10417	* gst-libs/gst/riff/riff-media.h:
10418	* gst-libs/gst/riff/riff-read.c:
10419	(gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
10420	* gst-libs/gst/riff/riff-read.h:
10421	* gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10422	  Add MS RLE support. I added some functions to read out strf chunks
10423	  into strf chunks and the data behind it. This is usually color
10424	  palettes (as in RLE, but also in 8-bit RGB). Also use those during
10425	  caps creation. Lastly, add ADPCM (similar to wavparse - which
10426	  should eventually be rifflib based).
10427	* gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
10428	(gst_matroska_demux_init), (gst_matroska_demux_reset):
10429	* gst/matroska/matroska-demux.h:
10430	  Remove placeholders for some prehistoric tagging system. Didn't add
10431	  support for any tag system really anyway.
10432	* gst/qtdemux/qtdemux.c:
10433	  Add support for audio/x-m4a (MPEG-4) through spider.
10434	* gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
10435	(gst_wavparse_loop):
10436	  ADPCM support (#135862). Increase max. buffer size because we
10437	  cannot split buffers for ADPCM (screws references) and I've seen
10438	  files with 2048 byte chunks. 4096 seems safe for now.
10439
104402004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10441
10442	* configure.ac: bump nano to 1
10443
10444=== release 0.8.1 ===
10445
104462004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10447
10448	* configure.ac: releasing 0.8.1, "Comforting Sounds"
10449
104502004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10451
10452	* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10453	  Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
10454	  Fixes #140058
10455
104562004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10457
10458	* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
10459          lower rank of dvddemux so that it's not used for mpeg playback.
10460
104612004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10462
10463	* configure.ac:
10464	  save libs correctly when checking mad
10465
104662004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10467
10468	* ext/mad/gstid3tag.c: (plugin_init):
10469          lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
10470
104712004-04-13  David Schleef  <ds@schleef.org>
10472
10473	* common/m4/gst-feature.m4: Call -config scripts with
10474	--plugin-libs if it is supported.
10475	* gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
10476	JPEG images are image/jpeg.
10477	* gst/debug/Makefile.am:
10478	* gst/debug/negotiation.c: (gst_negotiation_class_init),
10479	(gst_negotiation_getcaps), (gst_negotiation_pad_link),
10480	(gst_negotiation_update_caps), (gst_negotiation_get_property),
10481	(gst_negotiation_plugin_init): Add a property that acts like
10482	filter caps.
10483	* testsuite/gst-lint:  Move license checking to be a standard
10484	test.
10485
104862004-04-13  David Schleef  <ds@schleef.org>
10487
10488	* gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
10489	patch from Sebastien Cote (bug #139958)
10490
104912004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10492
10493	* examples/gstplay/Makefile.am:
10494	* examples/gstplay/player.c: (main):
10495          make the commandline player example use gconf settings
10496
104972004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10498
10499	* ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
10500	(gst_cacasink_sinkconnect), (gst_cacasink_init),
10501	(gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
10502          init/end library during state transition, not object
10503          creation/disposal.  get rid of custom dispose handler.
10504
10505
105062004-04-12  Christian Schaller <Uraeus@gnome.org>
10507
10508	* sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
10509	be a symlink
10510
105112004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10512
10513	* gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
10514	  Handle JUNK chunks inside data section. Prevents warnings.
10515
105162004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10517
10518	* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10519	(gst_riff_create_video_template_caps):
10520	  Add MS video v1.
10521	* gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10522	(gst_avi_demux_stream_data):
10523	  Add support for "rec-list" chunks.
10524
105252004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10526
10527	* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10528	  Fix another codecname mismatch.
10529
105302004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10531
10532	* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10533	  Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
10534	  so that MJPEG plays back.
10535
105362004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10537
10538	* gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
10539	(gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
10540	* gst/mpeg1videoparse/gstmp1videoparse.h:
10541	  Fix for some slight mis-cuts in buffer parsing, and for some
10542	  potential overflows or faults-causers. Adds disconts. Also fixes
10543	  #139105 while we're at it.
10544
105452004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10546
10547	* configure.ac:
10548	* sys/v4l2/gstv4l2element.h:
10549	  Workaround for missing struct v4l2_buffer declaration in Suse 9
10550	  and Mandrake 10 linux/videodev2.h header file (#135919).
10551
105522004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10553
10554	* ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
10555	  Bail out if no filename was given.
10556
105572004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10558
10559	* sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10560	(gst_v4l2_fourcc_from_structure):
10561	  Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
10562	  Y41B somewhere).
10563
105642004-04-09  Benjamin Otte  <otte@gnome.org>
10565
10566	* ext/gnomevfs/gstgnomevfssink.c:
10567	(_gst_boolean_allow_overwrite_accumulator),
10568	(gst_gnomevfssink_class_init):
10569	  fix erase signal - if any handler returns false the file will not be
10570	  overwritten. If no handler is connected, the file will not be
10571	  overwritten either.
10572	  renamed signal to "allow-overwrite"
10573	* ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
10574	  free string when adding it to ID3 failed
10575	* ext/vorbis/vorbisdec.c: (vorbis_dec_event):
10576	  unref event when done
10577	* gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
10578	  free caps
10579	* gst/typefind/gsttypefindfunctions.c:
10580	(mpeg_video_stream_type_find):
10581	  fix invalid read
10582
105832004-04-08  David Schleef  <ds@schleef.org>
10584
10585	* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10586	(gst_ffmpegcolorspace_register): Change rank to PRIMARY.
10587
105882004-04-08  David Schleef  <ds@schleef.org>
10589
10590	* gst/colorspace/gstcolorspace.c: Don't advertise a conversion
10591	we don't support (bug #139532)
10592
105932004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
10594
10595	* ext/mad/gstmad.c: (gst_mad_handle_event),
10596	(gst_mad_check_caps_reset), (gst_mad_chain),
10597	(gst_mad_change_state):
10598          only set explicit caps if they haven't been set before for
10599          this stream.  MPEG-audio sample rate/channels aren't allowed
10600          to change in-stream.
10601          Fixes #139382
10602
106032004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10604
10605	* ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
10606	(_gst_boolean_did_something_accumulator),
10607	(gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
10608	(gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
10609	(gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
10610	(gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
10611	(gst_gnomevfssink_change_state):
10612	  Fix erase signal. Don't erase by default. Remove handoff signal.
10613	  Remove erase property. Don't segfault. General cleanup.
10614
106152004-04-07  Benjamin Otte  <otte@gnome.org>
10616
10617	* gst-libs/gst/gconf/test-gconf.c: (main):
10618	  add missing gst_init
10619
106202004-04-07  Benjamin Otte  <otte@gnome.org>
10621
10622	* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
10623	  free the mutexes, too
10624
106252004-04-07  Benjamin Otte  <otte@gnome.org>
10626
10627	* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
10628	  actually free the URI string
10629	* ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
10630	  compute offset correctly when passing discont events
10631	* ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
10632	  don't leak discont events
10633	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
10634	  add some missing breaks so caps aren't copied randomly
10635	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
10636	  if we realloc memory, we better use it
10637
106382004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10639
10640	* ext/mad/gstmad.c: (normal_seek):
10641	  fix GST_FORMAT_TIME usage
10642
106432004-04-05  David Schleef  <ds@schleef.org>
10644
10645	* ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
10646	a deprecated function (hack!)
10647
106482004-04-05  Benjamin Otte  <otte@gnome.org>
10649
10650	* ext/esd/esdmon.c: (gst_esdmon_get):
10651	  fix nonterminated vararg and memleak
10652
106532004-04-05  Benjamin Otte  <otte@gnome.org>
10654
10655	* ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
10656	(gst_ladspa_init), (gst_ladspa_force_src_caps),
10657	(gst_ladspa_set_property), (gst_ladspa_get_property),
10658	(gst_ladspa_instantiate), (gst_ladspa_activate),
10659	(gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
10660	  clean up debugging
10661
106622004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
10663
10664	reviewed by Benjamin Otte  <otte@gnome.org>
10665
10666	* ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
10667	  check for broken LADSPA parameters (fixes #138635)
10668
106692004-04-05  Benjamin Otte  <otte@gnome.org>
10670
10671	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
10672	  advertise buffer-frames correctly on sinkpads
10673
106742004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10675
10676	* ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
10677	(gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
10678	(gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
10679	(normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
10680	(gst_mad_check_caps_reset), (gst_mad_chain):
10681        add more debugging, only reset caps when we're not in error state
10682
106832004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10684
10685	* ext/mad/gstmad.c: add debugging category, comment + cleanups
10686
106872004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
10688
10689	reviewed by Benjamin Otte  <otte@gnome.org>
10690
10691	* configure.ac:
10692	  fix == in test(1) operator
10693
106942004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
10695
10696	reviewed by Benjamin Otte  <otte@gnome.org>
10697
10698	* configure.ac:
10699	  fix --export-symblos-regex to a working regex.
10700
107012004-04-04  Benjamin Otte  <otte@gnome.org>
10702
10703	* sys/oss/.cvsignore:
10704	  add for oss_probe
10705
107062004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
10707
10708	reviewed by Benjamin Otte  <otte@gnome.org>
10709
10710	* ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
10711	  add missing 'new_media' argument (fixes #138168)
10712	* gst/matroska/matroska-demux.c:
10713	(gst_matroska_demux_handle_seek_event):
10714	  add vararg terminator (fixes #138169)
10715
107162004-04-02  David Schleef  <ds@schleef.org>
10717
10718	* ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
10719	disted (bug #138914)
10720
107212004-04-01  Benjamin Otte  <otte@gnome.org>
10722
10723	* ext/alsa/gstalsa.c: (gst_alsa_change_state),
10724	(gst_alsa_close_audio):
10725	  handle case better where a soundcard can't pause
10726	* ext/ogg/gstoggdemux.c:
10727	  don't crash when we get events but don't have pads yet
10728
107292004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10730
10731	* sys/oss/gstosselement.c: (gst_osselement_probe_caps):
10732          throw an error if we couldn't probe any caps.
10733
107342004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
10735
10736	* ext/dvdnav/gst-dvd:
10737	Add a really simple sample DVD player
10738
107392004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
10740
10741	* ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
10742	(gst_a52dec_push), (gst_a52dec_handle_event),
10743	(gst_a52dec_update_streaminfo), (gst_a52dec_loop),
10744	(gst_a52dec_change_state):
10745	* ext/a52dec/gsta52dec.h:
10746	  Use a debug category, Output timestamps correctly
10747	  Emit tag info, Handle events, tell liba52dec about cpu
10748	  capabilities so it can use MMX etc.
10749	* ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
10750	  Fix a crasher accessing invalid memory
10751	* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
10752	(dvdnavsrc_update_highlight), (dvdnavsrc_loop),
10753	(dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
10754	(dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
10755	(dvdnavsrc_query):
10756	  Some support for byte-format seeking.
10757	  Small fixes for still frames and menu button overlays
10758	* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
10759	(gst_mpeg2dec_alloc_buffer):
10760	  Use a debug category. Adjust the report level of several items to
10761	  LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
10762	  so it doesn't lose the GstBuffer pointer
10763	* gst/debug/Makefile.am:
10764	* gst/debug/gstdebug.c: (plugin_init):
10765	* gst/debug/gstnavseek.c: (gst_navseek_get_type),
10766	(gst_navseek_base_init), (gst_navseek_class_init),
10767	(gst_navseek_init), (gst_navseek_seek),
10768	(gst_navseek_handle_src_event), (gst_navseek_set_property),
10769	(gst_navseek_get_property), (gst_navseek_chain),
10770	(gst_navseek_plugin_init):
10771	* gst/debug/gstnavseek.h:
10772	  Add the navseek debug element for seeking back and forth in a
10773	  video stream using arrow keys.
10774	* gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
10775	(gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
10776	(gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
10777	(gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
10778	(gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
10779	(gst_mpeg2subt_parse_header), (gst_get_nibble),
10780	(gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
10781	(gst_merge_uv_data), (gst_mpeg2subt_merge_title),
10782	(gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
10783	(gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
10784	* gst/mpeg2sub/gstmpeg2subt.h:
10785	  Pretty much a complete rewrite. Now a loopbased element. May still
10786	  require work to properly synchronise subtitle buffers.
10787	* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
10788	(gst_dvd_demux_send_subbuffer):
10789	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
10790	  Don't attempt to create subbuffers of size 0
10791	  Reduce a couple of error outputs to warnings.
10792	* gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
10793	(gst_y4mencode_chain):
10794	Output the y4m frame header correctly.
10795
107962004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10797
10798	* gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
10799          throw errors instead of allowing SIGFPE
10800
108012004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10802
10803	* gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
10804	(gst_gconf_render_bin_from_key):
10805          leak plugging and style fixing
10806
108072004-03-31  David Schleef  <ds@schleef.org>
10808
10809	* gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
10810	(gst_audioscale_getcaps): Fix getcaps to expand and union lists.
10811	(bug #138225)
10812	* gst/debug/Makefile.am:
10813	* gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
10814	* gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
10815	plugin.
10816	* gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
10817	(gst_negotiation_base_init), (gst_negotiation_class_init),
10818	(gst_negotiation_init), (gst_negotiation_getcaps),
10819	(gst_negotiation_pad_link), (gst_negotiation_chain),
10820	(gst_negotiation_set_property), (gst_negotiation_get_property),
10821	(gst_negotiation_plugin_init):  New element to talk about random
10822	negotiation things happening in a pipeline.
10823
108242004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10825
10826	* gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
10827          fix integer addition with help of Stefan Kost
10828
108292004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10830
10831	* po/nl.po: updated Dutch translation (Elros Cyriatan)
10832
108332004-03-30  David Schleef  <ds@schleef.org>
10834
10835	* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
10836	(gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
10837	video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
10838	(bug #137504)
10839	* ext/mpeg2dec/gstmpeg2dec.h:
10840
108412004-03-30  David Schleef  <ds@schleef.org>
10842
10843	* ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
10844
108452004-03-30  David Schleef  <ds@schleef.org>
10846
10847	* tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
10848	Michael Petullo) to handle .mov
10849
108502004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10851
10852	* sys/oss/gstosselement.c: (gst_osselement_probe_caps),
10853	(gst_osselement_rate_check_rate):
10854	  probe caps correctly for sound cards that only support one format
10855
108562004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10857
10858	* ext/kio/kiosrc.cpp: (process_events):
10859	  update handling event processing if inside KDE - untested
10860
108612004-03-29  David Schleef  <ds@schleef.org>
10862
10863	* ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
10864	by 2 to not interfere with other colorspaces.
10865	* ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
10866	* gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
10867	one to not interfere with ffmpeg_colorspace.
10868
108692004-03-29  David Schleef  <ds@schleef.org>
10870
10871	* ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
10872	aren't in the caps.
10873	* gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
10874	* gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
10875
108762004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10877
10878	* gst-libs/gst/riff/riff-media.c:
10879	  fail on error, don't try to set stuff on NULL caps
10880
108812004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10882
10883	* configure.ac:
10884	* ext/Makefile.am:
10885	* ext/kio/Makefile.am:
10886	* ext/kio/kioreceiver.cpp:
10887	* ext/kio/kioreceiver.h:
10888	* ext/kio/kiosrc.cpp:
10889	* ext/kio/kiosrc.h:
10890	  add experimental kiosrc plugin
10891	* ext/alsa/gstalsaplugin.c: (plugin_init):
10892	  initialize debugging category only when we're sure registering the
10893	  plugins worked.
10894
108952004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10896
10897	* examples/gstplay/player.c: (main):
10898	* gst-libs/gst/play/play.c: (gst_play_class_init),
10899	(gst_play_set_location), (gst_play_set_data_src),
10900	(gst_play_set_video_sink), (gst_play_set_audio_sink),
10901	(gst_play_set_visualization), (gst_play_connect_visualization):
10902          check return values of element_set_state and return FALSE where
10903          failed
10904
109052004-03-29  Benjamin Otte  <otte@gnome.org>
10906
10907	* ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
10908	  try harder to check if an event is really a discont
10909
109102004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10911
10912	* po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
10913	* po/az.po:
10914
109152004-03-28  Benjamin Otte  <otte@gnome.org>
10916
10917	* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
10918	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
10919	(gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
10920	  get rid of non-standard "..." ranges in case statements.
10921
109222004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
10923
10924	* gst/mpegstream/gstmpegdemux.c:
10925	* gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
10926	specific functionality split to the new dvddemux element.
10927	* gst/mpegstream/gstdvddemux.c:
10928	* gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
10929	streams, derived from mpegdemux.
10930	* gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
10931	up. SCR based timestamp rewriting can be turned off (will probably
10932	completely disappear soon).
10933	* ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
10934	hacking. General cleanup. All printf statements replaced by
10935	debugging messages. Almost complete libdvdnav support.
10936	(dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
10937	by events. New properties for audio and subpicture languages.
10938	(dvdnavsrc_update_highlight): Now uses events.
10939	(dvdnavsrc_user_op): Cleaned up.
10940	(dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
10941	based). Lots of cleanup, and propper support for most libdvdnav
10942	events.
10943	(dvdnavsrc_make_dvd_event): New function.
10944	(dvdnavsrc_make_dvd_nav_packet_event): New function.
10945	(dvdnavsrc_make_clut_change_event): New function.
10946
109472004-03-26  Benjamin Otte  <otte@gnome.org>
10948
10949	* gst/typefind/gsttypefindfunctions.c: (theora_type_find):
10950	  fix bug where typefinding would claim it's theora whenever less then
10951	  7 bytes of data were available
10952
109532004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10954
10955	* gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
10956	(gst_alawdec_base_init), (gst_alawdec_class_init),
10957	(gst_alawdec_init), (gst_alawdec_chain):
10958	* gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
10959	(gst_alawenc_base_init), (gst_alawenc_class_init),
10960	(gst_alawenc_init), (gst_alawenc_chain):
10961	* gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
10962	(gst_mulawdec_base_init), (gst_mulawdec_class_init),
10963	(gst_mulawdec_init), (gst_mulawdec_chain):
10964	* gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
10965	(gst_mulawenc_base_init), (gst_mulawenc_class_init),
10966	(gst_mulawenc_init), (gst_mulawenc_chain):
10967	  Fix capsnego in all four, remove the unused property functions and
10968	  simplify the chain functions slightly. I guess we could use macros
10969	  or something similar for those, since the code is so similar, but
10970	  I'm currently too lazy...
10971
109722004-03-24  David Schleef  <ds@schleef.org>
10973
10974	* sys/oss/gstosselement.c: (gst_osselement_sync_parms),
10975	(gst_osselement_close_audio), (gst_osselement_probe_caps),
10976	(gst_osselement_get_format_structure),
10977	(gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
10978	(gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
10979	(gst_osselement_rate_int_compare): Add code to handle rate probing
10980	(bug #120883)
10981	* sys/oss/gstosselement.h: same
10982	* sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
10983	Use rate probing provided by osselement.
10984	* sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
10985
109862004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10987
10988	* ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
10989	(gst_xvidenc_get_property):
10990	  ulong/int mess-up.
10991
109922004-03-24  David Schleef  <ds@schleef.org>
10993
10994	* ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
10995	(gst_speexdec_init):
10996	* ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
10997	(gst_speexenc_init):  Create the pad template correctly (from
10998	the static pad template, not a NULL pointer.)
10999
110002004-03-25  Benjamin Otte  <otte@gnome.org>
11001
11002	* gst/debug/Makefile.am:
11003	* gst/debug/breakmydata.c:
11004	  add element that quasi-randomly changes bytes in the stream.
11005	  Intended use is robustness checking of demuxers and decoders in
11006	  media tests.
11007
110082004-03-24  Benjamin Otte  <otte@gnome.org>
11009
11010	* ext/alsa/gstalsa.c: (gst_alsa_open_audio),
11011	(gst_alsa_probe_hw_params):
11012	* ext/alsa/gstalsa.h:
11013	  debugging output fixes
11014
110152004-03-24  Benjamin Otte  <otte@gnome.org>
11016
11017	* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
11018	  don't g_return_if_fail if element is PLAYING, fail silently as every
11019	  other element.
11020	* gst/effectv/gstquark.c: (gst_quarktv_chain):
11021	  only fix needed for cast lvalue issues in gst-plugins
11022	* gst/volenv/gstvolenv.c: (gst_volenv_init):
11023	  add proxy_getcaps
11024
110252004-03-24  Benjamin Otte  <otte@gnome.org>
11026
11027	* gst/level/gstlevel.c: (gst_level_init):
11028	  add proxying getcaps function, so level doesn't advertise impossible
11029	  caps
11030
110312004-03-24  David Schleef  <ds@schleef.org>
11032
11033	* gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
11034	(gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
11035	(qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
11036	(qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
11037	(qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
11038	(qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
11039	(qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
11040	(qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
11041	(qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
11042	messages.  Divide the chunk size by the compression ratio
11043	(needed for MACE audio)
11044
110452004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11046
11047	* gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11048	  Fix buffer overflow read error.
11049
110502004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11051
11052	* ext/alsa/gstalsa.h:
11053	  Remove unused entry.
11054	* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11055	  Add cinepak.
11056	* gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
11057	(gst_videodrop_link), (gst_videodrop_chain):
11058	  Fix, sort of. Was horribly broken with new capsnego. Bah...
11059
110602004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
11061
11062	* gst/typefind/gsttypefindfunctions.c: (ape_type_find),
11063	(plugin_init):
11064	Add a monkeysaudio typefind function
11065
110662004-03-23  Johan Dahlin  <johan@gnome.org>
11067
11068	* gst-libs/gst/play/play.c (gst_play_audio_fixate)
11069	(gst_play_video_fixate): Check so the structure has the field
11070	before trying to fixate them, this makes it possible to have
11071	fakesinks for video and audio output without printing errors on
11072	the output console.
11073
110742004-03-22  David Schleef  <ds@schleef.org>
11075
11076	* sys/oss/Makefile.am:
11077	* sys/oss/oss_probe.c: (main), (probe_check), (add_range),
11078	(check_rate), (add_rate):  Rate probing test app.
11079
110802004-03-21  Benjamin Otte  <otte@gnome.org>
11081
11082	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
11083	(_fixate_caps_to_int), (gst_audio_convert_fixate):
11084	  add a fixation function that pretty much does the right thing (fixes
11085	  #137556)
11086
110872004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
11088
11089	* configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
11090
110912004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
11092
11093	reviewed by: Benjamin Otte  <otte@gnome.org>
11094
11095	* ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11096	  terminate gst_event_new_discontinuous correctly (fixes parts of
11097	  #137711)
11098
110992004-03-19  David Schleef  <ds@schleef.org>
11100
11101	* gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
11102	since it doesn't depend on X, and it's part of our ABI.
11103
111042004-03-19  Iain <iain@prettypeople.org>
11105
11106	* gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
11107	is_int in the structure, not the local variable.
11108
111092004-03-19  David Schleef  <ds@schleef.org>
11110
11111	* ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
11112	(gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
11113	(gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
11114	Improvements in caps negotiation.
11115
111162004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11117
11118	* po/LINGUAS:
11119	* po/af.po:
11120          adding Afrikaans (Petri Jooste)
11121
111222004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11123
11124	* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11125	(gst_ffmpegcolorspace_chain):
11126        throw error instead of g_critical (#137588)
11127
111282004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11129
11130	* Makefile.am:
11131	* configure.ac:
11132          dist common and m4 correctly
11133	* po/sv.po:
11134
111352004-03-17  David Schleef  <ds@schleef.org>
11136
11137	* pkgconfig/gstreamer-media-info.pc.in:  Add Version.
11138	(bug #137348)
11139
111402004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11141
11142	* po/LINGUAS:
11143	* po/sv.po:
11144          adding Swedish translation (Christian Rose)
11145
111462004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11147
11148	* Makefile.am: use release.mak
11149
111502004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11151
11152	* common/ChangeLog:
11153	* common/gst-autogen.sh:
11154          add some explanation about the version detection
11155	* configure.ac:
11156          fix X check
11157
111582004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11159
11160	* configure.ac: bump nano to 1
11161
11162=== release 0.8.0 ===
11163
111642004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11165
11166	* configure.ac: release 0.8.0, "Pharmaceutical Itch"
11167
111682004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11169
11170	* configure.ac:
11171          update libtool version
11172	* gst-libs/gst/media-info/Makefile.am:
11173          actually use libtool version
11174
111752004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11176
11177	* configure.ac: fix speex detection to work with 1.0 but not 1.1
11178
111792004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11180
11181	* configure.ac:
11182	* gst-plugins.spec.in:
11183	* pkgconfig/Makefile.am:
11184	* pkgconfig/gstreamer-gconf-uninstalled.pc.in:
11185	* pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
11186	* pkgconfig/gstreamer-libs-uninstalled.pc.in:
11187	* pkgconfig/gstreamer-libs.pc.in:
11188	* pkgconfig/gstreamer-media-info-uninstalled.pc.in:
11189	* pkgconfig/gstreamer-play-uninstalled.pc.in:
11190	* pkgconfig/gstreamer-plugins-uninstalled.pc.in:
11191	* pkgconfig/gstreamer-plugins.pc.in:
11192          remove @VERSION@ from some of the pc files since core and plugins
11193          are decoupled.
11194          created gstreamer-plugins.pc as it's a better name, but keeping
11195          -libs around for now to get fixes upstream done first.
11196
111972004-03-15  Julien MOUTTE <julien@moutte.net>
11198
11199	* gst-libs/gst/play/play.c: (gst_play_get_framerate),
11200	(gst_play_get_sink_element): First draft of gst_play_get_framerate.
11201	* gst-libs/gst/play/play.h:
11202
112032004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11204
11205	* *.c, *.cc: don't mix tabs and spaces
11206
112072004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11208
11209	* gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
11210          use the new ffmpegcolorspace
11211	* gst-plugins.spec.in:
11212          package new colorspace and media-info
11213	* configure.ac:
11214	* pkgconfig/Makefile.am:
11215          fix some more disting issues
11216	* pkgconfig/gstreamer-media-info-uninstalled.pc.in:
11217	* pkgconfig/gstreamer-media-info.pc.in:
11218          generate media-info pc files
11219
112202004-03-15  Johan Dahlin  <johan@gnome.org>
11221
11222	* *.h: Revert indenting
11223
112242004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11225
11226	* configure.ac:
11227          adding ffmpegcolorspace element
11228	* gst/ffmpegcolorspace/Makefile.am:
11229	* gst/ffmpegcolorspace/avcodec.h:
11230	* gst/ffmpegcolorspace/common.h:
11231	* gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
11232	* gst/ffmpegcolorspace/dsputil.h:
11233	* gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
11234	* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11235	(gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
11236	(gst_ffmpeg_caps_to_pix_fmt):
11237	* gst/ffmpegcolorspace/gstffmpegcodecmap.h:
11238	* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11239	(gst_ffmpegcolorspace_caps_remove_format_info),
11240	(gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
11241	(gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
11242	(gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
11243	(gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
11244	(gst_ffmpegcolorspace_set_property),
11245	(gst_ffmpegcolorspace_get_property),
11246	(gst_ffmpegcolorspace_register):
11247	* gst/ffmpegcolorspace/imgconvert.c:
11248	(avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11249	(avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
11250	(avpicture_get_size), (avcodec_get_pix_fmt_loss),
11251	(avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
11252	(avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
11253	(yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
11254	(C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
11255	(shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
11256	(grow21_line), (grow41_line), (grow21), (grow22), (grow41),
11257	(grow44), (conv411), (gif_clut_index), (build_rgb_palette),
11258	(bitcopy_n), (mono_to_gray), (monowhite_to_gray),
11259	(monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
11260	(gray_to_monoblack), (avpicture_alloc), (avpicture_free),
11261	(is_yuv_planar), (img_convert), (get_alpha_info_pal8),
11262	(img_get_alpha_info), (deinterlace_line),
11263	(deinterlace_line_inplace), (deinterlace_bottom_field),
11264	(deinterlace_bottom_field_inplace), (avpicture_deinterlace):
11265	* gst/ffmpegcolorspace/imgconvert_template.h:
11266	* gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
11267	* gst/ffmpegcolorspace/mmx.h:
11268	* gst/ffmpegcolorspace/utils.c: (avcodec_init):
11269          adding ffmpegcolorspace element supplied by Ronald after cleaning
11270          up and pulling in the right bits of upstream source.
11271          I'm sure a better C/compiler wizard could do some cleaning up (for
11272          example use GLIB's malloc stuff), but as a first pass this
11273          works very well
11274
112752004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11276
11277	* ext/alsa/gstalsa.h:
11278	  I assume Ronald forgot to commit the change to have cardname
11279          as a struct member.  Expect some public spanking at the next
11280          opportunity.
11281
112822004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11283
11284	* ext/alsa/gstalsa.c: (gst_alsa_get_property),
11285	(gst_alsa_open_audio), (gst_alsa_close_audio):
11286	* ext/alsa/gstalsa.c:
11287	  Don't open the device if we're a mixer (= padless).
11288	* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
11289	(gst_alsa_mixer_init), (gst_alsa_mixer_open),
11290	(gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
11291	  Open mixer during state change rather than during object
11292	  initialization. Also, get a device name. Currently in a somewhat
11293	  hackish fashion, but I didn't really find something better.
11294
112952004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11296
11297	* *.c, *.h: run gst-indent
11298
112992004-03-14  Benjamin Otte  <otte@gnome.org>
11300
11301	* gst/modplug/gstmodplug.cc:
11302	* gst/modplug/gstmodplug.h:
11303	  set correct timestamps on outgoing buffers
11304
113052004-03-14  Benjamin Otte  <otte@gnome.org>
11306
11307	* gst/modplug/gstmodplug.cc:
11308	  handle events - don't do crap when a discont arrives that's not
11309	  necessary
11310	  This allows correct loading and playback of mods in Rhythmbox
11311
113122004-03-14  Benjamin Otte  <otte@gnome.org>
11313
11314	* configure.ac:
11315	* gst-libs/gst/gconf/Makefile.am:
11316	* pkgconfig/Makefile.am:
11317	  move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
11318	  they get rebuilt properly
11319	* configure.ac:
11320	  when checking for vorbis, try pkgconfig first.
11321	* gst/modplug/gstmodplug.cc:
11322	  add fixate function
11323
113242004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11325
11326	* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
11327	  Fix for obvious mistake, where we first shift the offset and then
11328	  read a samplesize element assuming the old offset. Note that this
11329	  part still has something weird, i.e. my movies containing those
11330	  don't actually play well, but at least there's something that looks
11331	  like sound now.
11332
113332004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
11334	* gst/typefind/gsttypefindfunctions.c: (speex_type_find),
11335	(plugin_init):
11336	Add a typefind function for speex format
11337
113382004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11339
11340	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
11341	(gst_asf_demux_setup_pad):
11342	  Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
11343	  instead of 0. Reason is simple: some elements have a fps range
11344	  of 1-max instead of 0-max. So now ASF video actually works.
11345
113462004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11347
11348	* po/LINGUAS:
11349	* po/sr.po:
11350	  adding serbian as a language
11351
113522004-03-13  Benjamin Otte  <otte@gnome.org>
11353
11354	* gst/sine/gstsinesrc.c: (gst_sinesrc_get):
11355	  return taglist correctly from _get function, don't gst_pad_push it.
11356	  (fixes #137042)
11357
113582004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
11359	* ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
11360
113612004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11362
11363	* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
11364	* ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
11365	(gst_alsa_mixer_track_new):
11366	* ext/alsa/gstalsamixertrack.h:
11367	  Fix ancient leftovers... MixerTrack is a GObject.
11368
113692004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11370
11371	* ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
11372	* sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
11373	  Don't block during probing...
11374
113752004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11376
11377	* ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
11378	(gst_alsa_get_property), (gst_alsa_probe_get_properties),
11379	(gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
11380	(gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
11381	(gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
11382	(gst_alsa_open_audio), (gst_alsa_close_audio):
11383	* ext/alsa/gstalsa.h:
11384	  Add propertyprobe interface implementation, add some device-name
11385	  property, all this so that it looks good in gnome-volume-control.
11386
113872004-03-12  David Schleef  <ds@schleef.org>
11388
11389	* configure.ac: the Hermes library controls hermescolorspace, not
11390	colorspace.
11391	* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
11392	(gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
11393	not /* */
11394	* ext/sdl/sdlvideosink.c: Change XID to unsigned long.
11395	* ext/sdl/sdlvideosink.h: ditto.
11396	* gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
11397
113982004-03-12  Benjamin Otte  <otte@gnome.org>
11399
11400	* gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
11401	(gst_x_overlay_got_xwindow_id):
11402	* gst-libs/gst/xoverlay/xoverlay.h:
11403	  replace XID with unsigned long to get rid of the xlibs dependency in
11404	  XOverlay (fixes #137004)
11405
114062004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
11407	* gst/effectv/gstaging.c: (gst_agingtv_base_init),
11408	(gst_agingtv_setup):
11409	* gst/effectv/gstdice.c: (gst_dicetv_get_type),
11410	(gst_dicetv_base_init), (gst_dicetv_class_init),
11411	(gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
11412	* gst/effectv/gstedge.c: (gst_edgetv_get_type),
11413	(gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
11414	(gst_edgetv_setup), (gst_edgetv_rgb32):
11415	* gst/effectv/gsteffectv.c:
11416	* gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
11417	(gst_quarktv_set_property):
11418	* gst/effectv/gstrev.c: (gst_revtv_get_type),
11419	(gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
11420	(gst_revtv_setup), (gst_revtv_rgb32):
11421	* gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
11422	(gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
11423	(gst_shagadelictv_init), (gst_shagadelictv_setup),
11424	(gst_shagadelictv_rgb32):
11425	* gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
11426	(gst_vertigotv_base_init), (gst_vertigotv_class_init),
11427	(gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
11428	* gst/effectv/gstwarp.c:
11429	Port everything that can be ported to videofilter and fix up the caps.
11430	Can someone with a big-endian machine please check these?
11431
114322004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11433
11434	* sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
11435	(gst_osssink_chain), (gst_osssink_change_state):
11436	  Latest fixes for A/V sync, audio playback and such. This is about
11437	  all... MPEG playback issues are mostly related to the async build-
11438	  up of MPEG files, I cannot fix that. Use basicgthread to solve it.
11439
114402004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11441
11442	patch from: Stephane Loeuillet
11443
11444	* configure.ac:
11445	  use pkg-config for some libraries, falling back to the old .m4 way
11446          (fixes #131270)
11447	* m4/libdv.m4:
11448          removed
11449
114502004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11451
11452	* configure.ac:
11453	* tools/Makefile.am:
11454	* tools/Makefile.in:
11455	* tools/gst-launch-ext-m.m:
11456	* tools/gst-launch-ext.1.in:
11457	* tools/gst-visualise-m.m:
11458	* tools/gst-visualise.1:
11459	* tools/gst-visualise.1.in:
11460          reorganizing generation of script tools
11461
114622004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11463
11464	* ext/divx/gstdivxdec.c:
11465	  Downgrade priority. We prefer ffdec_mpeg4.
11466	* ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
11467	(gst_faad_chain), (gst_faad_change_state):
11468	  Fix capsnego. Doesn't work for some sounds because we don't have
11469	  a 5:1 to stereo element.
11470	* ext/xvid/gstxvid.c: (plugin_init):
11471	  Add priority.
11472	* sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
11473	(gst_osssink_change_state):
11474	  Add discont handling.
11475
114762004-03-09  Colin Walters  <walters@verbum.org>
11477
11478	* gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
11479	conversion.
11480
114812004-03-09  Benjamin Otte  <otte@gnome.org>
11482
11483	* gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
11484	  the signals take 2 arguments
11485
114862004-03-09  David Schleef  <ds@schleef.org>
11487
11488	* ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
11489	(gst_alsa_fixate): Add fixate function.  (bug #136686)
11490	* ext/alsa/gstalsa.h:
11491	* ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
11492
114932004-03-09  Benjamin Otte  <otte@gnome.org>
11494
11495	* ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
11496	(gst_mikmod_change_state):
11497	* ext/mikmod/gstmikmod.h:
11498	  make mikmod's loop function not loop infinitely and call
11499	  gst_element_yield anymore
11500	* gst/modplug/gstmodplug.cc:
11501	  fix pad negotiation (fixes #136590)
11502
115032004-03-09  David Schleef  <ds@schleef.org>
11504
11505	* ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
11506	doesn't conflict with the internal colorspace plugin.
11507	* gst-libs/gst/audio/make_filter:  Use `` instead of $() to
11508	satisfy the crappy-ass shell shipped by a certain vendor.
11509	* gst/videofilter/make_filter: same (bug #135299)
11510
115112004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11512
11513	* configure.ac: bump nano to 1
11514
11515=== release 0.7.6 ===
11516
115172004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11518
11519	* configure.in: releasing 0.7.6, "There"
11520
115212004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11522
11523	* pkgconfig/gstreamer-play-uninstalled.pc.in:
11524	* pkgconfig/gstreamer-play.pc.in:
11525          synchronize the two
11526
115272004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11528
11529	* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
11530	(cdparanoia_open), (cdparanoia_event):
11531	  fix/add error handling
11532	* po/POTFILES.in:
11533	  add cdparanoia source
11534	* tools/Makefile.am:
11535	  make scripts executable
11536
115372004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11538
11539	* configure.ac:
11540	* ext/vorbis/Makefile.am:
11541	* sys/Makefile.am:
11542	  remove id3types, vorbisfile and xvideosink from the build (#133783)
11543
115442004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11545
11546	* gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
11547	  Fix metadata read crash (#136537).
11548
115492004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11550
11551	* gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
11552	* gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
11553          adding mime types, fixing the one-stop function
11554
115552004-03-08  Christian Schaller <Uraeus@gnome.org>
11556
11557	* ext/nas/nassink.c and /ext/nas/nassink.h:
11558	More NAS love from Arwed von Merkatz
11559	So lets all sing 'Can you feel the NAS tonight'
11560
115612004-03-08  Christian Schaller <Uraeus@gnome.org>
11562
11563	* tools/gst-launch-ext.in:
11564	Replace vorbisfile with oggdemux/vorbisdec/audioconvert
11565
115662004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11567
11568	* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
11569	(gst_mpeg2dec_init):
11570        remove the user_data pad for now, because it is being used in
11571        fixating causing MPEG playback to fixate on 1000 Hz for playback.
11572        If someone knows how to fix this properly, please do.
11573
115742004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11575
11576	* sys/oss/gstosssink.c: (gst_osssink_get_delay),
11577	(gst_osssink_get_time):
11578        add a warning, IMO this won't get triggered anymore, remove later
11579
115802004-03-07  David Schleef  <ds@schleef.org>
11581
11582	* gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
11583	format (bug #136470)
11584
115852004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
11586
11587	* gst-libs/Makefile.am:
11588	* gst-libs/gst/media-info/Makefile.am:
11589	* gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
11590	(error_callback), (gst_media_info_error_create),
11591	(gst_media_info_error_element), (gmip_init), (gmip_reset),
11592	(gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
11593	* gst-libs/gst/media-info/media-info-priv.h:
11594	* gst-libs/gst/media-info/media-info-test.c: (main):
11595	* gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
11596	(gst_media_info_class_init), (gst_media_info_instance_init),
11597	(gst_media_info_set_source), (gst_media_info_read_with_idler),
11598	(gst_media_info_read_idler), (gst_media_info_read):
11599	* gst-libs/gst/media-info/media-info.h:
11600	fixed, should work now
11601
116022004-03-07  Christian Schaller <Uraeus@gnome.org>
11603
11604	* ext/nas/nassink.c:
11605	A bunch of NAS fixes from Arwed von Merkatz
11606
116072004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11608
11609	* gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11610	(qtdemux_parse_trak):
11611	  Fix crash (j might be greater than n_samples, in which case we're
11612	  writing outside the allocated space for the array) and memleak.
11613
116142004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11615
11616	* sys/oss/gstosssink.c: (gst_osssink_chain):
11617	  And another caller that couldn't handle delay < 0 (unsigned
11618	  integer overflow). Video now continues playing on an audio
11619	  buffer underrun, and the clock continues working. Audio still
11620	  stalls.
11621
116222004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11623
11624	* sys/oss/gstosssink.c: (gst_osssink_get_delay),
11625	(gst_osssink_get_time):
11626	  get_delay() may return values lower than 0. In those cases, we
11627	  should not actually cast to *unsigned* int64, that will break
11628	  stuff horribly. In my case, it screwed up A/V sync in movies
11629	  in totem rather badly.
11630
116312004-03-06  Christophe Fergeau  <teuf@gnome.org>
11632
11633	* ext/faac/gstfaac.c: (gst_faac_chain):
11634	* ext/flac/gstflactag.c: (gst_flac_tag_chain):
11635	* ext/libpng/gstpngenc.c: (user_write_data):
11636	* ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
11637	* gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
11638	* gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
11639	* gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
11640	Fix several misuse of gst_buffer_merge (it doesn't take ownership
11641	of any buffer), should fix some leaks. I hope I didn't unref buffers
11642	that shouldn't be...
11643
116442004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11645
11646	* gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
11647	(deep_notify_callback), (tag_flag_score), (found_tag_callback),
11648	(error_callback), (gmi_reset), (gmi_seek_to_track),
11649	(gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
11650	(gmip_find_type_post), (gmip_find_stream_post),
11651	(gmip_find_track_streaminfo_post):
11652	* gst-libs/gst/media-info/media-info-priv.h:
11653	* gst-libs/gst/media-info/media-info-test.c: (print_tag),
11654	(info_print), (main):
11655	* gst-libs/gst/media-info/media-info.c:
11656	(gst_media_info_error_create), (gst_media_info_error_element),
11657	(gst_media_info_instance_init), (gst_media_info_get_property),
11658	(gst_media_info_new), (gst_media_info_set_source),
11659	(gst_media_info_read_idler), (gst_media_info_read):
11660	* gst-libs/gst/media-info/media-info.h:
11661          first pass at making this work again.  This seems to work on
11662          tagged ogg/vorbis and mp3 files.
11663
116642004-03-06  Benjamin Otte  <otte@gnome.org>
11665
11666	* ext/mad/gstid3tag.c: (gst_id3_tag_chain):
11667	  fix huge leak: gst_buffer_merge doesn't unref the first argument
11668	  itself.
11669
116702004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11671
11672	* ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
11673          report layer/mode/emphasis
11674
116752004-03-06  Christophe Fergeau  <teuf@gnome.org>
11676
11677	* ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
11678
116792004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11680
11681	* ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
11682          signal serial
11683
116842004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11685
11686	* ext/vorbis/vorbis.c: (plugin_init):
11687	* ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
11688	(gst_vorbis_dec_init), (vorbis_dec_event):
11689        add debug category
11690        make vorbisdec handle _BYTE and _TIME queries
11691
116922004-03-06  Christophe Fergeau  <teuf@gnome.org>
11693
11694	* ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
11695	  from the xing header
11696
116972004-03-06  Benjamin Otte  <otte@gnome.org>
11698
11699	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
11700	(gst_audio_convert_link), (gst_audio_convert_change_state),
11701	(gst_audio_convert_buffer_from_default_format):
11702	  do conversions from/to float correctly, fix some caps nego errors,
11703	  export correct supported caps in template and getcaps, use correct
11704	  caps in try_set_caps functions
11705
117062004-03-06  Christophe Fergeau  <teuf@gnome.org>
11707
11708	For some reason, I only committed a ChangeLog entry yesterday and
11709	not the corresponding code...
11710	* ext/mad/gstmad.c: Fix detection of Xing headers
11711	* gst/tags/gstid3tag.c: Changes to support TLEN tags
11712
117132004-03-06  Benjamin Otte  <otte@gnome.org>
11714
11715	* ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
11716	(gst_ogg_demux_src_query):
11717	  make sure to handle the case where there's no current chain
11718	  gracefully.
11719
117202004-03-05  David Schleef  <ds@schleef.org>
11721
11722	* ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
11723	Add fixate function. (bug #131128)
11724	* ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
11725	(gst_sdlvideosink_fixate):  Add fixate function.
11726	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11727	Fix attempt to print a non-pointer using GST_PTR_FORMAT.
11728	* gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
11729	Fix missing break that was causing ulaw to be interpreted as
11730	raw int.
11731
117322004-03-05  David Schleef  <ds@schleef.org>
11733
11734	* gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
11735	Fix code that ignores return value of gst_buffer_merge().
11736	(bug #114560)
11737	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
11738	* gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
11739	* testsuite/gst-lint:  Check for above.
11740
117412004-03-05  David Schleef  <ds@schleef.org>
11742
11743	* gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
11744	caps and throw an element error.  (bug #136334)
11745
117462004-03-05  David Schleef  <ds@schleef.org>
11747
11748	* ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
11749	(gst_faad_chain): Fix negotiation.
11750	* ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
11751	key and button events.
11752	* gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
11753	dung heap of code.
11754	* gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
11755	depends on gconf
11756	* gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
11757	* gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
11758	(gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
11759	function to encourage better negotiation, particularly between
11760	audioconvert and osssink.
11761	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
11762	* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
11763	more important.
11764	* gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
11765	typefinding.
11766	* gst/vbidec/vbiscreen.c:  Add glib header
11767	* pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
11768
117692004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
11770
11771	* ext/mad/gstmad.c: Fix detection of Xing headers
11772	* gst/tags/gstid3tag.c: Changes to support TLEN tags
11773
117742004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11775
11776	* gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
11777	(gst_wavparse_pad_convert), (gst_wavparse_pad_query):
11778          debug updates
11779
117802004-03-06  Christophe Fergeau  <teuf@gnome.org>
11781
11782	* ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
11783	* ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
11784	(mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
11785	files, and report the parsed length as a GST_TAG_DURATION tag.
11786	* gst/tags/gstid3tag.c: support TLEN (duration) tag
11787
117882004-03-05  Benjamin Otte  <otte@gnome.org>
11789
11790	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
11791	  convert channels correctly. convert correctly to unsigned.
11792
117932004-03-05  Julien MOUTTE <julien@moutte.net>
11794
11795	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
11796	we have a window before clearing it.
11797
117982004-03-05  Julien MOUTTE <julien@moutte.net>
11799
11800	* sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
11801	have a window before clearing it.
11802
118032004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11804
11805	* gconf/gstreamer.schemas.in:
11806	* gst-libs/gst/gconf/Makefile.am:
11807          version installation path the same way as for 0.6
11808	* pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
11809	* pkgconfig/gstreamer-libs-uninstalled.pc.in:
11810	* pkgconfig/gstreamer-play-uninstalled.pc.in:
11811          remove comment that was fixed
11812
118132004-03-05  David Schleef  <ds@schleef.org>
11814
11815	* gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
11816	(gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
11817	(gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
11818	(gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
11819	Add prototype code for handling seeking and querying.
11820
118212004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11822
11823	* examples/gstplay/player.c: (main):
11824	  Initialize variables to NULL. Prevents a segfault because the
11825	  (uninitialized) variable is not NULL, resulting in a crash on
11826	  trying to reach error->message.
11827
118282004-03-05  Benjamin Otte  <otte@gnome.org>
11829
11830	* gst/audioconvert/gstaudioconvert.c:
11831	(gst_audio_convert_buffer_to_default_format):
11832	make float=>int conversion work correctly even in cornercases.
11833
118342004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
11835
11836	* debian/README.Debian:
11837	* debian/build-deps:
11838	* debian/changelog:
11839	* debian/control:
11840	* debian/control.in:
11841	* debian/copyright:
11842	* debian/gstreamer-a52dec.files:
11843	* debian/gstreamer-aa.files:
11844	* debian/gstreamer-alsa.files:
11845	* debian/gstreamer-alsa.manpages:
11846	* debian/gstreamer-arts.files:
11847	* debian/gstreamer-artsd.files:
11848	* debian/gstreamer-audiofile.files:
11849	* debian/gstreamer-avifile.files:
11850	* debian/gstreamer-cdparanoia.files:
11851	* debian/gstreamer-colorspace.files:
11852	* debian/gstreamer-doc.files:
11853	* debian/gstreamer-dv.files:
11854	* debian/gstreamer-dvd.files:
11855	* debian/gstreamer-esd.files:
11856	* debian/gstreamer-festival.files:
11857	* debian/gstreamer-flac.files:
11858	* debian/gstreamer-gconf.conffiles:
11859	* debian/gstreamer-gconf.files:
11860	* debian/gstreamer-gconf.postinst:
11861	* debian/gstreamer-gnomevfs.files:
11862	* debian/gstreamer-gsm.files:
11863	* debian/gstreamer-http.files:
11864	* debian/gstreamer-jack.files:
11865	* debian/gstreamer-jpeg.files:
11866	* debian/gstreamer-mad.files:
11867	* debian/gstreamer-mikmod.files:
11868	* debian/gstreamer-misc.files:
11869	* debian/gstreamer-mpeg2dec.files:
11870	* debian/gstreamer-oss.files:
11871	* debian/gstreamer-plugin-apps.files:
11872	* debian/gstreamer-plugin-apps.manpages:
11873	* debian/gstreamer-plugin-libs-dev.files:
11874	* debian/gstreamer-plugin-libs.files:
11875	* debian/gstreamer-plugin-template.postinst:
11876	* debian/gstreamer-plugin-template.postrm:
11877	* debian/gstreamer-sdl.files:
11878	* debian/gstreamer-sid.files:
11879	* debian/gstreamer-vorbis.files:
11880	* debian/gstreamer-x.files:
11881	* debian/mk.control:
11882	* debian/rules:
11883	Debian package info not maintained here.
11884
118852004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11886
11887	* ext/aalib/gstaasink.c: (gst_aasink_class_init):
11888	* ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
11889	* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
11890	* ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
11891	* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
11892	* ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
11893	* ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11894	* ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
11895	* ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11896	* ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
11897	* gst-libs/gst/colorbalance/colorbalance.c:
11898	(gst_color_balance_class_init):
11899	* gst-libs/gst/colorbalance/colorbalancechannel.c:
11900	(gst_color_balance_channel_class_init):
11901	* gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
11902	* gst-libs/gst/play/play.c: (gst_play_class_init):
11903	* gst-libs/gst/propertyprobe/propertyprobe.c:
11904	(gst_property_probe_iface_init):
11905	* gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
11906	* gst-libs/gst/tuner/tunerchannel.c:
11907	(gst_tuner_channel_class_init):
11908	* gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
11909	* gst/cutter/gstcutter.c: (gst_cutter_class_init):
11910	* gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
11911	* sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
11912	* sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
11913	* sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
11914	* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
11915	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
11916	* sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
11917          fix signals to use - instead of _
11918	* ext/libcaca/gstcacasink.h:
11919	* ext/sdl/sdlvideosink.h:
11920          fix header rename
11921
119222004-03-04  David Schleef  <ds@schleef.org>
11923
11924	* testsuite/gst-lint:  Add a check for bad signal names.
11925
119262004-03-04  <kost@imn.htwk-leipzig.de>
11927
11928	reviewed by David Schleef
11929
11930	* gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
11931	modified the alpha channel and caused a warning. (bug #136192)
11932
119332004-04-03  Christian Schaller <Uraeus@gnome.org>
11934
11935	* gst-plugins.spec.in:
11936	Change names of plugins to actually be correct. Try to keep things
11937	alphabetical to avoid getting beat up by Thomas
11938
119392004-03-03  Julien MOUTTE <julien@moutte.net>
11940
11941	* gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
11942	Using ximagesink as a default if no gconf key found. We should
11943	probably consider using alsasink instead of osssink for the audio
11944	part.
11945
119462004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11947
11948	* configure.ac:
11949	  fix --with-plugins, don't think it ever worked before
11950	* gst-plugins.spec.in:
11951          even more updates
11952
119532004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11954
11955	* ext/sdl/sdlvideosink.h:
11956	* sys/ximage/ximagesink.h:
11957	* sys/xvideo/xvideosink.h:
11958	* sys/xvimage/xvimagesink.h:
11959	  Fix for move of gstvideosink.h -> videosink.h.
11960
119612004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11962
11963	* gst-libs/gst/xwindowlistener/Makefile.am:
11964	  this is a plugin library, not a library
11965
119662004-03-01  David Schleef  <ds@schleef.org>
11967
11968	* AUTHORS:  Added some names.  Add yourself if you're still
11969	missing.
11970
119712004-03-01  David Schleef  <ds@schleef.org>
11972
11973	* MAINTAINERS: Add
11974
119752004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11976
11977	* gst-plugins.spec.in: clean up spec file
11978
119792004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11980
11981	* gst-libs/gst/video/Makefile.am:
11982	* gst-libs/gst/video/gstvideosink.c:
11983	* gst-libs/gst/video/gstvideosink.h:
11984          rename gstvideosink.h to videosink.h to match other headers
11985	* gst/mixmatrix/Makefile.am:
11986          fix plugin filename
11987	* gst/tags/Makefile.am: fix plugin filename
11988
119892004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11990
11991	* gst/tags/Makefile.am: fix plugin filename
11992
119932004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11994
11995	* examples/gstplay/player.c: (got_time_tick), (main):
11996	  add error handler
11997          display time_tick more readably
11998	* gst/mixmatrix/Makefile.am:
11999          fix plugin file name
12000
120012004-02-29  Christophe Fergeau  <teuf@gnome.org>
12002
12003	* sys/oss/gstosselement.c: (gst_osselement_probe),
12004	(device_combination_append), (gst_osselement_class_probe_devices):
12005	* sys/oss/gstosselement.h:
12006	  Reworked enumeration of oss dsps and mixers so that gst-mixer works
12007	  on my system using alsa oss emulation, fixes bug #135597
12008
120092004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12010
12011	* gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
12012	(gst_videodrop_chain), (gst_videodrop_change_state):
12013	* gst/videodrop/gstvideodrop.h:
12014	  Work based on timestamp of input data, not based on the expected
12015	  framerate from the input. The consequence is that this element now
12016	  not only scales framerates, but also functions as a framerate
12017	  corrector or framerate stabilizer/constantizer.
12018
120192004-02-27  David Schleef  <ds@schleef.org>
12020
12021	patches from jmmv@menta.net (Julio M. Merino Vidal)
12022
12023	* gst/interleave/deinterleave.c: (deinterleave_chain): Fix
12024	GST_ELEMENT_ERROR call (bug #135634)
12025	* gst/interleave/interleave.c: (interleave_buffered_loop),
12026	(interleave_bytestream_loop): Don't use alloca() (bug #135640)
12027	* sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
12028	* sys/oss/gstosssink.c: (gst_osssink_get_delay),
12029	(gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
12030	* sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
12031	(gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
12032	(gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
12033	Fix GST_ELEMENT_ERROR call.
12034	* sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
12035	GST_ELEMENT_ERROR call.
12036
120372004-02-27  Benjamin Otte  <otte@gnome.org>
12038
12039	* gst-libs/gst/audio/audio.h:
12040	  add macro to make sure header isn't included twice
12041	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12042	  don't use gst_buffer_free
12043	* gst/playondemand/filter.func:
12044	  don't use gst_data_free. Free data only once.
12045
120462004-02-26  David Schleef  <ds@schleef.org>
12047
12048	* gst-libs/gst/colorbalance/Makefile.am:
12049	* gst-libs/gst/mixer/Makefile.am:
12050	* gst-libs/gst/tuner/Makefile.am:
12051	* gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
12052	should not be disted, -marshal.h files should not be installed,
12053	and -enum.h files _should_ be installed.  Fix to make this the
12054	case.
12055
12056=== release 0.7.5 ===
12057
120582004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12059
12060	* configure.ac: release 0.7.5, "Under The Sea"
12061
120622004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12063
12064	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
12065	(gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
12066	* gst/videoscale/gstvideoscale.c:
12067	* sys/oss/gstosselement.c: (gst_osselement_sync_parms):
12068          assorted debug/warning fixes
12069
120702004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12071
12072	* gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
12073	(gst_videoscale_init), (gst_videoscale_chain),
12074	(gst_videoscale_set_property), (plugin_init):
12075	* gst/videoscale/gstvideoscale.h:
12076	* gst/videoscale/videoscale.c: (gst_videoscale_setup),
12077	(gst_videoscale_scale_rgb), (gst_videoscale_planar411),
12078	(gst_videoscale_planar400), (gst_videoscale_packed422),
12079	(gst_videoscale_packed422rev), (gst_videoscale_32bit),
12080	(gst_videoscale_24bit), (gst_videoscale_16bit),
12081	(gst_videoscale_bilinear), (gst_videoscale_bicubic),
12082	(gst_videoscale_scale_plane_slow),
12083	(gst_videoscale_scale_point_sample),
12084	(gst_videoscale_scale_nearest),
12085	(gst_videoscale_scale_nearest_str2),
12086	(gst_videoscale_scale_nearest_str4),
12087	(gst_videoscale_scale_nearest_32bit),
12088	(gst_videoscale_scale_nearest_24bit),
12089	(gst_videoscale_scale_nearest_16bit):
12090        add debugging category and use it properly
12091        fix use of GST_PTR_FORMAT
12092
120932004-02-25  Andy Wingo  <wingo@pobox.com>
12094
12095	* gst/interleave/interleave.c (interleave_buffered_loop): Always
12096	push only when channel->buffer is NULL. Prevents segfaults doing
12097	the state change after a nonlocal exit, like a scheme exception.
12098
12099	* gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
12100	Handle the case where the intersected caps is empty.
12101
121022004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12103
12104	* gst/law/mulaw-decode.c: (mulawdec_link):
12105	* gst/law/mulaw.c: (plugin_init):
12106          fix mulawdec so it actually works again
12107
121082004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
12109
12110	reviewed by: David Schleef  <ds@schleef.org>
12111
12112	* gst/videofilter/gstgamma.c: (gst_gamma_class_init),
12113	(gst_gamma_init), (gst_gamma_set_property),
12114	(gst_gamma_get_property), (gst_gamma_calculate_tables),
12115	(gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
12116	for RGB, with separate r g and b correction factors. (#131167)
12117
121182004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12119
12120	* ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12121          only signal tags for bitrate if they're > 0 (#134894)
12122
121232004-02-24  David Schleef  <ds@schleef.org>
12124
12125	* gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
12126	(qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
12127	(qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
12128	(qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
12129	(qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
12130	(qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
12131	(qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
12132	(qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
12133	Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
12134	category.  Attempt to fix timestamp calculation.
12135
121362004-02-24  Johan Dahlin  <johan@gnome.org>
12137
12138	* gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
12139
121402004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12141
12142	* configure.ac:
12143	* gconf/Makefile.am:
12144	* gconf/gstreamer.schemas:
12145	* gst-libs/gst/gconf/Makefile.am:
12146	* gst-libs/gst/gconf/gconf.c:
12147          version gconf schemas and install locations
12148
121492004-02-23  Benjamin Otte  <otte@gnome.org>
12150
12151	* ext/xine/xineinput.c: (gst_xine_input_dispose):
12152	(gst_xine_input_subclass_init):
12153	  call parent dispose.
12154	  change pad template for CD reader correctly
12155	* ext/xine/Makefile.am:
12156	* ext/xine/gstxine.h:
12157	* ext/xine/xine.c: (plugin_init):
12158	* ext/xine/xineaudiosink.c:
12159	  wrap audio sinks, too
12160	* gst-libs/gst/resample/private.h:
12161	* gst-libs/gst/resample/resample.c: (gst_resample_init),
12162	(gst_resample_reinit), (gst_resample_scale),
12163	(gst_resample_nearest_s16), (gst_resample_bilinear_s16),
12164	(gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
12165	(gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
12166	(gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
12167	(gst_resample_sinc_float), (gst_resample_sinc_ft_float):
12168	* gst-libs/gst/resample/resample.h:
12169	* gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
12170	(gst_audioscale_class_init), (gst_audioscale_link),
12171	(gst_audioscale_get_buffer), (gst_audioscale_init),
12172	(gst_audioscale_chain), (gst_audioscale_set_property),
12173	(gst_audioscale_get_property):
12174	* gst/audioscale/gstaudioscale.h:
12175	  s/resample_*/gst_resample_*/i to not clobber namespaces
12176
121772004-02-23  Julien MOUTTE  <julien@moutte.net>
12178
12179	* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12180	(gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
12181	(gst_riff_create_video_template_caps),
12182	(gst_riff_create_audio_template_caps),
12183	(gst_riff_create_iavs_template_caps):
12184	* gst-libs/gst/riff/riff-media.h:
12185	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
12186	(gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
12187	(gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
12188	* gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12189	* gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12190	(gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
12191	(gst_matroska_demux_plugin_init): First batch implementing audio and
12192	video codec tags in demuxers.
12193
121942004-02-22  Benjamin Otte  <otte@gnome.org>
12195
12196	* ext/xine/Makefile.am:
12197	* ext/xine/gstxine.h:
12198	* ext/xine/xine.c: (plugin_init):
12199	* ext/xine/xineinput.c:
12200	  add input plugin wrapper. Playback from files, http, mms and cdda
12201	  works.
12202	* ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
12203	  remove leftover G_GNUC_UNUSED
12204	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
12205	(gst_asf_demux_identify_guid):
12206	  improve debugging output
12207
122082004-02-22  Benjamin Otte  <otte@gnome.org>
12209
12210	reported by: Padraig O'Briain <padraig.obriain@sun.com>
12211
12212	* autogen.sh:
12213	  replace test -e with test -x for mkinstalldirs to be more portable.
12214	  (fixes #134816)
12215
122162004-02-22  Benjamin Otte  <otte@gnome.org>
12217
12218	reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
12219
12220	* gst/audioconvert/gstaudioconvert.c: (plugin_init):
12221	  set rank to PRIMARY
12222	* gst/volume/gstvolume.c: (plugin_init):
12223	  set rank to NONE
12224	fixes #134960
12225
122262004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
12227
12228	reviewed by Benjamin Otte  <otte@gnome.org>
12229
12230	* ext/flac/gstflacenc.c: (gst_flacenc_chain):
12231	  escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
12232
122332004-02-22  Benjamin Otte  <otte@gnome.org>
12234
12235	* configure.ac:
12236	  export [_]*{gst,Gst,GST}.* symbols from plugins
12237
122382004-02-22  Christophe Fergeau <teuf@gnome.org>
12239
12240	reviewed by: Benjamin Otte  <otte@gnome.org>
12241
12242	* ext/lame/gstlame.c: (add_one_tag):
12243	* ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
12244	* ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
12245	(gst_vorbisenc_metadata_set1):
12246	* gst/tags/gstid3tag.c:
12247	* gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
12248	  apply fixes from bugs #135042 (lame can't write tags) and #133817
12249	  (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
12250
122512004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
12252
12253	* configure.ac: Export only gst_plugin_desc from plugins.
12254         Note that this change only makes any effect with Linux using libtool
12255	 1.5.2 or higher. Otherwise it is silently ignored, but it would build
12256         fine. And don't try to have several versions of libtool in different
12257         directories.
12258
122592004-02-20  Andy Wingo  <wingo@pobox.com>
12260
12261	* gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
12262	interleave respectively.
12263
12264	* gst/interleave/deinterleave.c: New plugin: deinterleave
12265	(replaces on oneton).
12266	* gst/interleave/interleave.c: New plugin: interleave.
12267	* gst/interleave/plugin.h: Support file.
12268	* gst/interleave/plugin.c: Support file.
12269
12270	* configure.ac: Remove intfloat and oneton, add interleave.
12271
12272	* ext/sndfile/gstsf.c: Handle events better.
12273
12274	* gst/audioconvert/gstaudioconvert.c: Change to support int2float
12275	and float2int operation. int2float has scheduling problems as
12276	noted in in2float_chain.
12277
122782004-02-20  Benjamin Otte  <otte@gnome.org>
12279
12280	* ext/xine/Makefile.am:
12281	* ext/xine/gstxine.h:
12282	* ext/xine/xine.c:
12283	* ext/xine/xineaudiodec.c:
12284	* ext/xine/xinecaps.c:
12285	  add first version of xine plugin wrapper. Currently only wraps the
12286	  QDM2 win32 DLL, and even that only in proof-of-concept quality.
12287	* configure.ac:
12288	* ext/Makefile.am:
12289	  add xine plugin wrapper, disabled by default. Use --enable-xine to
12290	  build. Note that it'll segfault on gst-register if you don't remove
12291	  the goom and tvtime post plugins from xine.
12292	* gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
12293	(qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
12294	  add extradata parsing for QDM2.
12295	  change around debugging prints.
12296
122972004-02-19  Benjamin Otte  <otte@gnome.org>
12298
12299	* ext/lame/gstlame.c: (gst_lame_chain):
12300	* ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
12301	  use gst_tag_list_insert when you want to insert tags
12302
123032004-02-18  David Schleef  <ds@schleef.org>
12304
12305	* configure.ac:  Move massink to gst-rotten
12306	* ext/Makefile.am:
12307	* ext/mas/Makefile.am:
12308	* ext/mas/massink.c:
12309	* ext/mas/massink.h:
12310
123112004-02-18  David Schleef  <ds@schleef.org>
12312
12313	* ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
12314	typefinding, since it seems to be worse than nothing.
12315	* gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
12316	atom to recognize .mp4 and .m4a files as video/quicktime.
12317
123182004-02-18  David Schleef  <ds@schleef.org>
12319
12320	* gst/sine/demo-dparams.c: (quit_live),
12321	(dynparm_log_value_changed), (dynparm_value_changed), (main):
12322	Use double dparams, not float.
12323	* gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12324	(gst_sinesrc_init): Change sync default to FALSE, since multiple
12325	sync'd elements don't really work correctly.
12326	* gst/volume/gstvolume.c: (volume_class_init), (volume_init),
12327	(volume_update_volume), (volume_get_property):  Change dparam
12328	to double.
12329
123302004-02-18  Julien MOUTTE  <julien@moutte.net>
12331
12332	* sys/ximage/ximagesink.c:
12333	(gst_ximagesink_xwindow_update_geometry),
12334	(gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
12335	(gst_ximagesink_change_state), (gst_ximagesink_expose),
12336	(gst_ximagesink_init): Rework the way software video scaling works. So
12337	now we check on each chain call if the video frames are feeling the
12338	window. If not we try to renegotiate caps. On failure we memorize that
12339	and we won't try again for that PLAYING sessions.
12340	* sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
12341	failure.
12342	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
12343	synchronous flag.
12344
123452004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12346
12347	* gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
12348          break up _link so we can give a better debug message for errors
12349
123502004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12351
12352	* ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
12353          set up debug category
12354
123552004-02-18  Julien MOUTTE <julien@moutte.net>
12356
12357	* sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12358	(gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
12359	the way renegotiation work. The event handling function is not taking
12360	care of external windows and renegotiate method check for pad flags
12361	NEGOTIATING. Should fix : #133209
12362
123632004-02-17  Julien MOUTTE  <julien@moutte.net>
12364
12365	* sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
12366	pad is negotiating before trying renegotiation.
12367
123682004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12369
12370	* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
12371          pass on all possible mime types as typefind hints
12372
123732004-02-17  Julien MOUTTE <julien@moutte.net>
12374
12375	* sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
12376	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
12377	possible SHM leak if we crash. All other apps using XShm are doing
12378	that.
12379
123802004-02-17  Julien MOUTTE  <julien@moutte.net>
12381
12382	* sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12383	(gst_ximagesink_expose): Renegotiate size on expose.
12384	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
12385	size on expose.
12386
123872004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12388
12389	* testsuite/alsa/sinesrc.c:
12390	  cosmetic fix to fix compile issue with gcc 2.95.4
12391
123922004-02-16  Julien MOUTTE <julien@moutte.net>
12393
12394	* ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12395	(gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
12396	failed opening the audio device.
12397	* sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12398	(gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
12399	(gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
12400	(gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
12401	(gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
12402	(gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
12403	(gst_ximagesink_change_state), (gst_ximagesink_chain),
12404	(gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
12405	Removing some useless g_return_if_fail like wingo suggested.
12406	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12407	(gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
12408	(gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
12409	(gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
12410	(gst_xvimagesink_update_colorbalance),
12411	(gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
12412	(gst_xvimagesink_xcontext_clear),
12413	(gst_xvimagesink_get_fourcc_from_caps),
12414	(gst_xvimagesink_change_state), (gst_xvimagesink_chain),
12415	(gst_xvimagesink_set_xwindow_id),
12416	(gst_xvimagesink_colorbalance_list_channels),
12417	(gst_xvimagesink_colorbalance_set_value),
12418	(gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
12419	PAUSED. Removing some useless g_return_if_fail like wingo suggested.
12420
124212004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12422
12423	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12424          throw error when not negotiated instead of asserting
12425
124262004-02-15  Julien MOUTTE  <julien@moutte.net>
12427
12428	* gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
12429	correct data refcounting.
12430
124312004-02-15  Julien MOUTTE  <julien@moutte.net>
12432
12433	* gst/switch/gstswitch.c: (gst_switch_change_state),
12434	(gst_switch_class_init): Cleaning the sinkpads correctly on state
12435	change, mostly the EOS flag.
12436
124372004-02-15  Julien MOUTTE  <julien@moutte.net>
12438
12439	* examples/gstplay/player.c: (got_eos), (main): Adding some
12440	output for debugging.
12441	* gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
12442	timeouts if we go to any state different from PLAYING.
12443	* gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
12444	more EOS bugs in riff lib.
12445
124462004-02-14  Julien MOUTTE  <julien@moutte.net>
12447
12448	* gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
12449	visualization until i find a way to fix switch correctly.
12450	* gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
12451	EOS arrives.
12452	* gst/switch/gstswitch.c: (gst_switch_release_pad),
12453	(gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
12454	(gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
12455	Reworked switch to get a more correct behaviour with events and refing
12456	of data stored in sinkpads.
12457	* gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
12458	we don't pull from a pad in EOS.
12459
124602004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12461
12462	* ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12463	  remove v1 tag even if we can't read it (makes sure we don't detect
12464	  it again)
12465
124662004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12467
12468	* ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
12469	(gst_alsa_xrun_recovery):
12470	* ext/alsa/gstalsa.h:
12471	  try xrun recovery when wait failed. Make xrun recovery function
12472	  return TRUE/FALSE to indicate success. (might fix #134354)
12473
124742004-02-13  David Schleef  <ds@schleef.org>
12475
12476	* gst/sine/demo-dparams.c: (dynparm_log_value_changed),
12477	(dynparm_value_changed), (main): Convert from float to double.
12478	* gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
12479
124802004-02-13  David Schleef  <ds@schleef.org>
12481
12482	* gst/silence/gstsilence.c: (gst_silence_class_init),
12483	(gst_silence_set_clock), (gst_silence_get),
12484	(gst_silence_set_property), (gst_silence_get_property):
12485	* gst/silence/gstsilence.h: Add sync property.
12486	* gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12487	(gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
12488	(gst_sinesrc_set_property), (gst_sinesrc_get_property):
12489	* gst/sine/gstsinesrc.h: Add sync property.
12490
124912004-02-13  David Schleef  <ds@schleef.org>
12492
12493	* gst/intfloat/gstint2float.c: (conv_f32_s16),
12494	(gst_int2float_chain_gint16):  Change stdint usage to glib types.
12495
124962004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12497
12498	* configure.ac:
12499	* ext/Makefile.am:
12500	* gst-libs/ext/Makefile.am:
12501          move ffmpeg plugin to gst-ffmpeg module
12502
125032004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12504
12505	* configure.ac: use GST_ARCH to detect architecture
12506
125072004-02-12  Julien MOUTTE  <julien@moutte.net>
12508
12509	* gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
12510
125112004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12512
12513	* ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12514          classify LADSPA plugins based on number of src/sink pads
12515	  (#133663, Stefan Kost)
12516	* gst/sine/gstsinesrc.c: (gst_sinesrc_init):
12517          fix dparams registration
12518	  (#133528, Stefan Kost)
12519	* gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
12520          fix use of isprint and use g_ascii_isprint instead
12521	  (#133316, Stefan Kost)
12522
125232004-02-11  David Schleef  <ds@schleef.org>
12524
12525	Convert a few inner loops to use liboil.  This is currently
12526	optional, and is only enabled if liboil is present (duh!).
12527	* configure.ac: Check for liboil-0.1
12528	* gst/intfloat/Makefile.am:
12529	* gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
12530	(gst_int2float_chain_gint16):
12531	* gst/videofilter/Makefile.am:
12532	* gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
12533	(tablelookup_u8), (gst_videobalance_planar411):
12534	* gst/videotestsrc/Makefile.am:
12535	* gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
12536	* gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
12537	(paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
12538	(paint_hline_RGB565), (paint_hline_xRGB1555):
12539
125402004-02-11  David Schleef  <ds@schleef.org>
12541
12542	* ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
12543	(gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
12544	(gst_colorspace_getcaps), (gst_colorspace_link),
12545	(gst_colorspace_base_init), (gst_colorspace_init),
12546	(gst_colorspace_chain), (gst_colorspace_change_state),
12547	(plugin_init): Merge Ronald's patch (bug #117897) and update
12548	for new caps and negotiation.  Seems to work, although it
12549	shows off bugs in lcs.
12550
125512004-02-11  David Schleef  <ds@schleef.org>
12552
12553	* ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
12554	(bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
12555
125562004-02-11  David Schleef  <ds@schleef.org>
12557
12558	* ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
12559	(gst_rfbsrc_change_state), (gst_rfbsrc_init),
12560	(gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
12561	Add server and port properties
12562
125632004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12564
12565	* m4/a52.m4:
12566	* m4/aalib.m4:
12567	* m4/as-ffmpeg.m4:
12568	* m4/as-liblame.m4:
12569	* m4/as-slurp-ffmpeg.m4:
12570	* m4/check-libheader.m4:
12571	* m4/esd.m4:
12572	* m4/freetype2.m4:
12573	* m4/gconf-2.m4:
12574	* m4/glib.m4:
12575	* m4/gst-alsa.m4:
12576	* m4/gst-artsc.m4:
12577	* m4/gst-ivorbis.m4:
12578	* m4/gst-matroska.m4:
12579	* m4/gst-sdl.m4:
12580	* m4/gst-shout2.m4:
12581	* m4/gst-sid.m4:
12582	* m4/gtk.m4:
12583	* m4/libdv.m4:
12584	* m4/libfame.m4:
12585	* m4/libmikmod.m4:
12586	* m4/ogg.m4:
12587	* m4/vorbis.m4:
12588          fix underquotedness of macros (#133800)
12589	* m4/as-avifile.m4:
12590	* m4/xmms.m4:
12591          removed because no longer used
12592
125932004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12594
12595	* configure.ac:
12596          require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
12597          by autopoint (fixes #132996)
12598
125992004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12600
12601	* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
12602	* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
12603	* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
12604	* ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
12605	  fix memleaks
12606
126072004-02-11  David Schleef  <ds@schleef.org>
12608
12609	* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
12610	(gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
12611	* ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
12612	(gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
12613	* ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
12614	(gst_jpegenc_class_init), (gst_jpegenc_init),
12615	(gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
12616	(gst_jpegenc_chain), (gst_jpegenc_set_property),
12617	(gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
12618	* ext/jpeg/gstjpegenc.h: Fix negotiation.
12619
126202004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12621
12622	* ext/mikmod/gstmikmod.c: (gst_mikmod_init),
12623	(gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
12624	* ext/mikmod/gstmikmod.h:
12625	  fix caps negotiation in mikmod
12626	* ext/ogg/gstoggdemux.c: (gst_ogg_print):
12627	  output debug information
12628
126292004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12630
12631	* gst-libs/gst/colorbalance/Makefile.am:
12632	* gst-libs/gst/navigation/Makefile.am:
12633	* gst-libs/gst/xoverlay/Makefile.am:
12634	  remove unused GST_OPT_CFLAGS from Makefiles
12635	  include X_CFLAGS and X_LIBS in xoverlay. (#131948)
12636
126372004-02-07  David Schleef  <ds@schleef.org>
12638
12639	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
12640	push events to pads that haven't been created (#133508)
12641
126422004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
12643
12644	* ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
12645	(gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
12646	(gst_dvdec_video_getcaps), (gst_dvdec_video_link),
12647	(gst_dvdec_loop), (gst_dvdec_change_state):
12648	Second attempt at committing a working dvdec element.
12649
126502004-02-06  David Schleef  <ds@schleef.org>
12651
12652	Build fixes for OS X: (see #129600)
12653	* gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
12654	(gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
12655	(gst_riff_read_strf_iavs):
12656	* gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
12657	(gst_avi_demux_stream_odml):
12658	* gst/playondemand/Makefile.am:
12659	* gst/rtp/rtp-packet.c:
12660
126612004-02-05  David Schleef  <ds@schleef.org>
12662
12663	* ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
12664	last change, because it Just Doesn't Compile.
12665
126662004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12667
12668	* ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12669	  skip undecodable id3v2 tag instead of keeping it
12670
126712004-02-05  David Schleef  <ds@schleef.org>
12672
12673	* gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
12674	Unref leaked buffer.  (Noticed by Ronald)
12675
126762004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
12677
12678	* pkgconfig/gstreamer-libs-uninstalled.pc.in:
12679	Sync requires with other checks.  >= vs =.
12680
126812004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
12682
12683	* ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
12684	(gst_dvdec_video_link), (gst_dvdec_loop):
12685	* ext/dv/gstdvdec.h:
12686	  rework the caps negotiation so that dvdec works again instead
12687	  of just segfaulting.
12688
12689=== release 0.7.4 ===
12690
126912004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12692
12693	* NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
12694	* configure.ac: changed for release
12695
126962004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12697
12698	* gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
12699	* pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
12700	* pkgconfig/gstreamer-libs-uninstalled.pc.in:
12701	* pkgconfig/gstreamer-play-uninstalled.pc.in:
12702          reworked patch by David Lehn to fix libdir and includedir for
12703          uninstalled libraries
12704          removed play and gconf from gstreamer-libs since they have their
12705          own pkgconfig files
12706
127072004-02-04  David Schleef  <ds@schleef.org>
12708
12709	* gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
12710	memleak.
12711
127122004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12713
12714	* gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
12715	  use correct GST_TAG_ENCODER tag
12716
127172004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12718
12719	* ext/alsa/gstalsa.c: (gst_alsa_change_state):
12720	  be sure to stop the clock when going to paused
12721	* sys/oss/gstosssink.c: (gst_osssink_change_state):
12722	  reset number of transmitted when going to ready.
12723	fixes #132935
12724
127252004-02-05  Charles Schmidt <cschmidt2@emich.edu>
12726
12727	reviewed by Benjamin Otte
12728
12729	* ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
12730	  extract track count (fixes #133410)
12731
127322004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12733
12734	* ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
12735	  that should be !=, not == (fixes #132519)
12736
127372004-02-04  David Schleef  <ds@schleef.org>
12738
12739	Make sure set_explicit_caps() is called before adding pad.
12740	* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
12741	* gst/id3/gstid3types.c: (gst_id3types_loop):
12742	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
12743	* gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
12744
127452004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12746
12747	* configure.ac:
12748          bump nano to 2, first prerelease
12749          put back AM_PROG_LIBTOOL
12750
127512004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12752
12753	* testsuite/alsa/Makefile.am:
12754          these are user test apps, not automatic testsuite tests
12755
127562004-02-04  David Schleef  <ds@schleef.org>
12757
12758	Convert GST_DEBUG_CAPS() to GST_DEBUG():
12759	* gst/mpeg1videoparse/gstmp1videoparse.c:
12760	(mp1videoparse_parse_seq):
12761	* gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
12762	* gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
12763	* sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
12764	* sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
12765	(gst_xvideosink_getcaps):
12766	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12767	* testsuite/gst-lint: more tests
12768
127692004-02-04  David Schleef  <ds@schleef.org>
12770
12771	Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
12772	with the code that they would expand to.
12773	* ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
12774	(gst_flacdec_get_src_query_types),
12775	(gst_flacdec_get_src_event_masks):
12776	* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
12777	(gst_gnomevfssrc_get_query_types),
12778	(gst_gnomevfssrc_get_event_mask):
12779
127802004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12781
12782	* gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12783	(gst_sinesrc_dispose):
12784	  fix memleak by properly disposing sinesrc
12785
127862004-02-04  Julien MOUTTE  <julien@moutte.net>
12787
12788	* gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
12789	* gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
12790	an overlay to redraw the image because it has been exposed.
12791	* sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
12792	(gst_ximagesink_ximage_put), (gst_ximagesink_expose),
12793	(gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
12794	* sys/ximage/ximagesink.h: Implement expose method from XOverlay
12795	interface
12796	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
12797	(gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
12798	(gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
12799	* sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
12800	interface
12801
128022004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12803
12804	* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
12805	  more memleak fixage
12806
128072004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12808
12809	* ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
12810	* gst/typefind/gsttypefindfunctions.c:
12811	  fix memleaks shown by gst-typefind
12812
128132004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12814
12815	* common/glib-gen.mak:
12816          add hack rule to touch .Plo files
12817	* gst-libs/gst/colorbalance/Makefile.am:
12818	* gst-libs/gst/mixer/Makefile.am:
12819	* gst-libs/gst/play/Makefile.am:
12820	* gst-libs/gst/tuner/Makefile.am:
12821          remove glib_root variable
12822
128232004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12824
12825	* gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
12826	  set explicit caps before adding the element, so the autopluggers can
12827	  plug correctly.
12828	* gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12829	(mpeg2_sys_type_find), (mpeg1_sys_type_find),
12830	(mpeg_video_type_find), (mpeg_video_stream_type_find),
12831	(dv_type_find):
12832	  fix memleaks in typefind functions. gst_type_find_suggest takes a const
12833	  argument.
12834
128352004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12836
12837	* gst-libs/gst/colorbalance/Makefile.am:
12838	* gst-libs/gst/colorbalance/colorbalance-marshal.list:
12839	* gst-libs/gst/colorbalance/colorbalance.c:
12840	* gst-libs/gst/colorbalance/colorbalance.h:
12841	* gst-libs/gst/colorbalance/colorbalancemarshal.list:
12842	* gst-libs/gst/mixer/Makefile.am:
12843	* gst-libs/gst/mixer/mixer-marshal.list:
12844	* gst-libs/gst/mixer/mixer.c:
12845	* gst-libs/gst/mixer/mixer.h:
12846	* gst-libs/gst/mixer/mixermarshal.list:
12847	* gst-libs/gst/play/Makefile.am:
12848	* gst-libs/gst/play/play.h:
12849	* gst-libs/gst/tuner/Makefile.am:
12850	* gst-libs/gst/tuner/tuner-marshal.list:
12851	* gst-libs/gst/tuner/tuner.c:
12852	* gst-libs/gst/tuner/tuner.h:
12853	* gst-libs/gst/tuner/tunermarshal.list:
12854          use new glib-gen.mak snippet to clean up Makefile.am
12855          fix various bugs in Makefile.am's
12856
128572004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12858
12859	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
12860	  handle chain parsing correctly in the multichain case
12861	* ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
12862	(theora_dec_from_granulepos), (theora_dec_to_granulepos),
12863	(theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12864	(theora_dec_chain):
12865	  handle events and queries correctly
12866
128672004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
12868
12869	* .cvsignore:
12870	Ignore generated file _stdint.h.
12871
128722004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
12873
12874	* gst-libs/gst/colorbalance/Makefile.am:
12875	* gst-libs/gst/colorbalance/colorbalance.h:
12876	* gst-libs/gst/mixer/Makefile.am:
12877	* gst-libs/gst/mixer/mixer.h:
12878	* gst-libs/gst/play/Makefile.am:
12879	* gst-libs/gst/play/play.h:
12880	* gst-libs/gst/tuner/Makefile.am:
12881	* gst-libs/gst/tuner/tuner.h:
12882	Generate enum type code with glib-mkenums.
12883	* gst-libs/gst/colorbalance/.cvsignore:
12884	* gst-libs/gst/mixer/.cvsignore:
12885	* gst-libs/gst/play/.cvsignore:
12886	* gst-libs/gst/tuner/.cvsignore:
12887	Ignore generated files.
12888
128892004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
12890
12891	* gst-libs/gst/audio/.cvsignore:
12892	Ignore generated file.
12893	* gst-libs/gst/audio/Makefile.am:
12894	Do not install example filter.
12895
128962004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
12897
12898	* examples/switch/.cvsignore:
12899	Ignore generated file.
12900
129012004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12902
12903	* common/m4/ax_create_stdint_h.m4:
12904	* configure.ac:
12905	  add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
12906	  _stdint.h.
12907	* Makefile.am:
12908	  remove generated _stdint.h in DISTCLEANFILES
12909	* ext/a52dec/gsta52dec.c:
12910	  include _stdint.h for a52dec. (should fix #133064)
12911
129122004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
12913
12914	* gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
12915	(gst_tag_to_vorbis_comments):
12916	Add replaygain support to vorbistag
12917
129182004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
12919	* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
12920	(gst_ffmpeg_caps_to_extradata):
12921	  Fix SVQ3 caps flag properties
12922	  Use glib macro for bytes swap
12923
129242004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12925
12926	* ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
12927	* ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
12928	* ext/gnomevfs/gstgnomevfs.c: (plugin_init):
12929	* ext/sndfile/gstsf.c: (plugin_init):
12930	* gst/avi/gstavi.c: (plugin_init):
12931	* sys/dxr3/dxr3init.c: (plugin_init):
12932	* sys/oss/gstossaudio.c: (plugin_init):
12933	* sys/v4l/gstv4l.c: (plugin_init):
12934	* sys/v4l2/gstv4l2.c: (plugin_init):
12935          remove textdomain calls
12936	* po/nl.po:
12937          update Dutch translation
12938
129392004-02-02  Julien MOUTTE  <julien@moutte.net>
12940
12941	* gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12942	(gst_play_set_audio_sink): Moving volume in the audio thread for
12943	instantaneous volume change. Maybe i will add another volume in front
12944	of visualization later, not sure yet though.
12945
129462004-02-02  Julien MOUTTE  <julien@moutte.net>
12947
12948	* sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12949	(gst_ximagesink_handle_xevents): Better X events handling, only take
12950	the latest events for configure and motion.
12951	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
12952
129532004-02-02  Jon Trowbridge  <trow@gnu.org>
12954
12955	reviewed by: David Schleef  <ds@schleef.org>
12956
12957	Fix memory leaks:
12958	* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
12959	* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
12960
129612004-02-02  David Schleef  <ds@schleef.org>
12962
12963	code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
12964	of lines.
12965	* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
12966	* ext/flac/gstflactag.c: (gst_flac_tag_chain):
12967	* ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
12968	* gst-libs/gst/play/play.c: (gst_play_get_sink_element):
12969	* gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
12970	* gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
12971	* gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
12972	* gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
12973	(gst_float2_2_int_link):
12974	* gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
12975	* gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
12976	* gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
12977	* gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
12978	* gst/udp/gstudpsink.c: (gst_udpsink_init_send):
12979	* gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
12980	* sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
12981	* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
12982	* testsuite/gst-lint: Add tests for bzero and ;;
12983
129842004-02-02  David Schleef  <ds@schleef.org>
12985
12986	* gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
12987
129882004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12989
12990	* ext/aalib/gstaasink.c: (gst_aasink_open):
12991	* ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
12992	* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12993	* ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
12994	* ext/audiofile/gstafsink.c: (gst_afsink_open_file),
12995	(gst_afsink_close_file):
12996	* ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
12997	(gst_afsrc_close_file):
12998	* ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
12999	* ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
13000	* ext/dv/gstdvdec.c: (gst_dvdec_loop):
13001	* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
13002	* ext/esd/esdmon.c: (gst_esdmon_get):
13003	* ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
13004	* ext/faac/gstfaac.c: (gst_faac_chain):
13005	* ext/faad/gstfaad.c: (gst_faad_chain):
13006	* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
13007	* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
13008	* ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
13009	* ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
13010	(gst_flacdec_loop):
13011	* ext/flac/gstflacenc.c: (gst_flacenc_chain):
13012	* ext/flac/gstflactag.c: (gst_flac_tag_chain):
13013	* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13014	* ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
13015	(gst_gnomevfssink_close_file):
13016	* ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13017	(gst_gnomevfssrc_open_file):
13018	* ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
13019	* ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
13020	* ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
13021	* ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
13022	(gst_id3_tag_do_typefind), (gst_id3_tag_chain):
13023	* ext/mad/gstmad.c: (gst_mad_chain):
13024	* ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
13025	* ext/mpeg2dec/gstmpeg2dec.c:
13026	* ext/mpeg2enc/gstmpeg2enc.cc:
13027	* ext/mplex/gstmplex.cc:
13028	* ext/mplex/gstmplexibitstream.cc:
13029	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
13030	(gst_ogg_demux_push):
13031	* ext/raw1394/gstdv1394src.c:
13032	* ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
13033	(gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
13034	* ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
13035	(gst_sf_loop):
13036	* ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13037	* ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
13038	* ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
13039	* ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
13040	* ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13041	* ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
13042	* ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
13043	* ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
13044	* gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
13045	(gst_riff_read_element_data), (gst_riff_read_seek),
13046	(gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
13047	* gst/adder/gstadder.c: (gst_adder_loop):
13048	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
13049	(gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
13050	* gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
13051	(gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13052	* gst/avi/gstavimux.c: (gst_avimux_stop_file):
13053	* gst/flx/gstflxdec.c: (gst_flxdec_loop):
13054	* gst/goom/gstgoom.c: (gst_goom_chain):
13055	* gst/id3/gstid3types.c: (gst_id3types_loop):
13056	* gst/intfloat/float22int.c: (gst_float2_2_int_chain):
13057	* gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
13058	* gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
13059	* gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
13060	(gst_ebml_read_element_length), (gst_ebml_read_element_data),
13061	(gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
13062	(gst_ebml_read_float), (gst_ebml_read_header):
13063	* gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
13064	(gst_matroska_demux_parse_blockgroup):
13065	* gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13066	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
13067	* gst/oneton/gstoneton.c: (gst_oneton_chain):
13068	* gst/silence/gstsilence.c: (gst_silence_get):
13069	* gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13070	* gst/smpte/gstsmpte.c: (gst_smpte_loop):
13071	* gst/speed/gstspeed.c: (speed_loop):
13072	* gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
13073	* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
13074	* gst/volenv/gstvolenv.c: (gst_volenv_chain):
13075	* gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
13076	* gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
13077	(gst_wavparse_loop):
13078	* sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
13079	(dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
13080	(dxr3audiosink_close):
13081	* sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
13082	* sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
13083	(dxr3videosink_close), (dxr3videosink_write_data):
13084	* sys/oss/gstosselement.c: (gst_osselement_open_audio):
13085	* sys/oss/gstosssink.c: (gst_osssink_chain):
13086	* sys/oss/gstosssrc.c: (gst_osssrc_get):
13087	* sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
13088	* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
13089	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
13090	* sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
13091	(gst_v4l_set_window), (gst_v4l_enable_overlay):
13092	* sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
13093	(gst_v4l_set_chan_norm), (gst_v4l_get_signal),
13094	(gst_v4l_get_frequency), (gst_v4l_set_frequency),
13095	(gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
13096	(gst_v4l_set_audio):
13097	* sys/v4l/v4l_calls.h:
13098	* sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
13099	(gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
13100	(gst_v4lmjpegsink_playback_init),
13101	(gst_v4lmjpegsink_playback_start):
13102	* sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
13103	* sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13104	(gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
13105	(gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
13106	* sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
13107	* sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
13108	(gst_v4l2_set_window), (gst_v4l2_enable_overlay):
13109	* sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
13110	(gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
13111	(gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
13112	(gst_v4l2_get_output), (gst_v4l2_set_output),
13113	(gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
13114	(gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
13115	(gst_v4l2_set_attribute):
13116	* sys/v4l2/v4l2_calls.h:
13117	* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
13118	(gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
13119	(gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
13120	(gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
13121	(gst_v4l2src_capture_stop):
13122	* sys/vcd/vcdsrc.c: (vcdsrc_open_file):
13123	* sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13124	(gst_ximagesink_chain):
13125	* sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
13126	(gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
13127	(gst_xvideosink_xwindow_new):
13128	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
13129	(gst_xvimagesink_chain):
13130
131312004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13132
13133	* gst/volume/gstvolume.c: (gst_volume_set_volume),
13134	(gst_volume_get_volume), (volume_class_init), (volume_init),
13135	(volume_chain_int16), (volume_update_volume):
13136	* gst/volume/gstvolume.h:
13137          make code more readable by removing magic numbers
13138          make mixer interface export 0-100 range
13139          make it internally map to 0.0-1.0 range so users don't distort
13140          output by putting the sliders at full volume
13141
131422004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13143
13144	* gst-libs/gst/play/play.c: (gst_play_tick_callback),
13145	(gst_play_state_change), (gst_play_seek_to_time):
13146        block the tick callback for 0.5 secs after doing a seek
13147
131482004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13149
13150	* gst-libs/gst/play/play.c: (gst_play_new):
13151          check for GError
13152
131532004-02-01  Julien MOUTTE  <julien@moutte.net>
13154
13155	* gst-libs/gst/play/play.c: (gst_play_seek_to_time),
13156	(gst_play_new): Accepting NULL GError, blocking time tick while seeking.
13157	* sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13158	(gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
13159	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13160	(gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
13161
131622004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13163
13164	* configure.ac:
13165	* ext/vorbis/vorbisdec.c: (vorbis_dec_event):
13166          check for a function added in vorbis 1.1
13167
131682004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13169
13170	* ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13171	(gst_alsa_drain_audio), (gst_alsa_stop_audio):
13172	  really start/stop clock only on PLAYING <=> PAUSED
13173	* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13174	  remove \n from debugging lines
13175	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
13176	  make it work when seeking does not
13177	* ext/vorbis/vorbisdec.c: (vorbis_dec_event):
13178	  reset on DISCONT
13179
131802004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13181
13182	* ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
13183	  start clock on PAUSED=>PLAYING, not later
13184	* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13185	  extract correct time for different discont formats
13186	(gst_alsa_sink_get_time):
13187	  don't segfault when no format is negotiated yet, just return 0
13188	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13189	(gst_ogg_demux_handle_event), (gst_ogg_demux_push),
13190	(gst_ogg_pad_push):
13191	  handle flush and discont events correctly
13192	* ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
13193	  handle discont events correctly
13194
131952004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13196
13197	* gst-libs/gst/play/play.c: (gst_play_error_quark),
13198	(gst_play_error_create), (gst_play_error_plugin),
13199	(gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
13200	* gst-libs/gst/play/play.h:
13201          add error handling during creation
13202	* examples/gstplay/player.c: (main):
13203          use new gst_play_new
13204
13205
132062004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13207
13208	* ext/theora/theoradec.c: (theora_dec_chain):
13209	  make comments work
13210	* ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13211	(vorbis_dec_src_event), (vorbis_dec_chain):
13212	  add encoder tag, fix tag reading to be more error tolerant, change
13213	  BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
13214	  gst_pad_event_default.
13215	* gst/tags/gstvorbistag.c:
13216	(gst_tag_list_from_vorbiscomment_buffer):
13217	  undefine function specific define at end of function
13218
132192004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
13220
13221	* ext/flac/gstflac.c: (plugin_init):
13222	* ext/flac/gstflacdec.c: (gst_flacdec_class_init):
13223	* ext/flac/gstflacdec.h:
13224	* ext/flac/gstflacenc.h:
13225	  Fix typos
13226
132272004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
13228
13229	* examples/gstplay/player.c: s/gstplay.h/play.h/
13230
132312004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13232
13233	* gst-libs/gst/play/Makefile.am:
13234	* gst-libs/gst/play/gstplay.c:
13235	* gst-libs/gst/play/gstplay.h:
13236	* gst-libs/gst/play/play.c:
13237          more surgery, operation complete
13238
132392004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13240
13241	* gst-libs/gst/play/play.old.c:
13242	* gst-libs/gst/play/play.old.h:
13243          after CVS surgery by moving, remove
13244	* gst-libs/gst/play/playpipelines.c:
13245          remove
13246
13247	* gst/intfloat/float22int.c: (gst_float2_2_int_chain):
13248          add negotiation error
13249
132502004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13251
13252	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13253	(gst_ogg_demux_push):
13254          add some seeking debug info
13255          send a flush when seeking
13256
132572004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13258
13259	* configure.ac:
13260	  use AC_C_INLINE
13261	* configure.ac:
13262	* ext/Makefile.am:
13263	* ext/theora/Makefile.am:
13264	* ext/theora/theoradec.c:
13265	  add theora video decoder. Does just do simple decoding for now and
13266	  has been tested against Theora cvs only. It only works when theora
13267	  is compiled with --enable-static.
13268	* ext/vorbis/vorbisdec.c: (vorbis_dec_event):
13269	  always reset packetno on DISCONT
13270
132712004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13272
13273	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
13274	  Fix audio.
13275
132762004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13277
13278	* gst/mpegaudioparse/gstmpegaudioparse.c:
13279	(mp3_type_frame_length_from_header):
13280	  Fix header parsing - stolen from ffmpeg (thank you! :) ).
13281
132822004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13283
13284	* ext/esd/esdsink.c: (gst_esdsink_init):
13285	  Since we have static pad template caps, we don't need to negotiate;
13286	  either the core errors out or we know the format.
13287
132882004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13289
13290	* gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
13291	(gst_riff_read_seek):
13292	* gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
13293	(gst_ebml_read_seek):
13294	  Fix event handling.
13295
132962004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13297
13298	* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
13299	  removee video/x-theora from vp3 decoder, it doesn't handle raw
13300	  theora streams
13301	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13302	  fix bug with finalizing element that never went to PAUSED
13303	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
13304	  length and position queries were swapped
13305	* ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13306	(vorbis_dec_from_granulepos), (vorbis_dec_src_query),
13307	(vorbis_dec_src_event):
13308	  implement querying time and bytes
13309
133102004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13311
13312        * just about every source file:
13313          gst_element_error -> GST_ELEMENT_ERROR
13314
133152004-01-29  Julien MOUTTE  <julien@moutte.net>
13316
13317	* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
13318	emiting FLUSH and even before DISCONT.
13319	* gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
13320	get the best instant seeking as possible yay!
13321
133222004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13323
13324	* gst/mpeg1videoparse/gstmp1videoparse.c:
13325	(gst_mp1videoparse_real_chain):
13326	  Committed wrong version last week... Grr... Didn't notice until now.
13327
133282004-01-29  Julien MOUTTE <julien@moutte.net>
13329
13330	* sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
13331	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
13332	have_xwindow_id signal in xwindow_create.
13333
133342004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13335
13336	* ext/ogg/gstoggdemux.c:
13337	  lots of changes - mainly support for chained bitstreams, seeking,
13338	  querying and bugfixes of course
13339	* ext/vorbis/Makefile.am:
13340	* ext/vorbis/vorbisdec.c:
13341	* ext/vorbis/vorbisdec.h:
13342	  add vorbisdec raw vorbis decoder
13343	* ext/vorbis/vorbis.c: (plugin_init):
13344	  register vorbisdec as PRIMARY, vorbisfile as SECONDARY
13345	* gst/intfloat/Makefile.am:
13346	* gst/intfloat/float22int.c:
13347	* gst/intfloat/float22int.h:
13348	* gst/intfloat/gstintfloatconvert.c: (plugin_init):
13349	  add float2intnew plugin. It converts multichannel interleaved float to
13350	  multichannel interleaved int. The name should probably be changed.
13351	* gst/typefind/gsttypefindfunctions.c: (theora_type_find),
13352	(plugin_init):
13353	  add typefinding for raw theora video so oggdemux can detect it.
13354
133552004-01-28  Julien MOUTTE  <julien@moutte.net>
13356
13357	* gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
13358	sink element first.
13359	* gst/videoscale/gstvideoscale.c:
13360	(gst_videoscale_handle_src_event): Fixing src event handler.
13361
133622004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13363
13364	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13365	(gst_v4lsrc_open), (gst_v4lsrc_close),
13366	(gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
13367	(gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
13368	* sys/v4l/gstv4lsrc.h:
13369	* sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
13370	(gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
13371	  Implement resizing... Hack. But that's why v4l is b0rked...
13372
133732004-01-28  Julien MOUTTE <julien@moutte.net>
13374
13375	* sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13376	(gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
13377	(gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
13378	(gst_ximagesink_xwindow_destroy):
13379	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13380	(gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13381	(gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
13382	(gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
13383	(gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
13384	correctly cleaning the image created to check xshm calls on succes,
13385	added a lot of XSync calls in X11 functions, and fixed a segfault when
13386	no image format was defined before negotiation happened.
13387
133882004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13389
13390	* ext/alsa/gstalsa.c: (gst_alsa_query_func):
13391	  use gst_element_get_time to get correct time
13392
133932004-01-28  Julien MOUTTE  <julien@moutte.net>
13394
13395	* sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13396	(gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
13397	(gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
13398	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
13399	(gst_xvimagesink_check_xshm_calls),
13400	(gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
13401	X plugins are now able to detect that XShm calls will fail even if the
13402	server claims that it has XShm support (remote displays most of the
13403	time). We then log the error as a GST_DEBUG and set use_shm to FALSE
13404	so that we use non XShm functions. This feature is almost useless for
13405	xvimagesink as Xv is not supported on remote displays anyway, but
13406	it might happen than even on the local display XShm calls fail.
13407
134082004-01-27  David Schleef  <ds@schleef.org>
13409
13410	* ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
13411	(gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
13412	(gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
13413	changed esdsink to only use 44100,16,2, since esd sucks at rate
13414	conversion and esdsink has had difficulty negotiating.
13415
134162004-01-27  Julien MOUTTE <julien@moutte.net>
13417
13418	* gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
13419	(gst_play_seek_to_time): Fixing the way to get current position.
13420
134212004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13422
13423	* sys/oss/gstosssink.c: (gst_osssink_sink_query):
13424	  use gst_element_get_time to get correct time
13425
134262004-01-27  Julien MOUTTE <julien@moutte.net>
13427
13428	* gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
13429	fix ever... Inverting 2 lines of code make spider autoplug correctly
13430	tagged mp3 !
13431
134322004-01-27  David Schleef  <ds@schleef.org>
13433
13434	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13435	Use gst_pad_try_set_caps_nonfixed().
13436
134372004-01-27  David Schleef  <ds@schleef.org>
13438
13439	* gst/ac3parse/gstac3parse.c: update to checklist 5
13440	* gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
13441	* gst/audioconvert/gstaudioconvert.c: update to checklist 5
13442	* gst/audioscale/gstaudioscale.c: same
13443	* gst/auparse/gstauparse.c: same
13444	* gst/avi/gstavidemux.c: same
13445
134462004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13447
13448	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
13449	  stop processing after EOS
13450
134512004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13452
13453	* gst/asfdemux/asfheaders.h:
13454	* gst/asfdemux/gstasfdemux.c:
13455	* gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
13456	(gst_asfmux_put_string), (gst_asfmux_put_wav_header),
13457	(gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
13458	  lot's of fixes to make data extraction simpler and get the code
13459	  architecture and compiler independant. Add debugging category
13460	* gst/goom/gstgoom.c: (gst_goom_change_state):
13461	  reset channel count on PAUSED=>READY, not READY=>PAUSED
13462
134632004-01-26  Colin Walters  <walters@verbum.org>
13464
13465	* ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
13466	code to pull a bigger buffer in iradio mode.  This as a side effect
13467	makes typefinding work.
13468
134692004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
13470
13471	* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
13472	Fix SVQ3 decoding on PPC
13473
134742004-01-26  Julien MOUTTE <julien@moutte.net>
13475
13476	* gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
13477	that one managed to stay there... Fixed.
13478
134792004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
13480
13481	* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
13482	(gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
13483	* gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
13484	(qtdemux_video_caps):
13485	* gst/qtdemux/qtdemux.h:
13486	Add SVQ3 specific flags to qtdemux and ffmpeg
13487
134882004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13489
13490	* gst-libs/gst/audio/audio.h:
13491	  remove buffer-frames from audio caps
13492	* gst/audioconvert/gstaudioconvert.c:
13493	  fix plugin to really work.
13494
134952004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13496
13497	* gst-libs/gst/mixer/mixer.c:
13498	* gst-libs/gst/propertyprobe/propertyprobe.c:
13499	* gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
13500	(gst_tuner_find_channel_by_name):
13501	* gst-libs/gst/tuner/tuner.h:
13502	  Add gtk-doc style comments. Also fix a function name.
13503
135042004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13505
13506	* ext/divx/gstdivxdec.c: (gst_divxdec_init),
13507	(gst_divxdec_negotiate):
13508	  Fix for new capsnego - also fixes gst-player with divxdec.
13509
135102004-01-25  Julien MOUTTE  <julien@moutte.net>
13511
13512	* gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
13513	(gst_play_identity_handoff), (gst_play_set_location),
13514	(gst_play_set_visualization), (gst_play_connect_visualization): Another
13515	try in visualization implementation. Still have an issue with switch
13516	blocking when pulling from video_queue and only audio comes out of
13517	spider.
13518	* gst/switch/gstswitch.c: (gst_switch_release_pad),
13519	(gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
13520	release method. And check if the pad is usable before pulling.
13521
135222004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13523
13524	* gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
13525	(gst_videobalance_init),
13526	(gst_videobalance_colorbalance_list_channels),
13527	(gst_videobalance_colorbalance_set_value),
13528	(gst_videobalance_colorbalance_get_value),
13529	(gst_videobalance_update_properties),
13530	(gst_videobalance_update_tables_planar411),
13531	(gst_videobalance_planar411):
13532	* gst/videofilter/gstvideobalance.h:
13533	  Implement lookup-tables. +/- 10x faster.
13534
135352004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13536
13537	* gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
13538	(gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
13539	  The index reading was broken. The rest worked fine, but the whole
13540	  goal of my rewrite was to make avidemux readable, and this was
13541	  not at all readable. Please use typed variables.
13542
135432004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13544
13545	* gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
13546	  Additional pad usability check.
13547	* gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
13548	(mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
13549	(gst_mp1videoparse_real_chain):
13550	  Fix MPEG video stream parsing. The original plugin had several
13551	  issues, including not timestamping streams where the source was
13552	  not timestamped (this happens with PTS values in mpeg system
13553	  streams, but MPEG video is also a valid stream on its own so
13554	  that needs timestamps too). We use the display time code for that
13555	  for now. Also, if one incoming buffer contains multiple valid
13556	  frames, we push them all on correctly now, including proper EOS
13557	  handling. Lastly, several potential segfaults were fixed, and we
13558	  properly sync on new sequence/gop headers to include them in next,
13559	  not previous frames (since they're header for the next frame, not
13560	  the previous). Also see #119206.
13561	* gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
13562	(bpf_from_header):
13563	  Move caps setting so we only do it after finding several valid
13564	  MPEG-1 fraes sequentially, not right after the first one (which
13565	  might be coincidental).
13566	* gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
13567	(mpeg_video_type_find), (mpeg_video_stream_type_find),
13568	(plugin_init):
13569	  Add unsynced MPEG video stream typefinding, and change some
13570	  probability values so we detect streams rightly. The idea is as
13571	  follows: I can have an unsynced system stream which contains
13572	  video. In the current code, I would randomly get a type for either
13573	  system or video stream type found, because the probabilities are
13574	  being calculated rather randomly. I now use fixed values, so we
13575	  always prefer system stream if that was found (and that is how it
13576	  should be). If no system stream was found, we can still identity		  the stream as video-only.
13577
135782004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13579
13580	* gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
13581	(gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
13582	  don't write to buffer. Extract data without the need of
13583	  __attribute__ ((packed))
13584
135852004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13586
13587	* gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
13588	(mpeg1_sys_type_find):
13589	  Fix MPEG-1 stream typefinding.
13590
135912004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13592
13593	* gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13594	  Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
13595
135962004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13597
13598	* ext/esd/esdsink.c: (gst_esdsink_open_audio):
13599	* ext/esd/gstesd.c: (plugin_init):
13600          private debugging, better error reporting
13601
136022004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13603
13604	* gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
13605	(gst_riff_read_init), (gst_riff_read_change_state):
13606	* gst-libs/gst/riff/riff-read.h:
13607	  Remove stuff fromold metadata system.
13608
136092004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13610
13611	* ext/ogg/gstoggdemux.c:
13612	  Fix wrong file comment.
13613	* gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
13614	* gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
13615	  Add metadata reading properly.
13616
136172004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13618
13619	* ext/Makefile.am:
13620          Fix nas DIST_SUBDIRS
13621          Uraeus:
13622          Fix bug where make distcheck doesn't get run on adding stuff to
13623          the build.
13624
136252004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13626
13627	* ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
13628	* ext/divx/gstdivxdec.h:
13629	  Fix divx3 ("msmpeg4") playback using divxdec.
13630
136312004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13632
13633	* gst/typefind/gsttypefindfunctions.c:
13634	(mp3_type_frame_length_from_header): fix bug in length computation
13635	(mp3_type_find): improve debugging output
13636
136372004-01-23  Julien MOUTTE  <julien@moutte.net>
13638
13639	* gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
13640	(gst_play_set_location), (gst_play_seek_to_time),
13641	(gst_play_set_audio_sink), (gst_play_set_visualization),
13642	(gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
13643	the pipeline from scratch. Visualization is back and switch went out as
13644	i realized it was not possible to use the way i wanted.
13645	* sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
13646	(gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
13647	clearing in state change from READY to NULL. So that one can clean the
13648	X ressources keeping the element.
13649	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
13650	(gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
13651	(gst_xvimagesink_colorbalance_set_value),
13652	(gst_xvimagesink_colorbalance_get_value),
13653	(gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
13654	(gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
13655	change from READY to NULL and fixed some stupid bugs in colorbalance
13656	get/set values. Also added the following feature : when nobody tries to
13657	set some values to the colorbalance levels before the xcontext is
13658	grabbed, then when creating channels list from Xv attributes we set the
13659	internal values to the Xv defaults. This way we handle buggy Xv drivers
13660	that set default hue values far from the middle of the range (Thanks
13661	to Jon Trowbridge for pointing that issue).
13662	* sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
13663	colorbalance levels have been set before xcontext is grabbed.
13664
136652004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13666
13667	* sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
13668	  Fix the ossmixer case where we shouldn't open /dev/dsp* because
13669	  it might block operations (which is bad for a mixer).
13670
136712004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13672
13673	* gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
13674	(deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
13675	(gmip_find_type_pre):
13676	* gst-libs/gst/media-info/media-info-priv.h:
13677	* gst-libs/gst/media-info/media-info.c:
13678	(gst_media_info_instance_init), (gst_media_info_read_idler):
13679        add fakesink to get caps on decoder src pad again
13680        fix callback prototype to match new have_type signal signature
13681
136822004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13683
13684	* gst/adder/gstadder.c: (gst_adder_link):
13685          fix non-compile and cut-n-paste code
13686
136872004-01-21  David Schleef  <ds@schleef.org>
13688
13689	* ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
13690	(gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
13691	(gst_swfdec_init), (gst_swfdec_change_state):
13692	* ext/swfdec/gstswfdec.h:
13693	Fix negotiation.
13694	* gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
13695	(gst_adder_request_new_pad): Fix negotiation.
13696	* gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
13697	Add a fixate function.
13698	* gst/intfloat/gstfloat2int.c:
13699	* gst/intfloat/gstfloat2int.h:
13700	* gst/intfloat/gstint2float.c:
13701	* gst/intfloat/gstint2float.h:
13702	Completely rewrite the negotiation.  Doesn't quite work yet,
13703	due to some buffer-frames problem.
13704
137052004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13706
13707	* ext/gnomevfs/gstgnomevfssrc.c:
13708	* sys/v4l2/v4l2_calls.h:
13709          fix includes for distcheck
13710
137112004-01-21  Christian Schaller <uraeus@gnome.org>
13712
13713	* ext/nas/
13714	Add libnas (network audio system) plugin, patch from Arwed von Merkatz
13715	based on earlier patch from Laurent Vivier
13716
137172004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
13718
13719	* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
13720	Fix wma caps property
13721	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
13722	Fix typo (flags1 and flags2)
13723
137242004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13725
13726	* gst-libs/gst/media-info/media-info-priv.c:
13727	(deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
13728	(gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
13729	(gmip_find_stream), (gmip_find_track_metadata),
13730	(gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
13731	(gmip_find_track_format):
13732	* gst-libs/gst/media-info/media-info-priv.h:
13733	* gst-libs/gst/media-info/media-info-test.c: (main):
13734	* gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
13735	(gst_media_info_read_idler), (gst_media_info_read):
13736	* gst-libs/gst/media-info/media-info.h:
13737          register debugging category and use it for debugging
13738
137392004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13740
13741	* ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
13742	(gst_vorbisfile_new_link):
13743          signal streaminfo through tags
13744
137452004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13746
13747	* ext/mplex/gstmplex.cc:
13748	* ext/mplex/gstmplexibitstream.cc:
13749	  g++ doesn't like NULL in our i18n/error macros, should be
13750	  either (NULL) or ("").
13751
137522004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13753
13754	* sys/dxr3/dxr3audiosink.c:
13755	* sys/dxr3/dxr3init.c:
13756	* sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
13757	* sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
13758	  Fix more error error error errors (missing includes here).
13759
137602004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13761
13762	* ext/mpeg2enc/gstmpeg2encpicturereader.cc:
13763	  fix thomas' error errors.
13764
137652004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13766
13767	* ext/mpeg2enc/gstmpeg2enc.cc:
13768          fix error errors.
13769
137702004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13771
13772	* ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
13773	* ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
13774	  Fix for new error system.
13775
137762004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13777
13778	* ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
13779          fix for new error reporting
13780
137812004-01-20  David Schleef  <ds@schleef.org>
13782
13783	* sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
13784	(gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
13785	(gst_ximagesink_set_xwindow_id): Change to using a framerate
13786	of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
13787	and neither is 100+, most likely.
13788	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13789	(gst_xvimagesink_getcaps): same
13790
137912004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13792
13793	* configure.ac:
13794	  Up version requirement to 2.0.3 (not yet released) to avoid symbol
13795	  clashes with ffmpeg.
13796
137972004-01-20  Julien MOUTTE  <julien@moutte.net>
13798
13799	* gst/switch/gstswitch.c: (gst_switch_request_new_pad),
13800	(gst_switch_init): Fixed switch element : proxying link and setting
13801	caps from src to sink on request.
13802
138032004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13804
13805	* sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13806	* sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
13807	(gst_v4l2_set_window), (gst_v4l2_enable_overlay):
13808        fix element_error
13809
138102004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13811
13812	* sys/v4l/v4l_calls.h:
13813	* sys/v4l2/v4l2_calls.h:
13814          element_error fixes
13815
138162004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13817
13818	* gst-libs/gst/gst-i18n-plugin.h:
13819          add locale.h
13820          remove config.h inclusion
13821
138222004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13823
13824	* autogen.sh:
13825          adding autopoint invocation
13826	* Makefile.am:
13827	* configure.ac:
13828	* gst-libs/gst/gettext.h:
13829          adding gettext bits
13830	* ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
13831	* ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
13832	* ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13833	* ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
13834	(gst_gnomevfssink_close_file):
13835	* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
13836	* ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
13837	* gst-libs/gst/gst-i18n-plugin.h:
13838	* gst/avi/gstavi.c: (plugin_init):
13839	* sys/dxr3/dxr3init.c: (plugin_init):
13840	* sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
13841	* sys/oss/gstossaudio.c: (plugin_init):
13842	* sys/oss/gstosselement.c: (gst_osselement_open_audio):
13843	* sys/v4l/gstv4l.c: (plugin_init):
13844	* sys/v4l/v4l_calls.c: (gst_v4l_open):
13845	* sys/v4l2/gstv4l2.c: (plugin_init):
13846	* sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
13847	(gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
13848	(gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
13849	(gst_v4l2_set_output), (gst_v4l2_get_frequency),
13850	(gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
13851	(gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
13852	  make sure locale and translation domain are set
13853          fix translated strings
13854	* po/.cvsignore:
13855	* po/LINGUAS:
13856	* po/Makevars:
13857	* po/POTFILES.in:
13858	* po/nl.po:
13859          put translation files into place
13860	* sys/xvideo/imagetest.c: (main):
13861	* ext/dv/demo-play.c: (main):
13862          fix unnecessary translations
13863
138642004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13865
13866	* ext/sndfile/gstsf.c:
13867	* gst/avi/gstavimux.c:
13868	* ext/audiofile/gstafsink.c:
13869	* ext/audiofile/gstafsrc.c:
13870	* ext/gnomevfs/gstgnomevfssink.c:
13871	* ext/gnomevfs/gstgnomevfssrc.c:
13872	* sys/oss/gstosselement.c:
13873	* sys/v4l/v4l_calls.h:
13874          fix i18n include
13875
138762004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13877
13878	* sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
13879	(gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
13880	(gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
13881	(gst_v4l2_get_output), (gst_v4l2_set_output),
13882	(gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
13883	(gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
13884	(gst_v4l2_set_attribute):
13885        update to new error handling
13886
138872004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13888
13889	* ext/sidplay/gstsiddec.cc:
13890	* gst/modplug/gstmodplug.cc:
13891          parenthese NULL because C++ seems angry about it
13892
138932004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13894
13895	* gst-libs/gst/gst-i18n-plugin.h:
13896          add skeleton i18n stuff, but needs to be further implemented
13897
138982004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13899
13900	* examples/gstplay/player.c: (main):
13901	* ext/aalib/gstaasink.c: (gst_aasink_open):
13902	* ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
13903	* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13904	* ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13905	* ext/audiofile/gstafsink.c: (gst_afsink_open_file),
13906	(gst_afsink_close_file):
13907	* ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
13908	(gst_afsrc_close_file):
13909	* ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
13910	* ext/dv/gstdvdec.c: (gst_dvdec_loop):
13911	* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
13912	* ext/esd/esdmon.c: (gst_esdmon_get):
13913	* ext/esd/esdsink.c: (gst_esdsink_chain):
13914	* ext/faac/gstfaac.c: (gst_faac_chain):
13915	* ext/faad/gstfaad.c: (gst_faad_chain):
13916	* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
13917	* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
13918	* ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
13919	* ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
13920	(gst_flacdec_loop):
13921	* ext/flac/gstflacenc.c: (gst_flacenc_chain):
13922	* ext/flac/gstflactag.c: (gst_flac_tag_chain):
13923	* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13924	* ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
13925	(gst_gnomevfssink_close_file):
13926	* ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13927	(gst_gnomevfssrc_open_file):
13928	* ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
13929	* ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
13930	* ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
13931	* ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
13932	(gst_id3_tag_do_typefind), (gst_id3_tag_chain):
13933	* ext/mad/gstmad.c: (gst_mad_chain):
13934	* ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
13935	* ext/mpeg2dec/gstmpeg2dec.c:
13936	* ext/mpeg2enc/gstmpeg2enc.cc:
13937	* ext/mpeg2enc/gstmpeg2encpicturereader.cc:
13938	* ext/mplex/gstmplex.cc:
13939	* ext/mplex/gstmplexibitstream.cc:
13940	* ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
13941	(gst_ogg_demux_push), (gst_ogg_pad_push):
13942	* ext/raw1394/gstdv1394src.c:
13943	* ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
13944	(gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
13945	* ext/sidplay/gstsiddec.cc:
13946	* ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
13947	(gst_sf_loop):
13948	* ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13949	* ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
13950	* ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
13951	* ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13952	* ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
13953	* ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
13954	* ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
13955	* gst-libs/gst/Makefile.am:
13956	* gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
13957	(gst_riff_read_element_data), (gst_riff_read_seek),
13958	(gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
13959	* gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
13960	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
13961	(gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
13962	* gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
13963	(gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13964	* gst/avi/gstavimux.c: (gst_avimux_stop_file):
13965	* gst/flx/gstflxdec.c: (gst_flxdec_loop):
13966	* gst/goom/gstgoom.c: (gst_goom_chain):
13967	* gst/id3/gstid3types.c: (gst_id3types_loop):
13968	* gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
13969	* gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
13970	* gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
13971	(gst_ebml_read_element_length), (gst_ebml_read_element_data),
13972	(gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
13973	(gst_ebml_read_float), (gst_ebml_read_header):
13974	* gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
13975	(gst_matroska_demux_parse_blockgroup):
13976	* gst/modplug/gstmodplug.cc:
13977	* gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13978	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
13979	* gst/oneton/gstoneton.c: (gst_oneton_chain):
13980	* gst/silence/gstsilence.c: (gst_silence_get):
13981	* gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13982	* gst/smpte/gstsmpte.c: (gst_smpte_loop):
13983	* gst/speed/gstspeed.c: (speed_loop):
13984	* gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
13985	* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
13986	* gst/volenv/gstvolenv.c: (gst_volenv_chain):
13987	* gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
13988	* gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
13989	(gst_wavparse_loop):
13990	* sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
13991	(dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
13992	(dxr3audiosink_close):
13993	* sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
13994	* sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
13995	(dxr3videosink_close), (dxr3videosink_write_data):
13996	* sys/oss/gstosselement.c: (gst_osselement_open_audio):
13997	* sys/oss/gstosselement.h:
13998	* sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
13999	(gst_osssink_chain):
14000	* sys/oss/gstosssrc.c: (gst_osssrc_get):
14001	* sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
14002	* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
14003	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
14004	* sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
14005	(gst_v4l_enable_overlay):
14006	* sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
14007	(gst_v4l_set_chan_norm), (gst_v4l_get_signal),
14008	(gst_v4l_get_frequency), (gst_v4l_set_frequency),
14009	(gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
14010	(gst_v4l_set_audio):
14011	* sys/v4l/v4l_calls.h:
14012	* sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14013	(gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
14014	(gst_v4lmjpegsink_playback_init),
14015	(gst_v4lmjpegsink_playback_start):
14016	* sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14017	(gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
14018	(gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
14019	(gst_v4lmjpegsrc_requeue_frame):
14020	* sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14021	(gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
14022	(gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
14023	* sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
14024	* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
14025	(gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
14026	(gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
14027	(gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
14028	(gst_v4l2src_capture_stop):
14029	* sys/vcd/vcdsrc.c: (vcdsrc_open_file):
14030	* sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14031	(gst_ximagesink_chain):
14032	* sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
14033	(gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
14034	(gst_xvideosink_xwindow_new):
14035	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14036	(gst_xvimagesink_chain):
14037        use new error signal, function and categories
14038
140392004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
14040
14041	* configure.ac:
14042	* ext/Makefile.am:
14043	* ext/musicbrainz/gsttrm.c:
14044	* ext/musicbrainz/gsttrm.h:
14045	* ext/musicbrainz/Makefile.am:
14046	Add a trm plugin
14047
140482004-01-18  Julien MOUTTE  <julien@moutte.net>
14049
14050	* sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
14051	(gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
14052	synchronous property for debugging.
14053	* sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
14054	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14055	(gst_xvimagesink_set_property): Moving a pointer declaration to a
14056	smaller block, fixing indent.
14057
140582004-01-16  David Schleef  <ds@schleef.org>
14059
14060	* gst/videofilter/gstvideobalance.c: Fix regression; changing a
14061	property affects the video stream.
14062	* sys/xvimage/xvimagesink.c:
14063	* sys/xvimage/xvimagesink.h:
14064	Add synchronous property for debugging.  Should probably be
14065	disabled in non-CVS builds.  Make sure that the Xv attribute
14066	exists before we set it (crash!).  Fix a silly float bug that
14067	caused colorbalance to just not work.
14068
140692004-01-17  Christian Schaller <Uraeus@gnome.org>
14070
14071	* tools/gst-launch-ext.in - update for new plugins
14072
140732004-01-16  David Schleef  <ds@schleef.org>
14074
14075	* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
14076	already-freed caps.
14077
140782994-01-16  Christian Schaller <Uraeus@gnome.org>
14079
14080	* Update spec for new colorspace plugin and libcaca plugin
14081	* Fix compilation of libcaca plugin (clock -> id)
14082
140832004-01-16  Julien MOUTTE <julien@moutte.net>
14084
14085	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
14086	(gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
14087	(gst_xvimagesink_set_xwindow_id),
14088	(gst_xvimagesink_colorbalance_set_value),
14089	(gst_xvimagesink_colorbalance_get_value),
14090	(gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14091	(gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
14092	correct colorbalance properties. They can now be set when the element
14093	is still in NULL state. The values will be committed to the Xv Port
14094	when xcontext is initialized.
14095	* sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
14096	brightness int values in the GstXvImagesink structure.
14097
140982004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14099
14100	* gst-libs/gst/Makefile.am:
14101	  restructure so having local patches works easier.
14102
141032004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14104
14105	* ext/mpeg2enc/Makefile.am:
14106	* ext/mpeg2enc/gstmpeg2enc.cc:
14107	* ext/mpeg2enc/gstmpeg2encpicturereader.cc:
14108	  Bugfix with respect to EOS handling.
14109
141102004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14111
14112	* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
14113	  Link with right caps (else, it segfaults).
14114	* ext/mplex/gstmplexjob.cc:
14115	  Fix for slight API change in 1.6.1.93 release of mjpegtools.
14116
141172004-01-15  David Schleef  <ds@schleef.org>
14118
14119	* gst-libs/gst/audio/Makefile.am:
14120	Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
14121	from the template.
14122	* gst-libs/gst/audio/gstaudiofilter.c:
14123	* gst-libs/gst/audio/gstaudiofilter.h:
14124	Add bytes_per_sample and size and n_samples calculation.
14125	* gst-libs/gst/audio/gstaudiofilterexample.c:
14126	Remove, now autogenerated.
14127	* gst-libs/gst/audio/gstaudiofiltertemplate.c:
14128	Moved from gstaudiofilterexample, object name changed, code added
14129	so that it actually works.
14130	* gst-libs/gst/audio/make_filter:
14131	Script to build an audiofilter subclass from the template.
14132	* gst/colorspace/Makefile.am:
14133	* gst/colorspace/yuv2yuv.c:
14134	Remove file, since it's GPL, and we don't use it.
14135
141362004-01-15  Julien MOUTTE  <julien@moutte.net>
14137
14138	* sys/ximage/ximagesink.c: (gst_ximagesink_chain):
14139	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
14140	them use the buffer free function to test how the buffer was allocated.
14141
141422004-01-15  David Schleef  <ds@schleef.org>
14143
14144	* ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
14145	that handles osssink fallback.
14146	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14147	(gst_audio_convert_getcaps):
14148	* gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14149	Add audio/x-qdm2 for QDM2 audio.
14150	* gst/sine/gstsinesrc.c: (gst_sinesrc_get):
14151	* gst/sine/gstsinesrc.h: Add example of how to implement tags.
14152	* gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
14153	Decrease minimum size to 16x16.
14154	* gst/wavparse/gstwavparse.c:
14155	Convert disabled pad template caps to new caps.
14156	* sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14157	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14158	(gst_xvimagesink_chain): Throw element error when display cannot
14159	be opened.  Increase minimum framerate to 1.0.  Check the data
14160	free function on a buffer to make sure it is the type we expect
14161	before manipulating it.
14162
141632004-01-15  Julien MOUTTE <julien@moutte.net>
14164
14165	* gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
14166	(gst_videobalance_colorbalance_set_value): Implement passthru if
14167	settings are in the middle.
14168	* tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
14169
141702004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14171
14172	* gst/videofilter/Makefile.am:
14173	* gst/volume/Makefile.am:
14174	  Since we use videofilter symbols, link to it.
14175
141762004-01-15  Julien MOUTTE <julien@moutte.net>
14177
14178	* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
14179	mixer interface type to HARDWARE.
14180	* gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
14181	type to SOFTWARE.
14182	* gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
14183	* gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
14184	* gst/volume/gstvolume.c: (gst_volume_interface_supported),
14185	(gst_volume_interface_init), (gst_volume_list_tracks),
14186	(gst_volume_set_volume), (gst_volume_get_volume),
14187	(gst_volume_set_mute), (gst_volume_mixer_init),
14188	(gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
14189	(volume_init): Implementing mixer interface.
14190	* gst/volume/gstvolume.h: Adding tracklist for mixer interface.
14191	* sys/oss/gstosselement.c: (gst_osselement_get_type),
14192	(gst_osselement_change_state): Removing some trailing commas in
14193	structures.
14194	* sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
14195	interface type to HARDWARE.
14196	* sys/v4l/gstv4lcolorbalance.c:
14197	(gst_v4l_color_balance_interface_init): Setting colorbalance interface
14198	type to HARDWARE.
14199	* sys/v4l2/gstv4l2colorbalance.c:
14200	(gst_v4l2_color_balance_interface_init): Setting colorbalance
14201	interface type to HARDWARE.
14202	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
14203	same code than ximagesink for event handling.
14204
142052004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14206
14207	* ext/snapshot/Makefile.am:
14208	* ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
14209	(gst_snapshot_chain):
14210	* ext/snapshot/gstsnapshot.h:
14211	  This has to be a joke... Snapshot should be connected to a tee,
14212	  colorspace element before it and EOS after that, where the other
14213	  src of the tee receives normal data.
14214	  The current way is *wrong*.
14215
142162004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14217
14218	* ext/hermes/gsthermescolorspace.c:
14219	  Fix another compile error. Same as below.
14220
142212004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14222
14223	* gst/colorspace/gstcolorspace.c:
14224	* gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
14225	(gst_colorspace_i420_to_yv12):
14226	  Fix compiling... Didn't test if it actually works.
14227
142282004-01-15  David Schleef  <ds@schleef.org>
14229
14230	* configure.ac:
14231	* gst/colorspace/Makefile.am:
14232	* gst/colorspace/gstcolorspace.c:
14233	* gst/colorspace/gstcolorspace.h:
14234	* gst/colorspace/yuv2rgb.c:
14235	* gst/colorspace/yuv2rgb.h:
14236	Duplicate the ext/hermes colorspace plugin, and remove Hermes
14237	code and GPL code.  Fix for new caps negotiation.  Rewrite
14238	much of the format handling code, and some of the conversion
14239	code.  Basically, rewrote almost everything.  This element
14240	handles I420, YV12 to RGB conversions.
14241	* ext/hermes/Makefile.am:
14242	* ext/hermes/gsthermescolorspace.c:
14243	Rename colorspace to hermescolorspace.  Fix negotiation issues.
14244	Remove non-Hermes related code.  This element handles lots of
14245	RGB to RGB conversions, but no YUV.
14246	* ext/hermes/gstcolorspace.c:
14247	* ext/hermes/gstcolorspace.h:
14248	* ext/hermes/rgb2yuv.c:
14249	* ext/hermes/yuv2rgb.c:
14250	* ext/hermes/yuv2rgb.h:
14251	* ext/hermes/yuv2rgb_mmx16.s:
14252	* ext/hermes/yuv2yuv.c:
14253	* ext/hermes/yuv2yuv.h:
14254	Remove old code.
14255
142562004-01-14  Colin Walters  <walters@verbum.org>
14257
14258	* ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
14259	they've already been.
14260
142612004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14262
14263	* ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
14264	  assume tag mode when pad is not connected
14265
142662004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14267
14268	* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14269	  Don't update the time of the clock
14270	(gst_alsa_sink_loop):
14271	  sync to the clock given to alsasink, not the own clock
14272	* sys/oss/gstosssink.c: (gst_osssink_chain):
14273	  sync to the clock
14274	(gst_osssink_change_state):
14275	  activate the clock
14276	* sys/ximage/ximagesink.c: (gst_ximagesink_chain):
14277	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
14278	  remove bogus code that made DISCONT events unhandled
14279	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
14280	  explicitly case to double in _set_simple. (fixes 2nd warning in bug
14281	  #131502)
14282	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
14283	(gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
14284	(gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
14285	  convert g_warning because of wrong asf data to GST_WARNINGs (fixes
14286	  2nd warning in bug #131502)
14287
142882004-01-14  Julien MOUTTE  <julien@moutte.net>
14289
14290	* gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
14291	(gst_videobalance_colorbalance_set_value),
14292	(gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
14293	for colorbalance interface implementation.
14294	* sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14295	(gst_ximagesink_set_property), (gst_ximagesink_get_property),
14296	(gst_ximagesink_dispose), (gst_ximagesink_init),
14297	(gst_ximagesink_class_init): Adding DISPLAY property.
14298	* sys/ximage/ximagesink.h: Adding display_name to store display.
14299	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14300	(gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14301	(gst_xvimagesink_dispose), (gst_xvimagesink_init),
14302	(gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
14303	properties (they still need polishing though for gst-launch use : no
14304	xcontext yet, i ll do that tomorrow).
14305	* sys/xvimage/xvimagesink.h: Adding display_name to store display.
14306
143072004-01-14  Julien MOUTTE  <julien@moutte.net>
14308
14309	* gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
14310	(gst_play_set_location), (gst_play_set_visualization): Preparing
14311	switch integration, adding videobalance in the pipeline.
14312
143132004-01-14  Julien MOUTTE <julien@moutte.net>
14314
14315	* gst-libs/gst/colorbalance/colorbalance.c:
14316	(gst_color_balance_class_init): Adding a default type.
14317	* gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
14318	the type.
14319	* gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
14320	(gst_videobalance_dispose), (gst_videobalance_class_init),
14321	(gst_videobalance_init), (gst_videobalance_interface_supported),
14322	(gst_videobalance_interface_init),
14323	(gst_videobalance_colorbalance_list_channels),
14324	(gst_videobalance_colorbalance_set_value),
14325	(gst_videobalance_colorbalance_get_value),
14326	(gst_videobalance_colorbalance_init): Implementing colorbalance
14327	interface.
14328	* gst/videofilter/gstvideobalance.h: Adding colorbalance channels
14329	list.
14330	* sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
14331	bug which was triggering a BadAccess X error when setting an overlay
14332	before pad was really negotiated.
14333	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
14334	Using the colorbalance type macro.
14335
143362004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14337
14338	* ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
14339	(gst_flacenc_chain):
14340	  handle tags correctly
14341	* gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14342	  extract ID3v1 tags correctly
14343
143442004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14345
14346	* gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
14347	(plugin_init):
14348	  Improve matroska typefinding for odd-typed headers...
14349
143502004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14351
14352	* gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14353	  Fix for using incremental number on padnames.
14354
143552004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14356
14357	* ext/divx/gstdivxdec.c:
14358	* ext/divx/gstdivxenc.c:
14359	  Set category to divx4linux instead of divx (too generic).
14360	* gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14361	(gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
14362	(gst_wavparse_loop), (gst_wavparse_change_state):
14363	* gst/wavparse/gstwavparse.h:
14364	  fix parsing of WAV files with non-standard fmt-tag size and fix
14365	  skipping of unrecognized chunks... Someone please fix this thing
14366	  to use rifflib so all this is automated.
14367	* sys/v4l/Makefile.am:
14368	* sys/v4l2/Makefile.am:
14369	  Add X_CFLAGS because we depend on X (for overlay).
14370
143712004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
14372
14373	* ext/mpeg2dec/gstmpeg2dec.c:
14374	  Don't issue a timestamp unless we tagged the frame
14375	  with a PTS.
14376
143772004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14378
14379	* gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
14380	  Query the audio element to get the time, not the clock. We're
14381	  interested in the element's time here.
14382
143832004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14384
14385	* ext/aalib/gstaasink.c: (gst_aasink_chain):
14386	* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14387	* ext/esd/esdsink.c: (gst_esdsink_chain):
14388	* ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
14389	* ext/mas/massink.c: (gst_massink_chain):
14390	* ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
14391	* gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
14392	(gst_matroska_demux_parse_metadata):
14393	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
14394	(gst_mpeg_parse_release_locks):
14395	* gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
14396	* gst/udp/gstudpsink.c: (gst_udpsink_chain):
14397	* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
14398	* sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14399	(gst_osssink_change_state):
14400	* sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
14401	* sys/ximage/ximagesink.c: (gst_ximagesink_chain):
14402	* sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
14403	(gst_xvideosink_release_locks):
14404	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
14405	  use element time.
14406	* ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
14407	(gst_alsa_clock_stop):
14408	* gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
14409	(gst_audio_clock_get_internal_time):
14410	  simplify for use with new clocking code.
14411	* testsuite/alsa/Makefile.am:
14412	* testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
14413	  fix testsuite for new caps system
14414
144152004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14416
14417	* ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
14418	* ext/flac/gstflacenc.c: (add_one_tag):
14419	  length is already host endian, no need to convert. Fixes playback of
14420	  tagged files on PPC. (bug #128384)
14421
144222004-01-13  Julien MOUTTE <julien@moutte.net>
14423
14424	* gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
14425	colorbalance interface stating if it is hardware based or software
14426	based.
14427	* gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
14428	Removing a trailing comma.
14429	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14430	(gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
14431	Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
14432	the documentation seems to be wrong on the -1000 to 1000 interval.
14433
144342004-01-12  David Schleef  <ds@schleef.org>
14435
14436	* gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
14437	(gst_efence_buffer_alloc), (gst_fenced_buffer_new),
14438	(gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
14439	Fix negotiation.  Add a bufferalloc function for the sink pad,
14440	and generally clean up some of the code.
14441
144422004-01-12  Julien MOUTTE <julien@moutte.net>
14443
14444	* gst-libs/gst/colorbalance/colorbalancechannel.c:
14445	(gst_color_balance_channel_dispose): Adding safety check in dispose
14446	method.
14447	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14448	(gst_xvimagesink_xcontext_clear),
14449	(gst_xvimagesink_interface_supported),
14450	(gst_xvimagesink_colorbalance_list_channels),
14451	(gst_xvimagesink_colorbalance_set_value),
14452	(gst_xvimagesink_colorbalance_get_value),
14453	(gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
14454	Adding colorbalance interface support to set XV parameters such as
14455	HUE, BRIGHTNESS, CONTRAST, SATURATION.
14456	* sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
14457	interface.
14458
144592004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14460
14461	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
14462	(gst_audio_convert_class_init), (gst_audioconvert_getcaps),
14463	(gst_audio_convert_init), (gst_audio_convert_set_property),
14464	(gst_audio_convert_get_property), (gst_audio_convert_chain),
14465	(gst_audio_convert_link),
14466	(gst_audio_convert_buffer_to_default_format),
14467	(gst_audio_convert_buffer_from_default_format), (plugin_init):
14468          - implement _getcaps and use it
14469          - improve linking
14470          - remove float caps since no float conversion is actually done
14471          - remove properties and arguments that were to be used for rate
14472            conversion
14473
144742004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14475
14476	* gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
14477	(gst_audio_structure_set_int):
14478	* gst-libs/gst/audio/audio.h:
14479          add helper functions for _getcaps matching the standard audio
14480          templates
14481
144822004-01-12  David Schleef  <ds@schleef.org>
14483
14484	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14485	Test that pad is negotiated before getting its caps.
14486
144872004-01-12  Julien MOUTTE <julien@moutte.net>
14488
14489	* gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
14490	analyzing the pads of an element the bin is mostly in READY state so
14491	no caps were negotiated. This helper function needs to work with
14492	_get_caps directly then. I was not freeing them though, added that to
14493	fix the mem leak.
14494
144952004-01-12  Julien MOUTTE <julien@moutte.net>
14496
14497	* sys/ximage/ximagesink.c: (gst_ximagesink_chain):
14498	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
14499	direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
14500	than the free_func.
14501
145022004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14503
14504	* sys/oss/gstossaudio.c: (plugin_init):
14505	* sys/oss/gstosselement.c: (gst_osselement_sync_parms):
14506	* sys/oss/gstosselement.h:
14507          make an oss debugging category
14508          make failure more descriptive
14509
145102004-01-11  David Schleef  <ds@schleef.org>
14511
14512	* ext/ffmpeg/gstffmpeg.c:
14513	* ext/ffmpeg/gstffmpegcodecmap.c:
14514	* ext/ffmpeg/gstffmpegdec.c:
14515	* ext/ffmpeg/gstffmpegenc.c:
14516	* ext/ffmpeg/gstffmpegprotocol.c:
14517	* ext/gdk_pixbuf/gstgdkanimation.c:
14518	* ext/jpeg/gstjpeg.c:
14519	* ext/libpng/gstpng.c:
14520	* ext/mpeg2dec/perftest.c:
14521	* ext/speex/gstspeex.c:
14522	* gst-libs/gst/resample/dtos.c:
14523	* gst/intfloat/gstintfloatconvert.c:
14524	* gst/oneton/gstoneton.c:
14525	* gst/rtjpeg/RTjpeg.c:
14526	* gst/rtp/gstrtp.c:
14527	* sys/dxr3/dxr3init.c:
14528	* sys/glsink/gstgl_nvimage.c:
14529	* sys/glsink/gstgl_pdrimage.c:
14530	* sys/glsink/gstglsink.c:
14531	* testsuite/gst-lint:
14532	Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
14533
145342004-01-11  David Schleef  <ds@schleef.org>
14535
14536	* ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
14537	* ext/faac/gstfaac.c: (gst_faac_sinkconnect):
14538	* ext/gdk_pixbuf/gstgdkanimation.c:
14539	(gst_gdk_animation_iter_create_pixbuf):
14540	* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
14541	(gst_gdk_pixbuf_chain):
14542	* ext/gdk_pixbuf/gstgdkpixbuf.h:
14543	* ext/jack/gstjack.c: (gst_jack_change_state):
14544	* ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
14545	* gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
14546	* gst-libs/gst/play/play.c: (gst_play_get_sink_element):
14547	* gst/videofilter/gstvideofilter.c:
14548	(gst_videofilter_set_output_size):
14549	Remove all usage of gst_pad_get_caps(), and replace it with
14550	gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
14551
145522004-01-11  David Schleef  <ds@schleef.org>
14553
14554	* configure.ac:
14555	* ext/Makefile.am: Fixes to make ext/libcaca compile.
14556	* ext/divx/gstdivxdec.c:
14557	* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
14558	(gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
14559	handle images that span multiple buffers.  Now work with both
14560	filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
14561	* ext/gdk_pixbuf/gstgdkpixbuf.h:
14562	* ext/libcaca/gstcacasink.h: Fixes needed due to recent
14563	video/video.h changes
14564	* ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
14565	* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
14566	(gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
14567	of GstData free function.
14568	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
14569	same.
14570
145712004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14572
14573	* sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
14574	(gst_v4l2element_dispose), (gst_v4l2element_set_property),
14575	(gst_v4l2element_get_property):
14576	* sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
14577	  add norm, channel and frequency properties.
14578	* sys/v4l2/gstv4l2tuner.c:
14579	  fixes for tuner interface changes
14580	* sys/v4l2/gstv4l2element.h:
14581	* sys/v4l2/gstv4l2src.c:
14582	* sys/v4l2/gstv4l2src.h:
14583	* sys/v4l2/v4l2src_calls.c:
14584	* sys/v4l2/v4l2src_calls.h:
14585	  rework v4l2src to work with saa1734 cards and allow mmaped buffers.
14586
145872004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14588
14589	* gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
14590	(gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
14591	(gst_tuner_channel_changed), (gst_tuner_norm_changed),
14592	(gst_tuner_frequency_changed), (gst_tuner_signal_changed):
14593	* gst-libs/gst/tuner/tuner.h:
14594	  GObjects aren't const.
14595	  Add find_by_name functions.
14596	  Add checks to _changed functions.
14597	* sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
14598	(gst_v4l_tuner_get_norm):
14599	  Fixes for above.
14600
146012004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14602
14603	* gst-libs/gst/video/video.h:
14604	  Fix caps template names to be understandable.
14605	  Prefix everything with GST_VIDEO.
14606	* ext/aalib/gstaasink.c:
14607	* ext/divx/gstdivxdec.c:
14608	* ext/divx/gstdivxenc.c:
14609	* ext/gdk_pixbuf/gstgdkpixbuf.c:
14610	* ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
14611	* ext/jpeg/gstjpegdec.c: (raw_caps_factory):
14612	* ext/jpeg/gstjpegenc.c: (raw_caps_factory):
14613	* ext/libcaca/gstcacasink.c:
14614	* ext/libpng/gstpngenc.c: (raw_caps_factory):
14615	* ext/snapshot/gstsnapshot.c:
14616	* ext/swfdec/gstswfdec.c:
14617	* ext/xvid/gstxviddec.c:
14618	* ext/xvid/gstxvidenc.c:
14619	* gst/chart/gstchart.c:
14620	* gst/deinterlace/gstdeinterlace.c:
14621	* gst/effectv/gsteffectv.c:
14622	* gst/flx/gstflxdec.c: (gst_flxdec_loop):
14623	* gst/goom/gstgoom.c:
14624	* gst/median/gstmedian.c:
14625	* gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
14626	(gst_monoscope_srcconnect), (gst_monoscope_chain):
14627	* gst/overlay/gstoverlay.c:
14628	* gst/smooth/gstsmooth.c:
14629	* gst/smpte/gstsmpte.c:
14630	* gst/synaesthesia/gstsynaesthesia.c:
14631	* gst/videocrop/gstvideocrop.c:
14632	* gst/videodrop/gstvideodrop.c:
14633	* gst/y4m/gsty4mencode.c:
14634	* sys/qcam/gstqcamsrc.c:
14635	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
14636	  Make them work with new video.h file.
14637	* sys/ximage/ximagesink.c: (gst_ximagesink_chain),
14638	(gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
14639	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
14640	(gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
14641	  Make it work with new buffer allocation system.
14642
146432004-01-11  Julien MOUTTE  <julien@moutte.net>
14644
14645	* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
14646	pad_alloc_buffer implementation to use ->srcpad
14647	* ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
14648        pad_alloc_buffer implementation to use ->srcpad
14649	* gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
14650        pad_alloc_buffer implementation to use ->srcpad
14651	* sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14652	(gst_ximagesink_chain), (gst_ximagesink_buffer_free),
14653	(gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
14654	a reference to everything we need.
14655	* sys/ximage/ximagesink.h: adding a reference to the sink in the image.
14656	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14657	(gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
14658	(gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
14659        a reference to everything we need.
14660	* sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
14661
146622004-01-11  David Schleef  <ds@schleef.org>
14663
14664	* ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
14665	* gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
14666	(gst_fenced_buffer_default_copy): Fix for rename of buffer private
14667	structure members.
14668	* gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
14669	value during a resize/renegotiation.
14670	* gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
14671	gst_pad_alloc_buffer();
14672	* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
14673	(gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
14674	structure members.
14675	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
14676	Fix for rename of buffer private structure members.
14677	* sys/ximage/ximagesink.c: (gst_ximagesink_chain),
14678	(gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
14679	Fix for rename of buffer private structure members.
14680	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
14681	(gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
14682	Fix for rename of buffer private structure members.
14683
146842004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
14685
14686	reviewed by: David Schleef <ds@schleef.org>
14687
14688	* gst/videofilter/Makefile.am:
14689	* gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
14690	from the patch by ds to fit in with recent make_filter changes.
14691
146922004-01-11  Julien MOUTTE  <julien@moutte.net>
14693
14694	* configure.ac: Adding examples/switch/Makefile
14695	* examples/Makefile.am: Adding examples/switch
14696	* examples/switch/Makefile.am: Adding switcher example.
14697	* examples/switch/switcher.c: (got_eos), (idle_iterate),
14698	(switch_timer), (main): Adding an example demonstrating switch usage
14699	with 2 videotestsrc showing different patterns.
14700	* gst/switch/gstswitch.c: (gst_switch_request_new_pad),
14701	(gst_switch_init): Fixing switch with the new caps system.
14702
147032004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14704
14705	* gst-libs/gst/video/video.h:
14706	  Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
14707	  They should probably be like
14708	  GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
14709
147102004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14711
14712	* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14713	(qtdemux_parse_trak):
14714	  fix audio chunk size/timestamp calculation
14715
147162004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14717
14718	* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
14719	  fix SVQ3 caps
14720
147212004-01-11  Steve Baker  <steve@stevebaker.org>
14722
14723	* gst/effectv/gstaging.c: (gst_agingtv_get_type),
14724	(gst_agingtv_base_init), (gst_agingtv_class_init),
14725	(gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
14726	(gst_agingtv_set_property), (gst_agingtv_get_property):
14727        Port agingTV to videofilter
14728
147292004-01-09  Julien MOUTTE <julien@moutte.net>
14730
14731	* ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
14732	Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
14733
147342004-01-09  Julien MOUTTE <julien@moutte.net>
14735
14736	* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
14737	Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
14738	* gst-libs/gst/xoverlay/xoverlay.c:
14739	(gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
14740	* gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
14741	Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
14742	* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
14743	Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
14744	* sys/ximage/ximagesink.c: (gst_ximagesink_chain),
14745	(gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14746	(gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
14747	the bufferalloc_function to replace bufferpools, fixing the XOverlay
14748	interface implementation to handle xid being 0 and fix some bugs
14749	triggered by Benjamin's testcase.
14750	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
14751	(gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14752	(gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
14753	the bufferalloc_function to replace bufferpools, fixing the XOverlay
14754	interface implementation to handle xid being 0 and fix some bugs
14755	triggered by Benjamin's testcase.
14756
147572004-01-09  David Schleef  <ds@schleef.org>
14758
14759	* ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
14760	mouse pointer events.  It works.
14761
147622004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14763
14764	* ext/divx/gstdivxenc.c: (gst_divxenc_init):
14765	  Use explicit caps - fix capsnego.
14766	* ext/xvid/gstxviddec.c:
14767	* ext/xvid/gstxvidenc.c:
14768	  Remove macro-inside-macro which caused compile errors.
14769	* gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
14770	  Error out if it's not a RIFF file. Else we error out without
14771	  gst_element_error() which is not good...
14772
147732004-01-08  David Schleef  <ds@schleef.org>
14774
14775	* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
14776	Fix pad_link function to handle formats that ffmpeg returns
14777	as multiple caps structures.
14778	* gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
14779	Only complain if source buffer is _smaller_ than expected.
14780	* gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
14781	(gst_videoscale_handle_src_event): Resize navigation events
14782	when passing them upstream.
14783	* gst/videotestsrc/gstvideotestsrc.c:
14784	* gst/videotestsrc/gstvideotestsrc.h:
14785	* gst/videotestsrc/videotestsrc.c:
14786	* gst/videotestsrc/videotestsrc.h:
14787	Rewrite many of the buffer painting functions to handle odd
14788	sizes (for many formats, size%4!=0 or size%8!=0).  Most have
14789	been verified to work with my video card.
14790	* testsuite/gst-lint:  Add check for elements calling
14791	gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
14792
147932004-01-08  David Schleef  <ds@schleef.org>
14794
14795	* gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
14796	(gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
14797
147982004-01-08  Julien MOUTTE  <julien@moutte.net>
14799
14800	* sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
14801	configure event is not emiting the desired size signal. That fixes
14802	aspect ratio issues with gst-player.
14803
148042004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14805
14806	* gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
14807	  Fix capsnego.
14808
148092004-01-08  Julien MOUTTE  <julien@moutte.net>
14810
14811	* ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
14812	public method to fire size signal.
14813
148142004-01-07  Julien MOUTTE  <julien@moutte.net>
14815
14816	* examples/gstplay/Makefile.am: Adding the interface library.
14817	* gst-libs/gst/play/Makefile.am: Adding the interface library.
14818	* gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to 	the XOverlay size signal instead of GstVideoSink.
14819	* gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
14820	GST_IS_X_OVERLAY before signal connect.
14821	* gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
14822	Removing the have_video_size signal.
14823	* gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
14824	and associated public method.
14825	* sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
14826	(gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
14827	signal.
14828	* sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
14829	(gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
14830        signal.
14831	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
14832	Using XOverlay public method to fire size signal.
14833
148342004-01-07  David Schleef  <ds@schleef.org>
14835
14836	* gst/videofilter/Makefile.am:
14837	* gst/videofilter/gstvideotemplate.c:
14838	* gst/videofilter/make_filter:
14839	Create gstvideoexample.c in a srcdir!=builddir friendly way.
14840	Convert make_filter to /bin/sh script.
14841
148422004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14843
14844	* gst/modplug/gstmodplug.cc: fix element description
14845
148462004-01-07  Julien MOUTTE  <julien@moutte.net>
14847
14848	* examples/gstplay/player.c: (got_time_tick), (got_stream_length),
14849	(got_video_size): Adding some new lines in g_print calls.
14850	* sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
14851	(gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
14852	(gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
14853	(gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
14854	(gst_ximagesink_chain), (gst_ximagesink_buffer_new),
14855	(gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
14856	Complete code review, reverting some stuff i disagree with, adding
14857	some fixes : time synchronization on invalid timestamps, renegotiation
14858	of private window.
14859	* sys/ximage/ximagesink.h:
14860	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
14861	(gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
14862	(gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14863	(gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
14864	(gst_xvimagesink_change_state), (gst_xvimagesink_chain),
14865	(gst_xvimagesink_buffer_new),
14866	(gst_xvimagesink_navigation_send_event),
14867	(gst_xvimagesink_set_xwindow_id),
14868	(gst_xvimagesink_get_desired_size),
14869	(gst_xvimagesink_xoverlay_init): Complete code review, reverting some
14870	stuff i disagree with, adding some fixes : Renegotiation of private
14871	window, implementing get_desired_size.
14872
148732004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14874
14875	* ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
14876	(gst_afsink_handle_event):
14877	* ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
14878	* gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
14879	* sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
14880	* sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
14881	* sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
14882	  Fix for instantiate-test (see core). Also remove dead code from
14883	  jpegenc (which still needs fixing, but that's lower on my TODO
14884	  list...).
14885	* sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
14886	  Never return NULL as caps.
14887
148882004-01-07  David Schleef  <ds@schleef.org>
14889
14890	* configure.ac:
14891	* ext/Makefile.am:
14892	* ext/librfb/Makefile.am:
14893	* ext/librfb/gstrfbsrc.c:
14894	New source plugin based on librfb-0.1.  RFB (remote framebuffer)
14895	is the protocol used by VNC.
14896
148972004-01-07  David Schleef  <ds@schleef.org>
14898
14899	* gst/videofilter/gstvideotemplate.c:
14900	* gst/videofilter/gstvideotemplate.h:
14901	* gst/videofilter/make_filter:
14902	Merge videotemplate header into source file.
14903	* gst/effectv/Makefile.am:
14904	* gst/effectv/gsteffectv.c: (plugin_init):
14905	* gst/effectv/gstwarp.c:
14906	Make warpTV a subclass of videofilter.
14907
149082004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14909
14910	* ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
14911	  Add guard against invalid utf-8 conversions in mad. Just in case.
14912
149132004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14914
14915	* sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
14916	  Fix for bug shown by poisoning
14917
149182004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14919
14920	* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
14921	(gst_v4lmjpegsrc_buffer_free):
14922	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
14923	(gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
14924	(gst_v4lsrc_buffer_free):
14925	  Fix for removed bufferpools.
14926
149272004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
14928
14929	* ext/dv/gstdvdec.c: (gst_dvdec_loop):
14930	Fix caps negotiation.
14931
14932	* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
14933	(dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
14934	(dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
14935	(dvdnavsrc_event):
14936	* ext/mpeg2dec/gstmpeg2dec.c:
14937	* gst-libs/gst/navigation/navigation.c:
14938	(gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
14939	* gst-libs/gst/navigation/navigation.h:
14940	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
14941	* sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
14942	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
14943	Super-simple first version of mouse and keyboard events. Clicking
14944	on a DVD menu now works, although it may not take you where you
14945	expected.
14946
14947	* gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
14948	* gst/videotestsrc/gstvideotestsrc.c:
14949	(gst_videotestsrc_src_fixate):
14950	These fixate functions were broken - they never actually
14951	fixated :)
14952
149532004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14954
14955	* ext/shout/gstshout.c: (gst_icecastsend_base_init),
14956	(gst_icecastsend_init):
14957	  fix for new caps system.
14958	* gst-libs/gst/mixer/mixertrack.h:
14959	* sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
14960	  Add 'master track' flag (for tools like ACME that only want to
14961	  change the main volume).
14962
149632004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
14964
14965	* ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
14966	(gst_xvid_csp_to_caps):
14967	* ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
14968	* ext/xvid/gstxvidenc.c:
14969	ifdef out ARGB type when it isn't available
14970	in xvidcore 1.0.0beta2
14971
149722004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14973
14974	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
14975	  When we have received a new SCR right in the first buffer after
14976	  a seek (so in the same cycle that handles the discont), we should
14977	  handle the buffer instead of unreffing it, else we lose data.
14978
149792004-01-06  Iain <iain@prettypeople.org>
14980
14981	* gst/intfloat/gstint2float.c (gst_int2float_link): Set the
14982	  buffer-frames caps too.
14983
14984	* gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
14985	  caps that we need, don't destroy them all and rebuild them. And when
14986	  creating src pads, use the src pad template rather than the sink...
14987
149882004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14989
14990	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
14991	  Add pad to element *after* setting functions such as event handler.
14992	  Without this, the scheduler (opt) will link pads, set the event
14993	  handler from the default event function (dispatcher in gstpad.c)
14994	  and *after* that, we will set our own event function, which will
14995	  thus never be used (and thus mpegdemux doesn't handle events).
14996
149972004-01-04  David Schleef  <ds@schleef.org>
14998
14999	Fix the fixate functions to handle new prototype:
15000	* gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
15001	* gst/videotestsrc/gstvideotestsrc.c:
15002	(gst_videotestsrc_src_fixate):
15003	* sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
15004	* sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
15005	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
15006
150072004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15008
15009	* sys/ximage/ximagesink.h:
15010	* sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15011	(gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
15012	(gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
15013	(gst_ximagesink_xoverlay_init):
15014	  assorted fixes to make (re)embedding work
15015	* sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
15016	(gst_ximagesink_get_desired_size):
15017	  implement desired size additions to XOverlay
15018
150192004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15020
15021	* gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
15022	(gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
15023	(gst_x_overlay_got_desired_size):
15024	* gst-libs/gst/xoverlay/xoverlay.h:
15025	  Add optional "desired size" signal and querying.
15026
150272004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15028
15029	* gst/matroska/matroska-demux.c:
15030	(gst_matroska_demux_parse_blockgroup):
15031	  Fix EBML-laced block parsing. Diffs are relative to previous
15032	  lace, not the first lace. Thanks to Mosu from the Matroska
15033	  team for detecting this.
15034	* gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15035	(gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
15036	(gst_wavparse_handle_sink_event), (gst_wavparse_loop),
15037	(gst_wavparse_change_state):
15038	* gst/wavparse/gstwavparse.h:
15039	  Quickfix for capsnego.
15040
150412004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15042
15043	* gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
15044	  Fix indenting, fix pad creation.
15045
150462004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15047
15048	* ext/xvid/gstxviddec.c: (gst_xviddec_init),
15049	(gst_xviddec_src_getcaps), (gst_xviddec_src_link),
15050	(gst_xviddec_sink_link):
15051	  Implement src_getcaps() so proper size caps is negotiated.
15052
150532004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15054
15055	* ext/flac/gstflacdec.c: (gst_flacdec_loop):
15056	  Finish flac decoder on EOS. See #116178.
15057
150582004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15059
15060	* gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
15061	(gst_matroska_demux_add_stream):
15062	* gst/matroska/matroska-ids.h:
15063	  Add getcaps() function to fix capsnego...
15064
150652004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15066
15067	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
15068	(gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
15069	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
15070	  Fix more integer overflows. Again, see #126967.
15071
150722004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15073
15074	* ext/mpeg2dec/gstmpeg2dec.c:
15075	  Add support for mpeg2dec-0.4.0 (released two weeks ago). See
15076	  #130416.
15077
150782004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15079
15080	* configure.ac:
15081	* ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
15082	(gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
15083	* ext/xvid/gstxvid.h:
15084	* ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
15085	(gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
15086	(gst_xviddec_src_link), (gst_xviddec_sink_link),
15087	(gst_xviddec_change_state):
15088	* ext/xvid/gstxviddec.h:
15089	* ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
15090	(gst_xvidenc_base_init), (gst_xvidenc_class_init),
15091	(gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
15092	(gst_xvidenc_link), (gst_xvidenc_set_property),
15093	(gst_xvidenc_get_property), (gst_xvidenc_change_state):
15094	* ext/xvid/gstxvidenc.h:
15095	  Update xvid plugin to latest xvid (1.0.0-beta3) API.
15096
150972004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15098
15099	* gst/rtp/rtp-packet.c:
15100	  Add sys/types.h include, since OS X doesn't define in_addr_t
15101	  in netinet/in.h, like it does on Linux (see #129600).
15102
151032004-01-03  Thomas Canty <tommydal@optushome.com.au>
15104
15105	reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15106
15107	* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
15108	  Correct logic of dispose function (see #129306).
15109
151102004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15111
15112	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
15113	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
15114	(gst_mpeg_parse_init):
15115	* gst/mpegstream/gstmpegparse.h:
15116	  Remove clock (which was never provided, i.e. dead code), and
15117	  also fix integer overflows at high PTS values (see #126967).
15118
151192004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15120
15121	* ext/flac/gstflacdec.c:
15122	* ext/libpng/gstpngenc.h:
15123	* ext/mikmod/gstmikmod.h:
15124	  OS X fixes (see #126628).
15125
151262004-01-02  David Schleef  <ds@schleef.org>
15127
15128	* ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
15129	(gst_alsa_src_base_init): Remove bogus "src" request pad.
15130	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
15131	(gst_mpeg_parse_class_init): Move pad template registration
15132	to class_init, since the derived class (mpegdemux) doesn't
15133	want them.
15134
151352004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15136
15137	* sys/ximage/Makefile.am:
15138	* sys/xvideo/Makefile.am:
15139	* sys/xvimage/Makefile.am:
15140	  Move interface libs from LDFLAGS to LIBADD, fix relocation errors
15141	  after installation (see #127664).
15142
151432004-01-02  David Schleef  <ds@schleef.org>
15144
15145	* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
15146	(gst_ffmpegenc_connect):  Negotiation fixes.
15147	* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
15148	Remove inappropriate gst_caps_free().
15149	* sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
15150	Reenable Ronald's internal resize code, since the core handles
15151	it correctly now.
15152
151532004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15154
15155	* sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
15156	* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
15157	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
15158	  Fix pad template stuff.
15159
151602004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15161
15162	* gst/matroska/ebml-read.c: (gst_ebml_read_sint):
15163	* gst/matroska/ebml-write.c: (gst_ebml_write_sint):
15164	  fix signed integer reading/writing.
15165
151662004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15167
15168	* ext/alsa/README:
15169	  Remove outdated document
15170
151712004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
15172
15173	* gst/cutter/gstcutter.c: (gst_cutter_init):
15174	  src pad was being created twice - oops.
15175
151762004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15177
15178	* sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
15179	  Comment out internal resize. It doesn't handle the resulting
15180	  XEvent internally, does another try_set_caps() which leads to
15181	  a really nice loop.
15182	  Real fix will come when Julien and Dave are awake. ;).
15183
151842004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15185
15186	* ext/mpeg2enc/gstmpeg2enc.cc:
15187	  fix const/nonconst compile issue.
15188
151892004-01-02  David Schleef  <ds@schleef.org>
15190
15191	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
15192	(gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
15193	Add fixate function and a check for bad formats.
15194
151952004-01-01  David Schleef  <ds@schleef.org>
15196
15197	Negotiation fixes:
15198	* gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15199	(gst_audiofilter_init):
15200	* gst/debug/efence.c: (gst_efence_init):
15201	* gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
15202	(gst_deinterlace_init):
15203	* gst/volume/gstvolume.c: (volume_connect):
15204
152052004-01-01  David Schleef  <ds@schleef.org>
15206
15207	Convert elements to use gst_pad_use_explicit_caps() where
15208	appropriate:
15209	* ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
15210	* ext/audiofile/gstafparse.c: (gst_afparse_init),
15211	(gst_afparse_open_file):
15212	* ext/audiofile/gstafsrc.c: (gst_afsrc_init),
15213	(gst_afsrc_open_file):
15214	* ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
15215	* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
15216	(gst_ffmpegdec_chain):
15217	* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
15218	* ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
15219	* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
15220	(gst_gdk_pixbuf_chain):
15221	* ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
15222	(gst_jpegdec_chain):
15223	* ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
15224	* ext/mikmod/gstmikmod.c: (gst_mikmod_init),
15225	(gst_mikmod_negotiate):
15226	* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
15227	(gst_mpeg2dec_negotiate_format):
15228	* ext/mpeg2enc/gstmpeg2enc.cc:
15229	* ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15230	* ext/speex/gstspeexdec.c: (gst_speexdec_init),
15231	(gst_speexdec_sinkconnect):
15232	* ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
15233	* ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
15234	(gst_vorbisfile_new_link):
15235	* gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
15236	(gst_ac3parse_chain):
15237	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
15238	(gst_asf_demux_setup_pad):
15239	* gst/auparse/gstauparse.c: (gst_auparse_init),
15240	(gst_auparse_chain):
15241	* gst/id3/gstid3types.c: (gst_id3types_loop):
15242	* gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15243	* gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
15244	(mp1videoparse_parse_seq):
15245	* gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
15246	(bpf_from_header):
15247	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
15248	(gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
15249	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
15250	(gst_mpeg_parse_send_data):
15251	* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15252	(gst_qtdemux_add_stream):
15253	* gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
15254	* gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15255	(gst_wavparse_parse_fmt):
15256
152572004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15258
15259	* configure.ac:
15260	  Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
15261	  1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
15262	  it therefore uses the wrong include paths. Too bad... Note
15263	  that 1.6.1.93 is not release yet. ;).
15264	  Also add a check for mplex, which is now using the lib'ified
15265	  mplex from mjpegtools, too.
15266	* ext/ffmpeg/gstffmpegcodecmap.c:
15267	  Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
15268	  issues. I don't think ffmpeg handles 3ivx correctly, so this
15269	  probably won't work. But it won't hurt either.
15270	* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
15271	(gst_ffmpegdec_chain):
15272	* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
15273	(gst_ffmpegenc_chain_audio):
15274	  Fix memleak in audio encoding. Close codec if open fails, this
15275	  calls the cleanup routines so we can re-use the context.
15276	* ext/mpeg2enc/gstmpeg2enc.cc:
15277	  Fix pad template names/types, fix memory issue with getcaps().
15278	* ext/mpeg2enc/gstmpeg2encoder.cc:
15279	* ext/mpeg2enc/gstmpeg2encoder.hh:
15280	  Fix compile issue with new caps system (const thingy).
15281	* ext/mpeg2enc/gstmpeg2encpicturereader.cc:
15282	* ext/mpeg2enc/gstmpeg2encpicturereader.hh:
15283	  We read a first frame right on initing, so that we have a caps
15284	  when we init the output. This caps is cached in padprivate and
15285	  read as first frame.
15286	* ext/mplex/Makefile.am:
15287	* ext/mplex/gstmplex.cc:
15288	* ext/mplex/gstmplex.h:
15289	* ext/mplex/gstmplex.hh:
15290	* ext/mplex/gstmplexibitstream.cc:
15291	* ext/mplex/gstmplexibitstream.hh:
15292	* ext/mplex/gstmplexjob.cc:
15293	* ext/mplex/gstmplexjob.hh:
15294	* ext/mplex/gstmplexoutputstream.cc:
15295	* ext/mplex/gstmplexoutputstream.hh:
15296	  We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
15297	  had issues, didn't do capsnego, supported only a subset of the
15298	  mplex features and required a mplex fork in our local CVS. Plus
15299	  that it worked agaist a very old mplex version. Rewriting was
15300	  faster than updating it.
15301	* gst-libs/ext/Makefile.am:
15302	* gst-libs/ext/mplex/INSTRUCT:
15303	* gst-libs/ext/mplex/Makefile.am:
15304	* gst-libs/ext/mplex/README:
15305	* gst-libs/ext/mplex/TODO:
15306	* gst-libs/ext/mplex/ac3strm_in.cc:
15307	* gst-libs/ext/mplex/audiostrm.hh:
15308	* gst-libs/ext/mplex/audiostrm_out.cc:
15309	* gst-libs/ext/mplex/aunit.hh:
15310	* gst-libs/ext/mplex/bits.cc:
15311	* gst-libs/ext/mplex/bits.hh:
15312	* gst-libs/ext/mplex/buffer.cc:
15313	* gst-libs/ext/mplex/buffer.hh:
15314	* gst-libs/ext/mplex/fastintfns.h:
15315	* gst-libs/ext/mplex/format_codes.h:
15316	* gst-libs/ext/mplex/inputstrm.cc:
15317	* gst-libs/ext/mplex/inputstrm.hh:
15318	* gst-libs/ext/mplex/lpcmstrm_in.cc:
15319	* gst-libs/ext/mplex/mjpeg_logging.cc:
15320	* gst-libs/ext/mplex/mjpeg_logging.h:
15321	* gst-libs/ext/mplex/mjpeg_types.h:
15322	* gst-libs/ext/mplex/mpastrm_in.cc:
15323	* gst-libs/ext/mplex/mpegconsts.cc:
15324	* gst-libs/ext/mplex/mpegconsts.h:
15325	* gst-libs/ext/mplex/mplexconsts.hh:
15326	* gst-libs/ext/mplex/multplex.cc:
15327	* gst-libs/ext/mplex/outputstream.hh:
15328	* gst-libs/ext/mplex/padstrm.cc:
15329	* gst-libs/ext/mplex/padstrm.hh:
15330	* gst-libs/ext/mplex/stillsstream.cc:
15331	* gst-libs/ext/mplex/stillsstream.hh:
15332	* gst-libs/ext/mplex/systems.cc:
15333	* gst-libs/ext/mplex/systems.hh:
15334	* gst-libs/ext/mplex/vector.cc:
15335	* gst-libs/ext/mplex/vector.hh:
15336	* gst-libs/ext/mplex/videostrm.hh:
15337	* gst-libs/ext/mplex/videostrm_in.cc:
15338	* gst-libs/ext/mplex/videostrm_out.cc:
15339	* gst-libs/ext/mplex/yuv4mpeg.cc:
15340	* gst-libs/ext/mplex/yuv4mpeg.h:
15341	* gst-libs/ext/mplex/yuv4mpeg_intern.h:
15342	* gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
15343	  We don't fork mjpegtools' mplex in our CVS anymore.
15344	* gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
15345	(gst_avi_demux_add_stream):
15346	* gst/avi/gstavidemux.h:
15347	  Add getcaps() function for proper caps nego. This makes some
15348	  parts of AVI playback/reading work.
15349	* sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
15350	  Resize window on new capsnego. This is probably wrong, but
15351	  I'm still committing it because with current capsnego, the
15352	  first successfull capsnego is auto-fixated, therefore rounded
15353	  down to the lowest values in the caps. this results in a 16x16
15354	  XWindow that is not reized when real capsnego finishes.
15355	  Dave, I see more cases of this, do you know a proper solution?
15356	* tools/gst-launch-ext.in:
15357	  Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
15358
153592003-12-31  David Schleef  <ds@schleef.org>
15360
15361	* gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
15362	* gst/udp/gstudpsrc.c: (gst_udpsrc_get):
15363	  Change gst_pad_proxy_link() to gst_pad_try_set_caps()
15364
153652003-12-30  David Schleef  <ds@schleef.org>
15366
15367	* ext/ffmpeg/gstffmpegcolorspace.c:
15368	(gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15369	(gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
15370	(gst_ffmpegcsp_chain): Negotiation fixes
15371	* ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
15372	* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15373	(gst_audio_convert_link), (gst_audio_convert_channels):
15374	* gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
15375	(gst_audioscale_link), (gst_audioscale_get_buffer),
15376	(gst_audioscale_chain): Negotiation fixes
15377	* gst/audioscale/gstaudioscale.h:
15378	* gst/videofilter/gstvideofilter.c:
15379	(gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
15380	(gst_videofilter_link), (gst_videofilter_init),
15381	(gst_videofilter_set_output_size), (gst_videofilter_setup),
15382	(gst_videofilter_find_format_by_structure):
15383	* gst/videofilter/gstvideofilter.h: Negotiation fixes
15384	* gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
15385	(gst_videoscale_link):
15386	* gst/videoscale/videoscale.c: (videoscale_get_structure),
15387	(videoscale_find_by_structure), (gst_videoscale_setup):
15388	* gst/videoscale/videoscale.h: Negotiation fixes
15389	* sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
15390	(gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
15391	function, restrict resizing to a multiple of 4 (hack until
15392	everyone supports odd sizes correctly).
15393
153942003-12-29  Colin Walters  <walters@verbum.org>
15395
15396	* ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
15397	signed.
15398
153992003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
15400
15401	* ext/sndfile/gstsf.c: (gst_sf_loop):
15402	  Fix warning about discarding const qualifier
15403
154042003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
15405
15406	* gst/cutter/gstcutter.c:
15407	* gst/videoscale/gstvideoscale.c:
15408	* gst/volenv/gstvolenv.c:
15409	* gst-libs/gst/audio/audio.c:
15410	* gst-libs/gst/video/video.c:
15411	  Fix warnings
15412
154132003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15414
15415	* ext/alsa/gstalsa.c: (gst_alsa_open_audio):
15416	  Don't send ALSA debugging to stderr.
15417	* ext/alsa/gstalsa.h:
15418	  Use GST_WARNING instead of g_warning when ALSA functions fail.
15419
154202003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15421
15422	* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15423	  Free XVAdapterInfo correctly.
15424
154252003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15426
15427	* ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
15428	(gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
15429	  Make id3tag use correct caps nego.
15430
154312003-12-27  Amaury Jacquot <sxpert@esitcom.org>
15432
15433	* ext/ivorbis/vorbis.c:
15434	* ext/ivorbis/vorbisenc.h:
15435	* ext/ivorbis/vorbisfile.c:
15436	  Modify so that it uses the new caps things
15437
154382003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15439
15440	* testsuite/spider/spider1.c: (main):
15441	* testsuite/spider/spider2.c: (main):
15442	* testsuite/spider/spider3.c: (main):
15443	  Make tests compile again. They probably don't work.
15444
154452003-12-24  Colin Walters  <walters@verbum.org>
15446
15447	* sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
15448	we can't fixate the caps anymore.
15449
154502003-12-23  David Schleef  <ds@schleef.org>
15451
15452	* gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
15453	* sys/oss/gstosssink.c: (gst_osssink_init),
15454	(gst_osssink_sink_fixate): Add fixate function.
15455
154562003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15457
15458	* ext/ffmpeg/gstffmpegcodecmap.c:
15459	* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
15460	(gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
15461	(gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
15462	(gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
15463	(gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
15464	(gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15465	(gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
15466	  fix typo in RGB masks, and move back to "old" colorspace
15467	  capsnego code until whoever wrote this new crap has actually
15468	  tested it so that it works.
15469	  And yes, this works, keep it that way please.
15470
154712003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15472
15473	* ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
15474	(gst_divxdec_init), (gst_divxdec_negotiate):
15475	* ext/divx/gstdivxdec.h:
15476	* ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
15477	(gst_divxenc_init):
15478	* ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
15479	(gst_faac_sinkconnect), (gst_faac_srcconnect):
15480	* ext/mpeg2enc/gstmpeg2enc.cc:
15481	* ext/mpeg2enc/gstmpeg2encoder.cc:
15482	* ext/mpeg2enc/gstmpeg2encpicturereader.cc:
15483	* sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
15484	(dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
15485	* sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
15486	(dxr3spusink_init):
15487	* sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
15488	(dxr3videosink_init):
15489	  Fix caps breakage after Dave's caps branch merge.
15490
154912003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15492
15493	* sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15494	  Fix for 24bpp display.
15495
154962003-12-23  Colin Walters  <walters@verbum.org>
15497
15498	* ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
15499	a GnomeVFSHandle directly.
15500
155012003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15502
15503	* gst/volume/Makefile.am:
15504	* gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
15505	(volume_base_init), (volume_init):
15506	  Reenable volume element and fix to work with new caps stuff.
15507	  Rhythmbox needs this.
15508
155092003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15510
15511	* gst/qtdemux/qtdemux.c: (plugin_init):
15512	  qtdemux requires bytestream
15513
155142003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15515
15516	* ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
15517	  Fix remaining caps handling errors due to CAPS merge.
15518
155192003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15520
15521	* ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
15522	(gst_faad_sinkconnect), (gst_faad_srcgetcaps),
15523	(gst_faad_srcconnect):
15524	  Port to new caps system.
15525
155262003-12-21  Julien MOUTTE  <julien@moutte.net>
15527
15528	* examples/gstplay/player.c: (got_time_tick), (got_stream_length),
15529	(got_video_size), (main): using g_print instead of g_message.
15530	* gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
15531	signal which was not emitted because of "switch" element added to the
15532	bin but not connected. (Removing from the bin temporarily)
15533
155342003-12-21  Julien MOUTTE  <julien@moutte.net>
15535
15536	* configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
15537	find X development files. I don't understand the previous tests and
15538	they fail on my debian/ppc unstable. This one works.
15539	* examples/gstplay/player.c: (main): Set the pipeline to READY before
15540	exiting.
15541	* gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
15542	(gst_play_set_video_sink), (gst_play_set_audio_sink),
15543	(gst_play_set_visualization): Add some safety checks in set_ methods
15544	and state_change. This was throwing some ugly CRITICAL messages when
15545	pipeline was getting disposed and casts were failing.
15546
155472003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15548
15549	* configure.ac:
15550	  Improve mpeg2enc detection. This is for distributions that do
15551	  ship mjpegtools, but without mpeg2enc. Also does object check
15552	  for might there ever be ABI incompatibility.
15553	* ext/mpeg2enc/gstmpeg2enc.cc:
15554	  Add Andrew as second maintainer (he's helping me), and also add
15555	  an error if no caps was set. This happens if I pull before capsnego
15556	  and that's something I should solve sometime else.
15557	* gst/matroska/matroska-demux.c:
15558	(gst_matroska_demux_parse_blockgroup):
15559	  Fix time parsing.
15560	* gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
15561	(gst_matroska_mux_track_header):
15562	  Add caps to templates.
15563	* gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
15564	  Add mpegversion=1 to prevent confusion with MPEG/AAC.
15565	* gst/mpegstream/gstmpegdemux.c:
15566	  Remove layer since it causes warnings about unfixed caps.
15567	* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
15568	  Fix obvious typo (we error out if caps were set, we should of
15569	  course error out if *no* caps were set).
15570	* sys/oss/gstosselement.c: (gst_osselement_convert):
15571	  Fix format conversion, we confused bits/bytes.
15572	* sys/oss/gstosselement.h:
15573	  Improve documentation for 'bps'.
15574	* sys/v4l/TODO:
15575	  Remove stuff about plugins that need removing - this was done
15576	  ages ago.
15577	* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
15578	(gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
15579	* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
15580	(gst_v4lsrc_src_query):
15581	* sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
15582	(gst_v4l2src_src_convert), (gst_v4l2src_src_query):
15583	  Add get_query_types(), get_formats() and query() functions.
15584
155852003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15586
15587	* ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
15588        * moved CVS to freedesktop.org
15589
15590