]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - ChangeLog
gst/rtp/: Remove old code that is now in gst-libs/gst/rtp/.
[glsdk/gst-plugins-ugly0-10.git] / ChangeLog
1 2005-08-18  Wim Taymans  <wim@fluendo.com>
3         * gst/rtp/Makefile.am:
4         * gst/rtp/gstrtp-common.h:
5         * gst/rtp/gstrtp.c: (plugin_init):
6         * gst/rtp/gstrtpL16enc.h:
7         * gst/rtp/gstrtpdec.c: (gst_rtpdec_get_type),
8         (gst_rtpdec_class_init), (gst_rtpdec_chain_rtp),
9         (gst_rtpdec_chain_rtcp), (gst_rtpdec_change_state),
10         (gst_rtpdec_plugin_init):
11         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_get_type),
12         (gst_rtph263pdec_base_init), (gst_rtph263pdec_class_init),
13         (gst_rtph263pdec_init), (gst_rtph263pdec_chain),
14         (gst_rtph263pdec_set_property), (gst_rtph263pdec_get_property),
15         (gst_rtph263pdec_change_state), (gst_rtph263pdec_plugin_init):
16         * gst/rtp/gstrtph263pdec.h:
17         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
18         (gst_rtph263penc_base_init), (gst_rtph263penc_class_init),
19         (gst_rtph263penc_init), (gst_rtph263penc_flush),
20         (gst_rtph263penc_chain), (gst_rtph263penc_set_property),
21         (gst_rtph263penc_get_property), (gst_rtph263penc_change_state),
22         (gst_rtph263penc_plugin_init):
23         * gst/rtp/gstrtph263penc.h:
24         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_get_type),
25         (gst_rtpmpadec_base_init), (gst_rtpmpadec_class_init),
26         (gst_rtpmpadec_init), (gst_rtpmpadec_chain),
27         (gst_rtpmpadec_set_property), (gst_rtpmpadec_get_property),
28         (gst_rtpmpadec_change_state), (gst_rtpmpadec_plugin_init):
29         * gst/rtp/gstrtpmpadec.h:
30         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
31         (gst_rtpmpaenc_base_init), (gst_rtpmpaenc_class_init),
32         (gst_rtpmpaenc_init), (gst_rtpmpaenc_flush), (gst_rtpmpaenc_chain),
33         (gst_rtpmpaenc_set_property), (gst_rtpmpaenc_get_property),
34         (gst_rtpmpaenc_change_state), (gst_rtpmpaenc_plugin_init):
35         * gst/rtp/gstrtpmpaenc.h:
36         * gst/rtp/rtp-packet.c:
37         * gst/rtp/rtp-packet.h:
38         Remove old code that is now in gst-libs/gst/rtp/.
39         Added some payload/depayloaders.
41         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
42         Fix port number range.
44 2005-08-17  Wim Taymans  <wim@fluendo.com>
46         * configure.ac:
47         Added mpegaudioparse
49         * ext/lame/gstlame.c: (gst_lame_src_getcaps),
50         (gst_lame_src_setcaps), (gst_lame_sink_setcaps),
51         (gst_lame_sink_event), (gst_lame_chain):
52         Some cleanups.
53         Fix memleak.
55         * gst/mpegaudioparse/gstmpegaudioparse.c:
56         (gst_mp3parse_class_init), (gst_mp3parse_init),
57         (gst_mp3parse_chain), (gst_mp3parse_change_state):
58         * gst/mpegaudioparse/gstmpegaudioparse.h:
59         Ported mpegaudioparse
61 2005-08-17  Wim Taymans  <wim@fluendo.com>
63         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open), (gst_rtspsrc_play):
64         Support absolute control urls too.
66 2005-08-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
68         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
69         (gst_avi_demux_stream_header):
70         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
71         (gst_qtdemux_add_stream), (qtdemux_parse_tree):
72           Uncomment metadata and codec-name handling.
74 2005-08-16  Wim Taymans  <wim@fluendo.com>
76         * configure.ac:
77         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_read_header):
78         Fix compile warning.
80         * ext/lame/gstlame.c: (gst_lame_class_init),
81         (gst_lame_src_getcaps), (gst_lame_src_setcaps),
82         (gst_lame_sink_setcaps), (gst_lame_init), (gst_lame_sink_event),
83         (gst_lame_chain), (gst_lame_change_state):
84         * ext/lame/gstlame.h:
85         Port lame plugin
87 2005-08-16  Andy Wingo  <wingo@pobox.com>
89         * ext/raw1394/gstdv1394src.c (gst_dv1394src_iso_receive): Note
90         license info in the source code -- was only in the commit log
91         before.
93         * ext/dv/gstdvdec.h:
94         * ext/dv/gstdvdec.c: Only decodes systemstream=FALSE dv video --
95         old pipelines using dvdec should probably have a dvdemux first.
97         * ext/dv/gstdvdemux.h:
98         * ext/dv/gstdvdemux.c: Split out from dvdec, chunks the incoming
99         systemstream=TRUE data into frames, sets caps data, and spits out
100         PCM audio in addition to systemstream=FALSE video frames. Operates
101         in chain mode only for now; should make a getrange version as
102         well.
104         * ext/dv/gstdv.c: New file, registers the libgstdv plugin.
106         * ext/dv/Makefile.am: Library name changed to libgstdv. Split
107         dvdec into dvdemux and dvdec.
109 2005-08-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
111         * ext/faad/gstfaad.c: (gst_faad_event), (gst_faad_chain):
112         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
113           Handle _push() return values.
115 2005-08-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
117         * ext/faad/gstfaad.c: (gst_faad_event):
118         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
119           Fix debug.
121 2005-08-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
123         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
124         (qtdemux_video_caps):
125           Forwardport from 0.8 to implement RLE.
127 2005-08-15  Wim Taymans  <wim@fluendo.com>
129         * gst/rtsp/README:
130         Added rtsp server implementation docs.
132 2005-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
134         * ext/aalib/gstaasink.c:
135           aalib is LGPL, so this plugin can be LGPL
136         * ext/arts/gst_arts.c: (plugin_init):
137           rename, we don't like underscores
138         * ext/audiofile/gstaf.c:
139         * ext/sndfile/gstsf.c:
140           rename, we like a descriptive plugin name
141         * ext/gconf/gstgconfelements.c:
142           change description a little
143         * ext/musicbrainz/gsttrm.c:
144           musicbrainz is LGPL, so plugin can be LGPL
145         * ext/raw1394/gst1394.c:
146           rename, we like all-digit names
147         * gst/equalizer/gstiirequalizer.c:
148         * gst/fdsrc/gstfdsrc.c:
149         * gst/multifilesink/gstmultifilesink.c:
150           rename
151         * gst/virtualdub/gstvirtualdub.c:
152           use GST_PLUGIN_DEFINE
153         * sys/dxr3/dxr3init.c:
154           only uses system headers, and code is LGPL, so plugin is LGPL
156 2005-08-13  Tim-Philipp Müller  <tim at centricular dot net>
158         * ext/mad/Makefile.am:
159         * gst/avi/Makefile.am:
160         * gst/effectv/Makefile.am:
161         * gst/udp/Makefile.am:
162         * gst/wavparse/Makefile.am:
163           Use -lgstfoo-@GST_MAJORMINOR@ instead of -lgstfoo-0.9
165 2005-08-12  Tim-Philipp Müller  <tim at centricular dot net>
167         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_indirect),
168         (gst_jpeg_dec_decode_direct), (gst_jpeg_dec_chain):
169           Fix decoding of pictures with certain uneven or unaligned
170           widths where jpeglib needs more horizontal padding than our
171           I420 buffers provide, resulting in blocky artifacts at the
172           left side of the picture (#164176). 
173           Also make use of our shiny new GST_ROUND_N() macros.
175 2005-08-11  Tim-Philipp Müller  <tim at centricular dot net>
177         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
178         (gst_jpeg_dec_change_state):
179         * ext/jpeg/gstjpegdec.h:
180           Fix crashes/invalid memory access for pictures that have a height
181           that is not a multiple of 16 (or rather: v_samp_factor * DCTSIZE).
182           
183           Also fix the state change function for downwards state changes
184           (need to chain up to parent before destroying our resources, to 
185           make sure pads get deactivated and our chain function isn't
186           running and using those very same resources in another thread).
188           The jpeg line buffer only needs to be v_samp_factor*DCTSIZE lines
189           per plane, not picture_height lines; allocate that on the stack.
191 2005-08-10  Tim-Philipp Müller  <tim at centricular dot net>
193         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
194         (gst_wavparse_stream_data):
195           Add some fixes from 0.8 branch: allow 24/32bps songs and
196           blockalign samples to the header-specified size, if any
197           (#311070); error out on channels==0 or bitrate==0 
198           (#309043, #304588).
200 2005-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
202         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
203         (gst_level_transform):
204         * gst/level/gstlevel.h:
205           remove unused MS struct member
206           don't reset the CS values for channels on every _chain, so that
207           level actually correctly calculates the RMS value.  sigh.
208           calculate RMS values correctly for peak and decay peak sums;
209           before we were signalling them as if they already were amplitude
210           and not power values.  sigh.
211         Remind me to not try and pretend I'm writing DSP code.
213 2005-08-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
215         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_setcaps):
216           Add debug category, remove Close() call that made it crash
217           whenever reusing, renegotiating or anything; Close() actually
218           free()s the handle and should only be called on READY->NULL.
219         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
220           Actually set caps on buffer (in addition to pad), also.
222 2005-08-10  Owen Fraser-Green  <owen@discobabe.net>
224         * gst/realmedia/rmdemux.c (gst_rmdemux_sink_activate) 
225         (gst_rmdemux_sink_activate_push, gst_rmdemux_sink_activate_pull) 
226         (gst_rmdemux_loop, gst_rmdemux_src_event) 
227         (gst_rmdemux_perform_seek, gst_rmdemux_src_query): Implemented
228         push-pull and seeking.
230 2005-08-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
232         * ext/faad/gstfaad.c: (gst_faad_event):
233           Sign/unsign mismatch.
234         * configure.ac:
235         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
236         (gst_qtdemux_init), (gst_qtdemux_get_src_query_types),
237         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
238         (plugin_init), (gst_qtdemux_handle_sink_event),
239         (gst_qtdemux_change_state), (gst_qtdemux_loop_header),
240         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
241         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
242         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
243         * gst/qtdemux/qtdemux.h:
244           Half-assed port (hey, it works).
246 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
248         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
249           Fix AVI header parsing: add missing break statement after
250           GST_RIFF_INFO_LIST parsing code; gst_riff_read_chunk() has
251           already advanced the avi->offset, no need to do it twice
252           (fixes MovieOfMovies.avi).
254 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
256         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
257         (gst_jpeg_dec_setcaps), (gst_jpeg_dec_chain),
258         (gst_jpeg_dec_change_state):
259         * ext/jpeg/gstjpegdec.h:
260           Make mjpeg actually work and skip jpeg data parsing if we
261           know that the input is packetized (ie. each input buffer
262           is exactly one jpeg frame).
264 2005-08-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
266         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
267           It'd be nice if I could listen to my mp3 files, so send out an
268           initial discont, as the sink apparently wants.
270 2005-08-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
272         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
273         (gst_avi_demux_handle_seek):
274           Fix seeking (or, well, fix threading issue where a variable was
275           set before a lock was taken and was already unset before that
276           same lock was taken and was thus no longer in existance when it
277           actually had to be used).
279 2005-08-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
281         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
282           Mixing binary and logical operators is not going to work; fix
283           position-querying in Totem.
285 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
287         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
288         (gst_faad_init), (gst_faad_setcaps), (gst_faad_srcgetcaps),
289         (gst_faad_event), (gst_faad_update_caps), (gst_faad_chain),
290         (gst_faad_change_state):
291         * ext/faad/gstfaad.h:
292           Fix negotiation (#310932) and miscellaneous other stuff. Probably
293           still needs some more work.
295 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
297         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
298         (gst_jpeg_dec_setcaps), (gst_jpeg_dec_chain):
299           Add setcaps() function (for mjpeg).
301 2005-08-08  Andy Wingo  <wingo@pobox.com>
303         * ext/esd/esdsink.c (gst_esdsink_getcaps): Seems that wierd
304         va_list caps setting function was borked. Fixed esdsink.
306         * sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close) 
307         (gst_oss_sink_prepare, gst_oss_sink_unprepare): Update for newer
308         audiosink api.
310         * ext/raw1394/gstdv1394src.c (gst_dv1394src_get_property) 
311         (gst_dv1394src_set_property): Style. All about the style.
313         * ext/esd/esdsink.c (gst_esdsink_getcaps): Return specific caps
314         only if in READY or higher (i.e., if _open() has been called.)
315         (gst_esdsink_open, gst_esdsink_close, gst_esdsink_prepare) 
316         (gst_esdsink_unprepare): Update for audiosink changes.
317         (gst_esdsink_change_state): Die!
319 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
321         * ext/jpeg/Makefile.am:
322           Fix compile.
324 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
326         * configure.ac:
327         * ext/Makefile.am:
328         * ext/jpeg/Makefile.am:
329         * ext/jpeg/gstjpeg.c: (plugin_init):
330         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_get_type),
331         (gst_jpeg_dec_finalize), (gst_jpeg_dec_base_init),
332         (gst_jpeg_dec_class_init), (gst_jpeg_dec_fill_input_buffer),
333         (gst_jpeg_dec_init_source), (gst_jpeg_dec_skip_input_data),
334         (gst_jpeg_dec_resync_to_restart), (gst_jpeg_dec_term_source),
335         (gst_jpeg_dec_my_output_message), (gst_jpeg_dec_my_emit_message),
336         (gst_jpeg_dec_my_error_exit), (gst_jpeg_dec_init),
337         (is_jpeg_start_marker), (is_jpeg_end_marker),
338         (gst_jpeg_dec_find_jpeg_header), (gst_jpeg_dec_ensure_header),
339         (gst_jpeg_dec_have_end_marker),
340         (gst_jpeg_dec_parse_tag_has_entropy_segment),
341         (gst_jpeg_dec_parse_image_data), (gst_jpeg_dec_chain),
342         (gst_jpeg_dec_change_state):
343         * ext/jpeg/gstjpegdec.h:
344           Port jpegdec to 0.9; handles 'progressive loading' now, ie. input does
345           no longer need to be one single buffer.
347 2005-08-04  Andy Wingo  <wingo@pobox.com>
349         * sys/oss/gstossaudio.c (plugin_init): Second-class citizen.
351         * gst/videobox/gstvideobox.c (gst_video_box_get_size): Update for
352         API changes.
354         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_VIDEOSINK): Set to
355         autoaudiosink and autovideosink.
357 2005-08-04  Edward Hervey  <edward@fluendo.com>
359         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
360         (gst_avi_demux_parse_stream), (gst_avi_demux_process_next_entry):
361         You need to allocatate (len+1) characters to store a len size string.
362         Also don't stop the processing task if the output pad is not linked.
364 2005-08-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
366         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
367         (gst_gconf_audio_sink_init), (do_toggle_element),
368         (cb_toggle_element), (gst_gconf_audio_sink_change_state):
369         * ext/gconf/gstgconfaudiosink.h:
370         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
371         (gst_gconf_video_sink_init), (do_toggle_element),
372         (cb_toggle_element), (gst_gconf_video_sink_change_state):
373         * ext/gconf/gstgconfvideosink.h:
374         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
375         (gst_auto_audio_sink_init), (gst_auto_audio_sink_detect),
376         (gst_auto_audio_sink_change_state):
377         * gst/autodetect/gstautoaudiosink.h:
378         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
379         (gst_auto_video_sink_init), (gst_auto_video_sink_detect),
380         (gst_auto_video_sink_change_state):
381         * gst/autodetect/gstautovideosink.h:
382           Use new ghostpad API; now they actually work in Totem, also.
384 2005-08-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
386         * ext/libpng/Makefile.am:
387           Fix uninstalled build.
389 2005-08-02  Edward Hervey  <edward@fluendo.com>
391         * configure.ac:
392         * ext/Makefile.am:
393         * ext/libpng/Makefile.am:
394         * ext/libpng/gstpng.c:
395         * ext/libpng/gstpngenc.c:
396         Ported pngenc , still have to port pngdec...
398 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
400         reviewed by: <delete if not using a buddy>
402         * configure.ac:
403         * ext/ladspa/Makefile.am:
404         * ext/ladspa/gstladspa.c: (gst_ladspa_init), (gst_ladspa_loop),
405         (gst_ladspa_chain), (gst_ladspa_get), (plugin_init):
406         * ext/ladspa/gstladspa.h:
407           deactivate and remove dparams (libgstcontrol)
409 2005-07-27  Wim Taymans  <wim@fluendo.com>
411         * ext/faad/gstfaad.c: (gst_faad_event):
412         Compile fixes.
414 2005-07-27  Wim Taymans  <wim@fluendo.com>
416         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_event),
417         (gst_amrnbparse_loop):
418         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event),
419         (gst_dvdec_handle_src_event), (gst_dvdec_decode_frame):
420         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event),
421         (gst_id3_tag_sink_event), (gst_id3_tag_chain):
422         * ext/mad/gstmad.c: (gst_mad_src_query), (index_seek),
423         (normal_seek), (gst_mad_sink_event), (gst_mad_chain):
424         * ext/mpeg2dec/gstmpeg2dec.c:
425         * ext/shout2/gstshout2.c: (gst_shout2send_event):
426         * ext/sidplay/gstsiddec.cc:
427         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
428         (gst_avi_demux_send_event), (gst_avi_demux_stream_header),
429         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry):
430         * gst/goom/gstgoom.c: (gst_goom_event):
431         * gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
432         (gst_rmdemux_chain), (gst_rmdemux_send_event),
433         (gst_rmdemux_add_stream):
434         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
435         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
436         (gst_wavparse_loop), (gst_wavparse_srcpad_event):
437         Various event updates and cleanups.
439 2005-07-25  Christian Schaller  <uraeus@gnome.org>
442         * gst-plugins.spec.in: add silence and videoflip
443         * gst/videofilter/Makefile.am: add missing header to noinst
445 2005-07-25  Thomas Vander Stichele  <thomas at apestaart dot org>
447         * gst/videofilter/Makefile.am:
448         * gst/videofilter/gstgamma.c: (gst_gamma_setup):
449         * gst/videofilter/gstvideobalance.c: (gst_videobalance_setup):
450         * gst/videofilter/gstvideofilter.c: (gst_videofilter_class_init),
451         (gst_videofilter_getcaps), (gst_videofilter_setcaps),
452         (gst_videofilter_init), (gst_videofilter_chain),
453         (gst_videofilter_set_property), (gst_videofilter_get_property),
454         (gst_videofilter_setup), (gst_videofilter_class_add_pad_templates):
455         * gst/videofilter/gstvideofilter.h:
456         * gst/videofilter/gstvideoflip.c: (gst_videoflip_init),
457         (gst_videoflip_set_property), (gst_videoflip_get_property),
458         (plugin_init), (gst_videoflip_setup), (gst_videoflip_planar411):
459           forward port from 0.9 and enable videoflip now that it works
461 2005-07-23  Edward Hervey  <edward@fluendo.com>
463         * configure.ac:
464         * gst/silence/Makefile.am:
465         * gst/silence/gstsilence.h:
466         * gst/silence/gstsilence.c:
467         Ported silence to 0.9 using GstBaseSrc ... 180 lines :)
469 2005-07-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
471         * ext/mad/gstmad.c: (gst_mad_src_event):
472           First try forwarding events, makes seeking in AVI files with mp3
473           audio work again.
475 2005-07-20  Andy Wingo  <wingo@pobox.com>
477         * ext/mpeg2dec/gstmpeg2dec.c (gst_mpeg2dec_sink_event): Signedness
478         fix.
480 2005-07-20  Edward Hervey  <edward@fluendo.com>
482         * configure.ac: 
483         * gst/wavparse/gstwavparse.c: 
484         * gst/wavparse/gstwavparse.h:
485         * gst/wavparse/Makefile.am:
486         Ported wavparse to 0.9 . Playing, seeking and state changes work.
487         Could need more loving on the headers though.
489 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
491         * configure.ac:
492         * ext/Makefile.am:
493         * ext/gconf/Makefile.am:
494         * ext/gconf/gconf.c: (gst_bin_find_unconnected_pad),
495         (gst_gconf_render_bin_from_description),
496         (gst_gconf_get_default_video_sink):
497         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
498         (gst_gconf_audio_sink_class_init), (gst_gconf_audio_sink_dispose),
499         (cb_toggle_element), (gst_gconf_audio_sink_change_state):
500         * ext/gconf/gstgconfelements.h:
501         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
502         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_dispose),
503         (cb_toggle_element), (gst_gconf_video_sink_change_state):
504         * gst/autodetect/gstautoaudiosink.c:
505         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
506         (gst_auto_audio_sink_detect), (gst_auto_audio_sink_change_state):
507         * gst/autodetect/gstautovideosink.c:
508         (gst_auto_video_sink_base_init), (gst_auto_video_sink_class_init),
509         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
510           Port auto/gconfsinks to 0.9. They actually appear to work here in
511           Totem as well, making them actually useful.
513 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
515         * ext/faad/Makefile.am:
516           Fix uninstalled build.
518 2005-07-19  Wim Taymans  <wim@fluendo.com>
520         * sys/oss/gstosssink.c: (gst_oss_sink_get_format),
521         (gst_oss_sink_open):
522         Parse spec to set correct oss values.
524 2005-07-19  Edgard N. A. G. Lima <edgard.lima@indt.org.br>
526         * configure.ac
527         * ext/Makefile.am
528         * ext/amrnb/amrnbdec.c
529         * ext/amrnb/amrnbenc.c
530         * ext/amrnb/amrnbparse.c
531         * ext/faad/gstfaad.c
532         * ext/mpeg2dec/gstmpeg2dec.c
533         Ported amrnb, faad, mpeg2dec to 0.9
535 2005-07-19  Andy Wingo  <wingo@pobox.com>
537         * ext/dv/gstdvdec.c (gst_dvdec_decode_video): Set the proper
538         framerate on the outbound buffer.
540         * ext/dv/gstdvdec.c (gst_dvdec_decode_video): Don't clobber
541         alloc_buffer's return value.
542         (gst_dvdec_decode_frame): Handle unlinked pads with grace and
543         agility.
545         * ext/dv/gstdvdec.h: Fix signedness error.
547 2005-07-19  Wim Taymans  <wim@fluendo.com>
549         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
550         (gst_dvdec_sink_convert), (gst_dvdec_get_src_query_types),
551         (gst_dvdec_src_query), (gst_dvdec_get_sink_query_types),
552         (gst_dvdec_sink_query), (gst_dvdec_send_event),
553         (gst_dvdec_handle_sink_event), (gst_dvdec_handle_src_event),
554         (gst_dvdec_decode_audio), (gst_dvdec_decode_video),
555         (gst_dvdec_decode_frame), (gst_dvdec_flush), (gst_dvdec_chain):
556         * ext/dv/gstdvdec.h:
557         Implemented seeking in dvdec.
559 2005-07-19  Andy Wingo  <wingo@pobox.com>
561         * ext/Makefile.am: Enable dvdev and raw1394src.
563 2005-07-18  Andy Wingo  <wingo@pobox.com>
565         * configure.ac: Use AS_LIBTOOL_TAGS. Fix crap gettext commit
566         comment.
568 2005-07-18  Wim Taymans  <wim@fluendo.com>
570         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_add_element),
571         (gst_rtspsrc_play):
572         Fix for core changes.
574 2005-07-18  Jan Schmidt  <thaytan@mad.scientist.com>
576         * ext/mad/gstid3tag.c: (gst_id3_tag_sink_event):
577           When returning to NORMAL state after reading tags,
578           pass on the discont event.
580 2005-07-18  Wim Taymans  <wim@fluendo.com>
582         * gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
583         (gst_rmdemux_change_state), (gst_rmdemux_chain),
584         (gst_rmdemux_get_stream_by_id), (gst_rmdemux_send_event),
585         (gst_rmdemux_add_stream):
586         Send discont event before pushing first buffer.
588 2005-07-17  Philippe Khalaf <burger@speedy.org>
590         * gst/fdsrc/gstfdsrc.c:
591         Removed #include <gst_private.h>
593 2005-07-16  Philippe Khalaf <burger@speedy.org>
595         * gst/fdsrc/gstfdsrc.c:
596         * gst/fdsrc/gstfdsrc.h:
597         * gst/fdsrc/Makefile.am:
598         Moved fdsrc 0.9 port from gstreamer/gst/elements to here.
600 2005-07-16  Wim Taymans  <wim@fluendo.com>
602         * ext/mad/gstmad.c: (gst_mad_src_query), (gst_mad_sink_event),
603         (gst_mad_chain):
604         Add convert function for proper timestamp calculations.
606         * gst/avi/gstavidemux.c: (gst_avi_demux_send_event),
607         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
608         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
609         Send out initial discont.
611 2005-07-15  Wim Taymans  <wim@fluendo.com>
613         * gst/level/gstlevel.c: (gst_level_transform):
614         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
615         (gst_video_box_get_size), (gst_video_box_transform):
616         Port to new base class.
618 2005-07-14  Wim Taymans  <wim@fluendo.com>
620         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
621         (gst_dv1394src_class_init), (gst_dv1394src_init),
622         (gst_dv1394src_iso_receive), (gst_dv1394src_create),
623         (gst_dv1394src_change_state), (gst_dv1394src_query):
624         It's PUSH_SRC now.
626 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
628         * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type),
629         (gst_udpsrc_class_init):
630           more autistic cleanliness in functions/names/defines
633 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
635         * ext/aalib/gstaasink.c: (gst_aasink_get_type),
636         (gst_aasink_class_init), (gst_aasink_init):
637         * ext/esd/esdsink.c: (gst_esdsink_get_type),
638         (gst_esdsink_class_init):
639         * ext/libcaca/gstcacasink.c: (gst_cacasink_get_type),
640         (gst_cacasink_class_init), (gst_cacasink_init):
641         * ext/shout2/gstshout2.c: (gst_shout2send_get_type),
642         (gst_shout2send_class_init), (gst_shout2send_init):
643         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_get_type),
644         (gst_dynudpsink_class_init):
645         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_type),
646         (gst_multiudpsink_class_init):
647           more macro splitting
649 2005-07-08  Andy Wingo  <wingo@pobox.com>
651         * sys/oss/: Port from THREADED+wim's fixes.
653         * gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the
654         defines come from config.h.
656         * autogen.sh: Run autopoint, etc.
658         * Makefile.am (DIST_SUBDIRS, SUBDIRS): Go into po/.
660         * configure.ac: Add gettext stuff.
662 2005-07-07  Wim Taymans  <wim@fluendo.com>
664         * gst/videobox/gstvideobox.c: (gst_video_box_init),
665         (gst_video_box_transform_caps), (gst_video_box_set_caps):
666         Logic was reversed. Needs some  more fixes in the transform
667         function to include AYUV output.
668         Moved AYUV as prefered format.
670 2005-07-07  Wim Taymans  <wim@fluendo.com>
672         * configure.ac:
673         * ext/dv/Makefile.am:
674         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
675         (gst_dvdec_get_src_query_types), (gst_dvdec_src_query),
676         (gst_dvdec_handle_sink_event), (gst_dvdec_handle_src_event),
677         (gst_dvdec_video_getcaps), (gst_dvdec_video_setcaps),
678         (gst_dvdec_decode_audio), (gst_dvdec_decode_video),
679         (gst_dvdec_decode_frame), (gst_dvdec_chain),
680         (gst_dvdec_change_state), (gst_dvdec_set_property),
681         (gst_dvdec_get_property), (plugin_init):
682         * ext/dv/gstdvdec.h:
683         * ext/esd/esdsink.c: (gst_esdsink_class_init):
684         Ported DVdec to 0.9.
685         Parent of esdsink is GstAudioSink.
687 2005-07-07  Wim Taymans  <wim@fluendo.com>
689         * configure.ac:
690         * ext/raw1394/Makefile.am:
691         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
692         (gst_dv1394src_class_init), (gst_dv1394src_init),
693         (gst_dv1394src_iso_receive), (gst_dv1394src_create),
694         (gst_dv1394src_change_state), (gst_dv1394src_convert),
695         (gst_dv1394src_get_query_types), (gst_dv1394src_query):
696         * ext/raw1394/gstdv1394src.h:
697         Ported the 1394 source to 0.9.
699 2005-07-07  Wim Taymans  <wim@fluendo.com>
701         * ext/mad/gstid3tag.c: (gst_id3_tag_get_query_types):
702         * ext/mad/gstmad.c: (gst_mad_get_query_types), (gst_mad_src_query):
703         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types):
704         Remove deprecated/unsed code.
706 2005-07-06  Edward Hervey  <edward@fluendo.com>
708         * gst/udp/gstudpsrc.c: (gst_udpsrc_init): 
709         GST_BASESRC --> GST_BASE_SRC
711 2005-07-05  Andy Wingo  <wingo@pobox.com>
713         * gst/oneton: Removed (replaced by deinterleave).
715         * gst/adder:
716         * gst/audioconvert:
717         * gst/audiorate:
718         * gst/audioscale:
719         * gst/ffmpegcolorspace:
720         * gst/playback:
721         * gst/sine:
722         * gst/subparse:
723         * gst/tags:
724         * gst/tcp:
725         * gst/videoscale:
726         * gst/volume: Removed dirs that are now in gst-plugins-base.
728 2005-07-05  Edward Hervey  <edward@fluendo.com>
730         * configure.ac: (GST_PLUGINS_ALL): 
731         videofilter must be compiled first, since other plugins depend ont it.
733 2005-07-05  Andy Wingo  <wingo@pobox.com>
735         * Way, way, way too many files:
736         Remove crack comment from the 2000 era.
738 2005-07-05  Andy Wingo  <wingo@pobox.com>
740         * gst/videobox/gstvideobox.c: Clean up, port to 0.9, use
741         BaseTransform.
743         * gst/videobox/Makefile.am: Link to base libs, include
744         plugins-base cflags, dist the README.
746         * configure.ac (GST_PLUGIN_ALL, AC_CONFIG_FILES): Add videobox to
747         the build.
749 2005-07-04  Wim Taymans  <wim@fluendo.com>
751         * gst/realmedia/rmdemux.c:
752         I don't think that piece of changelog should go there.
754 2005-07-04  Andy Wingo  <wingo@pobox.com>
756         * examples/level/:
757         * examples/level/Makefile.am:
758         * examples/level/README:
759         * examples/level/demo.c:
760         * examples/level/plot.c: Examples moved out of the source dir. Not
761         updated tho.
763         * configure.ac: Add level to the build.
765         * gst/level/Makefile.am:
766         * gst/level/gstlevel.h:
767         * gst/level/gstlevel.c: Cleaned up, ported to 0.9.
769         * ext/aalib/gstaasink.c (gst_aasink_fixate): Update for newer
770         fixate prototype.
772 2005-07-03  Owen Fraser-Green  <owen@discobabe.net>
774         * gst/realmedia/rmdemux.c (gst_rmdemux_add_stream),
775         (gst_rmdemux_src_getcaps), (gst_rmdemux_chain): 
776         Added getcaps function no_more_pads call
778 2005-07-01  Philippe Khalaf <burger@speedy.org>
779         * gst/udp/Makefile.am:
780         * gst/udp/gstudp.c:
781         * gst/udp/gstdynudpsink.c: (new)
782         * gst/udp/gstdynudpsink.h: (new)
783           Added new element (udpdynsink) that receives GstNetBuffers and sends the
784           udp packets to the source given in the buffer. It's used by rtpsession
785           element for now.
786         * gst/udp/gstudpsrc.c:
787           Fixed memory leak.
789 2005-07-01  Jan Schmidt  <thaytan@mad.scientist.com>
791         * configure.ac:
792         * ext/mad/Makefile.am:
793         * sys/oss/Makefile.am:
794         Roll gstreamer-interfaces-0.9.pc into gstreamer-plugins-base-0.9.pc
796 2005-07-01  Jan Schmidt  <thaytan@mad.scientist.com>
797         * ext/libcaca/Makefile.am:
798         * ext/mad/Makefile.am:
799         * gst/effectv/Makefile.am:
800         * gst/udp/Makefile.am:
801           Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*
803         * ext/mad/gstid3tag.c: (gst_id3_tag_src_query),
804         (gst_id3_tag_src_event), (gst_id3_tag_sink_event),
805         (gst_id3_tag_chain), (plugin_init):
806         * ext/mad/gstmad.c: (gst_mad_src_query), (gst_mad_chain):
807           Signedness warning fix, use gst_pad_get_peer instead of GST_PAD_PEER
808           in querying and event handling, because we're not holding the pad
809           lock and the peer may disappear.
810         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
811         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
812           Signedness warning fixes.
814         * gst/videofilter/gstvideotemplate.c: (plugin_init):
815           Remove gst_library_load
817 2005-06-30  Edward Hervey  <edward@fluendo.com>
819         * gst/avi/Makefile.am: (libgstavi_la_LIBADD):
820         Added linking to libgstriff-0.9
821         
822         * ext/mad/gstmad.c: (gst_mad_src_query): 
823         check the format of the upstream query and return query if it's the
824         same format as the requested one.
826 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
828         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
829           Compiler pains.
831 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
833         * configure.ac:
834         * gst/avi/Makefile.am:
835         * gst/avi/gstavi.c: (plugin_init):
836         * gst/avi/gstavidemux.c: (gst_avi_demux_get_type),
837         (gst_avi_demux_class_init), (gst_avi_demux_init),
838         (gst_avi_demux_reset), (gst_avi_demux_index_next),
839         (gst_avi_demux_index_entry_for_time),
840         (gst_avi_demux_index_entry_for_byte),
841         (gst_avi_demux_index_entry_for_frame), (gst_avi_demux_src_convert),
842         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
843         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
844         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
845         (gst_avi_demux_parse_subindex), (gst_avi_demux_read_subindexes),
846         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
847         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
848         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
849         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
850         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
851         (gst_avi_demux_loop), (gst_avi_demux_sink_activate),
852         (gst_avi_demux_sink_activate_pull):
853         * gst/avi/gstavidemux.h:
854           Port from -THREADED to HEAD, and fix for latest API changes of
855           the day. Keep avimux dead for now.
857 2005-06-29  Wim Taymans  <wim@fluendo.com>
859         * ext/shout2/gstshout2.c: (gst_shout2send_render):
860         Fix build.
862 2005-06-29  Andy Wingo  <wingo@pobox.com>
864         * gst/videofilter/gstvideoexample.c: Removed gst_library_load, I
865         think. Whatever this plugin actually does, that I don't know.
867 2005-06-29  Andy Wingo  <wingo@pobox.com>
869         * ext/mad/gstid3tag.c (gst_id3_tag_get_event_masks): Reschmoove.
871         * ext/mad/gstmad.c (gst_mad_get_event_masks): Remove.
872         (gst_mad_chain): Appease GCC.
874         * ext/libcaca/gstcacasink.c (gst_cacasink_setcaps): Signedness.
876         * ext/aalib/gstaasink.c (gst_aasink_fixate): Unref caps, not free.
877         (gst_aasink_scale): Signedness.
879         * gst/udp/gstudpsink.c (gst_udpsink_get_type): Actually add the
880         URI handler.
882         * gst/udp/gstudpsrc.c (gst_udpsrc_start):
883         (gst_udpsrc_create): Signedness.
885         * gst/rtsp/sdpmessage.c (sdp_message_parse_buffer): Thanks
886         compiler!
887         (sdp_parse_line): Signedness fix.
889         * configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build
890         breakage ensue!!!
892         * gst/rtsp/gstrtspsrc.c (gst_rtspsrc_loop, gst_rtspsrc_open):
893         Signedness, unused var fixes.
894         (gst_rtspsrc_close): Unused?
896         * gst/realmedia/rmdemux.c (re_hexdump_bytes): Unused.
898         * gst/law/mulaw-encode.c (gst_mulawenc_chain): Signeness fix.
900         * gst/law/alaw-encode.c (alawenc_getcaps): Remove unneeded
901         declarations. Typo (probably crasher) fix.
902         
903         * gst/law/mulaw-encode.c (mulawdec_getcaps): 
904         * gst/law/mulaw-encode.c (mulawenc_getcaps): 
905         * gst/law/alaw-decode.c (alawdec_getcaps): Same crasher fix.
907         * gst/goom/gstgoom.c (gst_goom_init): Hook up the event function.
909         * gst/effectv/gstwarp.c (gst_warptv_setup): Signedness fix.
911         * gst/effectv/gstdice.c (gst_dicetv_draw): Um, deferencing
912         uninitialized pointer not good.
914         * gst/videofilter/gstvideoexample.c (plugin_init): 
915         * gst/videofilter/Makefile.am (libgstvideoexample_la_LIBADD): Link
916         to libgstvideofilter instead of gst_library_load.
918         * gst/alpha/gstalpha.c (gst_alpha_chroma_key_i420) 
919         (gst_alpha_chroma_key_ayuv): Signedness fixen.
921 2005-06-29  Wim Taymans  <wim@fluendo.com>
923         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
924         (gst_rtspsrc_class_init), (gst_rtspsrc_create_stream),
925         (gst_rtspsrc_add_element), (gst_rtspsrc_set_state),
926         (gst_rtspsrc_stream_setup_rtp),
927         (gst_rtspsrc_stream_configure_transport), (find_stream),
928         (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_play),
929         (gst_rtspsrc_change_state):
930         Fix case where outpad could not be decided.
932 2005-06-29  Andy Wingo  <wingo@pobox.com>
934         * ext/Makefile.am (MAD_DIR): Add mad to the build.
936 2005-06-28  Wim Taymans  <wim@fluendo.com>
938         * ext/mad/gstid3tag.c: (gst_id3_tag_src_link):
939         * gst/udp/gstudpsrc.c: (gst_udpsrc_init):
940         Fix old RPAD macro.
941         basesrc -> base_src
943 2005-06-27  Wim Taymans  <wim@fluendo.com>
945         * ext/mad/gstid3tag.c: (gst_id3_tag_src_link):
946         * ext/mad/gstmad.c: (gst_mad_chain):
947         RPAD_ -> PAD
948         Fix args in bufferalloc function call.
949         Makes the mad plugin compile again
951 2005-06-27  Owen Fraser-Green  <owen@discobabe.net>
953         * gst/realmedia/rmdemux.c: Rewrote to use gstadapter. Also parses
954         audio and video header packets for known properties.
956 2005-06-23  Wim Taymans  <wim@fluendo.com>
958         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
959         (gst_rtspsrc_class_init), (gst_rtspsrc_create_stream),
960         (gst_rtspsrc_add_element), (gst_rtspsrc_set_state),
961         (gst_rtspsrc_stream_setup_rtp),
962         (gst_rtspsrc_stream_configure_transport), (find_stream),
963         (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_play),
964         (gst_rtspsrc_change_state):
965         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
966         Make rtspsrc a live source.
967         Don't try to parse NULL urls.
969 2005-06-23  Wim Taymans  <wim@fluendo.com>
971         * gst/udp/gstudpsrc.c: (gst_udpsrc_init):
972         Make udpsrc a live source.
974 2005-06-02  Wim Taymans  <wim@fluendo.com>
976         * gst/udp/Makefile.am:
977         Use versioned net lib.
979 2005-06-02  Wim Taymans  <wim@fluendo.com>
981         * gst/udp/Makefile.am:
982         Fix hack in makefile.
984 2005-06-02  Andy Wingo  <wingo@pobox.com>
986         * ext/mad/gstid3tag.c: Finish porting to 0.9: no more gstdata,
987         check for link functions before calling them, give
988         gst_message_new_tag its own copy of the tag list, set the parser
989         state before sending the event (because in 0.9 events are
990         processed immediately), casting fixes.
992         * ext/mad/Makefile.am (libgstmad_la_LDFLAGS): Link with
993         gsttagedit.
995 2005-06-02  Wim Taymans  <wim@fluendo.com>
997         * gst/udp/Makefile.am:
998         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_type),
999         (gst_multiudpsink_base_init), (gst_multiudpsink_class_init),
1000         (gst_multiudpsink_init), (gst_multiudpsink_finalize),
1001         (gst_multiudpsink_get_times), (gst_multiudpsink_render),
1002         (gst_multiudpsink_set_property), (gst_multiudpsink_init_send),
1003         (gst_multiudpsink_add), (client_compare), (free_client),
1004         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
1005         (gst_multiudpsink_get_stats):
1006         * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type),
1007         (gst_udpsrc_base_init), (gst_udpsrc_class_init),
1008         (gst_udpsrc_create), (gst_udpsrc_set_uri), (gst_udpsrc_start),
1009         (gst_udpsrc_unlock), (gst_udpsrc_stop):
1010         Use NetBuffer and small cleanups.
1011         Implement client removal in multiudpsink.
1013 2005-06-02  Wim Taymans  <wim@fluendo.com>
1015         * gst/rtsp/README:
1016         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
1017         (gst_rtspsrc_class_init), (gst_rtspsrc_create_stream),
1018         (gst_rtspsrc_add_element), (gst_rtspsrc_set_state),
1019         (gst_rtspsrc_stream_setup_rtp),
1020         (gst_rtspsrc_stream_configure_transport), (find_stream),
1021         (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_play),
1022         (gst_rtspsrc_change_state):
1023         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
1024         (rtsp_transport_init), (parse_mode), (parse_range),
1025         (rtsp_transport_parse), (rtsp_transport_free):
1026         RTSP cleanups.
1028 2005-06-02  Wim Taymans  <wim@fluendo.com>
1030         * gst/effectv/gstquark.c: (gst_quarktv_chain):
1031         * gst/goom/gstgoom.c: (gst_goom_chain):
1032         * gst/videobox/Makefile.am:
1033         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
1034         (gst_video_box_init), (gst_video_box_sink_setcaps),
1035         (gst_video_box_chain):
1036         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
1037         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
1038         (gst_videorate_getcaps), (gst_videorate_setcaps),
1039         (gst_videorate_init), (gst_videorate_event), (gst_videorate_chain),
1040         (gst_videorate_change_state):
1041         Bufferalloc changes.
1043 2005-05-25  Wim Taymans  <wim@fluendo.com>
1045         * ext/mad/gstmad.c: (gst_mad_chain), (gst_mad_change_state):
1046         * ext/sidplay/gstsiddec.cc:
1047         * gst/alpha/gstalpha.c: (gst_alpha_chain):
1048         * gst/goom/gstgoom.c: (gst_goom_chain):
1049         No need to take the lock anymore,  core already did
1050         that before calling us.
1052 2005-05-25  Wim Taymans  <wim@fluendo.com>
1054         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_init), (gst_amrnbdec_chain),
1055         (gst_amrnbdec_state_change):
1056         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_base_init),
1057         (gst_amrnbenc_finalize), (gst_amrnbenc_chain),
1058         (gst_amrnbenc_state_change):
1059         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
1060         (gst_amrnbparse_query), (gst_amrnbparse_chain),
1061         (gst_amrnbparse_read_header), (gst_amrnbparse_loop),
1062         (gst_amrnbparse_sink_activate), (gst_amrnbparse_state_change):
1063         Core already took the lock.
1065 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1067         * configure.ac:
1068         * ext/esd/Makefile.am:
1069           Disable tcp elements and esdmon (they don't compile).
1071 2005-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
1073         * Makefile.am:
1074         * ext/Makefile.am:
1075         * sys/Makefile.am:
1076           Make my automake version shut up about undefined variables
1077         * gst/goom/gstgoom.c:
1078           GstAdapter moved to base objects. 
1080 2005-05-18  Wim Taymans  <wim@fluendo.com>
1082         * ext/amrnb/Makefile.am:
1083         * ext/amrnb/amrnb.c: (plugin_init):
1084         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_init),
1085         (gst_amrnbdec_setcaps), (gst_amrnbdec_chain),
1086         (gst_amrnbdec_state_change):
1087         * ext/amrnb/amrnbdec.h:
1088         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_get_type),
1089         (gst_amrnbenc_base_init), (gst_amrnbenc_class_init),
1090         (gst_amrnbenc_init), (gst_amrnbenc_finalize),
1091         (gst_amrnbenc_setcaps), (gst_amrnbenc_chain),
1092         (gst_amrnbenc_state_change):
1093         * ext/amrnb/amrnbenc.h:
1094         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
1095         (gst_amrnbparse_query), (gst_amrnbparse_event),
1096         (gst_amrnbparse_chain), (gst_amrnbparse_read_header),
1097         (gst_amrnbparse_loop), (gst_amrnbparse_sink_activate),
1098         (gst_amrnbparse_state_change):
1099         * ext/amrnb/amrnbparse.h:
1100         Ported AMR decoder/parse.
1101         Added AMR encoder.
1103 2005-05-18  Wim Taymans  <wim@fluendo.com>
1105         * configure.ac:
1106         * gst/goom/Makefile.am:
1107         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_sink_setcaps),
1108         (gst_goom_src_setcaps), (gst_goom_src_negotiate), (gst_goom_event),
1109         (gst_goom_chain), (gst_goom_change_state), (plugin_init):
1110         Ported goom.
1111         Added goom and alpha to build.
1113 2005-05-17  Wim Taymans  <wim@fluendo.com>
1115         * configure.ac:
1116         * gst/alpha/Makefile.am:
1117         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1118         (gst_alpha_sink_setcaps), (gst_alpha_chain):
1119         Ported alpha,  remove alphacolor as functionality is in
1120         ffmpegcolorspace.
1122 2005-05-17  Wim Taymans  <wim@fluendo.com>
1124         * ext/libcaca/gstcacasink.c: (gst_cacasink_setcaps),
1125         (gst_cacasink_render), (gst_cacasink_open), (gst_cacasink_close),
1126         (gst_cacasink_change_state):
1127         * ext/libcaca/gstcacasink.h:
1128         Cleanups.
1130 2005-05-15  David Schleef  <ds@schleef.org>
1132         Move core plugins out of core.  I don't mind fdsrc/fdsink
1133         going back into the core; they were just disabled there, so
1134         I moved them.  Some of this stuff could (should) be deleted.
1135         * gst/oldcore/Makefile.am:
1136         * gst/oldcore/gstaggregator.c:
1137         * gst/oldcore/gstaggregator.h:
1138         * gst/oldcore/gstelements.c:
1139         * gst/oldcore/gstfdsink.c:
1140         * gst/oldcore/gstfdsink.h:
1141         * gst/oldcore/gstfdsrc.c:
1142         * gst/oldcore/gstfdsrc.h:
1143         * gst/oldcore/gstmd5sink.c:
1144         * gst/oldcore/gstmd5sink.h:
1145         * gst/oldcore/gstmultifilesrc.c:
1146         * gst/oldcore/gstmultifilesrc.h:
1147         * gst/oldcore/gstpipefilter.c:
1148         * gst/oldcore/gstpipefilter.h:
1149         * gst/oldcore/gstshaper.c:
1150         * gst/oldcore/gstshaper.h:
1151         * gst/oldcore/gststatistics.c:
1152         * gst/oldcore/gststatistics.h:
1154 2005-05-13  Christian Schaller  <uraeus@gnome.org>
1156         * ext/Makefile.am: dist esd directory
1157         * gst-plugins.spec.in: add rtp plugins and esd plugin
1158         * gst/effectv/Makefile.am: fix videofilter linking
1159         * gst/rtp/Makefile.am: add missing headers 
1160         * gst/rtsp/Makefile.am: add missing headers
1162 2005-05-12  Wim Taymans  <wim@fluendo.com>
1164         * configure.ac:
1165         * ext/sidplay/gstsiddec.cc:
1166         Add working plugins to build.
1167         Make sidplay compile again.
1169 2005-05-12  Wim Taymans  <wim@fluendo.com>
1171         * ext/mad/gstid3tag.c: (gst_id3_tag_src_query):
1172         * ext/mad/gstmad.c: (gst_mad_chain):
1173         Fix mad and id3tag compilation again.
1175 2005-05-12  Wim Taymans  <wim@fluendo.com>
1177         * gst/udp/.cvsignore:
1178         * gst/udp/Makefile.am:
1179         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_type),
1180         (gst_multiudpsink_base_init), (gst_multiudpsink_class_init),
1181         (gst_multiudpsink_init), (gst_multiudpsink_finalize),
1182         (gst_multiudpsink_get_times), (gst_multiudpsink_render),
1183         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1184         (gst_multiudpsink_init_send), (gst_multiudpsink_close),
1185         (gst_multiudpsink_add), (gst_multiudpsink_remove),
1186         (gst_multiudpsink_clear), (gst_multiudpsink_get_stats),
1187         (gst_multiudpsink_change_state):
1188         * gst/udp/gstmultiudpsink.h:
1189         * gst/udp/gstudp-marshal.list:
1190         * gst/udp/gstudp.c: (plugin_init):
1191         * gst/udp/gstudp.h:
1192         * gst/udp/gstudpsink.c: (gst_udpsink_get_type),
1193         (gst_udpsink_base_init), (gst_udpsink_class_init),
1194         (gst_udpsink_init), (gst_udpsink_set_uri),
1195         (gst_udpsink_set_property), (gst_udpsink_get_property),
1196         (gst_udpsink_uri_get_type), (gst_udpsink_uri_get_protocols),
1197         (gst_udpsink_uri_get_uri), (gst_udpsink_uri_set_uri),
1198         (gst_udpsink_uri_handler_init):
1199         * gst/udp/gstudpsink.h:
1200         * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type),
1201         (gst_udpsrc_base_init), (gst_udpsrc_class_init),
1202         (gst_udpsrc_create), (gst_udpsrc_set_uri), (gst_udpsrc_start),
1203         (gst_udpsrc_unlock), (gst_udpsrc_stop):
1204         * gst/udp/gstudpsrc.h:
1205         Added multifdsink to send UDP to multiple addresses.
1206         Cleaned up UDP source/sink elements some more.
1207         Make UDP sink extends from multiudpsink.
1209 2005-05-12  Tim-Philipp Müller  <tim at centricular dot net>
1211         * ext/mad/gstmad.c: (gst_mad_src_query), (gst_mad_sink_event):
1212           Make queries actually work (update core first).
1214 2005-05-12  Wim Taymans  <wim@fluendo.com>
1216         * gst/rtsp/README:
1217         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
1218         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
1219         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
1220         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_eos),
1221         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start):
1222         * gst/tcp/gsttcpclientsrc.h:
1223         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
1224         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
1225         (gst_tcpserversrc_init), (gst_tcpserversrc_create),
1226         (gst_tcpserversrc_start), (gst_tcpserversrc_stop):
1227         * gst/tcp/gsttcpserversrc.h:
1228         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get_type),
1229         (gst_tcpsrc_base_init), (gst_tcpsrc_class_init), (gst_tcpsrc_init),
1230         (gst_tcpsrc_create), (gst_tcpsrc_start), (gst_tcpsrc_stop):
1231         * gst/tcp/gsttcpsrc.h:
1232         * gst/udp/gstudpsink.c: (gst_udpsink_base_init),
1233         (gst_udpsink_init), (gst_udpsink_get_times), (gst_udpsink_render),
1234         (gst_udpsink_set_property), (gst_udpsink_get_property),
1235         (gst_udpsink_change_state):
1236         * gst/udp/gstudpsink.h:
1237         * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type),
1238         (gst_udpsrc_base_init), (gst_udpsrc_class_init), (gst_udpsrc_init),
1239         (gst_udpsrc_create), (gst_udpsrc_set_uri), (gst_udpsrc_start),
1240         (gst_udpsrc_stop):
1241         * gst/udp/gstudpsrc.h:
1242         Make UDP and TCP elements use PushSrc.
1245 2005-05-11  Tim-Philipp Müller  <tim at centricular dot net>
1247         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_src_query),
1248         (index_seek), (normal_seek), (gst_mad_sink_event):
1249           Port to new query API and replace gst_pad_convert()
1250           and gst_pad_get_formats() usage. gstid3tag looks like
1251           it needs some more love before it will work again, if 
1252           not a rewrite.
1254 2005-05-12  Zeeshan Ali  <zeenix@gmail.com>
1256         * gst/effectv/Makefile.am:
1257         Fixed the effectv build again.
1259 2005-05-11  Wim Taymans  <wim@fluendo.com>
1261         * gst/tcp/Makefile.am:
1262         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
1263         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
1264         (gst_multifdsink_init), (gst_multifdsink_handle_client_write),
1265         (gst_multifdsink_queue_buffer), (gst_multifdsink_render),
1266         (gst_multifdsink_change_state):
1267         * gst/tcp/gstmultifdsink.h:
1268         * gst/tcp/gsttcp.c:
1269         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
1270         (gst_tcpclientsink_base_init), (gst_tcpclientsink_class_init),
1271         (gst_tcpclientsink_init), (gst_tcpclientsink_render),
1272         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property),
1273         (gst_tcpclientsink_change_state):
1274         * gst/tcp/gsttcpclientsink.h:
1275         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
1276         (gst_tcpclientsrc_init_receive):
1277         * gst/tcp/gsttcpplugin.c: (plugin_init):
1278         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
1279         * gst/tcp/gsttcpserversink.h:
1280         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init):
1281         * gst/tcp/gsttcpsink.c: (gst_tcpsink_get_type),
1282         (gst_tcpsink_base_init), (gst_tcpsink_class_init),
1283         (gst_tcpsink_setcaps), (gst_tcpsink_init), (gst_tcpsink_get_times),
1284         (gst_tcpsink_render), (gst_tcpsink_set_property),
1285         (gst_tcpsink_get_property):
1286         * gst/tcp/gsttcpsink.h:
1287         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_class_init), (gst_tcpsrc_get):
1288         Ported over some sink elements.
1289         Sources not ported yet as they require a PushSource base class.
1291 2005-05-11  Tim-Philipp Müller  <tim at centricular dot net>
1293         * gst/effectv/Makefile.am:
1294         * gst/videofilter/Makefile.am:
1295           Turn videofilter into a library (private for now)
1297 2005-05-11  Wim Taymans  <wim@fluendo.com>
1299         * gst/rtsp/README:
1300         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
1301         (gst_rtspsrc_class_init), (gst_rtspsrc_create_stream),
1302         (gst_rtspsrc_add_element), (gst_rtspsrc_set_state),
1303         (gst_rtspsrc_stream_setup_rtp),
1304         (gst_rtspsrc_stream_configure_transport), (find_stream),
1305         (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_play):
1306         * gst/rtsp/rtsp.h:
1307         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
1308         (rtsp_connection_send), (read_line), (parse_request_line),
1309         (parse_line), (read_body), (rtsp_connection_receive),
1310         (rtsp_connection_free):
1311         * gst/rtsp/rtspconnection.h:
1312         * gst/rtsp/rtspdefs.c: (rtsp_find_method):
1313         * gst/rtsp/rtspdefs.h:
1314         * gst/rtsp/rtspmessage.c: (rtsp_message_set_body),
1315         (rtsp_message_take_body):
1316         * gst/rtsp/rtspmessage.h:
1317         * gst/rtsp/rtspstream.h:
1318         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
1319         Added README
1320         Some cleanups.
1322 2005-05-11  Wim Taymans  <wim@fluendo.com>
1324         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
1325         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
1326         (gst_rtspsrc_create_stream), (gst_rtspsrc_add_element),
1327         (gst_rtspsrc_set_state), (gst_rtspsrc_stream_setup_rtp),
1328         (gst_rtspsrc_stream_configure_transport), (find_stream),
1329         (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_close),
1330         (gst_rtspsrc_play), (gst_rtspsrc_change_state):
1331         * gst/rtsp/gstrtspsrc.h:
1332         Setup UDP sources correctly, receives raw data from RTSP
1333         compliant servers now.
1335 2005-05-11  Wim Taymans  <wim@fluendo.com>
1337         * gst/rtsp/.cvsignore:
1338         * gst/rtsp/Makefile.am:
1339         * gst/rtsp/gstrtsp.c: (plugin_init):
1340         * gst/rtsp/gstrtsp.h:
1341         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
1342         (gst_rtspsrc_get_type), (gst_rtspsrc_base_init),
1343         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
1344         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
1345         (gst_rtspsrc_create_stream), (rtspsrc_add_element),
1346         (gst_rtspsrc_stream_setup_rtp),
1347         (gst_rtspsrc_stream_configure_transport), (find_stream),
1348         (gst_rtspsrc_loop), (gst_rtspsrc_send), (gst_rtspsrc_open),
1349         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
1350         (gst_rtspsrc_activate), (gst_rtspsrc_change_state):
1351         * gst/rtsp/gstrtspsrc.h:
1352         * gst/rtsp/rtsp.h:
1353         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
1354         (rtsp_connection_create), (append_header), (rtsp_connection_send),
1355         (read_line), (read_string), (read_key), (parse_response_status),
1356         (parse_line), (read_body), (rtsp_connection_receive),
1357         (rtsp_connection_close):
1358         * gst/rtsp/rtspconnection.h:
1359         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_method_as_text),
1360         (rtsp_header_as_text), (rtsp_status_as_text),
1361         (rtsp_status_to_string), (rtsp_find_header_field):
1362         * gst/rtsp/rtspdefs.h:
1363         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
1364         (rtsp_message_init_request), (rtsp_message_new_response),
1365         (rtsp_message_init_response), (rtsp_message_init_data),
1366         (rtsp_message_add_header), (rtsp_message_remove_header),
1367         (rtsp_message_get_header), (rtsp_message_get_header_copy),
1368         (rtsp_message_set_body), (rtsp_message_set_body_copy),
1369         (rtsp_message_get_body), (rtsp_message_get_body_copy), (dump_mem),
1370         (dump_key_value), (rtsp_message_dump):
1371         * gst/rtsp/rtspmessage.h:
1372         * gst/rtsp/rtspstream.h:
1373         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
1374         (rtsp_transport_init), (parse_mode), (parse_range),
1375         (rtsp_transport_parse), (rtsp_transport_free):
1376         * gst/rtsp/rtsptransport.h:
1377         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
1378         * gst/rtsp/rtspurl.h:
1379         * gst/rtsp/sdp.h:
1380         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
1381         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
1382         (sdp_media_init), (sdp_message_set_origin),
1383         (sdp_message_get_origin), (sdp_message_set_connection),
1384         (sdp_message_get_connection), (sdp_message_add_bandwidth),
1385         (sdp_message_add_time), (sdp_message_add_zone),
1386         (sdp_message_set_key), (sdp_message_get_key),
1387         (sdp_message_get_attribute_val), (sdp_message_add_attribute),
1388         (sdp_message_add_media), (sdp_media_add_attribute),
1389         (sdp_media_add_bandwidth), (sdp_media_add_format),
1390         (sdp_media_get_attribute_val), (read_string), (read_string_del),
1391         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
1392         (sdp_message_dump):
1393         * gst/rtsp/sdpmessage.h:
1394         * gst/rtsp/test.c: (main):
1395         Ported to 0.9.
1396         Set up transports, init UDP ports, init RTP session managers.
1398 2005-05-11  Wim Taymans  <wim@fluendo.com>
1400         * gst/rtp/Makefile.am:
1401         * gst/rtp/gstrtp.c: (plugin_init):
1402         * gst/rtp/gstrtpdec.c: (gst_rtpdec_get_type),
1403         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_chain_rtp),
1404         (gst_rtpdec_chain_rtcp), (gst_rtpdec_set_property),
1405         (gst_rtpdec_get_property), (gst_rtpdec_change_state),
1406         (gst_rtpdec_plugin_init):
1407         * gst/rtp/gstrtpdec.h:
1408         * gst/udp/gstudpsink.c: (gst_udpsink_base_init),
1409         (gst_udpsink_get_times), (gst_udpsink_render),
1410         (gst_udpsink_change_state):
1411         * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type),
1412         (gst_udpsrc_base_init), (gst_udpsrc_class_init), (gst_udpsrc_init),
1413         (gst_udpsrc_loop), (gst_udpsrc_set_uri), (gst_udpsrc_set_property),
1414         (gst_udpsrc_get_property), (gst_udpsrc_init_receive),
1415         (gst_udpsrc_activate), (gst_udpsrc_change_state),
1416         (gst_udpsrc_uri_get_type), (gst_udpsrc_uri_get_protocols),
1417         (gst_udpsrc_uri_get_uri), (gst_udpsrc_uri_set_uri),
1418         (gst_udpsrc_uri_handler_init):
1419         * gst/udp/gstudpsrc.h:
1420         UDP fixes, added uri handler.
1421         Added rtpdec that will manage the RTP session in the future.
1423 2005-05-10  Arwed v. Merkatz  <v.merkatz@gmx.net>
1425         * PORTED_09:
1426         * configure.ac:
1427         * ext/Makefile.am:
1428         * ext/esd/Makefile.am:
1429         * ext/esd/esdsink.c: (gst_esdsink_get_type),
1430         (gst_esdsink_class_init), (gst_esdsink_init),
1431         (gst_esdsink_dispose), (gst_esdsink_change_state),
1432         (gst_caps_set_each), (gst_esdsink_getcaps), (gst_esdsink_open),
1433         (gst_esdsink_close), (gst_esdsink_write), (gst_esdsink_delay),
1434         (gst_esdsink_reset), (gst_esdsink_set_property),
1435         (gst_esdsink_get_property), (gst_esdsink_factory_init):
1436         * ext/esd/esdsink.h:
1437         * ext/esd/gstesd.c: (plugin_init):
1438         Ported esdsink plugin
1440 2005-05-10  Wim Taymans  <wim@fluendo.com>
1442         * gst/udp/Makefile.am:
1443         * gst/udp/gstudpsink.c: (gst_udpsink_get_type),
1444         (gst_udpsink_base_init), (gst_udpsink_class_init),
1445         (gst_udpsink_init), (gst_udpsink_get_times), (gst_udpsink_render),
1446         (gst_udpsink_set_property), (gst_udpsink_get_property),
1447         (gst_udpsink_init_send), (gst_udpsink_close),
1448         (gst_udpsink_change_state):
1449         * gst/udp/gstudpsink.h:
1450         * gst/udp/gstudpsrc.c: (gst_udpsrc_base_init),
1451         (gst_udpsrc_class_init), (gst_udpsrc_init), (gst_udpsrc_loop),
1452         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
1453         (gst_udpsrc_init_receive), (gst_udpsrc_close),
1454         (gst_udpsrc_activate), (gst_udpsrc_change_state):
1455         * gst/udp/gstudpsrc.h:
1456         Ported udp src/sink.
1458 2005-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1460         * PORTED_09:
1461         * configure.ac:
1462         * ext/Makefile.am:
1463         * ext/shout2/Makefile.am:
1464         * ext/shout2/gstshout2.c: (gst_shout2send_get_type),
1465         (gst_shout2send_base_init), (gst_shout2send_class_init),
1466         (gst_shout2send_init), (gst_shout2send_event),
1467         (gst_shout2send_render), (gst_shout2send_set_property),
1468         (gst_shout2send_get_property), (gst_shout2send_setcaps),
1469         (gst_shout2send_change_state):
1470         * ext/shout2/gstshout2.h:
1472         Port shout2 plugin
1474 2005-05-08  Zeeshan Ali   <zeenix@gmail.com>
1476         * configure.ac:
1477         * ext/Makefile.am:
1478         * ext/libcaca/Makefile.am:
1479         * ext/libcaca/gstcacasink.c: (gst_cacasink_get_type),
1480         (gst_cacasink_class_init), (gst_cacasink_get_times),
1481         (gst_cacasink_setcaps), (gst_cacasink_init), (gst_cacasink_render),
1482         (plugin_init):
1483         * ext/libcaca/gstcacasink.h:
1484         Ported the libcaca plugin.
1486 2005-05-08  Zeeshan Ali  <zeenix@gmail.com>
1488         * configure.ac:
1489         * ext/mad/Makefile.am:
1490         * effectv/Makefile.am:
1491         Fixed a few things to enable the mad and effectv to be able to find the
1492         headers in the gst-plugins-base/gst-libs and to link against the libs
1493         in there.
1495 2005-05-07  Zeeshan Ali  <zeenix@gmail.com>
1497         * configure.ac:
1498         Fixed the build by fixing a small mistake of Wim.
1499         
1500 2005-05-06  Wim Taymans  <wim@fluendo.com>
1502         * configure.ac:
1503         * ext/aalib/Makefile.am:
1504         * ext/aalib/gstaasink.c: (gst_aasink_get_type),
1505         (gst_aasink_class_init), (gst_aasink_fixate), (gst_aasink_setcaps),
1506         (gst_aasink_init), (gst_aasink_get_times), (gst_aasink_render),
1507         (gst_aasink_set_property), (gst_aasink_get_property),
1508         (gst_aasink_open), (gst_aasink_close), (gst_aasink_change_state):
1509         * ext/aalib/gstaasink.h:
1510         * gst/smpte/Makefile.am:
1511         * gst/smpte/gstsmpte.c: (gst_smpte_setcaps), (gst_smpte_init),
1512         (gst_smpte_collected):
1513         * gst/smpte/gstsmpte.h:
1514         Ported 2 more plugins. usgly hack in the Makefile.am though, I'm
1515         sure someone will fix it.
1517 2005-05-06  Christian Schaller  <uraeus@gnome.org>
1519         * configure.ac: add sidplay
1520         * ext/Makefile.am: add sidplay
1521         * ext/sidplay/Makefile.am: add GST_PLUGINS_CFLAGS
1522         * ext/sidplay/gstsiddec.cc: remove bytestream.h
1524 2005-05-06  Christian Schaller  <uraeus@gnome.org>
1526         * configure.ac: add gst-plugins-libs
1528 2005-05-06  Wim Taymans  <wim@fluendo.com>
1530         * configure.ac:
1531         * ext/sidplay/gstsiddec.cc:
1532         * ext/sidplay/gstsiddec.h:
1533         Ported sidplay.
1535 2005-05-06  Christian Schaller  <uraeus@gnome.org>
1537         * configure.ac: 
1538         * ext/mad/Makefile.am: add linking of gstinterfaces
1539         * ext/mad/gstid3tag.c: (plugin_init): remove library_load
1540         * gst-plugins.spec.in: 
1541         * gst/effectv/Makefile.am: link to libgstvideofilter
1542         * gst/effectv/gsteffectv.c: (plugin_init): same as for mad
1543         * gst/videofilter/Makefile.am: make sure videoflip is not built
1545 2005-05-06  Wim Taymans  <wim@fluendo.com>
1547         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_setcaps),
1548         (gst_alawdec_init), (gst_alawdec_chain):
1549         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_setcaps),
1550         (gst_alawenc_init), (gst_alawenc_chain):
1551         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_setcaps),
1552         (gst_mulawdec_init), (gst_mulawdec_chain):
1553         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_setcaps),
1554         (gst_mulawenc_init), (gst_mulawenc_chain):
1555         Ported alaw and mulaw plugins to 0.9, fixed the negotiation as
1556         well.
1558 2005-05-06  Christian Schaller  <uraeus@gnome.org>
1560         * ext/alsa: removed plugins that are now in gst-plugins-base
1561         * ext/gnomevfs:
1562         * ext/theora:
1563         * ext/vorbis:
1564         * gst/adder:
1565         * gst/audioconvert:
1566         * gst/ffmpegcolorspace:
1567         * gst/typefind:
1568         * gst/videofilter: comment out videoflip and gamma plugins
1570 2005-05-06  Christian Schaller  <uraeus@gnome.org>
1572         * gst-libs: Remove all files as this is in gst-plugins-base now
1573         * gst-libs/README: add a remove informing of this move
1575 2005-05-06  Christian Schaller <uraeus@gnome.org> 
1577         * PORTED_09: update to add videofilter
1578         * configure.ac: re-add videofilter
1579         * gst/videofilter/Makefile.am: remove videobalance (not ported yet)
1580         * gst/videofilter/gstgamma.c: (gst_gamma_class_init):
1581         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init):
1582         * gst/videofilter/gstvideofilter.c: (gst_videofilter_getcaps),
1583         (gst_videofilter_setcaps), (gst_videofilter_init),
1584         (gst_videofilter_chain), (gst_videofilter_set_output_size):
1585         * gst/videofilter/gstvideoflip.c: (gst_videoflip_class_init):
1587 2005-05-06  Christian Schaller <uraeus@gnome.org>
1589         * ext/mad: ported plugin from threaded branch
1590         * gst/effectv: ported plugins from threaded branch
1591         * gst/law: enable law plugin as it compiles (Wim will fixor)
1593 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1595         * configure.ac:
1596         fix typo
1598 2005-05-05  Christian Schaller <uraeus@gnome.org>
1600         * Update configure.ac and Makefiles to only build what is actually
1601         ported and not moved into gst-plugins-base
1603 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1605         * configure.ac:
1606           hunting season on 0.9 is now OPEN
1608 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1610         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
1611           Kick the hell out of gcc for not warning me about a symbol conflict.
1613 2005-02-22  Luca Ognibene  <luogni@tin.it>
1615         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1617         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
1618           Don't leak caps string (fixes #168134)
1620         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
1621         (gst_jpegenc_init), (gst_jpegenc_finalize),
1622         (gst_jpegenc_change_state):
1623           Don't leak line buffers and context struct (fixes #168133).
1625 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1627         * configure.ac:
1628         * ext/dirac/gstdiracdec.cc:
1629         (gst_diracdec_chain):
1630           Since dirac 0.5.0 the framerate in dirac is expressed as a
1631           rational number. Fix build and up requirement to 0.5.0, and
1632           also pass parameters to gst_diracdec_link in the right order
1633           (fixes #167959).
1635 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
1637         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
1638         * ext/faad/gstfaad.h:
1639         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
1640         certain invalid muxed streams, where some packets will contain 
1641         junk after decoder data. Partially fixes #149158.
1643 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
1644         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
1645           Make sure we only write to writable buffers
1647 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1649         * gst-libs/gst/riff/riff-media.c:
1650         (gst_riff_create_audio_caps_with_data):
1651           Do actually fix invalid RIFF fmt header values for alaw
1652           and mulaw audio instead of just saying so.
1654         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1655           Give gst_riff_create_audio_caps_with_data() a chance to
1656           fix up broken format header fields before extracting any
1657           parameters from the header. (fixes #167633)
1659 2005-02-19  Martin Holters  <martin.holters@gmx.de>
1661         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1663         * gst/audioconvert/bufferframesconvert.c:
1664         (buffer_frames_convert_link):
1665           Don't leak othercaps. (fixes #167878)
1667 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>>
1669         * configure.ac:
1670         * ext/libvisual/visual.c: (gst_visual_srclink),
1671         (gst_visual_change_state):
1672           Support libvisual 0.2.0.
1674 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
1676         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
1677         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
1678           Use same rowstrides for I420 as used everywhere else.
1680 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1682         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
1683           Declare variables at beginning of block and make gcc-2.95 happy
1684           (fixes # 167482, patch by Gergely Nagy).
1685           
1686         * gst/tcp/gsttcpclientsrc.c:
1687         * gst/tcp/gsttcpclientsrc.h:
1688           Move some includes into the header, so that struct sockaddr_in is
1689           defined when it should be defined on FreeBSD as well (fixes
1690           #167483).
1691           
1692         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
1693           Don't pass uninitialised values to setsockopt() here either.
1695 2005-02-17  Luca Ognibene  <luogni at tin dot it>
1697         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1699         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
1700           Don't pass uninitialised values to setsockopt(). (fixes #167704)
1702 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1704         * gst/playback/gstplaybin.c: (add_sink):
1705           Invert bin_add/link order to workaround deadlock in opt.
1707 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1709         * gst/modplug/gstmodplug.cc:
1710           Add missing break causing position queries to fail.
1712 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1714         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
1715           Granpos can apparently be -1, which screws up calculations...
1717 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
1719         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
1720         (gst_ximagesink_send_pending_navigation),
1721         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
1722         (gst_ximagesink_init):
1723         * sys/ximage/ximagesink.h:
1724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
1725         (gst_xvimagesink_send_pending_navigation),
1726         (gst_xvimagesink_navigation_send_event),
1727         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
1728         * sys/xvimage/xvimagesink.h:
1729           Use a mutex protected list to marshal navigation
1730           events into the stream thread from whichever thread
1731           sends them.
1733 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
1735         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
1736           Display current position and track length; misc. clean-ups.
1737           
1738         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
1739         (speed_init), (speed_chain):
1740           Add query function, so that the stream length and current position
1741           get adjusted when queried (note that current position queries may
1742           still be wrong if the audio sink returns values based on buffer
1743           timestamps instead of passing on the query).
1745 2005-02-13  Benjamin Otte  <otte@gnome.org>
1747         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
1748         (gst_audio_convert_channels):
1749           create channel conversion matrix when linking
1750         * gst/audioconvert/.cvsignore:
1751         * gst/audioconvert/Makefile.am:
1752         * gst/audioconvert/channelmixtest.c: (main):
1753           add (ugly) test that ensures stereo <=> mono conversion works
1754           correctly
1756 2005-02-13  Benjamin Otte  <otte@gnome.org>
1758         * gst/audioconvert/gstchannelmix.h:
1759           include missing header file
1760         * gst/audioconvert/gstchannelmix.c:
1761         (gst_audio_convert_fill_compatible):
1762           use same sign for both channels when converting to/from compatible
1763           channel. Previously used different signs made the signals cancel
1764           each other out and appear like silence. (fixes #167269)
1766 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
1768         * gst/ffmpegcolorspace/avcodec.h:
1769         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1770         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1771         (gst_ffmpegcsp_avpicture_fill):
1772         * gst/ffmpegcolorspace/imgconvert.c:
1773           Convert to and from YV12 (fixes #156379).
1775 2005-02-12  Julien MOUTTE  <julien@moutte.net>
1777         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1778         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
1779         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
1780         (gst_ximagesink_expose), (gst_ximagesink_set_property),
1781         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
1782         methods from chain and negotiation and vice versa (Fixes #166142).
1783         * sys/ximage/ximagesink.h: Add stream_lock.
1784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
1785         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
1786         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
1787         (gst_xvimagesink_expose): Check for xcontext before trying to link.
1789 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
1791         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
1792           Don't send "Hey! You gave me a NULL pointer you naughty person" as
1793           error message when we can't open the DVD device (when dvdnav_open()
1794           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
1795           the above). Send something more useful instead (fixes #167117).
1797 2005-02-11  Julien MOUTTE  <julien@moutte.net>
1799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1800         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
1801         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
1802         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
1803         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
1804         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
1805         methods from chain and negotiation and vice versa (Fixes #166142).
1806         Fix a possible bug of images in the buffer pool being discarded because
1807         we are looking at the wrong geometry.
1808         * sys/xvimage/xvimagesink.h: Add stream_lock.
1810 2005-02-11  David Schleef  <ds@schleef.org>
1812         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
1813         unsigned int. (fixes #167128)
1815 2005-02-11  David Schleef  <ds@schleef.org>
1817         * gst/librfb/Makefile.am: Testing stuff before committing is
1818           for wimps... and people with fast machines.  Fix stupid
1819           mistake.
1821 2005-02-11  David Schleef  <ds@schleef.org>
1823         * configure.ac: Pull in librfb from my CVS tree, because it is
1824           too small and annoying to be separate.  Move rfbsrc plugin
1825           to gst/.
1826         * ext/Makefile.am:
1827         * ext/librfb/Makefile.am:
1828         * ext/librfb/gstrfbsrc.c:
1829         * gst/librfb/Makefile.am:
1830         * gst/librfb/gstrfbsrc.c:
1831         * gst/librfb/rfb.c:
1832         * gst/librfb/rfb.h:
1833         * gst/librfb/rfbbuffer.c:
1834         * gst/librfb/rfbbuffer.h:
1835         * gst/librfb/rfbbytestream.c:
1836         * gst/librfb/rfbbytestream.h:
1837         * gst/librfb/rfbcontext.h:
1838         * gst/librfb/rfbdecoder.c:
1839         * gst/librfb/rfbdecoder.h:
1840         * gst/librfb/rfbutil.h:
1842 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
1844         * gst/speed/Makefile.am:
1845         * gst/speed/demo-mp3.c: (main):
1846         * gst/speed/filter.func:
1847         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
1848         (speed_class_init), (speed_init), (speed_chain_int16),
1849         (speed_chain_float32), (speed_chain), (speed_set_property),
1850         (speed_get_property), (speed_change_state):
1851         * gst/speed/gstspeed.h:
1852           Fix speed element and make it chain-based (fixes #156467),
1853           and make it handle more than one channel.
1855 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
1857         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
1858         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
1859         (gst_dtsdec_chain), (gst_dtsdec_change_state):
1860         * ext/dts/gstdtsdec.h:
1861           Don't clobber the stack constructing the channels array.
1862           Make the element chain-based. DTS tracks can now be played.
1863           
1864 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
1866         * gst-libs/gst/audio/multichannel.h:
1867         * gst-libs/gst/gconf/gconf.h:
1868         * gst-libs/gst/idct/idct.h:
1869         * gst-libs/gst/media-info/media-info-priv.h:
1870         * gst-libs/gst/play/play.h:
1871         * gst-libs/gst/resample/private.h:
1872         * gst-libs/gst/resample/resample.h:
1873         * gst-libs/gst/riff/riff-ids.h:
1874         * gst-libs/gst/video/video.h:
1875         * gst-libs/gst/video/videosink.h:
1876           Add G_BEGIN_DECLS and G_END_DECLS around headers where
1877           missing, so that they work when included from C++ code.
1879 2005-02-09  David Schleef  <ds@schleef.org>
1881         * testsuite/gst-lint: Check for non-statically scoped
1882           parent_class variables.  This won't be a problem once
1883           plugins are loaded with RTLD_LOCAL.
1885 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1887         * ext/mplex/gstmplexibitstream.cc:
1888           gcc madness.
1890 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1892         * ext/ogg/gstogmparse.c:
1893         * gst/debug/gstnavigationtest.c:
1894           Die, thou faulty symbol pollutors (non-static parent_class).
1896 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1898         * ext/mplex/gstmplexibitstream.cc:
1899           Fix event handling (#165525).
1901 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1903         * ext/mikmod/gstmikmod.c:
1904         * gst/modplug/gstmodplug.cc:
1905           Add missing endianness to template (fixes #165509).
1907 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1909         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
1910           Fix wrong order of reading of optional bytes (#165290).
1912 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1914         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1915           Implement FILLER event awareness.
1917 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1919         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
1920           Fix track calculations (#166208).
1922 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
1924         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1926         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
1927         * ext/libpng/gstpngenc.c:
1928           Fix byte-order, use proper fixed caps. Fixes #164197.
1930 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1932         * configure.ac:
1933           Add dvdlpcmdec 
1935         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
1936         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
1937           Don't push buffers if the src pad isn't negotiated yet.
1938           
1939         * gst/audioconvert/gstaudioconvert.c:
1940         (gst_audio_convert_buffer_to_default_format),
1941         (gst_audio_convert_buffer_from_default_format):
1942           Add support for 24-bit width.
1944         * gst/dvdlpcmdec/.cvsignore:
1945         * gst/dvdlpcmdec/Makefile.am:
1946         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
1947         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
1948         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
1949         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
1950         (plugin_init):
1951         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
1952           New decoder for rearranging DVD LPCM into our audio/x-raw-int
1953           format. Needs support for the channels maps if someone can find 
1954           a DVD LPCM track with > 2 channels.
1956         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
1957         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
1958         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
1959         * gst/mpegstream/gstdvddemux.h:
1960         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
1961         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
1962         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
1963         * gst/mpegstream/gstmpegdemux.h:
1964         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
1965         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
1966         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
1967         (gst_mpeg_parse_handle_src_query),
1968         (gst_mpeg_parse_handle_src_event):
1969           Use audio/x-dvd-lpcm for LPCM output.
1970           Add DTS output.
1972 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
1974         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1976         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
1977         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
1978           Add BGRA handling (#165736).
1980 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
1982         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1984         * gst/law/alaw-decode.c: (alawdec_link):
1985         * gst/law/alaw-encode.c: (alawenc_link):
1986         * gst/law/mulaw-decode.c: (mulawdec_link):
1987         * gst/law/mulaw-encode.c: (mulawenc_link):
1988           Fix caps memleaks (#166600).
1990 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
1992         * ext/tarkin/mem.h:
1993         * ext/tarkin/wavelet.h:
1994         * ext/tarkin/yuv.h:
1995         * gst/ffmpegcolorspace/avcodec.h:
1996           Include "_stdint.h" instead of <stdint.h>. Fixes build on
1997           systems that don't have stdint.h, like Solaris9 (fixes #166631).
1999 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2001         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
2002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
2003         (gst_xvimagesink_change_state):
2004           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
2005           Xv video (and thereby regenerate Xv colourkey) in clear() so
2006           that PLAY -> READY -> PLAY works (fixes #162504).
2008 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2010         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
2011           Switch to list instead of range, since MJPEG-devices really just
2012           support decimations, not any size.
2014 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
2015         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
2016         (gst_mpeg2dec_reset), (free_all_buffers),
2017         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
2018         * ext/mpeg2dec/gstmpeg2dec.h:
2019           The libmpeg2 user-allocated buffer management is awkward, 
2020           to say the least. Hopefully this fixes things.
2022 2005-02-04  Andy Wingo  <wingo@pobox.com>
2024         * gst/audioconvert/bufferframesconvert.c
2025         (buffer_frames_convert_fixate): New function, fixates to 256
2026         frames per buffer by default. (Much better than 1.)
2027         (buffer_frames_convert_init): Set the fixate function for both src
2028         and sink pad.
2029         (buffer_frames_convert_link): After success setting nonfixed caps,
2030         get the negotiated caps so we can know how many buffer-frames it
2031         will be. No idea how this worked at all before.
2033 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
2035         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
2036         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
2037         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
2038         (handle_sequence), (handle_picture):
2039         * ext/mpeg2dec/gstmpeg2dec.h:
2040           Rearrange buffer tracking and refcounting and refactor
2041           a little for readability. 
2043 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
2044         * sys/v4l/gstv4l.c: (plugin_init):
2045         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
2046         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
2047         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
2048         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
2049         * sys/v4l/gstv4ljpegsrc.h:
2050         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
2051         * sys/v4l/v4l_calls.h:
2052         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
2053         (gst_v4lsrc_get_fps):
2054         * sys/v4l/v4lsrc_calls.h:
2055           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
2056           you jpeg inside rgb frames" driver.
2057           Don't error in the v4lsrc link function, just return 
2058           REFUSED.
2060 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2062         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
2063         (gst_qcamsrc_open):
2064           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
2066 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2068         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2069           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
2071 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2073         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
2074           Reset negotiated state on PAUSED->READY.
2076 2005-02-02  David Schleef  <ds@schleef.org>
2078         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
2079         whereever possible.  (Fixes #165997)
2080         * examples/capsfilter/capsfilter1.c: (main):
2081         * examples/dynparams/filter.c: (create_ui):
2082         * examples/seeking/cdparanoia.c: (get_track_info), (main):
2083         * examples/seeking/chained.c: (main):
2084         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
2085         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
2086         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
2087         (make_mpeg_pipeline), (make_mpegnt_pipeline):
2088         * examples/seeking/spider_seek.c: (make_spider_pipeline):
2089         * examples/switch/switcher.c: (main):
2090         * ext/dv/demo-play.c: (main):
2091         * ext/faad/gstfaad.c: (gst_faad_change_state):
2092         * ext/mad/gstmad.c: (gst_mad_chain):
2093         * ext/smoothwave/demo-osssrc.c: (main):
2094         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
2095         (gst_gconf_render_bin_from_description),
2096         (gst_gconf_get_default_audio_sink),
2097         (gst_gconf_get_default_video_sink),
2098         (gst_gconf_get_default_audio_src),
2099         (gst_gconf_get_default_video_src),
2100         (gst_gconf_get_default_visualization_element):
2101         * gst/level/demo.c: (main):
2102         * gst/level/plot.c: (main):
2103         * gst/playback/gstplaybin.c: (gen_video_element),
2104         (gen_audio_element):
2105         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
2106         * gst/playondemand/demo-mp3.c: (setup_pipeline):
2107         * gst/sine/demo-dparams.c: (main):
2108         * gst/spectrum/demo-osssrc.c: (main):
2109         * gst/speed/demo-mp3.c: (main):
2110         * gst/volume/demo.c: (main):
2111         * testsuite/embed/embed.c: (main):
2113 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
2115         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
2116         (gst_tcpclientsink_finalize):
2117         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
2118         (gst_tcpclientsrc_finalize):
2119         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2120         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
2121         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
2122         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
2123           Don't leak the hostname when shutting down.
2124           In tcpserversrc, take a copy of the default hostname.
2126 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2128         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
2129           Set caps to systemstream=TRUE.
2131 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2133         * testsuite/Makefile.am:
2134           Fix more OSX buildbots.
2136 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
2138         * ext/mpeg2dec/gstmpeg2dec.c:
2139           Don't send things to NULL PAD_PEERs
2141         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
2142           Copy-on-write the incoming buffer.
2144         * gst/mpegstream/gstdvddemux.h:
2145         * gst/mpegstream/gstmpegclock.h:
2146         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
2147         (normal_seek), (gst_mpeg_demux_handle_src_event):
2148         * gst/mpegstream/gstmpegdemux.h:
2149         * gst/mpegstream/gstmpegpacketize.h:
2150         * gst/mpegstream/gstmpegparse.c:
2151         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
2152         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
2153         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
2154         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
2155         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
2156         * gst/mpegstream/gstmpegparse.h:
2157         * gst/mpegstream/gstrfc2250enc.h:
2158           Various changes to the way time is computed that make seeking and
2159           total time estimation much better here.
2160           Use G_BEGIN/END_DECLS instead of __cplusplus
2162         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
2163           Use gst_buffer_stamp instead of only copying the TIMESTAMP
2165 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2167         * gst/subparse/gstsubparse.c:
2168           Fix OSX buildbot.
2170 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
2172         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2173         (theora_enc_chain), (theora_enc_change_state):
2174         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2175         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
2176         (gst_vorbisenc_change_state):
2177         * ext/vorbis/vorbisenc.h:
2178           Set granulepos and timestamp correctly for streams not
2179           starting at 0, taking into account the initial delay.
2181 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
2183         * gst/mpegstream/gstdvddemux.c:
2184           Add audio/x-dts to audio pad template caps
2186 2005-01-30  David Schleef  <ds@schleef.org>
2188         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
2189         (create_context), (gst_polypsink_link): Fix silly endianness
2190         bug.  Add some debugging.  Remove float from caps; it doesn't
2191         work.  Attempt to get remote audio working.
2193 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2195         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2196           Add 3IV2 fourcc.
2198 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2200         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
2201         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
2202         (gst_avi_demux_stream_data):
2203         * gst/avi/gstavidemux.h:
2204           Invert DIB images. Fixes #132341.
2206 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2209         (gst_ffmpegcsp_chain):
2210           D'oh, reference the palette data, not the palette structure.
2211           Fixes color distortion in #132341.
2213 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2215         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
2216           PAR can be non-fixed when not provided as argument (#162626).
2218 2005-01-29  David Moore  <dcm@acm.org>
2220         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2222         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2223         (gst_qtdemux_loop_header):
2224           Re-apply patch from #142272 that allows non-seekable sources,
2225           re-proposed by Daniel Drake <dsd@gentoo.org>.
2227 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2229         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
2230           Use the src template for creating the src pad (#162330).
2232 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2234         * configure.ac:
2235         * ext/musepack/Makefile.am:
2236         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
2237         (gst_musepackdec_init), (gst_musepackdec_dispose),
2238         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
2239         (gst_musepack_stream_init), (gst_musepackdec_loop),
2240         (gst_musepackdec_change_state):
2241         * ext/musepack/gstmusepackdec.cpp:
2242         * ext/musepack/gstmusepackdec.h:
2243         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
2244         (gst_musepack_reader_read), (gst_musepack_reader_seek),
2245         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
2246         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
2247         * ext/musepack/gstmusepackreader.cpp:
2248         * ext/musepack/gstmusepackreader.h:
2249           Update to 1.1 API (#165446).
2251 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2253         * ext/Makefile.am:
2254           Unbreak buildbot.
2256 2005-01-28  Andy Wingo  <wingo@pobox.com>
2258         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
2259         to reflect a different dubious internet source. Add a reference
2260         and some commentary.
2262 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2264         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
2265         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
2266         * gst/playback/gststreamselector.h:
2267           Be more selective when we're redoing caps negotiation from
2268           within the chain function on a stream change.
2270 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2272         * configure.ac:
2273         * ext/Makefile.am:
2274         * ext/amrnb/Makefile.am:
2275         * ext/amrnb/amrnb.c: (plugin_init):
2276         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
2277         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
2278         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
2279         (gst_amrnbdec_state_change):
2280         * ext/amrnb/amrnbdec.h:
2281         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
2282         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
2283         (gst_amrnbparse_init), (gst_amrnbparse_formats),
2284         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
2285         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
2286         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
2287         * ext/amrnb/amrnbparse.h:
2288           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
2289         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2290           Add AMR-NB/-WB raw formats.
2291         * ext/alsa/gstalsa.c: (gst_alsa_link):
2292           Keep valid time when changing format.
2293         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
2294         (qtdemux_parse_trak):
2295           Add some more format-specific options (#140141, #143555, #155163).
2297 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2299         * gst/matroska/matroska-demux.c:
2300         (gst_matroska_demux_parse_blockgroup):
2301           Fix logic error in timing of subtitle stream synchronization.
2302         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
2303           Add skip-chunk, which is found in kodak-camera streams.
2305 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2307         * po/LINGUAS:
2308         * po/vi.po:
2309           Adding Vietnamese translation (submitted by Clytie Siddall)
2311 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2313         * gst/playback/gstdecodebin.c: (try_to_link_1):
2314           Use realpad for signal.
2316 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2318         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
2319           Fix category so decodebin picks it up.
2321 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2323         * ext/mad/Makefile.am:
2324         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
2325         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
2326         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
2327         (found_type), (gst_id3demux_bin_change_state):
2328         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
2329         (gst_id3_tag_init), (gst_id3_tag_handle_event),
2330         (gst_id3_tag_src_link), (gst_id3_tag_chain),
2331         (gst_id3_tag_change_state), (plugin_init):
2332         * ext/mad/gstmad.h:
2333           Add id3demuxbin (which is a simple bin consisting of id3demux
2334           and typefind), take over rank from id3demux, remove typefind
2335           code from id3demux. Makes all broken mp3s that I know of work,
2336           and thereby fixes #152688.
2338 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
2340         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2342         * ext/mad/gstmad.c: (gst_mad_src_event):
2343         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
2344           Allow seeks on audio pad, make mad forward those (#164826).
2345         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
2346           Set duration (#165335).
2348 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2350         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
2351         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
2352         (gst_asf_demux_process_ext_content_desc),
2353         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
2354         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
2355         * gst/asfdemux/gstasfdemux.h:
2356           Improve metadata display, e.g. if the metadata comes before the
2357           streams are loaded (which is perfectly valid).
2359 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2361         * tools/gst-launch-ext-m.m:
2362           Fix AVI/ASF pipelines (#165340).
2364 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
2365         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
2366         build failure on amd64
2368 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
2370         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
2371         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
2372           Check environment variables GST_ID3V2_TAG_ENCODING,
2373           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
2374           list of character encodings to force interpretation of non-unicode
2375           strings stored in an ID3v2 tag to a particular encoding. If none
2376           is specified, try to use current locale's encoding, then fall back
2377           to ISO-8859-1 (which will always succeed). (Resolves #149274)
2378         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
2379         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
2380           Check environment variables GST_ID3V1_TAG_ENCODING,
2381           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
2382           list of character encodings to use in case a string encountered
2383           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
2384           specified, try to use the current locale's encoding, then fall
2385           back to ISO-8859-1 (which will always succeed).
2387 2005-01-25  Benjamin Otte  <otte@gnome.org>
2389         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
2390           - on half framerate, compute the rate in advance so the comparisons
2391             don't compare wrong values
2392           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
2393             behaviour
2394           - don't use mad_header_decode anymore, mad_frame_decode does that
2395             automatically
2396           - when getting rid of consumed bytes, reset the stream's skiplen
2397           (fixes #163867)
2399 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
2401         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
2402           Use 1/2 a second for default max_discont, as PES streams from DVB
2403           seem to have larger spacings in the SCR. 
2404           Fix a typo.
2406 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2408         * gst/playback/gstplaybasebin.c: (group_commit):
2409           Notify delayed stream-info availability.
2411 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
2412         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
2413         (gst_a52dec_handle_event), (gst_a52dec_chain):
2414         Add some debug output. Check that a discont has a valid
2415         time associated.
2416         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
2417         (gst_alsa_sink_loop):
2418         Ignore TAG events. A little extra debug for broken timestamps.
2419         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
2420         (dvdnavsrc_change_state):
2421         Ensure we send a discont to engage the link before we send any
2422         other events.
2423         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
2424         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
2425         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
2426         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
2427         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
2428         dvd://title works in totem because typefinding sends a seek that ends
2429         up going back to chapter 1 regardless.
2430         * ext/mpeg2dec/gstmpeg2dec.c:
2431         * ext/mpeg2dec/gstmpeg2dec.h:
2432         Output correct timestamps and handle disconts.
2433         * ext/ogg/gstoggdemux.c: (get_relative):
2434         Small guard against a null dereference.
2435         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
2436         (gst_textoverlay_set_property):
2437         Free memory when done. Don't call gst_event_filler_get_duration on
2438         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
2439         g_warning.
2440         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
2441         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
2442         (gst_sw_srclink), (gst_smoothwave_chain):
2443         Draw solid lines, prettier colours.
2444         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
2445         Add a default palette that'll work for some movies.
2446         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
2447         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
2448         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
2449         * gst/mpegstream/gstdvddemux.h:
2450         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
2451         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
2452         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
2453         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
2454         * gst/mpegstream/gstmpegparse.h:
2455         Use PTM/NAV events when for timestamp adjustment when connected to 
2456         dvdnavsrc. Don't use many discont events where one suffices.
2457         * gst/playback/gstplaybasebin.c: (group_destroy),
2458         (gen_preroll_element), (gst_play_base_bin_add_element):
2459         * gst/playback/gstplaybasebin.h:
2460         Make sure we remove subtitles from the same bin we put them in.
2461         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
2462         (gst_subparse_buffer_format_autodetect),
2463         (gst_subparse_change_state):
2464         Fix some memleaks and invalid accesses.
2465         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
2466         (oggskel_type_find), (cmml_type_find), (plugin_init):
2467         Some typefind functions for Annodex v3.0 files
2468         * gst/wavparse/gstwavparse.h:
2469         GstRiffReadClass is the correct parent class.
2471 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2473         * gst-libs/gst/riff/riff-media.c:
2474         (gst_riff_create_video_caps_with_data):
2475           Add extradata to huffyuv (fixes #165013).
2476         * gst-libs/gst/riff/riff-read.c:
2477         (gst_riff_read_strf_vids_with_data):
2478           Fix extradata extraction if it is in the chunk size.
2480 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
2482         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2484         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
2485         (gst_quarktv_change_state), (gst_quarktv_dispose):
2486           Memory free'ing location fix (#164708).
2488 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2490         * gst/playback/gstplaybasebin.c: (group_commit),
2491         (gen_preroll_element), (probe_triggered), (gen_source_element),
2492         (setup_source), (gst_play_base_bin_change_state),
2493         (gst_play_base_bin_add_element):
2494           Don't block for streams.
2495         * gst/playback/gststreaminfo.c: (stream_info_change_state),
2496         (gst_stream_info_set_mute):
2497           Use gst_pad_set_active_recursive.
2499 2005-01-25  Andy Wingo  <wingo@pobox.com>
2501         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
2502         for #ifndef HAVE_XVIDEO.
2504 2005-01-24  Jeffrey C. Ollie
2506         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
2508         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
2509         * ext/gsm/gstgsmdec.h:
2510         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
2511         * ext/gsm/gstgsmenc.h:
2512         Fix rate to 8kHz as per spec, removes obscure errors when no rate
2513         was given by property. Add proper buffer timestamps and offsets.
2515 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2517         * gst-libs/gst/riff/riff-media.c:
2518         (gst_riff_create_audio_caps_with_data):
2519           Audio can be <8000Hz.
2521 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2523         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
2524           Explicit state change to workaround refcount bugs.
2526 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2528         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
2529         (gst_avimux_riff_get_avi_header):
2530           Fix...
2532 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2534         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
2535         (gst_riff_read_element_data):
2536         * gst-libs/gst/riff/riff-read.h:
2537           Add _peek version (req'ed in CDXA).
2538         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
2539         (gst_cdxaparse_loop):
2540           Fix parsing in playbin.
2541         * gst/playback/gstdecodebin.c: (close_pad_link):
2542           Ignore current_ pads, they cause major annoyance.
2544 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2546         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
2547           Safety guard.
2549 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2551         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
2552           Fix padding...
2554 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2556         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
2557           Allow for 0-sized buffers. Fixes length query problems in
2558           starwars.mkv from the testsuite.
2560 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2562         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
2563         (gst_video_box_i420), (gst_video_box_chain):
2564           Fix row strides for I420 (fixes #163159)
2565           
2566 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2568         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
2569           MPEG2 has a useful rate property, so we can actually use that.
2570           For MPEG-1, continue using the bytes/time properties.
2572 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2574         * gst-libs/gst/riff/riff-media.c:
2575         (gst_riff_create_video_caps_with_data),
2576         (gst_riff_create_video_template_caps):
2577           Add intel-h263.
2579 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2581         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
2582           Fail if caps negotiation fails. Should fix #162184, and should
2583           definately be in there regardless of it fixing the actual bug.
2584         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
2585         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
2586         (gst_avimux_riff_get_avix_header),
2587         (gst_avimux_riff_get_video_header),
2588         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
2589         (gst_avimux_start_file), (gst_avimux_handle_event),
2590         (gst_avimux_change_state):
2591         * gst/avi/gstavimux.h:
2592           Refactor structure writing to use GST_WRITE_UINT macros, add
2593           metadata writing support.
2595 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2597         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2598           Elements may already be destroyed when this function is called.
2600 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2602         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2603         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
2604           More memory leak fixes (#149162).
2606 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2608         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2609         (gst_qtdemux_add_stream):
2610           Fix two memleaks.
2612 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2614         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
2615           Argh...
2617 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2619         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
2620           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
2621           when fixating to six channels in Totem.
2623 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
2625         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
2626           Fix compile warnings on Solaris 10 buildbot
2628 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
2630         * ext/dvdread/dvdreadsrc.c: (_read):
2631           Don't read beyond the last cell in a chapter (fixes 
2632           invalid memory access)
2634 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
2636         * ext/dvdread/stream_labels.c:
2637         (dvdreadsrc_get_audio_stream_labels):
2638           Use NULL for an empty GList instead of g_list_alloc(); fix 
2639           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
2640           of GString (easier to bulk free later)
2642 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
2644         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2646         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2647         (gst_ffmpeg_pixfmt_to_caps):
2648           Fix BGRA32 caps (#164209).
2650 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
2652         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2654         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2655         (gst_ffmpeg_caps_to_pixfmt):
2656           alpha_mask can be RGBA/ABGR. Fixes #164265.
2658 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
2660         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2662         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
2663         (gst_mpeg2dec_alloc_buffer):
2664         * ext/mpeg2dec/gstmpeg2dec.h:
2665           Crop if decoding size is not the actual image size (#163676).
2667 2005-01-17  Steve Baker  <steve@stevebaker.org>
2669         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2671         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
2672         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
2673           Add libsndfile typefind functions (#163309).
2675 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2677         * tools/gst-launch-ext-m.m:
2678           Add .aac, fix .m1v/.m2v (#163891).
2680 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2682         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
2683           Sanity check, don't wait endlessly since the clock might not
2684           actually run at this point (which is a deadlock). Fixes #164069.
2686 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2688         * gst/playback/gstplaybasebin.c: (probe_triggered):
2689           Of course, only pause if group is done...
2691 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2693         * gst/playback/gstplaybasebin.c: (probe_triggered):
2694           Thread safety.
2696 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
2698         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
2699           Don't return state change success when the parent
2700           failed.
2702 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2704         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
2705           Free events (fix memleak in #162905).
2707 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
2709         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2711         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2712         (gst_ffmpeg_caps_to_pixfmt):
2713           Fix for depth = 15. Fixes #161675.
2715 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2717         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
2718           Set FPS correctly, even for webcams and the like.
2719         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
2720           Don error on setting while capturing.
2722 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2724         * ext/dv/gstdvdec.c:
2725         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
2726         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
2727           I'm a bad boy. using /1001. to force C to do float division
2728           and not integer division (as it did in my last commit)
2729           Thanks to David I. Lehn for pointing this mistake.
2731 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2733         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
2734           Revert Johan´s 1.35->1.36 since it breaks compat.
2736 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2738         * ext/dv/gstdvdec.c:
2739         * ext/libfame/gstlibfame.c:
2740         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
2741         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
2742           replace framerate aproximations by their real value
2743           (24000/1001, 30000/1001, 60000/1001)
2744           Finish fixing bug #164049
2746 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2748         * ext/ogg/gstoggmux.c:
2749           eos/bos debugging
2750         * gst/tcp/gstmultifdsink.c:
2751         * gst/tcp/gstmultifdsink.h:
2752         * gst/tcp/gsttcp.c:
2753         * gst/tcp/gsttcp.h:
2754         * gst/tcp/gsttcpclientsink.c:
2755         * gst/tcp/gsttcpclientsrc.c:
2756         * gst/tcp/gsttcpserversink.c:
2757         * gst/tcp/gsttcpserversrc.c:
2758           improve reusability of elements after state changes and errors
2759           make multifdsink throw away streamheaders when receiving new ones
2761 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2763         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
2764           Fix for if items are already in list...
2766 2005-01-12  Benjamin Otte  <otte@gnome.org>
2768         * gst/adder/gstadder.c: (gst_adder_loop):
2769           fix adder a bit so it doesn't screw up with events as much anymore
2771 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
2773         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
2774         (pixbufscale_scale), (gst_pixbufscale_chain):
2775         * ext/gdk_pixbuf/pixbufscale.h:
2776           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
2777           to ensure rowstrides are calculated the same way as 
2778           ffmpegcolorspace
2779           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
2780           that we pick up duration and offset also.
2782 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2784         * gst/avi/gstavimux.c: (gst_avimux_class_init),
2785         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
2786           Reusability fixes.
2788 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2790         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
2791         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
2792         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
2793         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
2794           Update flags when requested.
2796 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2798         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
2799           Fix dmix.
2801 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2803         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2804         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
2805         (probe_triggered), (new_decoded_pad), (gen_source_element),
2806         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
2807         * gst/playback/gstplaybasebin.h:
2808         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2809         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
2810         (gst_play_bin_change_state):
2811           Implement group-switch signal for use in apps to clear metadata
2812           cache, clean up subtitle, add suburi property instead of # hack,
2813           some error-out fixes.
2815 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2817         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2818           Debug.
2819         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
2820           If we got a state change in the _get handler, don't return success.
2822 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2824         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
2825         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
2826           Make jpegdec quiet on MJPEG decoding
2827         * gst/asfdemux/README:
2828           Fix mimetypes for MJPEG and H263
2830 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2832         * ext/theora/theoradec.c: (theora_dec_chain):
2833           Fix broken code generation by gcc by swapping arguments.
2834         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2835           Fix \n in debug.
2837 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2839         * TODO:
2840           delete this file, it is by far outdated
2841         * ext/alsa/gstalsa.1: remove
2842         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
2843         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
2844         (gst_alsa_get_caps):
2845           Add HW probing for supported sample rates. Fixes #161704
2847 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2849         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
2850           Don't crash, biatch! :).
2852 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2854         * ext/musepack/gstmusepackreader.cpp:
2855         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
2856           Some work on tags - still doesn't work in playbin...
2857         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
2858           Handle events...
2860 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2862         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
2863           Also shove tags on kid pads.
2865 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2867         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
2868           Don't bail on unknown events.
2869         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
2870           Don't crash on events before negotiation.
2871         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
2872           Send tags on pads, too.
2873         * gst/playback/gststreamselector.c:
2874         (gst_stream_selector_request_new_pad):
2875           Forward events on first pad if no input was selected yet.
2877 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2879         * gst/playback/gstplaybasebin.c: (setup_substreams):
2880           Don't disable streamtype if the stream doesn't exist, since
2881           then playing a video after audio will disable both and nothing
2882           will happen. Fixes the testsuite.
2884 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2886         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
2887         (gst_v4l_xoverlay_set_xwindow_id):
2888         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
2889         (gst_v4l2_xoverlay_set_xwindow_id):
2890           Add debug categories, fix overlay disabling.
2892 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2894         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
2895         * ext/alsa/gstalsa.h:
2896           Add HW probing for period_count/size and buffer_size MIX/MAX
2897           Adjust default/user defined value if out of bounds
2898           Should fix bug #162024
2900 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2902         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
2903           Fix warning (#161191).
2905 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2907         * ext/dvdread/stream_labels.c:
2908         (dvdreadsrc_get_audio_stream_labels):
2909           Fix warning (init the good variable in switch default)
2911 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
2913         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2915         * gst/tta/gstttaparse.c: (gst_tta_src_event):
2916           Fix gcc-2.95 compile (#163485).
2918 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2920         * configure.ac:
2921         * ext/flac/gstflacenc.c: (gst_flacenc_init),
2922         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
2923         (gst_flacenc_tell_callback), (gst_flacenc_chain),
2924         (gst_flacenc_change_state):
2925         * ext/flac/gstflacenc.h:
2926           Update for API change in flac-1.1.1. Update requirement in
2927           configure.ac. Fixes #162974.
2929 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2931         * gst/playback/gstplaybasebin.c: (group_destroy):
2932           Remove hack to get rid of assert and get rid of unlinked
2933           signals properly.
2935 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2937         * gst/playback/gstplaybasebin.c: (setup_source):
2938           Set source to NULL so that resources are free'ed. Fixes issues
2939           with playback of CDDA and similar device-accessing things.
2941 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2943         * testsuite/embed/Makefile.am:
2944           test->noinst, fix make test in buildbot.
2946 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2948         * ext/dvdread/stream_labels.c: new file
2949         * ext/dvdread/stream_labels.h: new file
2950         * ext/dvdread/Makefile.am:
2951         * ext/dvdread/dvdreadsrc.c: (_seek_title):
2952           Extract audio stream label from DVD IFO files.
2953           It only dump them on the console for now, still have to
2954           make playbin aware of them.
2956 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2958         * gst/playback/gstplaybasebin.c: (setup_source):
2959           Fix hanging subs.
2961 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2963         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2964         (gen_preroll_element), (remove_groups), (setup_subtitle),
2965         (gen_source_element), (setup_source):
2966         * gst/playback/gstplaybasebin.h:
2967           Multiple .sub files is just a stupid idea... Fix some threading
2968           mistakes. Interestingly, external .sub files cause playbin to
2969           hang, I don't know why... Parsing fixes contributed by François
2970           Kooman <fkooman@tuxed.net>.
2972 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2974         * testsuite/embed/Makefile.am:
2975           Fix buildbot.
2977 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
2979         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2981         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
2982         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
2983         (gst_pngenc_set_property):
2984         * ext/libpng/gstpngenc.h:
2985           Add compression level property (#163323).
2987 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2989         * configure.ac:
2990         * examples/capsfilter/capsfilter1.c: (main):
2991         * examples/seeking/spider_seek.c: (make_spider_pipeline):
2992         * ext/dvdread/Makefile.am:
2993         * ext/dvdread/demo-play:
2994         * ext/dvdread/demo-play.c:
2995         * gconf/gstreamer.schemas.in:
2996         * gst-libs/gst/gconf/gconf.c:
2997         * sys/v4l/TODO:
2998         * testsuite/Makefile.am:
2999         * testsuite/embed/Makefile.am:
3000         * testsuite/embed/embed.c: (cb_expose), (main):
3001           Remove all references to xvideosink, fix examples (#140845).
3002         * gst/playback/gstplaybasebin.c: (group_destroy):
3003           Apparently, disposal does not unlink - so do explicitely.
3004         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3005           Add debug.
3007 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
3009         * README: fix PKG_CONFIG_PATH instructions, what was there
3010         previously was breaking default search path, not nice. 
3011         Fixes #163358
3013 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3015         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
3016         (gst_audioscale_chain):
3017           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
3018           when resampling - how the ^@$^!@^! is this possible?!?
3020 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3022         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
3023           Reset variables on READY.
3024         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3025         (gst_matroska_mux_loop):
3026           Require data before writing header.
3028 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
3030         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3032         * ext/mad/gstmad.c: (gst_mad_chain):
3033           Don't call mad_stream_sync() directly after recovering sync.
3034           Fixes #151661.
3036 2005-01-09  Martin Eikermann  <meiker@upb.de>
3038         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3040         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
3041         (snapshot_handler), (gst_snapshot_sinkconnect),
3042         (gst_snapshot_chain):
3043           Allocate resources when required, fix recursive signal emission
3044           and fix caps. Fixes #161667.
3046 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
3048         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3050         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
3051         (gst_pngdec_chain):
3052           Handle only 8-bppc (bits-per-pixel-component) images, better
3053           error handling and correct strides. Fixes #163177.
3054         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
3055         (gst_pngenc_chain):
3056           Better error handling. Fixes #163348.
3058 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3060         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
3061         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
3062         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
3063         (dvdnavsrc_uri_handler_init):
3064           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
3065         * gst/playback/gstplaybasebin.c: (gen_source_element):
3066           Add MMS to streaming URIs.
3068 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3070         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
3071         * sys/xvimage/xvimagesink.c:
3072         (gst_xvimagesink_navigation_send_event):
3073           Check for pad availability before sending event.
3075 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3077         * gst-plugins.spec.in:
3078           Add subparse.
3080 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3082         * configure.ac:
3083           Since we use functions from CVS, up requirement.
3085 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3087         * gst/playback/Makefile.am:
3088         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3089         (group_destroy), (group_commit), (group_is_muted),
3090         (gen_preroll_element), (add_stream), (unknown_type),
3091         (probe_triggered), (preroll_unlinked), (mute_stream),
3092         (silence_stream), (new_decoded_pad), (setup_substreams),
3093         (setup_source), (get_active_source), (mute_group_type),
3094         (muted_group_change_state), (set_active_source),
3095         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3096         (play_base_eos), (gst_play_base_bin_change_state):
3097         * gst/playback/gstplaybasebin.h:
3098         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3099         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
3100         (gst_stream_info_dispose), (stream_info_mute_pad),
3101         (stream_info_change_state), (gst_stream_info_set_mute):
3102         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
3103         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
3104         (gst_stream_selector_init), (gst_stream_selector_dispose),
3105         (gst_stream_selector_get_linked_pad),
3106         (gst_stream_selector_get_caps), (gst_stream_selector_link),
3107         (gst_stream_selector_get_linked_pads),
3108         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3109         * gst/playback/gststreamselector.h:
3110           Adding stream selection support plus required properties for
3111           applications to use this. Fully fixes #100931.
3113 2005-01-08  Benjamin Otte  <otte@gnome.org>
3115         * gst/games/gstpuzzle.c: (nav_event_handler):
3116           - handle nav events differently: forward every event no matter if it
3117             was handled or not.
3118           - translate events
3119           You can now cheat by using navigationtest ! puzzle and moving the
3120           mouse close to the edge of a tile. ;)
3122 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3124         * configure.ac:
3125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
3126         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
3127         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
3128         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
3129         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
3130         (gst_ogm_parse_plugin_init):
3131         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
3132         (gst_textoverlay_link), (gst_textoverlay_getcaps),
3133         (gst_textoverlay_event), (gst_textoverlay_video_chain),
3134         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
3135         * ext/pango/gsttextoverlay.h:
3136         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3137         (gst_matroska_demux_handle_seek_event),
3138         (gst_matroska_demux_sync_streams),
3139         (gst_matroska_demux_parse_blockgroup),
3140         (gst_matroska_demux_subtitle_caps),
3141         (gst_matroska_demux_plugin_init):
3142         * gst/matroska/matroska-ids.h:
3143         * gst/playback/gstdecodebin.c: (close_pad_link):
3144         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3145         (gen_preroll_element), (remove_groups), (add_stream),
3146         (new_decoded_pad), (setup_subtitles), (gen_source_element),
3147         (setup_source):
3148         * gst/playback/gstplaybasebin.h:
3149         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
3150         * gst/subparse/Makefile.am:
3151         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
3152         (gst_subparse_base_init), (gst_subparse_class_init),
3153         (gst_subparse_init), (gst_subparse_formats),
3154         (gst_subparse_eventmask), (gst_subparse_event),
3155         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
3156         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
3157         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
3158         (parse_mpsub_deinit), (parse_mpsub_init),
3159         (gst_subparse_buffer_format_autodetect),
3160         (gst_subparse_format_autodetect), (gst_subparse_loop),
3161         (gst_subparse_change_state), (gst_subparse_type_find),
3162         (plugin_init):
3163         * gst/subparse/gstsubparse.h:
3164         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
3165         (plugin_init):
3166           Add subtitle support, .sub parser (supports SRT and MPsub),
3167           OGM text support, Matroska UTF-8 text support, deadlock fixes
3168           all over the place, subtitle awareness in decodebin/playbin
3169           and some fixes to textoverlay to handle subtitles in a stream
3170           correctly. Fixes #100931.
3172 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3174         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3175           Check for pad availability before doing a query on it.
3177 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3179         * ext/dv/gstdvdec.c:
3180           really fix bpp24/32 dvdec caps (classic rgba indeed)
3181         * gst/asfdemux/gstasfdemux.c:
3182         (gst_asf_demux_process_ext_content_desc):
3183           don't send text tags if they are empty (bis repetita)
3185 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3187         * ext/dv/gstdvdec.c:
3188          remove unneeded comment from dvdec
3189           (related to DV 4CC codes in AVI files)
3190           moved them in gstreamer/docs/random/mimetypes
3191         * gst/asfdemux/gstasfdemux.c:
3192         (gst_asf_demux_process_ext_content_desc):
3193          don't send text tags if they are empty
3194          fix mem leak on error path
3195         * gst/ffmpegcolorspace/avcodec.h:
3196         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3197         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3198         (gst_ffmpegcsp_avpicture_fill):
3199         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
3200         * gst/ffmpegcolorspace/imgconvert_template.h:
3201          adds BGR32 and BGRA32 to ffmpegcolorspace
3202           (still bad colors, fixing it on next commit)
3203           helps with dvdec outputing BGR32
3205 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3207         * ext/dv/gstdvdec.c:
3208          Fix audio caps i just broke (missing ',')
3209         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
3210         (gst_matroska_mux_reset):
3211          Fix typo + add FIXME about old "x-gst-metadata" crap
3213 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3215         * ext/dv/demo-play.c: (main):
3216          xvideosink -> xvimagesink
3217         * ext/dv/gstdvdec.c:
3218          change rgb 32/32 caps to 24/32 (no alpha)
3219          change nb of channels to be a list (2 or 4, not 2)
3220          change sample rate to be a list (32, 44.1, 48 kHz) not a range
3221         * gst/asfdemux/gstasfdemux.c:
3222         (gst_asf_demux_process_ext_content_desc):
3223          Add 'date/year' to extracted metadata list
3225 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3227         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
3228           The return value of fixate_to does not imply that the requested
3229           value was set, so don't assume.
3231 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
3233         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3235         * ext/libpng/gstpngdec.c:
3236         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
3237         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
3238         * ext/libpng/gstpngenc.h:
3239           Alpha support (encoder; #163161), mime fixage.
3241 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
3243         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3245         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
3246         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
3247         (gst_faac_set_property), (gst_faac_get_property):
3248         * ext/faac/gstfaac.h:
3249           Allow for ADTS output (#153434).
3251 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3253         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
3254           Fix against template (#150576).
3256 2005-01-06  Benjamin Otte  <otte@gnome.org>
3258         * gst/games/gstpuzzle.c: (draw_puzzle):
3259           don't draw a puzzle if either width or height of tiles would be 0.
3261 2005-01-06  Benjamin Otte  <otte@gnome.org>
3263         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
3264         (gst_puzzle_class_init), (gst_puzzle_finalize):
3265           no memleaks, please
3266         (gst_puzzle_create), (gst_puzzle_init),
3267         (gst_puzzle_set_property), (gst_puzzle_setup):
3268           change initialization code around so we don't reshuffle on resize
3269         (draw_puzzle):
3270           fix another stupid typo
3272 2005-01-06  Benjamin Otte  <otte@gnome.org>
3274         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
3275           fix stupid typo that borked copying on YUY2
3277 2005-01-06  Benjamin Otte  <otte@gnome.org>
3279         * gst/games/gstpuzzle.c: (draw_puzzle):
3280           fix edges when image sizes aren't multiples of tile sizes
3282 2005-01-06  Benjamin Otte  <otte@gnome.org>
3284         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
3285           make RGB endianness work correctly
3286         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
3287           refactor and fix race with initial shuffling
3288         (nav_event_handler):
3289           allow using the mouse to puzzle
3290         (draw_puzzle):
3291           insist on tiles having width and height as multiples of 4 to get
3292           clean YUV image handling
3293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3294         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
3295           s/DEBUG/LOG/ for common messages
3296         (gst_xvimagesink_navigation_send_event):
3297           fix mouse event translation to not include screen PAR
3298         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
3299           fix mouse event translation to actually work
3301 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3303         * gst/asfdemux/gstasfdemux.c:
3304         (gst_asf_demux_process_ext_content_desc):
3305          Extract TrackNumber metadata + clean up code
3306         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
3307          Hope this is the good fix (var used unitialised)
3309 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3311         * ext/faad/gstfaad.c: (gst_faad_chain):
3312           Only increment timestamp if it's valid. Fixes raw AAC streams.
3314 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3316         * configure.ac:
3317         * gst/games/Makefile.am:
3318         * gst/games/gstpuzzle.c:
3319           add a puzzle game with...
3320         * gst/games/gstvideoimage.c:
3321         * gst/games/gstvideoimage.h:
3322           ... full colorspace support (that includes YUV9 and RGB16)) stolen
3323           from videotestsrc and made into something that would be a nice
3324           library for a lot of other plugins.
3326 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3328         * configure.ac:
3329          don't compile faad plugin if a RC of 2.0 is found
3330          Fixes #155346 (and FC1 buildbot)
3331         * gst/asfdemux/gstasfdemux.c:
3332         (gst_asf_demux_process_ext_content_desc):
3333          try to make Solaris compiler happier
3335 2005-01-06  Paul Jack  <pjack@sfaf.org>
3337         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3339         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
3340           Fix segfault (#161667).
3342 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3344         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
3345           Fix framerate reporting.
3347 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3349         * gst-libs/gst/riff/riff-ids.h:
3350         * gst/wavenc/riff.h:
3351          Add AMR (VBR and CBR) ids to riff.h audio codec list
3352         * gst/asfdemux/gstasfdemux.c:
3353         (gst_asf_demux_process_ext_content_desc),
3354         (gst_asf_demux_process_object):
3355           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
3357 2005-01-05  Martin Eikermann  <meiker@upb.de>
3359         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3361         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
3362         (gst_dvd_demux_handle_discont):
3363         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
3364         (gst_mpeg_demux_handle_discont):
3365           Recreate pads on new-media (#160730).
3366         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
3367           Send discont even if manager changes timestamps (#161929).
3369 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
3371         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3373         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
3374           Fix invalid memory access (#159211).
3376 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3378         * examples/gstplay/player.c: (main):
3379           Don't iterate.
3380         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
3381           Add visualizations.
3382         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
3383         (gst_a52dec_handle_frame):
3384           Set duration.
3385         * ext/dvdnav/gst-dvd:
3386           Add audioconvert. Fixes #161325.
3387         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
3388           Explicitely case to gint64. Possible valgrind error.
3389         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
3390         (gst_play_tick_callback), (gst_play_change_state),
3391         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
3392         (gst_play_set_location), (gst_play_get_location),
3393         (gst_play_seek_to_time), (gst_play_set_data_src),
3394         (gst_play_set_video_sink), (gst_play_set_audio_sink),
3395         (gst_play_set_visualization), (gst_play_connect_visualization),
3396         (gst_play_get_framerate), (gst_play_get_all_by_interface),
3397         (gst_play_new):
3398           Use playbin. Fixes #139749 and #147744.
3399         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
3400           Add genre tag.
3401         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
3402         (audioscale_get_type), (gst_audioscale_base_init),
3403         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
3404         (gst_audioscale_getcaps), (gst_audioscale_fixate),
3405         (gst_audioscale_link), (gst_audioscale_get_buffer),
3406         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
3407         (gst_audioscale_init), (gst_audioscale_dispose),
3408         (gst_audioscale_chain), (gst_audioscale_set_property),
3409         (gst_audioscale_get_property), (plugin_init):
3410           Indent properly.
3411         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
3412           Fix LPCM.
3413         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
3414         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
3415         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
3416           Add more metadata (fixes #162656).
3418 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3420         * configure.ac:
3421           back to cvs
3423 === release 0.8.7 ===
3425 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3427         * NEWS:
3428         * RELEASE:
3429         * configure.ac:
3430           releasing 0.8.7, "Hyperspace"
3432 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3434         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
3436         * gst/playback/gstplaybasebin.c:
3437          Fix for #162924 - free caps after use, not before
3439 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3441         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
3443         * gst/playback/gstplaybasebin.c:
3444         * gst/wavparse/gstwavparse.c:
3445           Fix for #154773 - fixes playback of small .wav files
3447 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3449         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
3451         * gst/audioscale/gstaudioscale.c:
3452           Fix for #162819 - make audioscale reusable
3453           Fixes playback of more than one file with playbin/totem
3455 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3457         * gst/ffmpegcolorspace/avcodec.h:
3458         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3459         * gst/ffmpegcolorspace/imgconvert.c:
3460           clean up the mess that made me cry and avoid needless duplication
3462 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3464         * gst/ffmpegcolorspace/imgconvert.c:
3465           give some indication of why we're segfaulting
3467 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3469         * configure.ac:
3470           Fix indentation, fix v4l2 plugin detection.
3471         * ext/Makefile.am:
3472           Fix libmms location (Maciej, use diff -u!).
3473         * ext/alsa/gstalsa.c: (gst_alsa_init):
3474           Initialize caps cache to NULL.
3475         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
3476           Only change state on audiosink if it exists.
3478 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
3480         * gst/matroska/matroska-demux.c:
3481         * gst/matroska/matroska-ids.h:
3482         * gst/matroska/matroska-demux.h:
3483         Fix Vorbis streams failing to decode in some files, where cluster_time
3484         isn't 0, because then it doesn't send codec_priv before actual data.
3485         Remove time-based test and replace it with marker set on beginning of
3486         new stream
3488 2004-12-28  David Schleef  <ds@schleef.org>
3490         Merge patch from Ronald fixing problems with streaming
3491         text.
3492         * ext/cairo/gstcairo.c: (plugin_init):
3493         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
3494         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
3495         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
3496         (gst_textoverlay_font_init), (gst_textoverlay_init),
3497         (gst_textoverlay_set_property):
3498         * ext/cairo/gsttextoverlay.h:
3500 2004-12-27  David Schleef  <ds@schleef.org>
3502         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
3503         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
3504         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
3505         (gst_textoverlay_font_init), (gst_textoverlay_init),
3506         (gst_textoverlay_set_property): Improvements to actually
3507         render text as white on black outline on video, including
3508         font selection and horizontal/vertical alignment.  (Ronald's
3509         christmas present)
3510         * ext/cairo/gsttextoverlay.h:
3512 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3514         * ext/ogg/gstogg.c:
3515         * ext/ogg/gstogmparse.c:
3516           fix ogm[audio/video]parse plugin registration
3517           (riff won't load if bytestream is already loaded)
3519 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3521         * gst/audioconvert/gstchannelmix.c:
3522           fix for GLIB < 2.4
3524 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3526         * Makefile.am:
3527         * configure.ac:
3528           disable docs again until it actually passes make distcheck.
3530 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3532         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
3533         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
3534         (plugin_init):
3535           Add 3GP (variables name Q3GP because they can't start with a
3536           number). Add samr audio fourcc (used in .3gp files), decoder
3537           is work in progress. Also do a GST_WARNING instead of ERROR
3538           in case of unknown nodes, to decrease output.
3540 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3542         * Makefile.am:
3543           really fix dist
3545 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3547         * configure.ac:
3548         * ext/speex/gstspeexdec.h:
3549         * ext/speex/gstspeexenc.h:
3550           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
3551           Fix detection code in configure.ac
3553 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3555         * gst/matroska/matroska-demux.c:
3556         (gst_matroska_demux_parse_blockgroup):
3557           Save position, so that queries give proper return values. Don't
3558           know how this could ever have worked before...
3560 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3562         * configure.ac:
3563           Put additional LAME check inside the conditional.  Fixes #152339
3565 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3567         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
3568         (gst_avi_demux_stream_scan):
3569           Add some more debug. Fix logic error when setting movi offset
3570           while reading index.
3572 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3574         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
3575         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
3576         (gst_avi_demux_process_next_entry):
3577           Add some debugging. Better detection of broken indexes and the
3578           accompanying index recovery. No infinite loops on state changes
3579           when we're still in our loopfunction.
3581 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3583         * configure.ac:
3584           Fix up.
3586 2004-12-22  Archana Shah  <archana.shah@wipro.com>
3588         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3590         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
3591           Normalizing the value before setting
3592         (gst_sunaudiomixer_get_volume):
3593           Normalizing the value after getting. Fixes bug# 161980
3595 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
3597         * Makefile.am: Make sure docs gets disted
3598         * docs/Makefile.am: Make sure all needed files get disted
3599         * gst-plugins.spec.in: latest updates
3601 2004-12-22  Wim Taymans  <wim@fluendo.com>
3603         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
3604         Revert patch 1.38 as clock distribution over schedulers does
3605         not work correcly in the core yet.
3607 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3609         * sys/oss/README: remove this file, which predates my birth
3610           (and which content is by far outdated)
3612 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
3614         * Makefile.am:
3615         * configure.ac:
3616         * docs/Makefile.am:
3617         * docs/libs/Makefile.am:
3618         * docs/libs/gst-plugins-libs-docs.sgml:
3619         * docs/libs/gst-plugins-libs-sections.txt:
3620         * docs/libs/tmpl/gstgconf.sgml:
3621         * docs/upload.mak:
3622         * docs/version.entities.in:
3623           Added boilerplate gtk-doc files for plugin-libs documentation.
3625 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3627         * gst/auparse/gstauparse.c: fix int and float audio caps
3629 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3631         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
3632         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
3633           g_assert() can be a macro, don't use #ifdef inside it.
3635 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
3637         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3639         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
3640         (gst_videorate_init), (gst_videorate_chain),
3641         (gst_videorate_change_state):
3642           Event handling (fixes #159986).
3644 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3646         * gst-libs/gst/riff/riff-media.c:
3647         (gst_riff_create_video_caps_with_data):
3648           Add BLZ0 (Blizzard's version of DivX) fourcc.
3650 2004-12-18  David Schleef  <ds@schleef.org>
3652         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
3653         portability fix.
3655 2004-12-18  David Schleef  <ds@schleef.org>
3657         * gst/tta/ttadec.h: Disable some header code that isn't used
3658         and clearly isn't portable.
3660 2004-12-18  David Schleef  <ds@schleef.org>
3662         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
3663         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
3664         (avcodec_get_pix_fmt), (avpicture_layout),
3665         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
3666         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
3667         Fix code to not use GCC extensions (and c99 extensions that
3668         Forte does not like.)
3670 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
3672         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3674         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
3675         (gst_deinterlace_chain):
3676           Rowstride fixes. Fixes #161039.
3677         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
3678         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
3679         (gst_video_crop_getcaps), (gst_video_crop_link),
3680         (gst_video_crop_i420), (gst_video_crop_chain),
3681         (gst_video_crop_change_state):
3682           Rework of negotiation. Actually works now. Fixes #158650.
3684 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3686         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
3687           That was very stupid.
3689 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3691         * gst/matroska/matroska-demux.c:
3692         (gst_matroska_demux_parse_blockgroup):
3693           Fix possible crasher.
3695 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3697         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
3698         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
3699           Lace sizes can be zero.
3701 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3703         * ext/musepack/gstmusepackdec.cpp:
3704           Fetch error return values. Fixes #161624.
3705         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
3706           Really EOS.
3708 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3710         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
3711           Work for truncated (unfinished download etc.) files. Fixes #160514.
3713 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3715         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3716           Fix for integer overflow. Makes #156001 not crash. Probably masks
3717           the real bug.
3719 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3721         * gst/ac3parse/gstac3parse.c: (plugin_init):
3722           Parsers never have ranks. Fixes #159651.
3724 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3726         * gst/playback/gstdecodebin.c: (compare_ranks):
3727           make sure the facotries are ordered the same every time even if they
3728           have the same rank by using the name
3729         * gst/playback/gstdecodebin.c: (find_compatibles):
3730           make sure we don't add factories to the list twice
3732 2004-12-16  David Schleef  <ds@schleef.org>
3734         * configure.ac: look for musepack headers as musepack/*.h
3735         (fixes #159847)
3736         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
3737         * ext/musepack/gstmusepackreader.h: same
3739 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3741         * gst-libs/gst/riff/riff-read.c:
3742         (gst_riff_read_strf_auds_with_data):
3743           Read extradata correctly (fixes #155879).
3745 2004-12-16  David Schleef  <ds@schleef.org>
3747         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
3748         audio.  does _not_ attempt or allow conversion unless channels
3749         is 1 or 2.
3751 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
3753         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
3755 2004-12-16  David Schleef  <ds@schleef.org>
3757         * gst/audioscale/gstaudioscale.c: the resample library only
3758         handles 1 or 2 channels.  Change caps to compensate.
3760 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3762         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
3763         (gst_matroska_demux_audio_caps):
3764           Some MPEG-AAC hacks, because else it doesn't work...
3766 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3768         * gst-libs/gst/riff/riff-media.c:
3769         (gst_riff_create_video_caps_with_data),
3770         (gst_riff_create_video_template_caps):
3771           Add h264.
3773 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3775         * gst-libs/gst/audio/Makefile.am:
3776           Try to fix buildbot.
3778 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3780         * gst/tcp/gstmultifdsink.c:
3781           Clean up and uniformize debugging.
3783 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
3785         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3787         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
3788         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
3789         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
3790         (gst_mpeg_demux_change_state):
3791           Reset on ready. Fixes 160276.
3793 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
3795         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3797         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3798         (gst_ffmpegcsp_pad_link):
3799           Fix memleak (#154815).
3801 2004-12-16  James Bowes  <bowes@cs.dal.ca>
3803         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3805         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
3806         (gst_musicbrainz_init), (gst_musicbrainz_chain),
3807         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
3808         * ext/musicbrainz/gsttrm.h:
3809           Add support for using a proxy server when getting a trm id from
3810           the MusicBrainz database (#149613).
3812 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
3814         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3816         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
3817         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
3818           Fix memleaks (#157233).
3820 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
3822         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3824         * gst-libs/gst/resample/resample.c: (gst_resample_close):
3825         * gst-libs/gst/resample/resample.h:
3826         * gst/audioscale/gstaudioscale.c:
3827           Fix memleak (#159215).
3829 2004-12-16  Toni Willberg  <toniw@iki.fi>
3831         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3833         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
3834         * sys/oss/oss_probe.c: (main):
3835           Check for mono/stereo support (similar to samplerate probing),
3836           fixes #159433. Also add missing copyright header to oss_probe.c.
3838 2004-12-15  David Schleef  <ds@schleef.org>
3840         * configure.ac: add audioresample and cairo plugins.  Remove
3841         HAVE_MMX stuff, because it's not used.
3842         * ext/Makefile.am: same
3843         * ext/audioresample/Makefile.am: You are not ready for an
3844         audio resampling element based on audioresample.
3845         * ext/audioresample/gstaudioresample.c:
3846         * ext/audioresample/gstaudioresample.h:
3847         * ext/cairo/Makefile.am: You are not ready for overlay elements
3848         based on cairo.  Don't look too closely, these elements kinda
3849         suck right now.
3850         * ext/cairo/gstcairo.c: new
3851         * ext/cairo/gsttextoverlay.c: new
3852         * ext/cairo/gsttextoverlay.h: new
3853         * ext/cairo/gsttimeoverlay.c: new
3854         * ext/cairo/gsttimeoverlay.h: new
3855         * gst-libs/gst/media-info/media-info-priv.h: fix compile
3856         problem with compilers that don't support variadic macros.
3858 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
3860         Reviewed by:  David Schleef  <ds@schleef.org>
3862         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
3863         Bala, registering sunaudiosrc (oops!), and cleaning up code a
3864         bit.  Also ran indent-gst.
3865         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
3866         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
3867         (gst_sunaudiosrc_setparams):
3869 2004-12-14  David Schleef  <ds@schleef.org>
3871         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
3872         output rate to 16000.  Should fix #160235.
3874 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3876         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3877         Add typefinding for mpeg2 pes streams
3879 2004-12-13  David Schleef  <ds@schleef.org>
3881         * configure.ac:  Applied patch from bug #143659, making default
3882         sources and sinks OS-dependent (for Solaris), and added code
3883         for OS/X.
3884         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
3886 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3888         * gst-libs/gst/riff/riff-media.c:
3889           forgot to add h2.64 to avidemux template caps
3891 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3893         * gst/wavenc/riff.h:
3894         * gst-libs/gst/riff/riff-media.c:
3895         * gst-libs/gst/riff/riff-ids.h:
3896         * gst/avi/gstavimux.c
3897         add 4CC code for VideoSoft h264 in AVI (VSSH)
3898           fixes bug #160655
3899         remove s323 from riff, it's quicktime specific :(
3901 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3903         * gst/asfdemux/README
3904         * gst/wavenc/riff.h
3905         * gst-libs/gst/riff/riff-ids.h
3906         * gst-libs/gst/riff/riff-media.c
3907         * gst/qtdemux/qtdemux.c:
3908           add new 4CC codes for h263 related codecs
3909           fixes partially bug #155163
3911 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
3913         * configure.ac: Update polyaudio requirement to 0.7
3914         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
3916 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3918         * gst/interleave/deinterleave.c:
3919         fix my name's spelling! :)
3921 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3923         * AUTHORS ChangeLog
3924         * gst/auparse/gstauparse.c
3925         * gst/interleave/deinterleave.c
3926         * gst/law/:
3927                 alaw-decode.c alaw-encode.c
3928                 mulaw-decode.c mulaw-encode.c
3929         * gst/oneton/gstoneton.c
3930         * sys/osxaudio/:
3931                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
3932         * sys/osxvideo/:
3933                 cocoawindow.h cocoawindow.m
3934                 osxvideosink.h osxvideosink.m
3936         put the same mail address for Zaheer Abbas Merali everywhere
3938 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3940         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
3941           Align by packetsize, and assert that we a packet available before
3942           playing. The first makes webstreams work (they often include
3943           trailing padding data in a packet), the second allows pausing a
3944           ASF stream in totem without getting demux errors afterwards.
3946 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3948         * ext/ogg/gstoggdemux.c: (get_relative):
3949           Check for non-NULL before accessing member (end-of-chain).
3951 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3953         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
3954         (cdparanoia_set_property), (cdparanoia_get_property):
3955         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
3956         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
3957         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
3958         (dvdreadsrc_init), (dvdreadsrc_set_property),
3959         (dvdreadsrc_get_property):
3960         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
3961         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
3962           Synchronize property names where not yet the case. Devices are
3963           now device=X, other versions are deprecated (but still exist).
3964           Also use g_free() unconditionally.
3965         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3966         (setup_source), (gst_play_base_bin_get_property):
3967           Expose source.
3969 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3971         * configure.ac: move GCONF macro outside conditional for the am
3972           conditional. Fixes #160439
3974 2004-12-08  David Schleef  <ds@schleef.org>
3976         * tools/gst-visualise-m.m: Switch to elements that currently
3977         exist.
3979 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3981         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3982           We love wrong commas.
3984 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3986         * gst/matroska/matroska-demux.c:
3987         (gst_matroska_demux_handle_src_query):
3988           Don't set DEFAULT, unsupported - makes length display incorrectly
3989           in some cases.
3991 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
3993         * gst/monoscope/README: remove blurb about files being GPL
3994         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
3995         * gst/monoscope/monoscope.c: Change license to BSD with explanation
3996           monoscope is now effectively LGPL licensed
3998 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
4000         * gst/monoscope/README: Update information to be more correct
4001         * gst/monoscope/convolve.c: Relicense to LGPL
4002         * gst/monoscope/convolve.h: Relicense to LGPL
4004 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
4006         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
4007           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
4008         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
4009           set default_duration for mpeg1 audio
4011 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4013         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
4014         * ext/alsa/gstalsa.h:
4015           refactor big chunks of the core caps negotiation code to make it
4016           a lot faster, because people claim it's really slow
4017           (actually, just cache the getcaps when the device is opened)
4019 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4021         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
4022         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
4023         (gst_a52dec_handle_frame), (gst_a52dec_chain),
4024         (gst_a52dec_change_state), (plugin_init):
4025         * ext/a52dec/gsta52dec.h:
4026           Do something useful with timestamps. Make chain-based (since
4027           there's really no reason to be loopbased).
4028         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4029           Update current_byte/frame correctly.
4031 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4033         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
4034         (gst_ape_demux_stream_init):
4035           Forward tags, too.
4037 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4039         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
4040           Let's make sure we're done typefinding when detecting tags.
4042 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4044         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
4045         (gst_ebml_read_init), (gst_ebml_read_use_event),
4046         (gst_ebml_read_element_id), (gst_ebml_peek_id),
4047         (gst_ebml_read_seek), (gst_ebml_read_skip),
4048         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
4049         (gst_ebml_read_master):
4050         * gst/matroska/ebml-read.h:
4051         * gst/matroska/matroska-demux.c:
4052         (gst_matroska_demux_parse_contents),
4053         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
4054           Disgustingly evil hack for working around INTERRUPT events and
4055           their extremely annoying habit of being a pain in the ass. We
4056           simply peek a cluster before reading any of it.
4058 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4060         * ext/musepack/gstmusepackdec.cpp:
4061           There's also floating point libmusepacks.
4063 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4065         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
4066         (gst_faad_chanpos_to_gst), (gst_faad_chain):
4067           Set DURATION even if source buffer didn't. Also use increasing
4068           timestamps.
4069         * gst-libs/gst/riff/riff-media.c:
4070         (gst_riff_create_audio_caps_with_data):
4071           Block_align can have larger values than 8192.
4073 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4075         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
4076         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
4077         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
4078         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
4079           Fix caps.
4081 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4083         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
4084           Fix logic bug.
4086 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4088         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
4089           Yay, another one.
4091 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4093         * ext/esd/esdsink.c: (gst_esdsink_chain):
4094           Make error actually say something useful (fixes #156798).
4095         * gst-libs/gst/riff/riff-media.c:
4096         (gst_riff_create_video_caps_with_data),
4097         (gst_riff_create_video_template_caps):
4098           Add Intel Video 5.0 fourcc (IV50).
4100 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
4102         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
4103         detection on mono and stereo mp3 files.
4105 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4107         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
4108           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
4109           the contained stream).
4111 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4113         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
4114           Oops, remove debug.
4116 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
4118         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4120         * gst/law/alaw-decode.c: (alawdec_getcaps):
4121         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
4122           Prevent warnings when negotiating caps (fixes #159338).
4124 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4126         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4127         (gst_ffmpegcsp_chain):
4128           Remove old leftover that shouldn't be there...
4130 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
4132         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4134         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
4135           Don't forward DISCONT events (fixes #159684).
4137 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4139         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
4140           Unlink manually since sometimes bin disposal (and therefore
4141           pad unlinking) is delayed, which will cause a new media file
4142           to not be able to start playing instantly.
4144 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4146         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
4147           On mute of an unlinked stream, check for pad availability so
4148           we don't crash on unlinked pad.
4150 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4152         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
4153         (gst_avi_demux_massage_index):
4154           Fix quite humiliating bug in omitting 0-sized index chunks but
4155           forgetting to count them for timestamps.
4157 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4159         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
4160           Actually leave the loop if we failed to sync. Don't crash.
4162 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4164         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
4165         (gst_dvd_demux_process_private):
4166         * gst/mpegstream/gstdvddemux.h:
4167           Fix crash (#159759). Doesn't work, though. :-(.
4169 2004-11-28  Benjamin Otte  <otte@gnome.org>
4171         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
4172           more overwriting protection due to modifying channels one by one
4173           instead of all at once
4175 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4177         * gst/audioconvert/gstchannelmix.c:
4178         (gst_audio_convert_fill_normalize):
4179           Normalize using absolute values.
4181 2004-11-28  Julien MOUTTE  <julien@moutte.net>
4183         * configure.ac:
4184         * ext/Makefile.am:
4185         * ext/directfb/Makefile.am:
4186         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
4187         (gst_directfbvideosink_get_pixel_format),
4188         (gst_directfbvideosink_get_format_from_fourcc),
4189         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
4190         (gst_directfbvideosink_sink_link),
4191         (gst_directfbvideosink_change_state),
4192         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
4193         (gst_directfbvideosink_buffer_alloc),
4194         (gst_directfbvideosink_interface_supported),
4195         (gst_directfbvideosink_interface_init),
4196         (gst_directfbvideosink_navigation_send_event),
4197         (gst_directfbvideosink_navigation_init),
4198         (gst_directfbvideosink_set_property),
4199         (gst_directfbvideosink_get_property),
4200         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
4201         (gst_directfbvideosink_base_init),
4202         (gst_directfbvideosink_class_init),
4203         (gst_directfbvideosink_get_type), (plugin_init):
4204         * ext/directfb/directfbvideosink.h: Adding a first version of
4205         directfbvideosink.
4206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
4207         more.
4209 2004-11-28  Benjamin Otte  <otte@gnome.org>
4211         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
4212           walk the samples backwards if out_channels > in_channels so we don't
4213           overwrite data
4215 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4217         * gst/audioconvert/Makefile.am:
4218         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4219         (gst_audio_convert_link), (gst_audio_convert_change_state),
4220         (gst_audio_convert_channels):
4221         * gst/audioconvert/gstchannelmix.c:
4222         (gst_audio_convert_unset_matrix),
4223         (gst_audio_convert_fill_identical),
4224         (gst_audio_convert_fill_compatible),
4225         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
4226         (gst_audio_convert_fill_others),
4227         (gst_audio_convert_fill_normalize),
4228         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
4229         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
4230         * gst/audioconvert/gstchannelmix.h:
4231           Implement a channel mixer.
4233 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
4235         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
4236         * ext/alsa/gstalsa.h:
4237         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
4238         Make alsasink actually honor gst_element_set_clock and use that
4239         clock instead of its internal one.
4241 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
4243         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
4244         (gst_play_base_bin_change_state): nullify source and decoder when
4245         going from READY to NULL so that we don't try to do weird stuff with
4246         them when going from NULL to READY
4247         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
4248         instead of g_object_unref
4249         (gen_video_element), (gen_audio_element): more refcounting fixes, now
4250         it should be correct
4251         (gst_play_bin_change_state): don't call remove_sinks if we are
4252         currently disposing the object
4254 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4256         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
4257           Don't forget bass if it's there. Else left channel is silent...
4259 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4261         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
4262         (gst_a52dec_change_state):
4263           Don't do sample adjusting anymore, we use float audio now.
4264         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
4265           Don't fixate to non-existing properties.
4267 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4269         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
4270         (gst_a52dec_change_state):
4271           Advertise that we can do surround sound.
4273 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4275         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
4276           Add buffer-frames=0.
4277         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
4278         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
4279         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
4280         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
4281         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
4282         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
4283         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
4284         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
4285         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
4286         * ext/dvdread/dvdreadsrc.h:
4287           Add seeking, querying for bytes, sectors, title, angle and
4288           chapter. Handle multiple chapters. Relicense to LGPL because
4289           Billy agreed on that (thanks Billy!).
4291 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
4293         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
4294         call parent dispose method
4296 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
4298         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
4299         (gst_audio_clock_get_internal_time):
4300         Fix active <-> inactive transitions: ensure time value always
4301         grows and avoid abrupt value changes.
4303 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
4305         * configure.ac:
4306         * gst/tta/Makefile.am:
4307         * gst/tta/crc32.h:
4308         * gst/tta/filters.h:
4309         * gst/tta/gsttta.c:
4310         * gst/tta/gstttadec.c:
4311         * gst/tta/gstttadec.h:
4312         * gst/tta/gstttaparse.c:
4313         * gst/tta/gstttaparse.h:
4314         * gst/tta/ttadec.h:
4315           added TTA parser and decoder
4317 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4319         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4320         (probe_triggered), (check_queue), (buffer_underrun),
4321         (buffer_running), (buffer_overrun), (gen_source_element),
4322         (setup_source):
4323         * gst/playback/gstplaybasebin.h:
4324           Implement buffering. Needs some more work.
4326 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4328         * ext/theora/theoradec.c: (theora_dec_chain):
4329           Fix ilog mask range overflow.
4331 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4333         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
4334           Don't omit the last (which in case of dmix is the only :) )
4335           channel count. Don't set channels if <= 2.
4337 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
4339         * gst/playback/gstplaybin.c: (gen_video_element),
4340         (gen_audio_element): Removed 2 obsolete comments
4342 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4344         * ext/vorbis/oggvorbisenc.c
4345         * ext/vorbis/vorbisenc.c :
4346           change description fields of those plugins to differentiate them
4347           (pitivi show Encoders by description, they had the same one)
4349 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
4351         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4353         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4354         (gst_play_bin_set_property), (gen_video_element),
4355         (gen_audio_element):
4356           Refcounting fixes for provided audio-/videosinks.
4358 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4360         * gst/playback/gstplaybin.c: (gen_video_element),
4361         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
4362           Don't reference all sinks, but only the video- and audiosinks.
4363           The vis. element should be disposed when we're done with it.
4364           We don't have any reason to keep it around. This fixes warnings
4365           when reusing playbin for playing multiple audio files with
4366           vis. enabled. Also release audio device on pause - idea stolen
4367           from Rhythmbox.
4369 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4371         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
4372         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
4373         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
4374         * ext/alsa/gstalsaplugin.c: (plugin_init):
4375         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
4376         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
4377         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
4378         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
4379         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
4380         (gst_faad_change_state), (plugin_init):
4381         * ext/faad/gstfaad.h:
4382         * ext/vorbis/vorbis.c: (plugin_init):
4383         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4384         * gst-libs/gst/audio/Makefile.am:
4385         * gst-libs/gst/audio/audio.c: (plugin_init):
4386         * gst-libs/gst/audio/multichannel.c:
4387         (gst_audio_check_channel_positions),
4388         (gst_audio_get_channel_positions),
4389         (gst_audio_set_channel_positions),
4390         (gst_audio_set_structure_channel_positions_list),
4391         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4392         (gst_audio_fixate_channel_positions):
4393         * gst-libs/gst/audio/multichannel.h:
4394         * gst-libs/gst/audio/testchannels.c: (main):
4395         * gst/audioconvert/gstaudioconvert.c:
4396         (gst_audio_convert_class_init), (gst_audio_convert_init),
4397         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
4398         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
4399         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4400         * gst/audioconvert/plugin.c: (plugin_init):
4401           Surround sound support.
4403 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4405         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
4406           Fix position for discont if we're close as well. Nitpicking, but
4407           saves a few milliseconds of extra waiting or skipping.
4409 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4411         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
4412           We sometimes need parsers for playback, so add those too.
4414 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4416         * configure.ac:
4417         * gst/apetag/Makefile.am:
4418         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
4419         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
4420         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
4421         (gst_ape_demux_get_src_query_types),
4422         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
4423         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
4424         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
4425         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
4426         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
4427         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
4428         (gst_ape_demux_change_state):
4429         * gst/apetag/apedemux.h:
4430         * gst/apetag/apetag.c: (plugin_init):
4431         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
4432         (plugin_init):
4433           APE v1/2 tag reader plus typefind function.
4435 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4437         * configure.ac:
4438         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
4439         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
4440           Remove hacks for older core. Require newer core version
4441           accordingly.
4443 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4445         * gst/cdxaparse/Makefile.am:
4446         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
4447         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
4448         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
4449         * gst/cdxaparse/gstcdxaparse.h:
4450         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
4451         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
4452         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
4453         (gst_cdxastrip_get_src_query_types),
4454         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
4455         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
4456         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
4457         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
4458         * gst/cdxaparse/gstcdxastrip.h:
4459           SVCD/VCD header stripping separated from CDXA image parsing.
4460         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4461         (plugin_init):
4462           Add VCD/SVCD header typefinding for VCD/SVCD.
4463         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
4464         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
4465         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
4466         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
4467         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
4468         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
4469         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
4470         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
4471         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
4472         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
4473         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
4474         * sys/vcd/vcdsrc.h:
4475           Fix up, add seeking, querying, URI interface. Works in totem now.
4477 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4479         * configure.ac:
4480           back to CVS
4482 === release 0.8.6 ===
4484 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4486         * NEWS:
4487         * RELEASE:
4488         * configure.ac:
4489         * po/af.po:
4490         * po/az.po:
4491         * po/cs.po:
4492         * po/en_GB.po:
4493         * po/hu.po:
4494         * po/it.po:
4495         * po/nb.po:
4496         * po/nl.po:
4497         * po/or.po:
4498         * po/sq.po:
4499         * po/sr.po:
4500         * po/sv.po:
4501         * po/uk.po:
4502           releasing 0.8.6, "IOU Love"
4504 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4506         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
4508         * gst/playback/gstplaybasebin.c:
4509           Fix unplayable files error handling.  Fixes #158365
4511 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4513         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
4515         * gst/typefind/gsttypefindfunctions.c:
4516           Fix broken mp3 typefinding.  Fixes #158375
4518 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4520         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
4522         * ext/ogg/gstoggdemux.c:
4523           Fix sync on broken files.  Fixes #158976
4525 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4527         patch by: Edward Hervey <bilboed@bilboed.com>
4529         * ext/libpng/gstpngenc.c:
4530           Copy over buffer properties.  Fixes #158832
4532 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4534         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
4536         * ext/dvdread/dvdreadsrc.c:
4537           Fixes invalid reads (#158462)
4539 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4541         * sys/v4l/gstv4lsrc.c:
4542         * sys/v4l/gstv4lsrc.h:
4543         * sys/v4l/v4lsrc_calls.c:
4544           Probe less and cache it.  Fixes #159187.
4546 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4548         * gst/videorate/gstvideorate.c:
4549           Handle all video formats. Fixes #159186.
4551 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
4552         * gst/synaesthesia/gstsynaesthesia.c:
4553         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
4554         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
4555         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
4556         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
4557         (gst_synaesthesia_change_state), (plugin_init):
4558         Fix up synaesthesia to work under different samplerates/ buffer sizes.
4559         Force 320x200 output, as that's the only thing the underlying
4560         synaesthesia implementation supports. Still needs to be made
4561         re-entrant.
4563 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4565         * configure.ac:
4566           Fix mpeg2enc configure check (similar to mplex check below).
4568 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
4570         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4572         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4573           Fix for gcc-2.95 (fixes #158221).
4575 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4577         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
4578           Re-add clock distribution hack (until new core is released).
4579           Fixes #158125.
4581 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
4582         * configure.ac:
4583           fix mplex configure check segfaulting on some systems (bug #140994)
4585 2004-11-13  Benjamin Otte  <otte@gnome.org>
4587         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
4588           add debugging
4589         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4590           do a wait when we enter the loop func with no data available to
4591           write instead of getting into an 100% CPU loop by just returning and
4592           being called again by the scheduler
4594 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
4596         * configure.ac:
4597         * ext/libvisual/visual.c: (gst_visual_get_type),
4598         (libvisual_log_handler), (gst_visual_getcaps),
4599         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
4600         (plugin_init):
4601           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
4602         * ext/smoothwave/Makefile.am:
4603         * ext/smoothwave/demo-osssrc.c: (main):
4604         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
4605         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
4606         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
4607         (plugin_init):
4608         * ext/smoothwave/gstsmoothwave.h:
4609           Make gstsmoothwave a working element in the 20th century.
4611         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
4612           Fix incorrect link function
4614 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4616         * gst/volume/gstvolume.c:
4617           Allow buffer-frames=0.
4619 2004-11-12 Iain <iaingnome@gmail.com>
4621         * configure.ac: Check for polypaudio
4623         * ext/Makefile.am: Build the polyp dir
4625         * ext/polyp: The polypsink sources.
4627 2004-10-30 Iain <iaingnome@gmail.com>
4629         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
4630         caps to reflect the new number of channels.
4632 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4634         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4635           Fix for negotiation order problem. This would show when the
4636           ALSA loopfuction was called before any other function. ALSA
4637           wouldn't do anything because we're not negotiated yet, leading
4638           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
4640 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4642         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4644         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
4645           No warnings (#157986).
4647 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4649         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4650           Prefer apev1/2 and id3v1 (at end of file) over musepack.
4652 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4654         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
4655           Signal no-more-pads (so it works in playbin).
4657 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4659         * ext/musepack/gstmusepackreader.cpp:
4660           Workaround for older core.
4662 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4664         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
4665           Actually test for odd width/height rather than testing whether
4666           a temporary variable that was 0 before we subtracted 1 is now
4667           not equal to zero (which it always is).
4669 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4671         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
4672         Fix compilation if HAVE_XVIDEO is not defined
4674 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4676         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
4677         Fix compilation if HAVE_XVIDEO is not defined
4679 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
4681         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
4682         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
4683         (gst_goom_change_state), (plugin_init):
4684         Use the bytestream adapter so goom doesn't depend on the input
4685         buffer size.
4686         Add a debug category
4688 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4690         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
4691           Only set hardware parameters *after* negotiation. Before
4692           negotiation, it will set ANY and that seems to cause crashes
4693           (see e.g. #151288, #153227).
4695 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4697         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
4698           This seems to be antique leftover. It needs to pass error
4699           checking.
4700         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
4701         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
4702         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
4703         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
4704           Fix GstXOverlay implementation (#151059).
4706 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4708         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
4709           Don't assert (#157853).
4711 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4713         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4714           Fix bytes/samples confustion.
4715         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
4716           Fix for underrun (#144389).
4718 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4720         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
4721           Disable halfway-seek for pending release (since it needs a new
4722           core release).
4724 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4726         * sys/v4l/gstv4lsrc.c:
4727         * sys/v4l/gstv4lsrc.h:
4728         * sys/v4l/v4lsrc_calls.c:
4729           add autoprobe-fps property so we can separate autoprobing parts
4731 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4733         * sys/v4l/gstv4lsrc.c:
4734         * sys/v4l/v4lsrc_calls.c:
4735         initialise fourcc to catch unset fourcc's, and debug
4737 2004-11-09  Wim Taymans  <wim@fluendo.com>
4739         * gst/playback/README:
4740         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
4741         * gst/playback/gstplaybin.c: (gst_play_bin_init),
4742         (gst_play_bin_dispose), (gst_play_bin_set_property),
4743         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
4744         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
4745         (gst_play_bin_get_formats), (gst_play_bin_convert),
4746         (gst_play_bin_get_query_types), (gst_play_bin_query):
4747         Cleanups and some more documentation.
4749 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
4751         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
4752         (gst_cacasink_init), (gst_cacasink_chain):
4753         * ext/libcaca/gstcacasink.h:
4754         Cacasink inherits from VideoSink, so let that store the clock.
4756 2004-11-09  Wim Taymans  <wim@fluendo.com>
4758         * gst/playback/README:
4759         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
4760         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
4761         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
4762         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
4763         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
4764         (setup_sinks):
4765         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
4766         (gst_stream_info_is_mute), (gst_stream_info_set_property):
4767         * gst/playback/gststreaminfo.h:
4768         Updated README.
4769         Only switch groups if all streams have muted (EOSed).
4770         Send Tags in sync with the stream playback instead of in
4771         the playback/preroll phase.
4772         Some cleanups, free the fakesrc elements.
4774 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4776         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
4777           buffer-frames property was missing
4778         * ext/arts/gst_arts.c:
4779           rate missing from sinkcaps
4780         * ext/audiofile/gstafparse.c:
4781         * ext/audiofile/gstafsink.c:
4782         * ext/audiofile/gstafsrc.c:
4783         * ext/swfdec/gstswfdec.c:
4784           int audio doesn't know buffer-frames
4785         * ext/cdparanoia/gstcdparanoia.c:
4786           int audio doesn't know chunksize either
4787         * ext/nas/nassink.c:
4788           it's endianness, not endianess
4789         * gst-libs/gst/audio/audio.h:
4790           make float standard pad template caps really describe float
4791         * gst/law/mulaw.c: (linear_factory):
4792           signed only, please
4793         * gst/mpegstream/gstdvddemux.c:
4794           widths of 20 are not valid
4796 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4798         Submitted by: Luca Ferretti <elle.uca@infinito.it>
4800         * po/LINGUAS:
4801         * po/it.po:
4802           Add Italian
4804 2004-11-08  Wim Taymans  <wim@fluendo.com>
4806         * gst/playback/README:
4807         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
4808         * gst/playback/gstplaybasebin.c: (probe_triggered),
4809         (gst_play_base_bin_change_state):
4810         Updated README, added more comments for fixmes etc..
4812 2004-11-08  Wim Taymans  <wim@fluendo.com>
4814         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
4815         We can remove this hack now.
4817 2004-11-08  Wim Taymans  <wim@fluendo.com>
4819         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4820         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4821         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
4822         Only mix AYUV for maximum quality.
4824 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4826         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
4827         (gst_ogg_demux_push), (gst_ogg_pad_push):
4828           Let's act as if we're synchronized now! :).
4829         * ext/theora/theoradec.c: (theora_dec_chain):
4830           Add some debug.
4832 2004-11-08  Wim Taymans  <wim@fluendo.com>
4834         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
4835         (gst_alpha_set_property), (gst_alpha_sink_link),
4836         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
4837         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
4838         (gst_alpha_init_params), (gst_alpha_chain):
4839         Implement alpha functions for AYUV too, this increases
4840         accuracy quite a bit.
4842 2004-11-08  Wim Taymans  <wim@fluendo.com>
4844         * gst/ffmpegcolorspace/avcodec.h:
4845         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4846         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4847         (gst_ffmpegcsp_avpicture_fill):
4848         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4849         (gst_ffmpegcsp_caps_remove_format_info):
4850         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
4851         (shrink12), (img_get_alpha_info), (deinterlace_line),
4852         (deinterlace_line_inplace):
4853         * gst/ffmpegcolorspace/imgconvert_template.h:
4854         Added AYUV colorspace and handle RGBA a bit more respectful.
4856 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4858         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
4859           Actually always send a discont (cornercase when resending the
4860           same serial-tagged chain twice).
4862 2004-11-08  Julien MOUTTE  <julien@moutte.net>
4864         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
4865         (gst_ximagesink_finalize):
4866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
4867         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
4869 2004-11-08  Wim Taymans  <wim@fluendo.com>
4871         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
4872         Don't segfault on NULL data.
4874 2004-11-08  Wim Taymans  <wim@fluendo.com>
4876         * gst/playback/gstdecodebin.c: (unlinked):
4877         * gst/playback/gstplay-marshal.list:
4878         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4879         (gst_play_base_bin_init), (group_create), (get_active_group),
4880         (get_building_group), (group_destroy), (group_commit),
4881         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
4882         (add_element_stream), (no_more_pads), (probe_triggered),
4883         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
4884         (state_change), (setup_source), (gst_play_base_bin_get_property),
4885         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
4886         (gst_play_base_bin_link_stream),
4887         (gst_play_base_bin_get_streaminfo):
4888         * gst/playback/gstplaybasebin.h:
4889         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4890         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
4891         Add support for chained ogg files. Prepare for playlist
4892         support. This patch introduces the concept of pad groups, which
4893         together compose one playable media file.
4895 2004-11-07  David Schleef  <ds@schleef.org>
4897         * testsuite/gst-lint: Check for pad templates that aren't statically
4898         scoped.
4900 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4902         * configure.ac:
4903         * ext/Makefile.am:
4904         * ext/musepack/Makefile.am:
4905         * ext/musepack/gstmusepackdec.cpp:
4906         * ext/musepack/gstmusepackdec.h:
4907         * ext/musepack/gstmusepackreader.cpp:
4908         * ext/musepack/gstmusepackreader.h:
4909           Add musepack decoder.
4910         * ext/faad/gstfaad.c: (gst_faad_base_init):
4911           Make pad templates static.
4912         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4913         (plugin_init):
4914           Add musepack typefinder, make mp3 typefinding work halfway stream,
4915           which doesn't actually work yet because id3demux doesn't implement
4916           _get_length().
4918 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4920         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
4921         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
4922           Fix interrupt event handling (#144436).
4924 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4926         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
4927           Hide unused glory.
4929 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4931         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4933         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
4934           Fix weird caps (#157548).
4936 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4938         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4940         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
4941           Add missing NULL terminator (#157543).
4943 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4945         * gst/tcp/gsttcp.h:
4946         * gst/tcp/gsttcpclientsink.c:
4947         * gst/tcp/gsttcpclientsrc.c:
4948         * gst/tcp/gsttcpserversink.c:
4949         * gst/tcp/gsttcpserversrc.c:
4950           ports can go up to 65535.  Move common defines to gsttcp.h
4952 2004-11-05  Wim Taymans  <wim@fluendo.com>
4954         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
4955         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
4956         Added two more colorspaces.
4958 2004-11-05  Wim Taymans  <wim@fluendo.com>
4960         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4961         (gst_ffmpegcsp_avpicture_fill):
4962         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
4963         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
4964         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
4965         More stride fixes.
4967 2004-11-05  Wim Taymans  <wim@fluendo.com>
4969         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
4970         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
4971         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
4972         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
4973         (gst_videomixer_loop):
4974         More stride fixes.
4976 2004-11-05  Benjamin Otte  <otte@gnome.org>
4978         * ext/mad/gstmad.c: (gst_mad_chain):
4979           don't overflow data buffer. Flush not needed sync data when syncing
4980           failed.
4982 2004-11-04  Wim Taymans  <wim@fluendo.com>
4984         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
4985         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
4986         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
4987         (gst_alpha_init_params), (gst_alpha_chain),
4988         (gst_alpha_change_state):
4989         Updated the chroma keying algorithm with something more
4990         sophisticated.
4992 2004-11-03  Wim Taymans  <wim@fluendo.com>
4994         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
4995         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4996         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
4997         Fix stride issues. Does not completely work for odd
4998         heights.
5000 2004-11-03  Wim Taymans  <wim@fluendo.com>
5002         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
5003         (gst_alpha_chroma_key), (gst_alpha_chain):
5004         Fix stride issues. Does not completely work for odd
5005         heights.
5007 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
5009         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
5010         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
5011         leak fixes
5013 2004-11-03  Wim Taymans  <wim@fluendo.com>
5015         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5016         (gst_ffmpegcsp_avpicture_fill):
5017         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
5018         (avpicture_alloc):
5019         * gst/ffmpegcolorspace/imgconvert_template.h:
5020         Use correct _fill function to get correct strides.
5022 2004-11-02  David Schleef  <ds@schleef.org>
5024         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
5025         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
5026         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
5027         Change all g_print()s to debugging.  Add a bunch of consistency
5028         checks.
5030 2004-11-02  Wim Taymans  <wim@fluendo.com>
5032         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5033         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5034         (unlinked), (no_more_pads), (close_link):
5035         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5036         (unknown_type), (add_element_stream), (new_decoded_pad),
5037         (removed_decoded_pad), (setup_source):
5038         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
5039         (gst_stream_info_class_init), (gst_stream_info_init),
5040         (gst_stream_info_new), (gst_stream_info_dispose),
5041         (stream_info_mute_pad), (gst_stream_info_set_property),
5042         (gst_stream_info_get_property):
5043         * gst/playback/gststreaminfo.h:
5044         Fix playback of multiple files.
5045         a slightly different approach to handling dynamic pad removals.
5046         This one only looks at pads that we have linked.
5048 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
5050         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
5051         free" warning from libc.
5053 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5055         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5056         (get_unconnected_element), (remove_starting_from), (pad_removed),
5057         (close_link):
5058           Implement support for dynamic pad changing. We listen to "live"
5059           pad removals (i.e. while playing) and re-setup autoplugging
5060           after that. Playbasebin/playbin need some more work for this
5061           to finally work, but decodebin supports (and replugs) chained
5062           ogg now.
5064 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
5066         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
5067         (gst_alsa_finalize):
5068         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
5069         (gst_cdaudio_finalize):
5070         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
5071         (cdparanoia_finalize):
5072         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
5073         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
5074         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
5075         (dvdreadsrc_finalize):
5076         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
5077         (gst_flacdec_finalize):
5078         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
5079         (gst_flacenc_finalize):
5080         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
5081         (gst_gnomevfssink_finalize):
5082         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
5083         (gst_gnomevfssrc_finalize):
5084         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
5085         (gst_fameenc_finalize):
5086         * ext/nas/nassink.c: (gst_nassink_class_init),
5087         (gst_nassink_finalize):
5088         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
5089         (gst_sdlvideosink_class_init):
5090         * ext/sndfile/gstsf.c: (gst_sf_dispose):
5091         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
5092         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
5093         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
5094         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5095         (gst_x_window_listener_dispose):
5096         * gst/audioscale/gstaudioscale.c:
5097         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
5098         (play_on_demand_finalize):
5099         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
5100         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
5101         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
5102         (cdplayer_finalize):
5103         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
5104         (gst_glimagesink_class_init):
5105         * sys/oss/gstosselement.c: (gst_osselement_class_init),
5106         (gst_osselement_finalize):
5107         * sys/oss/gstosssink.c: (gst_osssink_dispose):
5108         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
5109         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
5110           Fixes a bunch of problems with finalize and dispose functions,
5111           either assumptions that dispose is only called once, or not calling
5112           the parent class dispose/finalize function
5114 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
5116         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
5117           added two api precondition guards
5118           use g_strdup with getenv to fix crash when using ENVVAR
5120 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
5121         * ext/esd/esdsink.c: (gst_esdsink_class_init),
5122         (gst_esdsink_finalize):
5123         Use a finalize function, not dispose, and more importantly,
5124         call the parent class finalize function too
5126 2004-11-01  Johan Dahlin  <johan@gnome.org>
5128         * ext/ogg/gstoggdemux.c:
5129         * gst/tags/gstvorbistag.c:
5130         Plug leaks.
5132 2004-10-31  Benjamin Otte  <otte@gnome.org>
5134         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5135           lotsa memleaks today. But they're all small...
5137 2004-10-31  Benjamin Otte  <otte@gnome.org>
5139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5140           another memleak crushed
5142 2004-10-31  Benjamin Otte  <otte@gnome.org>
5144         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
5145           fix memleak
5147 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5149         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5150           Hack to prevent crash when going to READY inside signal handler
5151           while this function is active.
5153 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5155         * gst/ffmpegcolorspace/Makefile.am:
5156         * gst/ffmpegcolorspace/avcodec.h:
5157         * gst/ffmpegcolorspace/common.h:
5158         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
5159         * gst/ffmpegcolorspace/dsputil.h:
5160         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
5161         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5162         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
5163         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
5164         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
5165         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
5166         (gst_ffmpegcsp_avpicture_fill):
5167         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
5168         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5169         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5170         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
5171         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
5172         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
5173         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
5174         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
5175         * gst/ffmpegcolorspace/imgconvert.c:
5176         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
5177         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
5178         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
5179         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
5180         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
5181         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
5182         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
5183         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
5184         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
5185         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
5186         (grow21), (grow22), (grow41), (grow44), (conv411),
5187         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
5188         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
5189         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
5190         (avpicture_free), (is_yuv_planar), (img_convert),
5191         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
5192         (deinterlace_line_inplace), (deinterlace_bottom_field),
5193         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
5194         * gst/ffmpegcolorspace/imgconvert_template.h:
5195         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
5196         * gst/ffmpegcolorspace/mmx.h:
5197         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
5198         (av_fast_realloc), (av_mallocz_static), (av_free_static),
5199         (av_freep), (avcodec_get_context_defaults),
5200         (avcodec_alloc_context), (avcodec_init):
5201           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
5202           handling plus update from ffmpeg CVS. Large clean-up.
5204 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5206         * gst/playback/Makefile.am:
5207           We need the marshallers for decodebin, too.
5209 2004-10-30  David Schleef  <ds@schleef.org>
5211         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
5212           quicktime typefinding work with 64-bit offsets.
5214 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
5216         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
5217           Set EOS on the element when processing an EOS event.
5218         * ext/speex/gstspeexdec.h:
5219         * ext/speex/gstspeexenc.h:
5220           Only keep a const ptr to the mode
5221         * gst-libs/gst/riff/riff-media.c:
5222         (gst_riff_create_audio_caps_with_data),
5223         (gst_riff_create_audio_template_caps):
5224           Allow WMAV3, with up to 6 channels.
5225         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
5226           Don't call gst_pad_set_event_function on a sink pad.
5227         * gst/mpegstream/gstdvddemux.c:
5228         (gst_dvd_demux_get_subpicture_stream),
5229         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
5230           Copy the explicit caps that were set across to the cur_* pads,
5231           instead of trying to use a possibly non-existent negotiated caps.
5232           Reset the type of subpicture pads to UNKNOWN after calling
5233           init_stream, so that the caps get set.
5235 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
5237         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5239         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
5240           Don't touch buffer if it is of size 0 (fixes #151064).
5242 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
5245           Synchronized discont handling.
5247 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
5250         (gst_ogg_demux_push):
5251           Make seeking sort-of exact again (fixes #156387).
5253 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5255         * gst/playback/gstplaybasebin.c: (unknown_type),
5256         (add_element_stream), (new_decoded_pad),
5257         (gst_play_base_bin_change_state):
5258         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
5259         (gst_stream_info_init), (gst_stream_info_new),
5260         (gst_stream_info_dispose), (gst_stream_info_get_property):
5261         * gst/playback/gststreaminfo.h:
5262           Make caps explicitely available. Makes testing for unsupported
5263           types possible. Improves error reporting.
5265 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5267         * gst/audioconvert/gstaudioconvert.c:
5268         (gst_audio_convert_buffer_to_default_format):
5269           Really don't touch read-only buffers (#156563).
5271 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
5273         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5275         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5276           Fix memleak (#155223).
5278 2004-10-29  Wim Taymans  <wim@fluendo.com>
5280         * gst/tcp/.cvsignore:
5281         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5282         (gst_multifdsink_class_init), (gst_multifdsink_init),
5283         (gst_multifdsink_add), (gst_multifdsink_remove),
5284         (gst_multifdsink_remove_client_link), (is_sync_frame),
5285         (gst_multifdsink_new_client),
5286         (gst_multifdsink_handle_client_write),
5287         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5288         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
5289         (gst_multifdsink_get_property):
5290         * gst/tcp/gstmultifdsink.h:
5291         Added burst on connect sync_method, deprecated sync_clients,
5292         streamlined the sync code some more.
5294 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5296         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
5297         (gst_play_base_bin_change_state):
5298           Improve error reporting.
5300 2004-10-28  Wim Taymans  <wim@fluendo.com>
5302         * gst/tcp/Makefile.am:
5303         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
5304         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
5305         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
5306         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
5307         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
5308         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
5309         (gst_fdset_wait):
5310         Added more locks around fdset structures. Fixed/reworked
5311         the poll array resizing code.
5312         Added stress test for fdset.
5314 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5316         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
5317         fix build
5319 2004-10-28  Benjamin Otte  <otte@gnome.org>
5321         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
5322           fix link function to always query channels and query width for
5323           floats
5324         * configure.ac:
5325           add equalizer dir
5326         * gst/equalizer/Makefile.am:
5327         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
5328         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
5329         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
5330         (arg_to_scale), (setup_filter),
5331         (gst_iir_equalizer_compute_frequencies),
5332         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
5333         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
5334         (plugin_init):
5335           add an equalizer
5337 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5339         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
5341         * po/LINGUAS:
5342         * po/nb.po:
5343           Added Norwegian Bokmaal translation
5345 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5347         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5348           Don't break on options (fixes #156488).
5350 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5352         * configure.ac:
5353         * ext/cdaudio/Makefile.am:
5354         * sys/Makefile.am:
5355           fix build on older automake
5357 2004-10-26  Wim Taymans  <wim@fluendo.com>
5359         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
5360         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
5361         Allow a little margin when negotiating the framerate.
5363 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
5365         * gst/level/gstlevel.c:
5366           synchonised naming of pads and pad-templates
5368 2004-10-26  Wim Taymans  <wim@fluendo.com>
5370         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
5371         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
5372         (_find_streams_check), (gst_ogg_demux_push):
5373         Fix EOS again. Needs to be done in a better way. We should not
5374         remove the pad if there is no new chained stream.
5376 2004-10-26 Iain <iaingnome@gmail.com>
5378         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
5379         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
5380         of the caps.
5381         * gst/interleave/interleave.c (interleave_class_init): Hook up release
5382         pad.
5383         (interleave_release_pad): Remove the pad.
5384         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
5385         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
5386         the set device.
5387         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
5388         attrs
5389         (gst_xvimagesink_xcontext_clear): Free the xcontext.
5390         (gst_xvimagesink_finalize): Free the par.
5392 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5394         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
5395         (gst_avimux_stop_file):
5396           First calculate the rate, and only then use it. Hdr.rate is a
5397           multiple and not a derivative of hdr.scale. Scale is not the
5398           same as blockalign but is solely related to rate.
5400 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5402         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5403         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
5404           Implement seeking.
5406 2004-10-25  James Henstridge  <james@jamesh.id.au>
5408         Reviewed by:  David Schleef  <ds@schleef.org>
5410         * examples/gstplay/player.c: (got_stream_length), (main):
5411         * examples/seeking/cdplayer.c: (update_scale):
5412         * examples/seeking/seek.c: (format_value), (update_scale):
5413         * examples/seeking/spider_seek.c: (format_value), (update_scale),
5414         (stop_seek):
5415         Build fixes on AMD64.
5417 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5419         reviewed by: Ronald Bultje <rbultje at gnome dot org>
5421         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
5422         Fix for some v4l cards which hang in v4lsrc
5424 2004-10-25  Wim Taymans  <wim@fluendo.com>
5426         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
5427         (gst_ogg_demux_push), (gst_ogg_chains_clear):
5428         Make sure to remove the pad when a new chain is
5429         encountered. Set some vars to NULL so we don't try
5430         to reference freed memory.
5432 2004-10-25  Wim Taymans  <wim@fluendo.com>
5434         * examples/seeking/Makefile.am:
5435         * examples/seeking/cdplayer.c: (update_scale):
5436         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
5437         * examples/seeking/playbin.c: (make_playerbin_pipeline),
5438         (format_value), (update_scale), (iterate), (start_seek),
5439         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
5440         (print_usage), (main):
5441         Added some more examples, update others.
5443 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5445         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
5446         * ext/speex/gstspeexdec.c: (speex_dec_chain):
5447         * ext/theora/theoradec.c: (theora_dec_chain):
5448         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5449           Add codec-name metadata.
5451 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
5453         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5455         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5456         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5457         * ext/alsa/gstalsamixertrack.h:
5458         * po/POTFILES.in:
5459           ALSA mixer track label internationalization (#154054).
5461 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5463         * ext/theora/theoradec.c: (theora_dec_chain):
5464           Export bitrate as metadata.
5466 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5468         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5469         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5470         * ext/alsa/gstalsamixertrack.h:
5471           Fix names, fix loop.
5473 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5475         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
5476         (speex_dec_convert):
5477           sinkconvert function so oggdemux can get the file length (totem).
5479 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
5481         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5483         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
5484           Don't push incomplete packets.
5485         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
5486           Fix MPEG-4 audio typefinding.
5488 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5490         * sys/v4l/Makefile.am:
5491         * sys/v4l/gstv4l.c: (plugin_init):
5492         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
5493         (gst_v4lelement_init), (gst_v4lelement_dispose),
5494         (gst_v4lelement_change_state):
5495         * sys/v4l/gstv4lelement.h:
5496         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
5497         (gst_v4l_xoverlay_close), (idle_refresh),
5498         (gst_v4l_xoverlay_set_xwindow_id):
5499         * sys/v4l/gstv4lxoverlay.h:
5500         * sys/v4l/v4l-overlay_calls.c:
5501         * sys/v4l/v4l_calls.h:
5502         * sys/v4l2/Makefile.am:
5503         * sys/v4l2/gstv4l2.c: (plugin_init):
5504         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
5505         (gst_v4l2element_init), (gst_v4l2element_dispose),
5506         (gst_v4l2element_change_state):
5507         * sys/v4l2/gstv4l2element.h:
5508         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
5509         (gst_v4l2_xoverlay_close), (idle_refresh),
5510         (gst_v4l2_xoverlay_set_xwindow_id):
5511         * sys/v4l2/gstv4l2xoverlay.h:
5512         * sys/v4l2/v4l2-overlay_calls.c:
5513         * sys/v4l2/v4l2_calls.h:
5514           Remove client-side overlay handling, use the X-server v4l plugin
5515           for that. Nicer overlay, less code. Also make the plugin
5516           compileable without X (but then without overlay, obviously).
5517           Makes xwindowlistener obsolete, should we remove that?
5519 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5521         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
5522         (gst_osssrc_src_query):
5523         * sys/oss/gstosssrc.h:
5524           OK, so people want offset in DEFAULT. This time, actually fix all
5525           cases.
5526         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
5527           Add FPS properly.
5529 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5531         * gst/asfdemux/gstasfmux.c:
5532         * gst/avi/gstavimux.c:
5533           Framerate.
5535 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5537         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
5538           Fix properties (channel, norm, frequency).
5540 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5542         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
5543           Flag typo.
5544         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
5545           No warnings.
5547 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5549         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
5550           Fix hang.
5552 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5554         * sys/v4l2/gstv4l2element.h:
5555           Yet Another Hack (tm) for kernel header borkedness.
5556         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
5557         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
5558         (gst_v4l2src_link), (gst_v4l2src_getcaps),
5559         (gst_v4l2src_change_state):
5560         * sys/v4l2/gstv4l2src.h:
5561         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
5562         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
5563           Fix caps, keep track of state, work.
5565 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5567         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
5568           Quiet.
5570 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5572         * sys/oss/gstosssrc.c: (gst_osssrc_get):
5573           Don't mix bytes and samples.
5575 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5577         * ext/ogg/gstoggmux.c:
5578           Basic pad template which accepts OGM tracks, speex, flac, vorbis
5579           and theora. Any is incorrect.
5580         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
5581           Fix caps.
5582         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
5583         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
5584         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
5585         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
5586         * sys/v4l/gstv4lmjpegsrc.h:
5587         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
5588         (gst_v4lsrc_change_state):
5589         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
5590         (gst_v4lmjpegsrc_capture_stop):
5591           Fix caps. Keep track of internal state. Work.
5593 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5595         * ext/Makefile.am:
5596           Fix the build fixes.
5598 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5600         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
5601         (gst_ogg_demux_src_event), (_find_chain_seek),
5602         (gst_ogg_pad_push):
5603           Check for pad availability before using it.
5604         * ext/ogg/gstoggdemux.c: (_find_chain_process):
5605           Fix parsing of chained ogg. Needs more work on the decoder side.
5607 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5609         * gst/spectrum/Makefile.am:
5610         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
5611         (idle_func):
5612           Fix demo and reenable it. Yes, I'm currently playing with audio
5613           analysis tools
5615 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5617         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5618           We love it if files that start at zero work too...
5620 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5622         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
5623           Handle files with missing EOS headers.
5625 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5627         * gst/tcp/gsttcpserversink.c:
5628         (gst_tcpserversink_handle_server_read),
5629         (gst_tcpserversink_init_send):
5630         Zero some variables first (need for accept not to return EINVAL)
5632 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5634         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
5635         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
5636         * ext/theora/theoradec.c: (theora_dec_sink_convert),
5637         (theora_dec_chain):
5638         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
5639         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
5640           Seeking and querying finetune.
5642 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5644         * configure.ac:
5645         * ext/Makefile.am:
5646         * ext/raw1394/Makefile.am:
5647           fix the build
5649 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5651         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
5652           Wrong return.
5653         * gst/playback/Makefile.am:
5654         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5655         * gst/playback/gstplay-marshal.list:
5656         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
5657           Fix marshallers.
5659 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5661         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
5662           Silence.
5664 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5666         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
5667         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
5668         (gst_ogg_pad_push):
5669           Yay for non-lineair granulepos in theora.
5671 2004-10-18  Wim Taymans  <wim@fluendo.com>
5673         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
5674         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
5675         * ext/dv/gstdvdec.h:
5676         Make sure we renegotiate aspect ratio when the camera switches.
5678 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5680         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
5681         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
5682           Start at zero.
5683         * ext/theora/theoradec.c: (theora_dec_chain):
5684           Skip headers. Bad idea for chained ogg, but fixes seeking.
5686 2004-10-18  Wim Taymans  <wim@fluendo.com>
5688         * configure.ac:
5689         I swear, this is the last time I touch this.
5691 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5693         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
5694         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
5695         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
5696           Faster seeking.
5697         * ext/theora/theoradec.c: (theora_dec_sink_convert):
5698           Time-to-default conversion.
5699         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5700           Don't error on unknown packets, just skip. We should probably
5701           read them if we want to support chained ogg.
5703 2004-10-18  Wim Taymans  <wim@fluendo.com>
5705         * configure.ac:
5706         Added cdaudio to wrong list.
5708 2004-10-18  Wim Taymans  <wim@fluendo.com>
5710         * configure.ac:
5711         Revive cdaudio.
5713 2004-10-18  Wim Taymans  <wim@fluendo.com>
5715         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
5716         (gst_dvdec_video_link), (gst_dvdec_push):
5717         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
5718         (gst_smokeenc_resync), (gst_smokeenc_chain):
5719         Fix mimetype on smoke encoder.
5720         Add aspect ratio to dvdec. Not sure if these
5721         values are correct though....
5723 2004-10-18  Wim Taymans  <wim@fluendo.com>
5725         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
5726         Fix vorbis property descriptions and ranges.
5728 2004-10-18  Wim Taymans  <wim@fluendo.com>
5730         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
5731         Really do nothing when no data is available.
5732         Go to the playing state when the stream is not seekable
5733         instead of failing.
5735 2004-10-18  Wim Taymans  <wim@fluendo.com>
5737         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
5738         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
5739         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
5740         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
5741         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
5742         Added uri handler for cd://
5743         Port to new API.
5745 2004-10-18  Wim Taymans  <wim@fluendo.com>
5747         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5748         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
5749         (try_to_link_1), (no_more_pads), (close_link), (type_found):
5750         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
5751         (remove_prerolls), (unknown_type), (add_element_stream),
5752         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
5753         (gst_play_base_bin_remove_element),
5754         (gst_play_base_bin_link_stream):
5755         * gst/playback/gstplaybin.c: (gen_video_element),
5756         (gen_vis_element), (remove_sinks), (setup_sinks):
5757         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
5758         (gst_stream_info_get_type), (gst_stream_info_class_init),
5759         (gst_stream_info_init), (gst_stream_info_new),
5760         (gst_stream_info_dispose), (stream_info_mute_pad),
5761         (gst_stream_info_set_property), (gst_stream_info_get_property):
5762         * gst/playback/gststreaminfo.h:
5763         Add sink padtemplate to decodebin.
5764         Added some more comments.
5765         Make queue size configurable in playbasebin.
5766         Added possibility to use elements as sinks (ex cdaudio).
5768 2004-10-15  Wim Taymans  <wim@fluendo.com>
5770         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
5771         (gst_speexenc_chain):
5772         Fix speex timestamps so that it gets muxed properly.
5774 2004-10-15  Wim Taymans  <wim@fluendo.com>
5776         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
5777         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
5778         (gst_dv1394src_init), (gst_dv1394src_dispose),
5779         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
5780         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
5781         (gst_dv1394src_event), (gst_dv1394src_get_formats),
5782         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
5783         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
5784         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
5785         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
5786         * ext/raw1394/gstdv1394src.h:
5787         Added conversion/query functions.
5788         Update buffer timestamps,
5789         Added signals.
5790         Added uri dv:// so it might play from the firewire in playbin.
5791         Fix a possible leak.
5792         Added debugging.
5794 2004-10-15  Wim Taymans  <wim@fluendo.com>
5796         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
5797         (gst_dv1394src_init), (gst_dv1394src_set_property),
5798         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
5799         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
5800         * ext/raw1394/gstdv1394src.h:
5801         Added AV/C VTR control support needed for some cameras.
5802         Added automatic port detection.
5803         Added properties for selecting the channel.
5804         The configure.ac script is not yet updated to reflect the
5805         new libavc1394 and librom1394 dependencies.
5807 2004-10-15  Wim Taymans  <wim@fluendo.com>
5809         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
5810         (qtdemux_parse), (gst_qtdemux_handle_esds):
5811         An esds box is not a container.
5812         Fix parsing of mp4v boxes.
5813         Do not try to renegotiate fps for each frame. Need to
5814         find a better method. This should fix mp4 playback.
5816 2004-10-14  David Schleef  <ds@schleef.org>
5818         * configure.ac: update for swfdec-0.3 and liboil-0.2
5819         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
5820         * ext/swfdec/gstswfdec.h: same
5821         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
5822         * gst/videotestsrc/videotestsrc.c: same
5824 2004-10-14  Wim Taymans  <wim@fluendo.com>
5826         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
5827         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
5828         (is_sync_frame), (gst_multifdsink_new_client),
5829         (gst_multifdsink_handle_client_write),
5830         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5831         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
5832         Turn warnings into info.
5833         Don't allow a state change in the streaming thread.
5835 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5837         * ext/vorbis/oggvorbisenc.c:
5838         * ext/vorbis/vorbisdec.c:
5839           fix template sample rate
5841 2004-10-13  Wim Taymans  <wim@fluendo.com>
5843         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
5844         Decoding the header first fixes some problems in resyncing
5845         in more mp3s.
5847 2004-10-12  Wim Taymans  <wim@fluendo.com>
5849         * gst/playback/gstplaybin.c: (gen_video_element),
5850         (gen_vis_element), (remove_sinks), (setup_sinks):
5851         Added vis plugin support, need to configure the vis
5852         element to activate it.
5854 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5856         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
5857         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5858           Some debug.
5859         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
5860         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
5861         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
5862         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
5863         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
5864         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
5865         * gst/avi/gstavidemux.h:
5866           Support for openDML-2.0 indx/ix## chunks. Support for broken index
5867           recovery (where, if part of the index is broken, we will still read
5868           the rest of the index and recover the broken part by stream
5869           scanning). More broken media support. EOS workarounds. General AVI
5870           braindamage headache recovery. Aspirin included.
5872 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5874         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
5875         (cdparanoia_event), (cdparanoia_query):
5876           Get rid of hideous lead-in.
5878 2004-10-11  Wim Taymans  <wim@fluendo.com>
5880         * gst/playback/gstplaybasebin.c: (setup_source):
5881         Wrong var used to get g_list_next.
5883 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5885         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
5886         (cdparanoia_get), (cdparanoia_open):
5887           Report discid as metadata, add duration.
5889 2004-10-11  Wim Taymans  <wim@fluendo.com>
5891         * gst/playback/gstplaybasebin.c: (setup_source):
5892         Cleanup the previous pipeline a little earlier for the
5893         case that a source element provides raw data.
5895 2004-10-11  Benjamin Otte  <otte@gnome.org>
5897         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
5898           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
5899           consuming the last 128 bytes, even though it was valid mp3 data.
5901 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5903         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
5904         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
5905         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
5906         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
5908 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5910         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
5911         Fix for webcams that support only specific width or height
5913 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
5915         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5917         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
5918           Fix wrong discont event setup (fixes #154967).
5920 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
5922         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5924         * gst/auparse/gstauparse.c: (gst_auparse_chain):
5925           Error out on invalid data (fixes #154807).
5927 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
5929         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5931         * ext/dvdread/dvdreadsrc.c: (_read):
5932           Make titles > 0 work again (fixes #154834).
5934 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5936         * gst-libs/gst/riff/riff-media.c:
5937         (gst_riff_create_video_template_caps):
5938           WMV3 missing in template caps.
5940 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5942         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
5943           OK, so the original code was too strict. It makes random AVI files
5944           hang for seconds upon opening, which is unacceptable and is far
5945           beyond the original goal of getting multiple chunks for one-chunk
5946           sounc stream files. So now do just that.
5948 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5950         * gst/playback/gstplaybasebin.c: (setup_source),
5951         (gst_play_base_bin_change_state):
5952           Actually clean up streaminfo if output fails. This would trigger
5953           if, for example, there was no CD in the drive. No preroll, so
5954           a streaminfo structure is created, but the subsequent state change
5955           of the thread fails.
5956         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5957           Don't change state if parent failed.
5959 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5961         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5962         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
5963         (gen_video_element), (remove_sinks):
5964           Add small bits of code for screenshot handling.
5966 2004-10-08  Wim Taymans  <wim@fluendo.com>
5968         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
5969         (gen_video_element), (gen_audio_element), (setup_sinks):
5970         Don't assume the user provided sinks are named "sink"...
5972 2004-10-08  Wim Taymans  <wim@fluendo.com>
5974         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
5975         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
5976         (gst_play_base_bin_link_stream):
5977         Do not try to autoplug sources that generate raw streams like
5978         cdparanoia.
5979         disconnect the preroll overrun signal when we don't need it anymore.
5981 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
5983         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
5984         Added reworked patch from #154903 from milosz derezynski (deadchip).
5986 2004-10-08  Wim Taymans  <wim@fluendo.com>
5988         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
5989         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
5990         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
5991         (cdparanoia_convert), (cdparanoia_uri_get_type),
5992         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
5993         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
5994         * ext/cdparanoia/gstcdparanoia.h:
5995         This adds the cdda://<tracknum> uri.
5997 2004-10-08  Wim Taymans  <wim@fluendo.com>
5999         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6000         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
6001         (try_to_link_1), (no_more_pads), (close_link), (type_found):
6002         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6003         (unknown_type), (gst_play_base_bin_remove_element),
6004         (gst_play_base_bin_link_stream):
6005         * gst/playback/gstplaybasebin.h:
6006         * gst/playback/gstplaybin.c: (gst_play_bin_init),
6007         (gst_play_bin_set_property), (gen_video_element),
6008         (gen_audio_element), (setup_sinks):
6009         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
6010         (gst_stream_info_get_type), (gst_stream_info_class_init),
6011         (gst_stream_info_init), (gst_stream_info_new),
6012         (gst_stream_info_dispose), (stream_info_mute_pad),
6013         (gst_stream_info_set_property), (gst_stream_info_get_property):
6014         * gst/playback/gststreaminfo.h:
6015         Reuse the audio and video bins.
6016         Some internal cleanups in the stream selection code.
6018 2004-10-08  Julien MOUTTE  <julien@moutte.net>
6020         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
6021         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
6022         * sys/ximage/ximagesink.h:
6023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6024         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
6025         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
6026         not coming from those elements. Moreover these elements should not keep
6027         the xid they have been given when in NULL state.
6029 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6031         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
6032         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
6033         * sys/ximage/ximagesink.h:
6034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6035         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
6036         * sys/xvimage/xvimagesink.h:
6037           Actually only create a new toplevel window if we're not gonna
6038           embed it right after.
6040 2004-10-07  Wim Taymans  <wim@fluendo.com>
6042         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
6043         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
6044         * gst/playback/gstplaybin.c: (setup_sinks):
6045         Implement muting/unmuting of streams, mute streams that are not
6046         used.
6048 2004-10-07  Wim Taymans  <wim@fluendo.com>
6050         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
6051         (plugin_init):
6052         Added lame audio/x-ac3 typefind function.
6054 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6056         * configure.ac:
6057           bump nano to cvs
6059 === release 0.8.5 ===
6061 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6063         * NEWS:
6064         * RELEASE:
6065         * configure.ac:
6066           releasing 0.8.5, "Take You On"
6068 2004-10-06  Wim Taymans  <wim@fluendo.com>
6070         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6071         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
6072         (no_more_pads), (close_link), (type_found):
6073         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
6074         * gst/playback/gstplaybin.c: (gen_video_element):
6075         Do not signal the no_more_pads after the first pad when
6076         we are plugging a non dynamic element with multiple
6077         output pads (like swfdec, dvdec, ...).
6079 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6081         * configure.ac:
6082           bump for prerelease
6084 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6086         * gst/wavparse/gstwavparse.c:
6087           add ATRAC3 to STATIC CAPS to fix a warning
6089         * gst/matroska/ebml-read.c:
6090         * gst-libs/gst/riff/riff-read.c:
6091           fix typos
6093 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6095         * gst-libs/gst/riff/riff-media.c:
6096           generate caps for ATRAC3 audio streams
6098         * gst/realmedia/rmdemux.c:
6099           generate caps for ATRAC3 audio streams
6101 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6103         * gst/wavparse/Makefile.am
6104         * gst/wavparse/riff.h
6105         * gst/wavparse/wavparse.vcproj
6106           riff.h removal (unused and duplication with riff-ids.h)
6108 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6110         * gst/wavparse/gstwavparse.h
6111           remove duplicated defines for audio codec codes
6113         * gst-libs/gst/riff/riff-ids.h
6114         * gst/wavenc/riff.h:
6115           add "4CC" code for ATRAC3 audio streams
6116           add "4CC" code for ITU_G721_ADPCM (unused for now)
6118 2004-10-06  Wim Taymans  <wim@fluendo.com>
6120         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
6121         Actually _do_ negotiation. Pass gdouble as arg instead
6122         of guint64 for the framerate.
6124 2004-10-06  Wim Taymans  <wim@fluendo.com>
6126         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6127         (find_compatibles), (close_pad_link), (try_to_link_1),
6128         (no_more_pads), (close_link), (type_found):
6129         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
6130         * gst/playback/gstplaybin.c: (gen_video_element),
6131         (gen_audio_element):
6132         Set state on newly added element to READY so that negotiation
6133         can happen ASAP.
6134         Addes some more debug info.
6135         Do not try to plug pads with multiple caps structures or ANY
6136         because it is too dangerous since we do not do dynamic
6137         replugging.
6139 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6141         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
6143         * po/LINGUAS:
6144         * po/or.po:
6145           add Oriya translation
6147 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6149         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6150           Prevent overwrite of size member. Makes audio sound crappy.
6152 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6154         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6155         Add rmvb to the list of known RealMedia extensions
6157 2004-10-05  Wim Taymans  <wim@fluendo.com>
6159         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
6160         (mngdec_openstream), (mngdec_closestream),
6161         (mngdec_handle_sink_event), (mngdec_readdata),
6162         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
6163         (mngdec_getcanvasline), (mngdec_refresh),
6164         (gst_mngdec_change_state):
6165         Set the framerate correctly.
6167 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6169         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6170           There was something wrong with the index massaging.
6172 2004-10-04  Wim Taymans  <wim@fluendo.com>
6174         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
6175         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
6176         (gst_smokedec_chain):
6177         * ext/jpeg/gstsmokedec.h:
6178         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
6179         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
6180         * ext/jpeg/gstsmokeenc.h:
6181         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
6182         (smokecodec_decode_new), (smokecodec_info_free),
6183         (smokecodec_set_quality), (smokecodec_get_quality),
6184         (smokecodec_set_threshold), (smokecodec_get_threshold),
6185         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
6186         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
6187         (smokecodec_encode), (smokecodec_parse_id),
6188         (smokecodec_parse_header), (smokecodec_decode):
6189         * ext/jpeg/smokecodec.h:
6190         * ext/jpeg/smokeformat.h:
6191         Updated smoke, new bitstream, allows embedding in ogg.
6193 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6195         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6196           Fix seeking in some files. All this code is no longer needed (and
6197           actually breaks stuff) because we now synchronize the full index
6198           right when reading the header.
6200 2004-10-04  Wim Taymans  <wim@fluendo.com>
6202         * configure.ac:
6203         configure update for libmng.
6205 2004-10-04  Wim Taymans  <wim@fluendo.com>
6207         * ext/libmng/Makefile.am:
6208         * ext/libmng/gstmng.c: (plugin_init):
6209         * ext/libmng/gstmng.h:
6210         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
6211         (gst_mngdec_base_init), (gst_mngdec_class_init),
6212         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
6213         (gst_mngdec_loop), (gst_mngdec_get_property),
6214         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
6215         (mngdec_closestream), (mngdec_handle_sink_event),
6216         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
6217         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
6218         (gst_mngdec_change_state):
6219         * ext/libmng/gstmngdec.h:
6220         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
6221         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
6222         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
6223         (gst_mngenc_chain), (gst_mngenc_get_property),
6224         (gst_mngenc_set_property):
6225         * ext/libmng/gstmngenc.h:
6226         Added basic MNG decoder. Needs more work. The encoder does
6227         not work yet.
6229 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6231         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
6232         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
6233         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
6234           Don't hang on length=0 chunks. Some negotiation fixes. Signal
6235           no-more-pads.
6237 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6239         * configure.ac:
6240           you need at least 1.0.4 of speex
6242 2004-10-04 Iain <iaingnome@gmail.com>
6244         * ext/speex/gstspeexdec.h: Revert the includes changes.
6246         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
6248 2004-09-30 Iain <iaingnome@gmail.com>
6250         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
6251         found during init or set as a property instead of hardcoding /dev/audio
6253 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6255         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
6256         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
6257         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
6258         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
6259         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
6260         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
6261         (gst_rmdemux_dump_data):
6262           Use debug category, fix EOS handling. filesrc ! rmdemux now
6263           works.
6265 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6267         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
6268         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
6269         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
6270           Improve allocation, cutting and sorting of the index. How takes a
6271           few seconds instead of minutes.
6273 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
6275         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
6276           fixed compilation
6278 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6280         * gst-libs/gst/riff/riff-media.c:
6281         (gst_riff_create_video_caps_with_data),
6282         (gst_riff_create_video_template_caps):
6283           Add wing commander format mimetype/fourccs.
6284         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6285           Don't crash if some value is 0.
6287 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6289         * gst-libs/gst/riff/riff-media.c:
6290         (gst_riff_create_video_caps_with_data),
6291         (gst_riff_create_video_template_caps):
6292           Add DIB fourcc (raw, palettized 8-bit RGB).
6293         * gst-libs/gst/riff/riff-read.c:
6294         (gst_riff_read_strf_vids_with_data):
6295           Oops, fix strf_data reading bug.
6296         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6297           Use a non-NULL tag.
6298         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
6299           Time for hacks. Sorry Dave. At least one quicktime movie (a
6300           trailer) that I've encountered contains multiple video tracks.
6301           One of those is the actual video track, the other are one-frame
6302           tracks (images). Unfortunately, the number of frames according
6303           to the trak header is 1 for each, so that doesn't help. So
6304           instead, I look at the duration and discard tracks with a
6305           duration shorter than 20% of the length of the stream. Better
6306           than nothing.
6308 2004-10-01  Christian Schaller <christian@fluendo.com>
6310         * ext/ivorbis/vorbis.c:
6311           Patch from Phil Blundell (Bug 152341)
6313 2004-10-01  Wim Taymans  <wim@fluendo.com>
6315         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
6316         (speex_dec_get_formats), (speex_dec_convert),
6317         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
6318         (speex_dec_chain), (gst_speexdec_get_property),
6319         (gst_speexdec_set_property):
6320         Small cleanups.
6322 2004-10-01  Wim Taymans  <wim@fluendo.com>
6324         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
6325         (gst_wavparse_stream_init), (gst_wavparse_fmt),
6326         (gst_wavparse_other), (gst_wavparse_loop),
6327         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6328         (gst_wavparse_srcpad_event):
6329         * gst/wavparse/gstwavparse.h:
6330         Added some more debugging info.
6331         Fix the case where the length of the file is 0.
6332         Make sure we seek to sample borders.
6334 2004-10-01  Wim Taymans  <wim@fluendo.com>
6336         * gst/playback/README:
6337         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
6338         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
6339         (try_to_link_1), (no_more_pads), (close_link), (type_found):
6340         Add some debug info to decodebin, update README
6342 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6344         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
6345           Don't use g_print(); use GST_DEBUG().
6347 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6349         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
6350         (gst_ogg_mux_queue_pads):
6351           Handle EOS properly.
6353 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
6355         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6357         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
6358         (gst_faad_chain), (gst_faad_change_state):
6359         * ext/faad/gstfaad.h:
6360           Allow playback of raw (unframed) MPEG AAC files (#148993).
6362 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
6364         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6366         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6367           Throw error if we didn't recognize the stream. Fixes #152289.
6369 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6371         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6372           Fix negotiation.
6374 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
6376         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6378         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6379           Fix memleak.
6381 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
6383         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6385         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
6386           Solve #152805.
6387         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
6388           Solve 152806.
6390 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6392         * gst-libs/gst/riff/riff-media.c:
6393         (gst_riff_create_video_caps_with_data),
6394         (gst_riff_create_audio_caps_with_data):
6395           Add codec_data handling (like asfdemux used to do).
6396         * gst/asfdemux/gstasf.c: (plugin_init):
6397         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
6398         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
6399           Use riff-media for caps creation instead of our own (mostly
6400           broken) copy of its functions.
6402 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6404         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
6405           Don't actually error out if we get another return value than
6406           -EINVAL. Opposite to what I first thought, drivers have random
6407           return values for this, although -EINVAL is the expected return
6408           value. Since this is not fatal, we shouldn't use
6409           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
6411 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6413         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
6414         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
6415         (dvdreadsrc_get_property), (_open), (_seek), (_read),
6416         (dvdreadsrc_get), (dvdreadsrc_open_file),
6417         (dvdreadsrc_change_state):
6418           Fix. Don't do one big huge loop around the whole DVD, that will
6419           cache all data and thus eat sizeof(dvd) (several GB) before we
6420           see something.
6421         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
6422           Actually NULL'ify event after using it.
6423         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
6424         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
6425         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
6426         (gst_ebml_read_seek), (gst_ebml_read_skip):
6427           Handle events.
6428         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
6429         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
6430         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
6431           Fix timing (this will probably break if I seek using menus, but
6432           I didn't get there yet). VOBs and normal DVDs should now work.
6433           Add a mpeg2-only pad with high rank so this get autoplugged for
6434           MPEG-2 movies.
6435         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
6436         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
6437         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
6438         (gst_mpeg_demux_get_audio_stream),
6439         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
6440         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
6441           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
6442           MPEG-1 but use dvddemux for MPEG-2.
6443         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
6444         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
6445         (gst_mpeg_parse_parse_packhead):
6446           Timing. Only add pad template if it exists. Add sink template from
6447           class and not from ourselves. This means we will always use the
6448           correct sink template even if it is not the one defined in this
6449           file.
6451 2004-09-29  Wim Taymans  <wim@fluendo.com>
6453         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
6454         (gst_mpeg_demux_parse_pes):
6455         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6456         Fix playback of mpeg again, timestamps where screwed up by
6457         patch 1.61.
6459 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6461         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
6462           Only return true if we actually filled something in. Prevents
6463           player applications from showing a random length for flac files.
6464         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
6465         (gst_riff_read_use_event), (gst_riff_read_handle_event),
6466         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
6467         (gst_riff_read_strf_vids_with_data),
6468         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
6469           OK, ok, so I implemented event handling. Apparently it's normal
6470           that we receive random events at random points without asking
6471           for it.
6472         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
6473         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6474         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
6475         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
6476         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
6477         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6478         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6479         * gst/avi/gstavidemux.h:
6480           Implement non-lineair chunk handling and subchunk processing.
6481           The first solves playback of AVI files where the audio and video
6482           data of individual buffers that we read are not synchronized.
6483           This should not happen according to the wonderful AVI specs, but
6484           of course it does happen in reality. It is also a prerequisite for
6485           the second. Subchunk processing allows us to cut chunks in small
6486           pieces and process each of these pieces separately. This is
6487           required because I've seen several AVI files with incredibly large
6488           audio chunks, even some files with only one audio chunk for the
6489           whole file. This allows for proper playback including seeking.
6490           This patch is supposed to fix all AVI A/V sync issues.
6491         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
6492         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
6493           Work.
6494         * gst/modplug/gstmodplug.cc:
6495           Proper return value setting for the query() function.
6496         * gst/playback/gstplaybasebin.c: (setup_source):
6497           Being in non-playing state (after, e.g., EOS) is not necessarily
6498           a bad thing. Allow for that. This fixes playback of short files.
6499           They don't actually playback fully now, because the clock already
6500           runs. This means that small files (<500kB) with a small length
6501           (<2sec) will still not or barely play. Other files, such as mod
6502           or flx, will work correctly, however.
6504 2004-09-28  Wim Taymans  <wim@fluendo.com>
6506         * ext/speex/gstspeex.c: (plugin_init):
6507         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
6508         (gst_speex_dec_class_init), (speex_dec_get_formats),
6509         (speex_get_event_masks), (speex_get_query_types),
6510         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
6511         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
6512         (gst_speexdec_get_property), (gst_speexdec_set_property),
6513         (speex_dec_change_state):
6514         * ext/speex/gstspeexdec.h:
6515         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
6516         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
6517         (gst_speexenc_base_init), (gst_speexenc_class_init),
6518         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
6519         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
6520         (gst_speexenc_src_query), (gst_speexenc_init),
6521         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
6522         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
6523         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
6524         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
6525         (gst_speexenc_chain), (gst_speexenc_get_property),
6526         (gst_speexenc_set_property), (gst_speexenc_change_state):
6527         * ext/speex/gstspeexenc.h:
6528         Rewrote speex encoder, make sure it can be embedded in ogg.
6529         Implemented speex decoder.
6531 2004-09-28  Christian Schaller <christian@fluendo.com>
6533         * configure.ac:
6534         Remove kioslave plugin. Markey is brewing a new working one
6535         * ext/Makefile.am: Remove kioslave plugin
6536         * ext/kio: remove
6537         * gst-plugins.spec.in: remove kio plugin from spec
6539 2004-09-27  Wim Taymans  <wim@fluendo.com>
6541         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
6542         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
6543         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
6544         (gst_multifdsink_new_client),
6545         (gst_multifdsink_handle_client_write),
6546         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
6547         (gst_multifdsink_handle_clients):
6548         * gst/tcp/gstmultifdsink.h:
6549         Make syncing to keyframes actually work for new clients and lagging
6550         clients.
6552 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6554         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
6555         (gst_navigationtest_handle_src_event), (draw_box_planar411),
6556         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
6557         * gst/debug/gstnavigationtest.h:
6558           make navigationtest display button-press and button-release events
6560 2004-09-26 Iain <iaingnome@gmail.com>
6562         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
6563         the channels have received a new media event.
6564         (interleave_buffered_loop): Compresses a new media event on all
6565         channels into one.
6567 2004-09-26 Iain <iaingnome@gmail.com>
6569         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
6570         call the sinkpad's default event handler and not the srcpads. He also
6571         says this is confusing :)
6572         (gst_wavenc_stop_file): Company says that seek events only go upstream
6573         we should send a discontinuous downstream instead.
6575 2004-09-25  Christian Schaller <christian@fluendo.com>
6577         * Update SPEC file to be usable in conjunction with Fedora Core,
6578           Fedora.us and freshrpms packages
6579         * Fix typo in multifilesrc test Makefile
6581 2004-09-24  Wim Taymans  <wim@fluendo.com>
6583         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
6584         Only signal the no_more_pads signal when we have
6585         added the stream to our list.
6587 2004-09-24  Wim Taymans  <wim@fluendo.com>
6589         * gst/playback/gstplaybasebin.c: (remove_prerolls),
6590         (new_decoded_pad):
6591         * gst/playback/gstplaybasebin.h:
6592         * gst/playback/gstplaybin.c: (setup_sinks):
6593         Don't try to preroll or decode more than one audio/video
6594         track.
6596 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6598         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6599           Throw error if we failed to find a suitable output. This should
6600           throw an error if we successfully set up a pipeline (e.g. because
6601           we recognized a media file) but found no decodable streams in it
6602           (e.g. because it contains only media stream types for which we
6603           have no decoders, or because it's not a media type).
6605 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6607         * ext/dirac/Makefile.am:
6608         * ext/dirac/gstdirac.cc:
6609         * ext/dirac/gstdiracdec.cc:
6610         * ext/dirac/gstdiracdec.h:
6611           Do something. Don't actually know if this works because I don't
6612           have a demuxer yet.
6613         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
6614           Add channels=1 to caps returned from _getcaps().
6615         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
6616         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
6617         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
6618         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
6619         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
6620         (gst_ogm_parse_change_state):
6621           Separate between audio/video so ogmaudioparse actually uses the
6622           audio pad templates. Both audio and video work now, including
6623           autoplugging. Also use sometimes-srcpad hack.
6624         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
6625           Handle events better. Don't hang on infinite loops.
6626         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6627         (gst_avi_demux_init), (gst_avi_demux_reset),
6628         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6629         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
6630         (gst_avi_demux_change_state):
6631         * gst/avi/gstavidemux.h:
6632           Improve A/V sync. Still not perfect.
6633         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
6634         (gst_ebml_read_skip):
6635           Handle events better.
6636         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
6637         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
6638         (qtdemux_audio_caps):
6639           Add IMA4. Improve event handling. Save offset after a seek when
6640           the headers are at the end of the file so that we don't end up in
6641           an infinite loop.
6642         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6643           Add low-priority typefind support for files with no length.
6645 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6647         * testsuite/multifilesink/Makefile.am:
6648         fix typo
6650 2004-09-22  Julien MOUTTE  <julien@moutte.net>
6652         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
6653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
6654         mistakes from thaytan's patches.
6656 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
6658         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
6659           For completeness, XSync in the destroy function as xvimage does.
6661 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
6663         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
6664            Correct caps negotiation
6665         * gst/volume/gstvolume.c: (volume_chain_float),
6666         (volume_chain_int16):
6667            Modify debug output to be little more informative
6668         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
6669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
6670         (gst_xvimagesink_xvimage_destroy):
6671           Add XSync calls after detaching from the shared memory segment to
6672           avoid a crash.
6674 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6676         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
6677         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
6678         * ext/vorbis/vorbis.c: (plugin_init):
6679         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6680         (gst_vorbisenc_chain):
6681         * ext/vorbis/vorbisenc.h:
6682         remove explicit newmedia support from oggmux and vorbisenc
6683         add debug category to vorbisenc
6684         * gst/multifilesink/gstmultifilesink.c:
6685         (gst_multifilesink_class_init), (gst_multifilesink_init),
6686         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
6687         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
6688         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
6689         (plugin_init):
6690         * gst/multifilesink/gstmultifilesink.h:
6691         add support for streamheader in multifilesink
6693 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6695         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
6696         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
6697         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
6698           Prevent infinite loops. More correct error reporting.
6699         * gst/auparse/gstauparse.c: (gst_auparse_chain):
6700           Error out if negotiation fails.
6701         * gst/playback/gstplaybasebin.c: (setup_source),
6702         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
6703         (gst_play_base_bin_found_tag):
6704           Error/tag forwarding. Pre-roll fixes for source errors on state
6705           changes (e.g. "file does not exist") to prevent hangs.
6707 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6709         * testsuite/multifilesink/Makefile.am:
6710         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
6711         (gst_newmedia_class_init), (gst_newmedia_init),
6712         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
6713         (newfile_signal), (test_signal), (main):
6714         * testsuite/multifilesink/multifilesrc_test.c: (main):
6715         * testsuite/multifilesink/oggtheora_test.c:
6716         (gst_newmedia_base_init), (gst_newmedia_class_init),
6717         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
6718         (test_format), (newfile_signal), (test_signal), (main):
6719         * testsuite/multifilesink/oggvorbis_test.c:
6720         (gst_newmedia_base_init), (gst_newmedia_class_init),
6721         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
6722         (test_format), (newfile_signal), (test_signal), (main):
6723         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
6724         (gst_newmedia_class_init), (gst_newmedia_init),
6725         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
6726         (newfile_signal), (test_signal), (main):
6727         New media tests
6729 2004-09-20  Christian Schaller <christian@fluendo.com>
6731         * Fix mikmod license to LGPL as they have relicensed
6732         * Move Dirac and Effectv into LGPL section of README_license
6734 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6736         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
6737         (gst_mad_change_state):
6738           Allow for mp3 rate/channels changes. However, only very
6739           conservatively. Reason that we *have* to enable this is smiply
6740           because the mad find_sync() function is not good enough, it will
6741           regularly sync on random data as valid frames and therefore make
6742           us provide random caps as *final* caps of the stream. The best fix
6743           I could think of is to simply require several of the same stream
6744           changes in a row before we change caps.
6745           The actual testcase that works now is #
6746         * ext/ogg/Makefile.am:
6747         * ext/ogg/gstogg.c: (plugin_init):
6748         * ext/ogg/gstogmparse.c:
6749           OGM support (video only for now; I need an audio sample file).
6750         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
6751         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
6752         (gst_asf_demux_add_video_stream):
6753           WMV extradata.
6754         * gst/playback/gstplaybasebin.c: (unknown_type):
6755           Don't error out on single unknown-types after all. It's wrong.
6756           If we found type of video and audio but not of a subtitle stream,
6757           it will still error out (which is unwanted). Will find a better fix
6758           later on.
6759         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
6760         (ogmaudio_type_find), (plugin_init):
6761           OGM support.
6763 2004-09-20  Johan Dahlin  <johan@gnome.org>
6765         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
6766         after setting caps.
6768 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6770         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
6771         * gst/wavenc/gstwavenc.h:
6772         Added newmedia support to wavenc
6774 2004-09-17  Wim Taymans  <wim@fluendo.com>
6776         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
6777         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
6778         (gst_fdset_fd_can_write), (gst_fdset_wait):
6779         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
6780         (gst_multifdsink_init), (gst_multifdsink_add),
6781         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
6782         (gst_multifdsink_remove_client_link),
6783         (gst_multifdsink_client_queue_buffer),
6784         (gst_multifdsink_handle_client_write),
6785         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
6786         (gst_multifdsink_close), (gst_multifdsink_change_state):
6787         * gst/tcp/gstmultifdsink.h:
6788         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6789         (gst_tcpserversink_removed):
6790         Small cleanups in fdset.c
6791         Use a hastable to map fd to the client structure for faster
6792         lookup in _remove and get_stats.
6793         Added virtual function to close the fds.
6794         Handle clients even when the select/poll call was unblocked because
6795         of a command.
6796         Implement syncing to keyframe in the recovery procedure.
6798 2004-09-16 Iain <iaingnome@gmail.com>
6800         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
6801         try caps.
6803 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6805         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
6806           Caps are only set if the type of the stream is unknown, but this
6807           is initialized in ->init_stream(), so set to UNKNOWN after calling
6808           ->init_stream() so that capsnego starts.
6810 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6812         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6813         (gst_avi_demux_stream_data):
6814           Just hardcode for raw audio then. AVI audio sucks.
6816 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
6818         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
6819         * gst/matroska/matroska-mux.c: (audiosink_templ),
6820         (gst_matroska_mux_audio_pad_link):
6821         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
6822         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
6824 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6826         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6827         (gst_avi_demux_stream_data):
6828           Try to fix a/v sync issues.
6830 2004-09-15  David Schleef  <ds@schleef.org>
6832         * configure.ac: remove NASM check, since we don't use it.  Update
6833         dirac check to 0.4
6834         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
6835         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
6836         Initialized variables.
6837         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6838         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
6839         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
6840         SVQ3 format
6842 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6844         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6845         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
6846         * gst/avi/gstavidemux.h:
6847           Fix for compressed audio (mp3) timestamp generation. How did this
6848           ever work?
6850 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6852         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6853           Volume is a double not a float.
6855 2004-09-15  Wim Taymans  <wim@fluendo.com>
6857         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
6858         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
6859         Don't close the fd in multifdsink as we didn't open it in the
6860         first place. Some cleanups.
6862 2004-09-15  Wim Taymans  <wim@fluendo.com>
6864         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
6865         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
6866         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
6867         Fix the case where the muxer would mark pages as delta
6868         frames when they are not (vorbis only ogg).
6870 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6872         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
6873         (gst_play_base_bin_change_state):
6874           Handle the case where we failed to setup a clear pipeline. This
6875           will throw an error (or EOS, another nice case) and if you don't
6876           catch that, the app will wait for the signal forever (and thus
6877           hang).
6879 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6881         * ext/gnomevfs/gstgnomevfssink.c:
6882         (gst_gnomevfssink_uri_get_protocols):
6883         * ext/gnomevfs/gstgnomevfssrc.c:
6884         (gst_gnomevfssrc_uri_get_protocols):
6885         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
6886         * ext/gnomevfs/gstgnomevfsuri.h:
6887           Use _uri_new() instead of _open(), so it doesn't take as long and
6888           Christophe's computer won't hang.
6889         * gst/playback/gstplaybasebin.c: (unknown_type):
6890           Throw error on unknown media type, so apps actually display it.
6892 2004-09-14  Brian Cameron  <brian.cameron@sun.com
6894         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
6895           this script to work on Solaris since bash shell handles echo
6896           differenly than bash.
6898 2004-09-17  Wim Taymans  <wim@fluendo.com>
6900         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
6901         (setup_source), (gst_play_base_bin_set_property),
6902         (gst_play_base_bin_add_element):
6903         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
6904         Some more work on making sure seeking pauses the pipeline and
6905         that changing the uri actually does something.
6907 2004-09-17  Wim Taymans  <wim@fluendo.com>
6909         * gst/tcp/gstfdset.c: (gst_fdset_wait):
6910         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
6911         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
6912         (gst_tcpserversink_close):
6913         Be a bit more paranoid when freeing memory.
6915 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6917         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
6918         (qtdemux_parse_trak):
6919           Don't crash by dividing by zero (see sample movie in #126922).
6921 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6923         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
6924           Don't touch non-existing data (fixes crash on file in #140147).
6926 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6928         * gst/playback/gstplaybasebin.c:
6929         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
6930           Handle double disposals, and proper change of URIs.
6932 2004-09-13  Martin Eikermann <meiker@upb.de>
6934         * gst/mpegstream/gstmpegparse.c:
6935           fix synchronistation for streams recorded from digital PCR
6936           fixes bug #119376
6938 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6940         * ext/gnomevfs/Makefile.am:
6941         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6942         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
6943         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
6944         (gst_gnomevfssink_uri_get_type),
6945         (gst_gnomevfssink_uri_get_protocols),
6946         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
6947         (gst_gnomevfssink_uri_handler_init),
6948         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
6949         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
6950         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
6951         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
6952         (gst_gnomevfssrc_uri_get_type),
6953         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
6954         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
6955         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
6956         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
6957         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
6958         * ext/gnomevfs/gstgnomevfsuri.h:
6959           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
6960           of fake URIs to see which this version of Gnome-VFS likes, and
6961           uses that for the Gst-URI interface. Makes playbin support http://
6962           streams. Also fix up some stupid behaviour in gnomevfssrc.
6964 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6966         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
6967         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6968         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
6969         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
6970           Update mixer (to sync with other sessions) if we try to obtain
6971           a new value. This makes alsamixer work accross applications.
6972         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
6973           Only call sync functions if we're running, else alsalib asserts.
6974         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
6975           Sometimes fails to compile. Possibly a gcc bug.
6976         * gst/playback/gstplaybin.c: (gen_video_element),
6977         (gen_audio_element):
6978           Add a reference to an application-provided object, because we lose
6979           this same reference if we add it to the bin. If we don't do this,
6980           we can only use this object once and thus crash if we go from
6981           ready to playing, back to ready and back to playing again.
6982           Also add an audioscale element because several cheap soundcards -
6983           like mine - don't support all samplerates.
6984         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6985         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
6986           Fix wrong order or PAR calls. Makes automatically obtained PAR
6987           from the X server atually being used.
6989 2004-09-12  David Schleef  <ds@schleef.org>
6991         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
6992         #151887, #152102, #152247.
6993         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
6994         * examples/seeking/cdparanoia.c: same
6995         * examples/seeking/cdplayer.c: same
6996         * examples/seeking/seek.c: same
6997         * examples/seeking/spider_seek.c: same
6998         * examples/seeking/vorbisfile.c: same
6999         * examples/stats/mp2ogg.c: same
7000         * ext/esd/esdsink.c: (gst_esdsink_class_init),
7001         (gst_esdsink_dispose): Dispose of element properly.
7002         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
7003         fixes.
7004         * ext/nas/nassink.c: (gst_nassink_class_init),
7005         (gst_nassink_dispose): Dispose of element correctly.
7006         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
7007         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7008         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7009         Fix 64-bit warning.
7010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
7011         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
7012         Fix 64-bit warning.
7014 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7016         * configure.ac : change speex detection as 1.1.6 now uses
7017           .pc/pkg-config and they changed their headers location.
7019 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
7021         * gst/matroska/matroska-mux.h:
7022         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
7023         (gst_matroska_mux_start), (gst_matroska_mux_finish),
7024         (gst_matroska_mux_write_data):
7025           Write multiple blocks/frames per cluster.
7026                 Write meta-seek information (seek heads).
7028 2004-09-09  Scott Wheeler <wheeler@kde.org>
7030         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
7031         (gst_play_bin_set_property), (gst_play_bin_get_property),
7032         (gen_audio_element), (gen_audio_element):
7033           Add a volume element / property to the pipeline.
7035 2004-09-07  Wim Taymans  <wim@fluendo.com>
7037         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
7038         Copy timestamps from the master pad to the output buffers.
7040 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7042         * ext/raw1394/gstdv1394src.c:
7043           throw errors when applicable
7045 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
7047         * gst/matroska/ebml-ids.h:
7048         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
7049         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
7050         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
7051           automatically convert unix time <-> ebml time when reading/writing
7052           a date, use gst_ebml_write_uint to write CUETIME,
7053           not gst_ebml_write_date.
7054         * gst/matroska/matroska-ids.h:
7055         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
7056         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
7057         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7058         (gst_matroska_mux_write_data):
7059           Write track and segment UIDs, write muxing date, write
7060           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
7061           Create cues for audio only files.
7063 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7065         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7066         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7067           Re-commit ALSA switches.
7068         * gst/adder/gstadder.c: (gst_adder_loop):
7069           64-bit fix (#151416).
7070         * gst/debug/progressreport.c: (gst_progressreport_report):
7071           64-bit fix (#151419).
7072         * gst/matroska/matroska-demux.c:
7073         (gst_matroska_demux_parse_contents):
7074           64-bit fix (#151420).
7075         * gst/playback/test3.c: (update_scale):
7076           64-bit fix (#151421).
7078 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7080         * configure.ac:
7081           bump nano to cvs
7083 === release 0.8.4 ===
7085 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7087         * configure.ac: releasing 0.8.4, "Alias"
7089 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7091         * ext/theora/Makefile.am:
7092           fix makefile.  Fixes #151462.
7094 2004-08-30  Wim Taymans  <wim@fluendo.com>
7096         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
7097         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
7098         (gst_multifdsink_remove_client_link),
7099         (gst_multifdsink_client_queue_buffer),
7100         (gst_multifdsink_handle_client_write):
7101         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
7102         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
7103         Fix some memory leaks.
7105 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7107         Patch by: David Schleef
7109         * configure.ac:
7110         * sys/Makefile.am:
7111           rename our detection macro for V4L2.  Fixes #151236.
7113 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7115         Patch by: David Schleef
7117         * configure.ac:
7118           check to define LAMEPRESET.  Fixes #151232.
7120 2004-08-27  David Schleef  <ds@schleef.org>
7122         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
7123         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
7124         (gst_glimagesink_fixate):  Move local variable declarations to
7125         make gcc-2.95 happy.
7127 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7129         * configure.ac:
7130           bump nano for prerelease
7132 2004-08-27  David Schleef  <ds@schleef.org>
7134         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
7135         * sys/sunaudio/gstsunaudiosrc.c:
7136         * sys/sunaudio/gstsunaudiosrc.h:
7138 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
7140         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
7141         handle EOS correctly
7142         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
7143         * gst/matroska/matroska-mux.h:
7144         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
7145         VFW compatibility mode
7147 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7149         patch by: Zaheer Abbas Merali
7151         * ext/ogg/gstoggmux.c:
7152         * ext/vorbis/vorbisenc.c:
7153         * ext/vorbis/vorbisenc.h:
7154           handle NEWMEDIA
7156 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
7158         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
7159         fix byte order reversion on little endian machines.
7160         * gst/matroska/matroska-mux.c: (audiosink_templ),
7161         (gst_matroska_mux_audio_pad_link):
7162         add TTA codec to the list of supported codecs.
7163         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
7164         (gst_matroska_mux_start), (gst_matroska_mux_finish),
7165         (gst_matroska_mux_write_data):
7166         * gst/matroska/matroska-mux.h:
7167         write segment duration correctly, write muxing app string, fixes bugs
7168         #140897 and #140898.
7169         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
7170         wait for all pads to be negotiated before starting to mux.
7172 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7174         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
7175         * ext/lame/gstlame.h:
7176         Added new media support to lame
7178 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
7180         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
7181         send vorbis headers at the beginning of a stream, fixes bug #141554.
7182         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
7183         bug #148950.
7184         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
7185         (gst_matroska_demux_plugin_init):
7186         * gst/matroska/matroska-ids.h:
7187         enable demuxing of TTA audio streams, fixes bug #148951.
7188         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
7189         enable typefinding for TTA audio files, fixes bug #148711.
7190         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
7191         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
7192         fixes playback of packed bitstream and xvid with bframes, bug #135407.
7194 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
7196         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
7197         (gst_riff_read_element_data), (gst_riff_read_seek),
7198         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
7199         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
7200         <teuf@gnome.org>
7202 2004-08-23 Iain <iaingnome@gmail.com>
7204         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
7205         tags. They appear to be handled differently to normal.
7206         (tag_list_to_id3_tag_foreach): Ditto.
7208 2004-08-22  Wim Taymans  <wim@fluendo.com>
7210         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
7211         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
7212         Make sure we never send -1 granulepos.
7214 2004-08-20  Wim Taymans  <wim@fluendo.com>
7216         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
7217         (gst_ogg_mux_loop):
7218         I will accept bitchslappings with non sharp objects.
7220 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7222         * configure.ac:
7223         Clean up the test for lame presets
7225 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7227         * configure.ac:
7228         * ext/lame/Makefile.am:
7229         * ext/lame/gstlame.c: (gst_lame_class_init),
7230         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
7231         Only enable lame presets if version of lame has presets in API
7233 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
7234         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
7235         * gst/udp/gstudpsrc.h:
7236           Don't call gst_pad_push in a get function. Fixes #150449
7238 2004-08-18  Wim Taymans  <wim@fluendo.com>
7240         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
7241         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
7242         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
7243         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
7244         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
7245         (gst_fdset_wait):
7246         * gst/tcp/gstfdset.h:
7247         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
7248         (gst_multifdsink_client_queue_buffer),
7249         (gst_multifdsink_handle_client_write):
7250         * gst/tcp/gstmultifdsink.h:
7251         Some extra checks in gstfdset.
7252         Only use send() when the fd is a socket. Don't try to
7253         read from write only fds.
7255 2004-08-18  Wim Taymans  <wim@fluendo.com>
7257         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
7258         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
7259         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
7260         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
7261         (gst_fdset_wait):
7262         Add more locking and bounds checking.
7264 2004-08-18  Wim Taymans  <wim@fluendo.com>
7266         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
7267         Realloc test fdset in the lock and right before starting
7268         the poll call. Bump the limit to 4096.
7270 2004-08-17  David Schleef  <ds@schleef.org>
7272         * sys/sunaudio/Makefile.am:
7273         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
7274         of rates and channels.  Make debugging less obnoxious.
7276         Patch from Balamurali Viswanathan implementing a mixer for
7277         Sun audio.  (bug #144091):
7278         * sys/sunaudio/gstsunelement.c:
7279         * sys/sunaudio/gstsunelement.h:
7280         * sys/sunaudio/gstsunmixer.c:
7281         * sys/sunaudio/gstsunmixer.h:
7283 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7285         * gst/audioscale/gstaudioscale.c:
7286         * gst/audioscale/gstaudioscale.h:
7287         made audioscale resample from any sample rate to any sample rate
7289 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7291         * ext/libpng/gstpngdec.c:
7292           error out on unsupported types
7294 2004-08-17  Iain <iaingnome@gmail.com>
7296         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
7297         mid_side and loose_mid_side properties if its a stereo stream.
7299 2004-08-17  Wim Taymans  <wim@fluendo.com>
7301         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
7302         (theora_get_formats), (theora_dec_src_convert),
7303         (theora_dec_sink_convert), (theora_dec_src_query),
7304         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
7305         Add a debug line.
7307 2004-08-17  Wim Taymans  <wim@fluendo.com>
7309         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
7310         (gst_ogg_pad_push):
7311         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7312         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7313         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
7314         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
7315         Mark delta units in the muxer.
7316         Try to decode the packet after an out-of-sync error from
7317         libogg.
7319 2004-08-17  Wim Taymans  <wim@fluendo.com>
7321         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7322         (gst_multifdsink_init), (gst_multifdsink_add),
7323         (gst_multifdsink_client_queue_buffer),
7324         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
7325         * gst/tcp/gstmultifdsink.h:
7326         Added option to send a keyframe to clients as the first buffer.
7327         Make timeout property writable.
7329 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7331         patch by: Wim Taymans
7333         * gst/tcp/gstfdset.c:
7334         * gst/tcp/gstmultifdsink.c:
7335           fix index comparison, should include 0
7337 2004-08-16  Wim Taymans  <wim@fluendo.com>
7339         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
7340         (gst_fdset_add_fd), (gst_fdset_remove_fd),
7341         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
7342         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
7343         (gst_fdset_wait):
7344           copy when reallocing for poll so the select arguments don't get
7345           changed during the call
7347 2004-08-16  Wim Taymans  <wim@fluendo.com>
7349         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
7350         (gst_theora_enc_class_init), (theora_enc_sink_link),
7351         (theora_buffer_from_packet), (theora_enc_chain):
7352         Fix bug where buffers were not marked as keyframes
7353         correctly.
7355 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7357         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
7358         (gst_lame_preset_get_type), (gst_lame_class_init):
7359         describe the enum values for vbr mode and presets more verbosely
7361 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7363         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
7364         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
7365         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
7366         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
7367         * ext/lame/gstlame.h:
7368         add preset property to lame so it can use lame presets
7370 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7372         * ext/lame/gstlame.c: (gst_lame_get_property):
7373         whoops forgot break, thanks teuf
7375 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7377         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
7378         (gst_lame_class_init), (gst_lame_src_getcaps),
7379         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
7380         (gst_lame_get_property), (gst_lame_setup):
7381         * ext/lame/gstlame.h:
7382         fix lame's broken vbr stuff, allow it to resample if need be, and also
7383         make xing header optional
7385 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7387         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
7388         added getcaps function so samplerate doesnt get fixated to silly values
7390 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7392         * ext/lame/gstlame.c: (gst_lame_src_link):
7393         revert previous fix
7395 2004-08-12  Johan Dahlin  <johan@gnome.org>
7397         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
7398         checks. Doesn't matter what state we are in. Interfaces are a
7399         compile time thing, not runtime. It also broke the python bindings.
7401 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7403         * ext/lame/gstlame.c: (gst_lame_src_link):
7404         made source pad link function check if sinkpad is ok..fixes the problem
7405         where core fixates the output rate of lame stupidly
7407 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7409         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
7410         * sys/v4l/v4l_calls.c:
7411         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
7412           fix fixate function to handle nonsimple caps.
7413           remove bogus check in _link
7414           cleanups
7416 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7418         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
7419         set default compression ratio parameter to 0.0 so bitrate parameter
7420         works :)
7422 2004-08-11  David Schleef  <ds@schleef.org>
7424         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
7426 2004-08-11  David Schleef  <ds@schleef.org>
7428         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
7429         before.
7431 2004-08-11  David Schleef  <ds@schleef.org>
7433         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
7435 2004-08-11  David Schleef  <ds@schleef.org>
7437         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
7438           license field
7439         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
7440         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
7441           LGPL.
7442         * gst/auparse/gstauparse.c: Fix plugin license field.
7443         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
7444         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
7445         * gst/rtp/gstrtp.c: Fix plugin license field.
7447 2004-08-11  Wim Taymans  <wim@fluendo.com>
7449         * gst/tcp/Makefile.am:
7450         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
7451         (ensure_size), (gst_fdset_new), (gst_fdset_free),
7452         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
7453         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
7454         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
7455         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
7456         (gst_fdset_fd_can_write), (gst_fdset_wait):
7457         * gst/tcp/gstfdset.h:
7458         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
7459         (gst_multifdsink_class_init), (gst_multifdsink_init),
7460         (gst_multifdsink_add), (gst_multifdsink_remove),
7461         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7462         (gst_multifdsink_remove_client_link),
7463         (gst_multifdsink_handle_client_read),
7464         (gst_multifdsink_client_queue_data),
7465         (gst_multifdsink_client_queue_caps),
7466         (gst_multifdsink_client_queue_buffer),
7467         (gst_multifdsink_handle_client_write),
7468         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7469         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
7470         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
7471         (gst_multifdsink_close):
7472         * gst/tcp/gstmultifdsink.h:
7473         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
7474         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
7475         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
7476         (gst_tcpserversink_close):
7477         * gst/tcp/gsttcpserversink.h:
7478         Abstracted away the select call, implemented poll (yes we ran into
7479         the 1024 limit in production).
7481 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7483         * gst/tcp/gsttcp.c:
7484         * gst/tcp/gsttcpplugin.c:
7485           improve debuggging, remove assert
7487 2004-08-10  Wim Taymans  <wim@fluendo.com>
7489         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
7490         (gst_client_status_get_type), (gst_multifdsink_class_init),
7491         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7492         (gst_multifdsink_handle_client_read),
7493         (gst_multifdsink_handle_client_write),
7494         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7495         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
7496         (gst_multifdsink_get_property):
7497         * gst/tcp/gstmultifdsink.h:
7498         * gst/tcp/gsttcp-marshal.list:
7499         Starting to prepare for specifying buffer time in other units
7500         than buffers. Expose remove reason in signal.
7502 2004-08-10  Wim Taymans  <wim@fluendo.com>
7504         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
7505         (gst_multifdsink_remove), (gst_multifdsink_clear),
7506         (gst_multifdsink_remove_client_link),
7507         (gst_multifdsink_handle_client_read),
7508         (gst_multifdsink_client_queue_data),
7509         (gst_multifdsink_client_queue_buffer),
7510         (gst_multifdsink_handle_client_write),
7511         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7512         (gst_multifdsink_chain), (gst_multifdsink_close):
7513         * gst/tcp/gstmultifdsink.h:
7514         Added more debugging info. Changed the way clients are
7515         removed from the lists. Fixed a bug where a bad file descriptor
7516         could cause many clients to be removed.
7518 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7520         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
7521           allow all pixel-aspect-ratios, not just 1:1
7523 2004-08-09  David Schleef  <ds@schleef.org>
7525         * sys/glsink/ARB_multitexture.h:  Remove old files.
7526         * sys/glsink/EXT_paletted_texture.h:
7527         * sys/glsink/NV_register_combiners.h:
7528         * sys/glsink/gstgl_nvimage.c:
7529         * sys/glsink/gstgl_pdrimage.c:
7530         * sys/glsink/gstgl_rgbimage.c:
7531         * sys/glsink/gstglsink.c:
7532         * sys/glsink/gstglsink.h:
7533         * sys/glsink/gstglxwindow.c:
7534         * sys/glsink/regcomb_yuvrgb.c:
7536 2004-08-09  David Schleef  <ds@schleef.org>
7538         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
7539         GL sink plugin.  (Bug #147302)
7541         * configure.ac: Test for OpenGL
7542         * sys/Makefile.am: Use test for OpenGL
7543         * sys/glsink/Makefile.am:
7544         * sys/glsink/glimagesink.c: rewrite
7545         * sys/glsink/glimagesink.h: rewrite
7547 2004-08-09  David Schleef  <ds@schleef.org>
7549         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
7550         sane framerates.
7551         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
7552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
7553         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
7555 2004-08-09  Wim Taymans  <wim@fluendo.com>
7557         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7558         (gst_multifdsink_add), (gst_multifdsink_get_stats),
7559         (gst_multifdsink_client_remove),
7560         (gst_multifdsink_handle_client_read),
7561         (gst_multifdsink_handle_client_write),
7562         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
7563         Do a bit more logging, make the client_read code more robust.
7565 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7567         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
7568         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
7569         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
7570         (gst_jpegdec_init), (gst_jpegdec_chain):
7571         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7572         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
7573           cleanups, debugging fixes and memleak plugging
7575 2004-08-09  Wim Taymans  <wim@fluendo.com>
7577         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
7578         (theora_get_formats), (theora_dec_src_convert),
7579         (theora_dec_sink_convert), (theora_dec_src_query),
7580         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
7581         (theora_dec_change_state):
7582         Don't crash on missing header packets.
7584 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7586         * po/LINGUAS:
7587         * po/sq.po:
7588           Added Albanian translation (Laurent Dhima)
7589         * po/cs.po:
7590           updated
7592 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7594         * ext/lame/gstlame.c:
7595           fix/add debugging
7597 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7599         * sys/ximage/ximagesink.c:
7600         * sys/xvimage/xvimagesink.c:
7601           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
7603 2004-08-06  Wim Taymans  <wim@fluendo.com>
7605         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7606         (gst_multifdsink_add), (gst_multifdsink_get_stats),
7607         (gst_multifdsink_client_remove),
7608         (gst_multifdsink_handle_client_read),
7609         (gst_multifdsink_handle_client_write),
7610         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
7611         Make sure we don't try to read more from a client that what
7612         ioctl says us or we deadlock.
7614 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7616         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
7617         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
7618         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
7619           decouple running_time and n_frames so it can handle changing
7620           framerate while running
7622 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7624         * po/nl.po:
7625         * po/sv.po:
7626           updated translations
7628 2004-08-04  Benjamin Otte  <otte@gnome.org>
7630         * gst/videotestsrc/gstvideotestsrc.c:
7631         (gst_videotestsrc_get_capslist), (generate_capslist),
7632         (plugin_init):
7633           generate the list of supported caps at startup and reuse it instead
7634           of always generating it
7636 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7638         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
7639           whoops, last checkin broke normal build
7641 2004-08-03  Benjamin Otte  <otte@gnome.org>
7643         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
7644         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
7645         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
7646         (gst_alsa_mixer_get_option):
7647         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
7648         (dvdnavsrc_print_event):
7649         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
7650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
7651         (gst_ogg_mux_pad_unlink):
7652         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
7653         (gst_multipart_mux_pad_unlink):
7654         * gst/videofilter/gstvideobalance.c:
7655         (gst_videobalance_colorbalance_set_value):
7656         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
7657         (gst_videomixer_pad_unlink):
7658         * po/uk.po:
7659         * sys/oss/gstossmixer.c:
7660         * sys/v4l/gstv4lcolorbalance.c:
7661         * sys/v4l/gstv4ltuner.c:
7662         * sys/v4l/v4lsrc_calls.c:
7663         * sys/v4l2/gstv4l2colorbalance.c:
7664         * sys/v4l2/gstv4l2tuner.c:
7665           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
7667 2004-08-03  Benjamin Otte  <otte@gnome.org>
7669         * examples/dynparams/filter.c: (ui_control_create):
7670         * examples/gstplay/player.c: (print_tag):
7671         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
7672         * ext/gdk_pixbuf/gstgdkanimation.c:
7673         (gst_gdk_animation_iter_may_advance):
7674         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
7675         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
7676         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
7677         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
7678         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
7679         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
7680         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
7681         * gst/sine/demo-dparams.c: (main):
7682         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
7683         * testsuite/alsa/formats.c: (create_pipeline):
7684         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
7685           fixes for G_DISABLE_ASSERT and friends
7686         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
7687         (mp3_type_frame_length_from_header), (mp3_type_find),
7688         (plugin_init):
7689           require mp3 typefinding to have at least MIN_HEADERS valid headers
7690           add typefinding for AAC adts files
7692 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
7694         * sys/ximage/ximagesink.c:
7695         (gst_ximagesink_calculate_pixel_aspect_ratio):
7696         * sys/xvimage/xvimagesink.c:
7697         (gst_xvimagesink_calculate_pixel_aspect_ratio):
7698         Make sure we calculate pixel-aspect-ratio using floating point maths
7700 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7702         * po/uk.po:
7703           updated translation
7705 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7707         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
7708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
7709           add debugging for display PAR calculation
7711 2004-08-02  David Schleef  <ds@schleef.org>
7713         * configure.ac: Fix mikmod CFLAGS.
7715 2004-07-27  Benjamin Otte  <otte@gnome.org>
7717         * gst/audioscale/gstaudioscale.c:
7718         - fix templates to only support S16, it's the only format that works
7719         - make caps nego code use try_set_caps_nonfixed and fixation instead
7720         of try_set_caps twice, which is not nice for autopluggers
7721         - change rank to secondary, so autopluggers can pick it up after
7722         audioconvert
7724 2004-08-02  Iain <iain@prettypeople.org>
7726         * gst/interleave/interleave.c (interleave_init),
7727         (interleave_request_new_pad),
7728         (interleave_pad_removed),
7729         (interleave_buffered_loop): Use the real pad count, not the artificial
7730         one.
7732 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7734         * configure.ac: bump nano back to development
7736 === release 0.8.3 ===
7738 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7740         * configure.ac: releasing 0.8.3, "Water"
7742 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7744         * sys/xvimage/xvimagesink.c:
7745         (gst_xvimagesink_calculate_pixel_aspect_ratio),
7746         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
7747         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
7748         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7749         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7750         * sys/xvimage/xvimagesink.h:
7751           apply similar PAR fixes as to ximagesink
7753 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7755         patch from: Benjamin Otte
7757         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
7758           add link function to lame.  Fixes #148986.
7760 2004-08-02  Johan Dahlin  <johan@gnome.org>
7762         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
7763         fix debugging log
7765 2004-07-30  David Schleef  <ds@schleef.org>
7767         * gst/videomixer/Makefile.am: Fix things that should have been
7768         fixed in the last checkin.
7770 2004-07-30  David Schleef  <ds@schleef.org>
7772         * gst/multipart/Makefile.am: Fix things that should have been
7773         fixed in the last checkin.
7775 2004-07-30  David Schleef  <ds@schleef.org>
7777         * testsuite/multifilesink/Makefile.am: Fix unused variable.
7779 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7781         * configure.ac:
7782           bump nano for prerelease
7783         * po/af.po:
7784         * po/az.po:
7785         * po/cs.po:
7786         * po/en_GB.po:
7787         * po/hu.po:
7788         * po/nl.po:
7789         * po/sr.po:
7790         * po/sv.po:
7791         * po/uk.po:
7792           updates
7794 2004-07-30  Wim Taymans  <wim@fluendo.com>
7796         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7797         (gst_multifdsink_add), (gst_multifdsink_remove),
7798         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7799         (gst_multifdsink_client_remove),
7800         (gst_multifdsink_handle_client_write),
7801         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
7802         * gst/tcp/gstmultifdsink.h:
7803         Recover from a select with a bad file descriptor by removing
7804         the client.
7806 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7808         * configure.ac:
7809           fix requirement of core
7810         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
7811         (gst_play_pipeline_setup):
7812           don't use colorspace element.  do use hermescolorspace element.
7813           make macro to get a colorspace element.
7814           mark strings for translation.
7815         * po/POTFILES.in:
7816           add play.c
7817         * po/af.po:
7818         * po/az.po:
7819         * po/cs.po:
7820         * po/en_GB.po:
7821         * po/hu.po:
7822         * po/nl.po:
7823         * po/sr.po:
7824         * po/sv.po:
7825         * po/uk.po:
7826           update translations
7828 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7830         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
7831         fix default for newmedia flag
7833 2004-07-30  Wim Taymans  <wim@fluendo.com>
7835         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
7836         (gst_theora_dec_init), (theora_get_formats),
7837         (theora_dec_src_convert), (theora_dec_sink_convert),
7838         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
7839         (theora_dec_chain), (theora_dec_set_property),
7840         (theora_dec_get_property):
7841         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
7842         (gst_theora_enc_class_init), (gst_theora_enc_init),
7843         (theora_enc_sink_link), (theora_enc_chain),
7844         (theora_enc_set_property), (theora_enc_get_property):
7845         Added cropping option to theora decoder.
7846         Added border option to theora encoder.
7848 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7850         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7851         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7852         (gst_pngenc_set_property):
7853         * ext/libpng/gstpngenc.h:
7854         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
7856 2004-07-30  Wim Taymans  <wim@fluendo.com>
7858         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7859         (theora_enc_sink_link), (theora_enc_chain),
7860         (theora_enc_set_property), (theora_enc_get_property):
7861         Fix encoding of non-multiple-of-16 video.
7863 2004-07-29  David Schleef  <ds@schleef.org>
7865         * configure.ac: make test for audiofile more strict
7867 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7869         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7870           give different names to typefind functions
7872 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7874         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7875         (gst_ximagesink_calculate_pixel_aspect_ratio),
7876         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
7877         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
7878         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
7879         (gst_ximagesink_get_property), (gst_ximagesink_init):
7880         * sys/ximage/ximagesink.h:
7881           allocate PAR's dynamically.
7882           use autodetected PAR if no object-set PAR is given.
7883           add workaround for directfb's X not setting physical size.
7884           fix to xvimagesink will follow tomorrow.
7886 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7888         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
7889         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
7890         (gst_shout2send_get_type), (gst_shout2send_set_clock),
7891         (gst_shout2send_class_init), (gst_shout2send_init),
7892         (set_shout_metadata), (gst_shout2send_set_metadata),
7893         (gst_shout2send_chain), (gst_shout2send_set_property),
7894         (gst_shout2send_get_property), (gst_shout2send_connect),
7895         (gst_shout2send_change_state):
7896         * ext/shout2/gstshout2.h:
7897         - fix for sending mp3 audio to icecast2 server, if pad link function not
7898         called before PAUSED state
7899         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
7900         - added tagging support for mp3 audio broadcasted
7901         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
7902         debug info
7904 2004-07-28  Wim Taymans  <wim@fluendo.com>
7906         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7907         (gst_ogg_demux_push):
7908         Return query failure when we don't know the length of
7909         an ogg stream insteda of returning TRUE with a bogus value.
7911 2004-07-28  Wim Taymans  <wim@fluendo.com>
7913         * ext/theora/theoradec.c: (theora_get_formats),
7914         (theora_dec_src_convert), (theora_dec_sink_convert),
7915         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
7916         (theora_dec_chain):
7917         Don't screw up the 1 Chroma for 1 luma sample situation when we
7918         have an odd offset/width by adding a black border in those cases.
7920 2004-07-28  Wim Taymans  <wim@fluendo.com>
7922         * ext/theora/theoradec.c: (theora_get_formats),
7923         (theora_dec_src_convert), (theora_dec_sink_convert),
7924         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
7925         (theora_dec_chain):
7926         * ext/theora/theoraenc.c: (theora_enc_sink_link):
7927         Added first attempt at cropping of the image as required by the
7928         theora spec. We need more properties in the caps (offset_x,
7929         offset_y,stride) to implement this correctly.
7931 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
7933         * ext/dvdnav/README:
7934           Update the README to use dvddemux
7935         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
7936           Ensure getcaps returns a subset of the template caps
7937         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
7938         (gst_mpeg2subt_init):
7939           Ensure getcaps returns a subset of the template caps
7940         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7941         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
7942         (gst_dvd_demux_get_subpicture_stream),
7943         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
7944         * gst/mpegstream/gstdvddemux.h:
7945           Set the explicit caps on the current_video pad before pushing
7946           anything
7947         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
7948         (gst_mpeg_demux_get_audio_stream):
7949           Free caps used to gst_pad_set_explicit_caps, which takes a const
7950           GstCaps *
7952 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7954         * configure.ac: update GStreamer requirement to 0.8.4 because of
7955           GstFraction.
7957 2004-07-28  Wim Taymans  <wim@fluendo.com>
7959         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
7960         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
7961         Add the pad to the element after setting up the caps. This
7962         makes it a lot easier to autoplug.
7964 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
7966         * gst/median/gstmedian.c:
7967         * gst/mpeg2subt/gstmpeg2subt.c:
7968         * gst/mpegaudioparse/gstmpegaudioparse.c:
7969         * gst/mpegstream/gstdvddemux.c:
7970         * gst/mpegstream/gstmpegdemux.c:
7971         * gst/mpegstream/gstmpegpacketize.c:
7972         * gst/rtjpeg/gstrtjpeg.c:
7973         * gst/rtjpeg/gstrtjpegdec.c:
7974         * gst/rtjpeg/gstrtjpegenc.c:
7975         * gst/sine/gstsinesrc.c:
7976         * gst/smooth/gstsmooth.c:
7977         * gst/smpte/gstsmpte.c:
7978         * gst/smpte/gstsmpte.h:
7979         * gst/stereo/gststereo.c:
7980         * gst/videofilter/gstgamma.c:
7981         * gst/videofilter/gstvideobalance.c:
7982         * gst/videofilter/gstvideofilter.c:
7983         * gst/videofilter/gstvideoflip.c:
7984         * gst/videoscale/gstvideoscale.c:
7985         * gst/videoscale/videoscale.c:
7986         * gst/videotestsrc/gstvideotestsrc.c:
7987         * gst/videotestsrc/videotestsrc.c:
7988         * gst/wavenc/gstwavenc.c:
7989         * gst/wavparse/gstwavparse.c:
7990           fix local includes and 64 bits constants
7992 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
7994         * win32/gst.sln:
7995         * gst-libs/gst/*/*.vcproj:
7996         * gst/*/*.vcproj:
7997           more working plugins
7999 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8001         * testsuite/alsa/Makefile.am:
8002         * testsuite/alsa/srcstate.c:
8003         add test for alsasrc changing state
8005 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8007         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
8008         (gst_silence_get):
8009         * gst/silence/gstsilence.h:
8010         fix silence generation for 16bit raw audio
8012 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8014         * gst/matroska/matroska-demux.c:
8015         (gst_matroska_demux_parse_metadata),
8016         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
8017         * gst/mpegaudio/common.c:
8018         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
8019         (gst_videoscale_getcaps), (gst_videoscale_link),
8020         (gst_videoscale_src_fixate), (gst_videoscale_init),
8021         (gst_videoscale_finalize):
8022         * gst/videoscale/gstvideoscale.h:
8023         * gst/videotestsrc/gstvideotestsrc.c:
8024         (gst_videotestsrc_get_capslist):
8025         * gst/wavenc/gstwavenc.c:
8026         * sys/oss/gstossmixer.c: (fill_labels):
8027         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8028         (gst_ximagesink_handle_xevents),
8029         (gst_ximagesink_calculate_pixel_aspect_ratio),
8030         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
8031         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
8032         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
8033         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8034         (gst_ximagesink_init), (gst_ximagesink_class_init):
8035         * sys/ximage/ximagesink.h:
8036         * sys/xvimage/xvimagesink.c:
8037         (gst_xvimagesink_calculate_pixel_aspect_ratio),
8038         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
8039         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
8040         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8041         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8042         * sys/xvimage/xvimagesink.h:
8043           first batch of pixel aspect ratio commits.
8045 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8047         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8048         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
8049         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
8050           handle stride, needs work if we want to move stride handling
8051           upstream, but works correctly for our purposes.
8053 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8055         * gst/videoscale/README:
8056           add testing examples
8057         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
8058         (gst_videoscale_chain):
8059         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
8060         (gst_videoscale_get_size):
8061           add get_size function that handles stride like videotestsrc.
8062           fixes conversion for YUV formats for as much as I can test them.
8064 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8066         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8067         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8069         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
8070         (gst_xvimagesink_xvimage_put):
8071           further cleanups, logging, error handling and synchronizing
8073 2004-07-27  Wim Taymans  <wim@fluendo.com>
8075         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
8076         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
8077         (gst_videomixer_pad_set_property),
8078         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
8079         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
8080         (gst_videomixer_class_init), (gst_videomixer_init),
8081         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
8082         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
8083         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
8084         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
8085         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
8086         (gst_videomixer_loop), (plugin_init):
8087         Be a nicer negotiation citizen and provide a getcaps function on
8088         the srcpad. This also fixes a crash when resizing.
8090 2004-07-27  Julien MOUTTE  <julien@moutte.net>
8092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8093         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
8095 2004-07-27  Wim Taymans  <wim@fluendo.com>
8097         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
8098         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
8099         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
8100         (gst_pngenc_set_property):
8101         * ext/libpng/gstpngenc.h:
8102         Added snapshot property to pngenc.
8103         removed g_print from pngdec
8105 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
8107         * gst/ac3parse/ac3parse.vcproj
8108         * gst/adder/adder.vcproj
8109         * gst/alpha/alpha.vcproj
8110         * gst/alpha/alphacolor.vcproj
8111         * gst/asfdemux/asf.vcproj
8112         * gst/audioconvert/audioconvert.vcproj
8113         * gst/audiorate/audiorate.vcproj
8114         * gst/audioscale/audioscale.vcproj
8115         * gst/auparse/auparse.vcproj
8116         * gst/avi/avi.vcproj
8117         * gst/cdxaparse/cdxaparse.vcproj
8118         * gst/chart/chart.vcproj
8119         * gst/colorspace/colorspace.vcproj
8120         * gst/cutter/cutter.vcproj
8121         * gst/debug/debug.vcproj
8122         * gst/debug/efence.vcproj
8123         * gst/debug/navigationtest.vcproj
8124         * gst/deinterlace/deinterlace.vcproj
8125         * gst/effectv/effectv.vcproj
8126         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
8127         * gst/filter/filter.vcproj
8128         * gst/flx/flxdec.vcproj
8129         * gst/goom/goom.vcproj
8130         * gst/interleave/interleave.vcproj
8131         * gst/law/alaw.vcproj
8132         * gst/law/mulaw.vcproj
8133         * gst/matroska/matroska.vcproj
8134         * gst/median/median.vcproj
8135         * gst/mixmatrix/mixmatrix.vcproj
8136         * gst/mpeg1sys/mpeg1systemencode.vcproj
8137         * gst/mpeg1videoparse/mp1videoparse.vcproj
8138         * gst/mpeg2sub/mpeg2subt.vcproj
8139         * gst/mpegaudio/mpegaudio.vcproj
8140         * gst/mpegaudioparse/mpegaudioparse.vcproj
8141         * gst/mpegstream/mpegstream.vcproj
8142         * gst/multifilesink/multifilesink.vcproj
8143         * gst/multipart/multipart.vcproj
8144         * gst/oneton/oneton.vcproj
8145         * gst/overlay/overlay.vcproj
8146         * gst/passthrough/passthrough.vcproj
8147         * gst/qtdemux/qtdemux.vcproj
8148         * gst/realmedia/rmdemux.vcproj
8149         * gst/rtjpeg/rtjpeg.vcproj
8150         * gst/rtp/rtp.vcproj
8151         * gst/silence/silence.vcproj
8152         * gst/sine/sinesrc.vcproj
8153         * gst/smooth/smooth.vcproj
8154         * gst/smpte/smpte.vcproj
8155         * gst/spectrum/spectrum.vcproj
8156         * gst/speed/speed.vcproj
8157         * gst/stereo/stereo.vcproj
8158         * gst/switch/switch.vcproj
8159         * gst/tags/tagedit.vcproj
8160         * gst/tcp/tcp.vcproj
8161         * gst/typefind/typefindfunctions.vcproj
8162         * gst/udp/udp.vcproj
8163         * gst/videobox/videobox.vcproj
8164         * gst/videocrop/videocrop.vcproj
8165         * gst/videodrop/videodrop.vcproj
8166         * gst/videofilter/gamma.vcproj
8167         * gst/videofilter/videobalance.vcproj
8168         * gst/videofilter/videofilter.vcproj
8169         * gst/videofilter/videoflip.vcproj
8170         * gst/videoflip/videoflip.vcproj
8171         * gst/videomixer/videomixer.vcproj
8172         * gst/videorate/videorate.vcproj
8173         * gst/videoscale/videoscale.vcproj
8174         * gst/videotestsrc/videotestsrc.vcproj
8175         * gst/virtualdub/virtualdub.vcproj
8176         * gst/volenv/volenv.vcproj
8177         * gst/volume/volume.vcproj
8178         * gst/wavenc/wavenc.vcproj
8179         * gst/wavparse/wavparse.vcproj
8180         * gst/y4m/y4menc.vcproj
8181         * gst-libs/gst/audio/audio.vcproj
8182         * gst-libs/gst/audio/audiofilter.vcproj
8183         * gst-libs/gst/colorbalance/colorbalance.vcproj
8184         * gst-libs/gst/idct/idtc.vcproj
8185         * gst-libs/gst/media-info/media-info.vcproj
8186         * gst-libs/gst/mixer/mixer.vcproj
8187         * gst-libs/gst/navigation/navigation.vcproj
8188         * gst-libs/gst/play/play.vcproj
8189         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
8190         * gst-libs/gst/resample/resample.vcproj
8191         * gst-libs/gst/riff/riff.vcproj
8192         * gst-libs/gst/tuner/tuner.vcproj
8193         * gst-libs/gst/video/video.vcproj
8194         * gst-libs/gst/xoverlay/xoverlay.vcproj
8195           avoid problems with math.h, fix release dependancy
8196           rename GStreamer-0.8.lib to libgstreamer.lib
8198 2004-07-27  Julien MOUTTE  <julien@moutte.net>
8200         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
8201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
8202         the atom is not available we have to unlock the mutex. Fixes #148023
8204 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8206         * gst-libs/gst/media-info/media-info.h:
8207           issue for a vararg macro with MSVC
8209 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8211         * gst/effectv/effectv.vcproj
8212         * gst-libs/gst/idct/idct.vcproj:
8213         * gst-libs/gst/media-info/media-info.vcproj:
8214         * gst-libs/gst/navigation/navigation.vcproj:
8215         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
8216         * gst-libs/gst/video/video.vcproj:
8217         * gst-libs/gst/xoverlay/xoverlay.vcproj:
8218           fixes for build problems
8220 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8222         * gst-libs/gst/audio/audio.def:
8223         * gst-libs/gst/audio/riff.def:
8224           add some definitions needed by plugins
8226 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8228         * gst/asfdemux/gstasfmux.c
8229           Fix some 64 bits constants to be glib friendly
8231 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8233         * gst/ac3parse/gstac3parse.c
8234         * gst/audioscale/gstaudioscale.c
8235         * gst/auparse/gstauparse.c
8236         * gst/colorspace/gstcolorspace.c
8237         * gst/colorspace/yuv2rgb.h
8238           local include fixes
8240 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8242         * win32/gst.sln
8243           add more plugins to the build
8245 2004-07-26  Julien MOUTTE  <julien@moutte.net>
8247         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8248         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
8250 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8252         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
8253         (gst_level_set_property), (gst_level_get_property),
8254         (gst_level_base_init), (gst_level_class_init):
8255           add debugging categories.  cleanups.
8257 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8259         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
8260         (gst_videoscale_planar411), (gst_videoscale_planar400),
8261         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
8262         (gst_videoscale_scale_nearest_str1),
8263         (gst_videoscale_scale_nearest_str2),
8264         (gst_videoscale_scale_nearest_str4),
8265         (gst_videoscale_scale_nearest_16bit),
8266         (gst_videoscale_scale_nearest_24bit):
8267           fixed stride issues
8268           tested with 320x240 -> 321, 322, 324 x240
8269           tested with YV12, I420, YUY2, UYVY
8270           fixed packed422rev (don't think it could have worked before)
8271           by testing with UYVY
8273 2004-07-26  Benjamin Otte  <otte@gnome.org>
8275         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
8276         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
8277         (plugin_init):
8278           add debugging category, add error checks like checking return values
8279           of setup calls, make sure it still works after
8280           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
8282 2004-07-26  Wim Taymans  <wim@fluendo.com>
8284         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
8285         (gst_mpeg_demux_get_audio_stream),
8286         (gst_mpeg_demux_process_private):
8287         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
8288         Check for error codes from the negotiation functions. Make sure
8289         we really set the pad caps when a new pad is created.
8291 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8293         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8294         (gst_ffmpeg_caps_to_pix_fmt):
8295         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
8296         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8297         (gst_ffmpegcolorspace_pad_link):
8298           don't make function do two things at the same time without reason.
8300 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8302         * gst/ac3parse/ac3parse.vcproj
8303         * gst/adder/adder.vcproj
8304         * gst/alpha/alpha.vcproj
8305         * gst/alpha/alphacolor.vcproj
8306         * gst/asfdemux/asf.vcproj
8307         * gst/audioconvert/audioconvert.vcproj
8308         * gst/audiorate/audiorate.vcproj
8309         * gst/audioscale/audioscale.vcproj
8310         * gst/auparse/auparse.vcproj
8311         * gst/avi/avi.vcproj
8312         * gst/cdxaparse/cdxaparse.vcproj
8313         * gst/chart/chart.vcproj
8314         * gst/colorspace/colorspace.vcproj
8315         * gst/cutter/cutter.vcproj
8316         * gst/debug/debug.vcproj
8317         * gst/debug/efence.vcproj
8318         * gst/debug/navigationtest.vcproj
8319         * gst/deinterlace/deinterlace.vcproj
8320         * gst/effectv/effectv.vcproj
8321         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
8322         * gst/filter/filter.vcproj
8323         * gst/flx/flxdec.vcproj
8324         * gst/goom/goom.vcproj
8325         * gst/interleave/interleave.vcproj
8326         * gst/law/alaw.vcproj
8327         * gst/law/mulaw.vcproj
8328         * gst/matroska/matroska.vcproj
8329         * gst/median/median.vcproj
8330         * gst/mixmatrix/mixmatrix.vcproj
8331         * gst/mpeg1sys/mpeg1systemencode.vcproj
8332         * gst/mpeg1videoparse/mp1videoparse.vcproj
8333         * gst/mpeg2sub/mpeg2subt.vcproj
8334         * gst/mpegaudio/mpegaudio.vcproj
8335         * gst/mpegaudioparse/mpegaudioparse.vcproj
8336         * gst/mpegstream/mpegstream.vcproj
8337         * gst/multifilesink/multifilesink.vcproj
8338         * gst/multipart/multipart.vcproj
8339         * gst/oneton/oneton.vcproj
8340         * gst/overlay/overlay.vcproj
8341         * gst/passthrough/passthrough.vcproj
8342         * gst/qtdemux/qtdemux.vcproj
8343         * gst/realmedia/rmdemux.vcproj
8344         * gst/rtjpeg/rtjpeg.vcproj
8345         * gst/rtp/rtp.vcproj
8346         * gst/silence/silence.vcproj
8347         * gst/sine/sinesrc.vcproj
8348         * gst/smooth/smooth.vcproj
8349         * gst/smpte/smpte.vcproj
8350         * gst/spectrum/spectrum.vcproj
8351         * gst/speed/speed.vcproj
8352         * gst/stereo/stereo.vcproj
8353         * gst/switch/switch.vcproj
8354         * gst/tags/tagedit.vcproj
8355         * gst/tcp/tcp.vcproj
8356         * gst/typefind/typefindfunctions.vcproj
8357         * gst/udp/udp.vcproj
8358         * gst/videobox/videobox.vcproj
8359         * gst/videocrop/videocrop.vcproj
8360         * gst/videodrop/videodrop.vcproj
8361         * gst/videofilter/gamma.vcproj
8362         * gst/videofilter/videobalance.vcproj
8363         * gst/videofilter/videofilter.vcproj
8364         * gst/videofilter/videoflip.vcproj
8365         * gst/videoflip/videoflip.vcproj
8366         * gst/videomixer/videomixer.vcproj
8367         * gst/videorate/videorate.vcproj
8368         * gst/videoscale/videoscale.vcproj
8369         * gst/videotestsrc/videotestsrc.vcproj
8370         * gst/virtualdub/virtualdub.vcproj
8371         * gst/volenv/volenv.vcproj
8372         * gst/volume/volume.vcproj
8373         * gst/wavenc/wavenc.vcproj
8374         * gst/wavparse/wavparse.vcproj
8375         * gst/y4m/y4menc.vcproj
8376           more plugins supported under windows
8378 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8380         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8381         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
8382         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
8383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8384         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
8385           Add debugging statements.  Use the sizes as returned by the
8386           *CreateImage calls.
8388 2004-07-26  Johan Dahlin  <johan@gnome.org>
8390         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
8391         the pad is negotiated.
8393         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
8395 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8397         * gst-libs/gst/colorbalance/colorbalance.vcproj:
8398         * gst-libs/gst/idct/idct.vcproj:
8399         * gst-libs/gst/media-info/media-info.vcproj:
8400         * gst-libs/gst/mixer/mixer.vcproj:
8401         * gst-libs/gst/navigation/navigation.vcproj:
8402         * gst-libs/gst/play/play.vcproj:
8403         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
8404         * gst-libs/gst/resample/resample.vcproj:
8405         * gst-libs/gst/tuner/tuner.vcproj:
8406         * gst-libs/gst/video/video.vcproj:
8407         * gst-libs/gst/xoverlay/xoverlay.vcproj:
8408           more plugins supported under windows
8410 2004-07-25 Iain <iain@prettypeople.org>
8412         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
8413         pad now rather than when the pad is created because state changes wipe
8414         explicit caps (fixes #148043).
8416 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
8418         reviewed by Benjamin Otte  <otte@gnome.org>
8420         * ext/mad/gstmad.c:
8421           fix mad plugin crashing on Sun (fixes #148289)
8423 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
8425         * gst/avi/avi.def:
8426         * gst/avi/avi.vcproj:
8427         * gst/matroska/matroska.def:
8428         * gst/matroska/matroska.vcproj:
8429           remove unused .def files
8431 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
8433         * gst-libs/gst/audio/gstaudiofilter.c:
8434           Clean the local include
8436 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
8438         * win32/gst.sln:
8439         * gst-libs/gst/audio/audio.def:
8440         * gst-libs/gst/audio/audio.vcproj:
8441         * gst-libs/gst/audio/audiofilter.vcproj:
8442         * gst-libs/gst/audio/riff.def:
8443         * gst-libs/gst/audio/riff.vcproj:
8444         * gst-libs/gst/gst-libs.def:
8445         * gst-libs/gst/gst-libs.vcproj:
8446         * gst/avi/avi.vcproj:
8447         * gst/avi/avi.vcproj:
8448           Copy the files where needed after building, cleaner projects
8450 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
8452         * gst/matroska/ebml-write.c:
8453           Fix some 64 bits constants to be glib friendly
8455 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
8457         * win32/gst.sln:
8458         * gst-libs/gst/gst-libs.def:
8459         * gst-libs/gst/gst-libs.vcproj:
8460         * gst/matroska/matroska.def:
8461         * gst/matroska/matroska.vcproj:
8462           Add the preliminary canvas to build plugins on Win32
8464 2004-07-23  Benjamin Otte  <otte@gnome.org>
8466         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8467           don't enfore negotiation from source side, it breaks
8468           sinesrc ! audioconvert ! osssink
8470 2004-07-22  David Schleef  <ds@schleef.org>
8472         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
8473         for ELF files, since they can easily be recognized as audio/mpeg.
8474         (bug #147441)
8476 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8478         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
8479         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
8480         (gst_videoscale_scale_nearest_24bit),
8481         (gst_videoscale_scale_nearest_16bit):
8482           fix 16bit and 24bit for stride (24bit might need testing)
8483           don't pretend we do more than one algorithm
8485 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8487         * configure.ac:
8488         * gst/Makefile.am:
8489         * gst/multifilesink/Makefile.am:
8490         * gst/multifilesink/gstmultifilesink.c:
8491         (gst_multifilesink_get_formats),
8492         (gst_multifilesink_get_query_types), (_do_init),
8493         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
8494         (gst_multifilesink_init), (gst_multifilesink_dispose),
8495         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
8496         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
8497         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
8498         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
8499         (gst_multifilesink_chain), (gst_multifilesink_change_state),
8500         (gst_multifilesink_uri_get_type),
8501         (gst_multifilesink_uri_get_protocols),
8502         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
8503         (gst_multifilesink_uri_handler_init), (plugin_init):
8504         * gst/multifilesink/gstmultifilesink.h:
8505         * testsuite/Makefile.am:
8506         * testsuite/multifilesink/Makefile.am:
8507         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
8508         (gst_newmedia_class_init), (gst_newmedia_init),
8509         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
8510         (newfile_signal), (test_signal), (main):
8511         multifilesink plugin for creating new files every time a new media
8512         discontinuity event occurs
8514 2004-07-22  Wim Taymans  <wim@fluendo.com>
8516         * gst/alpha/Makefile.am:
8517         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
8518         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
8519         (gst_alpha_color_init), (gst_alpha_color_set_property),
8520         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
8521         (transform), (gst_alpha_color_chain),
8522         (gst_alpha_color_change_state), (plugin_init):
8523         Stupid plugin to to RGBA to AYUV conversion because none of
8524         the colorspace plugins can handle that yet.
8526 2004-07-22  Wim Taymans  <wim@fluendo.com>
8528         * examples/seeking/seek.c: (update_scale), (main):
8529         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
8530         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
8531         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
8532         (gst_decode_bin_init), (gst_decode_bin_dispose),
8533         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
8534         (no_more_pads), (close_link), (type_found),
8535         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
8536         (plugin_init):
8537         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8538         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
8539         (gst_play_base_bin_dispose), (queue_overrun),
8540         (gen_preroll_element), (remove_prerolls), (unknown_type),
8541         (no_more_pads), (new_stream), (setup_source),
8542         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8543         (play_base_eos), (gst_play_base_bin_change_state),
8544         (gst_play_base_bin_add_element),
8545         (gst_play_base_bin_remove_element),
8546         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
8547         (gst_play_base_bin_unlink_stream),
8548         (gst_play_base_bin_get_streaminfo):
8549         * gst/playback/gstplaybin.c: (gen_video_element),
8550         (gen_audio_element):
8551         * gst/playback/gststreaminfo.h:
8552         More playback updates, attempt to fix things after the state change
8553         breakage.
8555 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8557         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
8558         (gst_videoscale_scale_nearest_16bit):
8559           comment algorithm
8561 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8563         * gst/videotestsrc/gstvideotestsrc.c:
8564         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
8565         (gst_videotestsrc_init), (gst_videotestsrc_get),
8566         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
8567         (gst_videotestsrc_get_property):
8568         * gst/videotestsrc/gstvideotestsrc.h:
8569         * gst/videotestsrc/videotestsrc.c:
8570         * gst/videotestsrc/videotestsrc.h:
8571           cleanup and commenting
8573 2004-07-21  Wim Taymans  <wim@fluendo.com>
8575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
8576         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
8577         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
8578         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
8579         (_find_chain_get_unknown_part), (_find_streams_check),
8580         (gst_ogg_demux_push), (gst_ogg_pad_push):
8581         * ext/theora/theoradec.c: (theora_get_formats),
8582         (theora_dec_src_convert), (theora_dec_sink_convert),
8583         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
8584         (theora_dec_chain):
8585         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
8586         (vorbis_dec_convert), (vorbis_dec_src_query),
8587         (vorbis_dec_src_event), (vorbis_dec_event):
8588         More seeking fixes, oggdemux now supports seeking to time and
8589         uses the downstream element to convert granulepos to time.
8590         Seeking in theora-only ogg files now works.
8592 2004-07-21  Wim Taymans  <wim@fluendo.com>
8594         * ext/theora/theoradec.c: (gst_theora_dec_init),
8595         (theora_get_formats), (theora_get_event_masks),
8596         (theora_get_query_types), (theora_dec_src_convert),
8597         (theora_dec_sink_convert), (theora_dec_src_query),
8598         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
8599         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
8600         (vorbis_get_event_masks), (vorbis_get_query_types),
8601         (gst_vorbis_dec_init), (vorbis_dec_convert),
8602         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
8603         Added query/convert/formats functions to vorbis and theora decoders
8604         so that the outside world can use them too. Fixed seeking on an
8605         ogg/theora/vorbis file by disabling the seeking seeking on the
8606         theora srcpad.
8608 2004-07-21  Julien MOUTTE  <julien@moutte.net>
8610         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8611         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
8612         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
8613         images creation for both elements. We don't create the image on caps
8614         nego or renego, we just destroy the internal one if present if it does
8615         not match the needs. The chain function takes care of creating a new
8616         image when needed.
8617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8618         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
8619         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
8620         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
8621         the image format information. The buffer pool checks for the context
8622         image format and discard images with different formats.
8623         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
8625 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8627         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8628         (gst_ffmpegcolorspace_chain):
8629           no point in doing any chaining if the pad we want to push from
8630           isn't usable.
8632 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8634         * gst-libs/gst/riff/riff-media.c:
8635         (gst_riff_create_audio_caps_with_data):
8636           Fix double end-to-native symbol conversion (#148021).
8638 2004-07-20  David Schleef  <ds@schleef.org>
8640         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
8641         Don't use an Atom that doesn't exist.
8643 2004-07-20  Wim Taymans  <wim@fluendo.com>
8645         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8646         (gst_multifdsink_add), (gst_multifdsink_get_stats),
8647         (gst_multifdsink_client_remove),
8648         (gst_multifdsink_handle_client_write),
8649         (gst_multifdsink_queue_buffer):
8650         * gst/tcp/gstmultifdsink.h:
8651         More multifdsink stats. Avoid deadlock by releasing locks
8652         before sending out a signal.
8654 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8656         * po/LINGUAS:
8657         * po/hu.po:
8658           added Hungarian translation (Laszlo Dvornik)
8660 2004-07-20  Wim Taymans  <wim@fluendo.com>
8662         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8663         (gst_multifdsink_add), (gst_multifdsink_client_remove),
8664         (gst_multifdsink_handle_client_write),
8665         (gst_multifdsink_queue_buffer):
8666         * gst/tcp/gsttcp-marshal.list:
8667         Fixed the stupid marshal definition.
8669 2004-07-20  Wim Taymans  <wim@fluendo.com>
8671         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8672         (gst_multifdsink_init), (gst_multifdsink_add),
8673         (gst_multifdsink_client_remove),
8674         (gst_multifdsink_handle_client_write),
8675         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
8676         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
8677         (gst_multifdsink_init_send):
8678         * gst/tcp/gstmultifdsink.h:
8679         Added more stats, added timeout for a client, fixed some typos
8680         and added some comments.
8682 2004-07-20  Wim Taymans  <wim@fluendo.com>
8684         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8685         (gst_multifdsink_add), (gst_multifdsink_get_stats),
8686         (gst_multifdsink_client_remove),
8687         (gst_multifdsink_handle_client_write):
8688         * gst/tcp/gstmultifdsink.h:
8689         * gst/tcp/gsttcp-marshal.list:
8690         Added get_stats method that returns a GValueArray of
8691         stats values.
8693 2004-07-19  Benjamin Otte  <otte@gnome.org>
8695         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8696           make sure longname, description and author are valid UTF-8
8698 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8700         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
8701         (gst_ximagesink_set_property):
8702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
8703         (gst_xvimagesink_set_property):
8704           make sure SYNCHRONOUS is respected after getting the X context
8706 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8708         * gst/matroska/matroska-demux.c:
8709         (gst_matroska_demux_handle_src_event),
8710         (gst_matroska_demux_parse_blockgroup):
8711         * gst/matroska/matroska-ids.h:
8712           add BlockReference tag and ignore it to clear out log.
8713           ignore NAVIGATION events to clear out log.
8715 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8717         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
8718         (gst_matroska_demux_add_stream):
8719         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
8720           add debug categories
8722 2004-07-16  Wim Taymans  <wim@fluendo.com>
8724         * ext/libpng/Makefile.am:
8725         * ext/libpng/gstpng.c: (plugin_init):
8726         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
8727         (gst_pngdec_get_type), (gst_pngdec_base_init),
8728         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
8729         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
8730         * ext/libpng/gstpngdec.h:
8731         Added png decoder.
8733 2004-07-16  Julien MOUTTE  <julien@moutte.net>
8735         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
8736         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
8737         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
8738         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
8739         (gst_ximagesink_buffer_alloc):
8740         * sys/ximage/ximagesink.h:
8741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8742         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
8743         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8744         (gst_xvimagesink_buffer_alloc):
8745         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
8746         again. Using internal data pointer of the x(v)image to store image's
8747         data to be coherent with the buffer alloc mechanism. Investigated the
8748         image destruction code to be sure that everything gets freed correctly.
8750 2004-07-16  Wim Taymans  <wim@fluendo.com>
8752         * gst-libs/gst/riff/riff-read.c:
8753         (gst_riff_read_strf_vids_with_data),
8754         (gst_riff_read_strf_auds_with_data):
8755         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8756         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
8757         Make sure we don't create 0 sized subbuffers in riff-read.
8758         Signal the no more pads signal after reading the avi header.
8760 2004-07-16  Wim Taymans  <wim@fluendo.com>
8762         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
8763         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
8764         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
8765         (gst_decode_bin_init), (gst_decode_bin_dispose),
8766         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
8767         (no_more_pads), (close_link), (type_found),
8768         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
8769         (gst_decode_bin_change_state), (plugin_init):
8770         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8771         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
8772         (gst_play_base_bin_dispose), (queue_overrun),
8773         (gen_preroll_element), (remove_prerolls), (unknown_type),
8774         (no_more_pads), (new_stream), (setup_source),
8775         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8776         (play_base_eos), (gst_play_base_bin_change_state),
8777         (gst_play_base_bin_add_element),
8778         (gst_play_base_bin_remove_element),
8779         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
8780         (gst_play_base_bin_unlink_stream),
8781         (gst_play_base_bin_get_streaminfo):
8782         * gst/playback/gstplaybasebin.h:
8783         Better error recovery. Added configurable preroll queue size. Faster
8784         detection of no-more-pads.
8786 2004-07-16  Wim Taymans  <wim@fluendo.com>
8788         * gst-libs/gst/video/video.h:
8789         Added 32 bits RGBA. Not sure if we should use another mime-type
8790         for alpha rgb. Currently the presence of the alpha_mask property
8791         signals an alpha channel.
8793 2004-07-16  Wim Taymans  <wim@fluendo.com>
8795         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
8796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8797         FPS seems to be 0.0 to MAX everywhere else.
8799 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8801         * gst-libs/gst/riff/riff-media.c:
8802         (gst_riff_create_video_caps_with_data):
8803           mp42/mp43 (no caps) exist too.
8804         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
8805           Set pixel_width/height; we've got them in-caps.
8806         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8807         * gst/wavparse/gstwavparse.c: (plugin_init):
8808           Both are valid primary.
8809         * sys/oss/gstossmixer.c:
8810           Remove i18n hack and enable translations.
8812 2004-07-15  Benjamin Otte  <otte@gnome.org>
8814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8815         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
8816           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
8818 2004-07-15  Benjamin Otte  <otte@gnome.org>
8820         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
8821         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
8822         (gst_alsa_close_audio):
8823           disable some of the debugging code for now. Writing debugging to a
8824           buffer is broken in current alsalib releases.
8826 2004-07-12  Benjamin Otte  <otte@gnome.org>
8828         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
8829           use bufferpools
8831 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8833         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
8834         (theora_dec_src_query), (theora_dec_event):
8835         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
8836           add debugging categories.  Remove \n's.
8838 2004-07-13  Johan Dahlin  <johan@gnome.org>
8840         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
8841         (gst_play_bin_get_property): Impl.
8843 2004-07-13  Wim Taymans  <wim@fluendo.com>
8845         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
8846         When trying to find the stream length, seek back N pages
8847         instead of just one, where N is the number of streams in
8848         the current chain.
8850 2004-07-13  Wim Taymans  <wim@fluendo.com>
8852         * gst-libs/gst/riff/riff-media.c:
8853         (gst_riff_create_audio_caps_with_data),
8854         (gst_riff_create_audio_caps),
8855         (gst_riff_create_audio_template_caps):
8856         * gst-libs/gst/riff/riff-media.h:
8857         * gst-libs/gst/riff/riff-read.c:
8858         (gst_riff_read_strf_vids_with_data),
8859         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
8860         * gst-libs/gst/riff/riff-read.h:
8861         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8862         (gst_avi_demux_add_stream):
8863         Set codec_data on caps for avidemuxer.
8865 2004-07-12  David Schleef  <ds@schleef.org>
8867         * configure.ac: Fix test for Objective C
8869 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
8870         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
8871         (gst_gdk_pixbuf_chain):
8872           Add svg and pcx to template caps, and ensure that getcaps returns a
8873           subset of the template caps.
8874           Copy each row manually for output, as gdkpixbuf may pad the
8875           rowstride to a 32-bit word boundary.
8877 2004-07-12  Wim Taymans  <wim@fluendo.com>
8879         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8880         (gst_riff_create_video_template_caps):
8881         Fix the template caps to include some more media types.
8883 2004-07-12  Wim Taymans  <wim@fluendo.com>
8885         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
8886         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
8887         (compare_ranks), (print_feature), (gst_decode_bin_init),
8888         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
8889         (try_to_link_1), (new_pad), (close_link), (type_found),
8890         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
8891         (gst_decode_bin_change_state), (plugin_init):
8892         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8893         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
8894         (gst_play_base_bin_dispose), (queue_overrun),
8895         (gen_preroll_element), (remove_prerolls), (no_more_pads),
8896         (new_stream), (setup_source), (gst_play_base_bin_set_property),
8897         (gst_play_base_bin_get_property), (play_base_eos),
8898         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8899         (gst_play_base_bin_remove_element),
8900         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
8901         (gst_play_base_bin_unlink_stream),
8902         (gst_play_base_bin_get_streaminfo):
8903         * gst/playback/gstplaybasebin.h:
8904         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
8905         (gst_play_bin_class_init), (gst_play_bin_init),
8906         (gst_play_bin_dispose), (gst_play_bin_set_property),
8907         (gst_play_bin_get_property), (gen_video_element),
8908         (gen_audio_element), (remove_sinks), (setup_sinks),
8909         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
8910         (gst_play_bin_send_event), (gst_play_bin_get_formats),
8911         (gst_play_bin_convert), (gst_play_bin_get_query_types),
8912         (gst_play_bin_query), (plugin_init):
8913         * gst/playback/test4.c: (main):
8914         More fixes on reusing of the element.
8916 2004-07-11  Benjamin Otte  <otte@gnome.org>
8918         * ext/mad/gstmad.c: (normal_seek):
8919           allow seeking for other methods than just SET
8921 2004-07-11  Andy Wingo  <wingo@pobox.com>
8923         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
8924         float, "any" caps -> buffer_frames=[0,MAX].
8926         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
8927         doesn't intersect our caps with the template any more. Do it
8928         ourselves.
8929         (interleave_buffered_loop): Use g_newa instead of malloc/free.
8931 2004-07-09  Wim Taymans  <wim@fluendo.com>
8933         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
8934         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
8935         (compare_ranks), (print_feature), (gst_decode_bin_init),
8936         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
8937         (try_to_link_1), (new_pad), (close_link), (type_found),
8938         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
8939         (gst_decode_bin_change_state), (plugin_init):
8940         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8941         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
8942         (gst_play_base_bin_dispose), (queue_overrun),
8943         (gen_preroll_element), (remove_prerolls), (no_more_pads),
8944         (new_stream), (setup_source), (gst_play_base_bin_set_property),
8945         (gst_play_base_bin_get_property), (play_base_eos),
8946         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8947         (gst_play_base_bin_remove_element),
8948         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
8949         (gst_play_base_bin_unlink_stream),
8950         (gst_play_base_bin_get_streaminfo):
8951         * gst/playback/gstplaybasebin.h:
8952         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
8953         (gst_play_bin_class_init), (gst_play_bin_init),
8954         (gst_play_bin_dispose), (gst_play_bin_set_property),
8955         (gst_play_bin_get_property), (gen_video_element),
8956         (gen_audio_element), (remove_sinks), (setup_sinks),
8957         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
8958         (gst_play_bin_send_event), (gst_play_bin_get_formats),
8959         (gst_play_bin_convert), (gst_play_bin_get_query_types),
8960         (gst_play_bin_query), (plugin_init):
8961         * gst/playback/test4.c: (main):
8962         Work on object reuse and seeking.
8964 2004-07-09  Wim Taymans  <wim@fluendo.com>
8966         * examples/seeking/seek.c: (iterate):
8967         Don't consume all CPU in the idle loop.
8969 2004-07-09  Wim Taymans  <wim@fluendo.com>
8971         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
8972         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
8973         Add pad to element *after* setting the pad functions so that
8974         the scheduler can use the correct ones.
8976 2004-07-09  Wim Taymans  <wim@fluendo.com>
8978         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
8979         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
8980         Sync to keyframe after seek
8982 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8984         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8985         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8986         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
8987         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
8988         * ext/libvisual/visual.c: (gst_visual_change_state):
8989         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
8990         * ext/theora/theoradec.c: (theora_dec_change_state):
8991         * ext/theora/theoraenc.c: (theora_enc_change_state):
8992         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
8993         * gst-libs/gst/navigation/navigation.c:
8994         * gst/adder/gstadder.c: (gst_adder_change_state):
8995         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8996         (gst_audio_convert_get_buffer):
8997         * gst/multipart/multipartdemux.c:
8998         (gst_multipart_demux_change_state):
8999         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
9000         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9001         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
9002         * gst/videoscale/gstvideoscale.c:
9003         (gst_videoscale_handle_src_event):
9004         * gst/volume/gstvolume.c: (volume_chain_int16):
9005           don't assert in state change, this should be done by the base
9006           GstElement class.
9007           various debugging fixes.
9009 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9011         * configure.ac:
9012         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
9013         (gst_play_dispose), (gst_play_set_location),
9014         (gst_play_set_data_src), (gst_play_set_video_sink),
9015         (gst_play_set_audio_sink), (gst_play_set_visualization),
9016         (gst_play_connect_visualization), (gst_play_get_sink_element),
9017         (gst_play_get_all_by_interface):
9018         * gst-libs/gst/play/play.h:
9019           add new method to get elements implementing an interface.
9020           add various error logging
9022 2004-07-08  Wim Taymans  <wim@fluendo.com>
9024         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
9025         (make_mpeg_pipeline), (make_mpegnt_pipeline),
9026         (make_playerbin_pipeline), (query_durations_elems),
9027         (query_durations_pads), (query_positions_elems),
9028         (query_positions_pads), (update_scale), (iterate), (stop_seek),
9029         (main):
9030         Added playbin seeking example.
9032 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9034         * gst-libs/gst/play/play.c: (gst_play_set_location),
9035         (gst_play_set_data_src), (gst_play_set_video_sink),
9036         (gst_play_set_audio_sink), (gst_play_set_visualization),
9037         (gst_play_connect_visualization), (gst_play_get_framerate):
9038           use a macro to look up elements from hash table
9040 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9042         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
9043         (gst_play_get_length_callback), (gst_play_set_location),
9044         (gst_play_seek_to_time), (gst_play_set_data_src),
9045         (gst_play_set_video_sink), (gst_play_set_audio_sink),
9046         (gst_play_set_visualization), (gst_play_connect_visualization),
9047         (gst_play_get_sink_element):
9048         - add debugging info
9049         - fix looking up sink elements by iterating over complete caps
9050         - put everything except for source and autoplugger in a complete bin
9052 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9054         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
9055         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
9056         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
9057         (gst_alsa_sink_write), (gst_alsa_sink_loop):
9058         * ext/alsa/gstalsasink.h:
9059         - add debugging info
9060         - clean up schizophrenia of data/buffer/event
9061         - fix double event unref error
9063 2004-07-08  Wim Taymans  <wim@fluendo.com>
9065         * gst/playback/Makefile.am:
9066         Add headers to noinst
9068 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9070         * tools/gst-launch-ext-m.m:
9071         * tools/gst-launch-ext.1.in:
9072           convert to the third millenium
9074 2004-07-07  David Schleef  <ds@schleef.org>
9076         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
9078 2004-07-07  Wim Taymans  <wim@fluendo.com>
9080         * gst/playback/Makefile.am:
9081         * gst/playback/README:
9082         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
9083         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
9084         (compare_ranks), (print_feature), (gst_decode_bin_init),
9085         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
9086         (try_to_link_1), (new_pad), (close_link), (type_found),
9087         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
9088         (plugin_init):
9089         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
9090         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
9091         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
9092         (gen_preroll_element), (no_more_pads), (new_stream),
9093         (setup_source), (gst_play_base_bin_set_property),
9094         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
9095         (gst_play_base_bin_add_element),
9096         (gst_play_base_bin_remove_element),
9097         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
9098         (gst_play_base_bin_unlink_stream),
9099         (gst_play_base_bin_get_streaminfo):
9100         * gst/playback/gstplaybasebin.h:
9101         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
9102         (gst_play_bin_class_init), (gst_play_bin_init),
9103         (gst_play_bin_dispose), (gst_play_bin_set_property),
9104         (gst_play_bin_get_property), (gen_video_element),
9105         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
9106         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
9107         (gst_play_bin_get_formats), (gst_play_bin_convert),
9108         (gst_play_bin_get_query_types), (gst_play_bin_query),
9109         (plugin_init):
9110         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9111         (gst_stream_info_get_type), (gst_stream_info_class_init),
9112         (gst_stream_info_init), (gst_stream_info_new),
9113         (gst_stream_info_dispose), (gst_stream_info_set_property),
9114         (gst_stream_info_get_property):
9115         * gst/playback/gststreaminfo.h:
9116         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9117         (main):
9118         * gst/playback/test2.c: (main):
9119         * gst/playback/test3.c: (update_scale), (main):
9120         More playbin fixes. Added README. Do better element filtering.
9121         Added base class to preroll media. Added test apps.
9123 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9125         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
9126         * ext/mpeg2dec/gstmpeg2dec.h:
9127           various debugging improvements.  Reset stream to next picture
9128           instead of sequence header, otherwise seeks cannot work.
9130 2004-07-07  Wim Taymans  <wim@fluendo.com>
9132         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
9133         (gst_video_box_class_init), (gst_video_box_set_property),
9134         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
9135         Use pad_alloc where possible.
9137 2004-07-07  Wim Taymans  <wim@fluendo.com>
9139         * sys/oss/gstosselement.c: (gst_osselement_reset),
9140         (gst_osselement_parse_caps):
9141         * sys/oss/gstosselement.h:
9142         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9143         Fix offset on osssrc.
9145 2004-07-07  Wim Taymans  <wim@fluendo.com>
9147         * ext/theora/theora.c: (plugin_init):
9148         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
9149         (theora_dec_src_query), (theora_dec_chain):
9150         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9151         (theora_enc_sink_link), (theora_buffer_from_packet),
9152         (theora_push_packet), (theora_enc_chain):
9153         Fix theora granulepos calculation.
9154         Fix overflow in duration/position calculation.
9155         Bump rank to PRIMARY for theoradec.
9156         Use granulepos of last packet to calculate position.
9157         Set keyframe flag on buffers when needed.
9159 2004-07-06  David Schleef  <ds@schleef.org>
9161         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
9162         serious?  (Fixed, obviously.)
9164 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9166         * po/LINGUAS:
9167         * po/cs.po:
9168           added Czech translation (Miloslav Trmac)
9170 2004-07-05  Wim Taymans  <wim@fluendo.com>
9172         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
9173         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
9174         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
9175         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
9176         (close_link), (type_found), (gst_decode_bin_set_property),
9177         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
9178         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
9179         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
9180         (gst_decode_bin_query), (plugin_init):
9181         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
9182         (gst_play_bin_class_init), (gst_play_bin_init),
9183         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
9184         (get_video_element), (new_pad), (setup_source),
9185         (gst_play_bin_set_property), (gst_play_bin_get_property),
9186         (gst_play_bin_change_state), (gst_play_bin_add_element),
9187         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
9188         (gst_play_bin_send_event), (gst_play_bin_get_formats),
9189         (gst_play_bin_convert), (gst_play_bin_get_query_types),
9190         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
9191         * gst/playback/test.c: (main):
9192         More fixes, cleaned up playbin, make it use decodebin. Added
9193         threaded property to playbin.
9195 2004-07-05  Wim Taymans  <wim@fluendo.com>
9197         * configure.ac:
9198         * gst/playback/Makefile.am:
9199         * gst/playback/decodetest.c: (main):
9200         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
9201         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
9202         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
9203         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
9204         (close_link), (type_found), (gst_decode_bin_set_property),
9205         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
9206         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
9207         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
9208         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
9209         (plugin_init):
9210         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
9211         (gst_play_bin_class_init), (gst_play_bin_init),
9212         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
9213         (collect_sink_pads), (find_compatibles), (close_pad_link),
9214         (try_to_link_1), (new_pad), (close_link), (type_found),
9215         (setup_source), (gst_play_bin_set_property),
9216         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
9217         (compare_ranks), (gst_play_bin_collect_factories),
9218         (gst_play_bin_change_state), (gst_play_bin_add_element),
9219         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
9220         (gst_play_bin_send_event), (gst_play_bin_get_formats),
9221         (gst_play_bin_convert), (gst_play_bin_get_query_types),
9222         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
9223         * gst/playback/test.c: (main):
9224         Added some playback helper elements and some test apps, very alpha
9225         still.
9227 2004-07-04  Benjamin Otte  <otte@gnome.org>
9229         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
9230           only restart audio when we indeed have an xrun to fix repeated
9231           xruns. Fix suggested by Giuliano Pochini.
9233 2004-07-03  David Schleef  <ds@schleef.org>
9235         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
9236         call to gst_debug_log() if debugging is disabled (bug #145118)
9238 2004-07-03  Benjamin Otte  <otte@gnome.org>
9240         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
9241           use our own functions for restarting the alsa device.
9242         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9243           I should apply patches myself - use MIN for the third argument, not
9244           the second, this fixes seeking
9246 2004-07-02  David Schleef  <ds@schleef.org>
9248         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9249         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
9250         do with the logic.
9252 2004-07-02  David Schleef  <ds@schleef.org>
9254         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
9255         output buffers.  Fix logic mistake.  (bug #144866)
9257 2004-07-02  David Schleef  <ds@schleef.org>
9259         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
9260         on X.  (bug #144753)
9262 2004-07-02  David Schleef  <ds@schleef.org>
9264         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
9265         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
9266         (bug #144624)
9267         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
9268         (gst_osselement_rate_probe_check): Add another workaround for
9269         buggy drivers (bug #145336)
9271 2004-07-02  David Schleef  <ds@schleef.org>
9273         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
9274         Most systems don't have MSG_NOSIGNAL.
9276 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9278         * Makefile.am:
9279         * gst-libs/gst/colorbalance/Makefile.am:
9280         * gst-libs/gst/mixer/Makefile.am:
9281         * gst-libs/gst/play/Makefile.am:
9282         * gst-libs/gst/tuner/Makefile.am:
9283           (hopefully) fix both install and dist and make error message useful.
9284           needs testing across automakes.
9286 2004-07-02  Benjamin Otte  <otte@gnome.org>
9288         * ext/ogg/gstogg.c: (plugin_init):
9289           we require bytestream now
9290         * ext/ogg/gstoggdemux.c:
9291           huge diff to implement chain setup in a fast and generic way. This
9292           improves tag reading and startup of huge files (read: Theora videos)
9293           quite a bit. It probably contains bugs, too, so please test.
9294           Seeking is not improved to the fast method.
9296 2004-06-29  Wim Taymans  <wim@fluendo.com>
9298         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9299         * ext/ogg/gstoggmux.c:
9300         Fix memleak in oggdemux when running unconnected pads.
9301         doc update in mux, start working on keyframe mode.
9303 2004-06-29  Benjamin Otte  <otte@gnome.org>
9305         * sys/oss/gstosssink.c:
9306         * sys/oss/gstosssrc.c:
9307           advertise correct template caps - we indeed do non-native endianness
9308           and 8bit audio has no endianness
9309         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
9310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
9311           avoid (wrong) duplications in getcaps function and return
9312           template caps
9314 2004-06-29  Wim Taymans  <wim@fluendo.com>
9316         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9317         (gst_multifdsink_class_init), (gst_multifdsink_add),
9318         (gst_multifdsink_remove), (gst_multifdsink_clear),
9319         (gst_multifdsink_client_remove),
9320         (gst_multifdsink_handle_client_read),
9321         (gst_multifdsink_client_queue_data),
9322         (gst_multifdsink_client_queue_caps),
9323         (gst_multifdsink_client_queue_buffer),
9324         (gst_multifdsink_handle_client_write),
9325         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9326         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
9327         (gst_multifdsink_init_send), (gst_multifdsink_close):
9328         Fix wrong GList iteration that could crash the server when
9329         more then 2 clients disconnect at the same time. Read all the
9330         pending commands in one batch to recover from command storms under
9331         very heavy load.
9333 2004-06-28  Wim Taymans  <wim@fluendo.com>
9335         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
9336         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
9337         (gst_videomixer_pad_set_property),
9338         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
9339         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
9340         (gst_videomixer_class_init), (gst_videomixer_init),
9341         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
9342         (pad_zorder_compare), (gst_videomixer_sort_pads),
9343         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9344         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
9345         (gst_videomixer_update_queues), (gst_videomixer_loop),
9346         (plugin_init):
9347         Avoid divide by zero, choose masterpad as the pad with the highest
9348         framerate.
9350 2004-06-27  Julien Moutte  <julien@moutte.net>
9352         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
9353         (gst_ximagesink_xwindow_new):
9354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
9355         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
9356         function directly. We might want to call it from somewhere else one day.
9358 2004-06-27  Julien Moutte  <julien@moutte.net>
9360         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
9361         (gst_ximagesink_xwindow_new):
9362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
9363         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
9364         window decorations.
9366 2004-06-27  Wim Taymans  <wim@fluendo.com>
9368         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9369         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
9370         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
9371         (gst_dvdec_set_property), (gst_dvdec_get_property):
9372         * ext/dv/gstdvdec.h:
9373         Implement drop_factor property to lower the framerate with
9374         a factor.
9376 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9378         * gst-libs/gst/colorbalance/Makefile.am:
9379         * gst-libs/gst/mixer/Makefile.am:
9380         * gst-libs/gst/play/Makefile.am:
9381         * gst-libs/gst/tuner/Makefile.am:
9382           unbreak Company's fix that didn't install the -enum.h files
9384 2004-06-27  Wim Taymans  <wim@fluendo.com>
9386         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
9387         (gst_dvdec_change_state):
9388         * ext/dv/gstdvdec.h:
9389         Fix timestamp, duration and offset of the buffers.
9391 2004-06-27  Wim Taymans  <wim@fluendo.com>
9393         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9394         (gst_multifdsink_class_init), (gst_multifdsink_add),
9395         (gst_multifdsink_remove), (gst_multifdsink_clear),
9396         (gst_multifdsink_client_remove),
9397         (gst_multifdsink_handle_client_read),
9398         (gst_multifdsink_client_queue_data),
9399         (gst_multifdsink_client_queue_caps),
9400         (gst_multifdsink_client_queue_buffer),
9401         (gst_multifdsink_handle_client_write),
9402         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9403         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
9404         (gst_multifdsink_init_send), (gst_multifdsink_close):
9405         * gst/tcp/gstmultifdsink.h:
9406         * gst/tcp/gsttcpserversink.c:
9407         (gst_tcpserversink_handle_server_read),
9408         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
9409         More multifdsink fixes, more recovery policy fixes.
9410         Removed stupid g_print
9412 2004-06-26  Wim Taymans  <wim@fluendo.com>
9414         * gst/tcp/Makefile.am:
9415         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9416         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
9417         (gst_multifdsink_class_init), (gst_multifdsink_init),
9418         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
9419         (gst_multifdsink_handle_client_read),
9420         (gst_multifdsink_client_queue_data),
9421         (gst_multifdsink_client_queue_caps),
9422         (gst_multifdsink_client_queue_buffer),
9423         (gst_multifdsink_handle_client_write),
9424         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9425         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
9426         (gst_multifdsink_chain), (gst_multifdsink_set_property),
9427         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
9428         (gst_multifdsink_close), (gst_multifdsink_change_state):
9429         * gst/tcp/gstmultifdsink.h:
9430         * gst/tcp/gsttcpplugin.c: (plugin_init):
9431         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
9432         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
9433         (gst_tcpserversink_handle_server_read),
9434         (gst_tcpserversink_handle_select),
9435         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
9436         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
9437         * gst/tcp/gsttcpserversink.h:
9438         Added multifdsink, made tcpserversink a subclass of fdsink, removed
9439         one of the locks, added recovery policy to multifdsink.
9441 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9443         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
9444           fix decision for when getting frames with same timestamp
9445         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9446         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
9447         (gst_v4lsrc_get_property):
9448         * sys/v4l/gstv4lsrc.h:
9449           add latency offset property
9451 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9453         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
9454         (plugin_init):
9455           fix debugging. add category.
9457 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9459         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9460           fix wrong offsets
9462 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9464         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
9465         (gst_alsa_src_get_time), (gst_alsa_src_loop),
9466         (gst_alsa_src_change_state):
9467           return a time that is in sync with the element's processing
9469 2004-06-25  Wim Taymans  <wim@fluendo.com>
9471         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9472         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
9473         (gst_tcpserversink_client_remove),
9474         (gst_tcpserversink_handle_client_read),
9475         (gst_tcpserversink_client_queue_data),
9476         (gst_tcpserversink_client_queue_caps),
9477         (gst_tcpserversink_client_queue_buffer),
9478         (gst_tcpserversink_handle_client_write),
9479         (gst_tcpserversink_queue_buffer),
9480         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
9481         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
9482         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
9483         (gst_tcpserversink_close):
9484         * gst/tcp/gsttcpserversink.h:
9485         Serversink rewrite. Really do non blocking writes to clients and
9486         maintain an internal queue to handle slower clients while not
9487         disturbing fast clients.
9489 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9491         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
9492           better debug, don't override OFFSET and OFFSET_END
9494 2004-06-25  Iain <iain@prettypeople.org>
9496         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
9497         name=source for the wavparse pipeline.
9499 2004-06-24  Johan Dahlin  <johan@gnome.org>
9501         * ext/theora/theoraenc.c (theora_enc_chain): Call
9502         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
9503         streamheader caps are set correctly.
9505 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9507         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
9508         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
9509           respect minimum bitrate; same could be done for max bitrate
9511 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9513         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
9514         (gst_vorbisenc_setup):
9515           fix sample rate range
9517 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9519         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
9520         (gst_oggvorbisenc_setup):
9521         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9522         (gst_vorbisenc_setup):
9523           resolve ambiguities in code and description
9525 2004-06-24  Wim Taymans  <wim@fluendo.com>
9527         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
9528         * ext/alsa/gstalsa.h:
9529         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
9530         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
9531         Use alsa trigger_tstamp to get the timestamp of the first
9532         sample in the buffer for more precise sync. Some cleanups.
9534 2004-06-24  Wim Taymans  <wim@fluendo.com>
9536         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
9537         (gst_audiorate_init), (gst_audiorate_chain),
9538         (gst_audiorate_set_property), (gst_audiorate_get_property):
9539         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
9540         (gst_videorate_chain):
9541         Added some logging, fixed an overflow bug in videorate.
9543 2004-06-24  Benjamin Otte  <otte@gnome.org>
9545         * ext/kio/Makefile.am:
9546           fix for builddir != srcdir and distcheck
9548 2004-06-24  Benjamin Otte  <otte@gnome.org>
9550         * gst-libs/gst/colorbalance/Makefile.am:
9551         * gst-libs/gst/mixer/Makefile.am:
9552         * gst-libs/gst/play/Makefile.am:
9553         * gst-libs/gst/tuner/Makefile.am:
9554         * gst/tcp/Makefile.am:
9555         * sys/dxr3/Makefile.am:
9556           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
9557           tarball.
9558           Also add all *.list files that were missing.
9559         * Makefile.am:
9560           add a distcheck hook to ensure the above doesn't happen again.
9562 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
9564         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
9566 2004-06-23  Colin Walters  <walters@redhat.com>
9568         * m4/Makefile.am: Distribute gst-fionread.m4.
9570 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9572         * configure.ac: back to dev
9574 2004-06-23  Wim Taymans  <wim@fluendo.com>
9576         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
9577         (gst_alsa_xrun_recovery):
9578         * ext/alsa/gstalsa.h:
9579         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9580         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
9581         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
9582         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
9583         (gst_alsa_src_loop):
9584         Add clock to alsasrc. Take new capture timestamp when
9585         restarting after an overrun. Split up some functions between
9586         alsasrc and alsasink.
9588 === release 0.8.2 ===
9590 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9592         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
9593         (gst_alsa_change_state), (gst_alsa_update_avail),
9594         (gst_alsa_xrun_recovery):
9595         * ext/alsa/gstalsa.h:
9596         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9597           merge back changes from release
9599 2004-06-23  Wim Taymans  <wim@fluendo.com>
9601         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
9602         (gst_audiorate_init), (gst_audiorate_chain),
9603         (gst_audiorate_set_property), (gst_audiorate_get_property):
9604         Implement sample dropping and notify
9606 2004-06-22  Wim Taymans  <wim@fluendo.com>
9608         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9609         (theora_enc_sink_link), (theora_buffer_from_packet),
9610         (theora_push_packet), (theora_enc_chain):
9611         Some cleanups, make sure the timestamps are correct.
9613 2004-06-22  Wim Taymans  <wim@fluendo.com>
9615         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
9616         (gst_alsa_change_state), (gst_alsa_update_avail),
9617         (gst_alsa_xrun_recovery):
9618         * ext/alsa/gstalsa.h:
9619         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9620         Cleanups, take queued samples into account when reporting
9621         the time.
9623 2004-06-22  Wim Taymans  <wim@fluendo.com>
9625         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
9626         (gst_videorate_init):
9627         Initialize the property as well.
9629 2004-06-22  Wim Taymans  <wim@fluendo.com>
9631         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
9632         (gst_videorate_init), (gst_videorate_chain),
9633         (gst_videorate_set_property), (gst_videorate_get_property):
9634         Add property to make videorate silent.
9635         Add property to prefer new frames over old ones.
9637 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9639         * sys/osxvideo/Makefile.am:
9640         Workaround so that the osxvideo .so file gets linked with the
9641         Cocoa, OpenGL and QuickTime frameworks
9643 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9645         * sys/osxaudio/Makefile.am:
9646         Workaround so that the osxaudio .so file gets linked with the
9647         CoreAudio framework
9649 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9651         * configure.ac:
9652         Whoops, my fault...fixed build issues
9654 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9656         * configure.ac:
9657         Add objective-c support if running in Darwin/Mac OS X
9658         * sys/Makefile.am:
9659         * sys/osxvideo:
9660         * sys/osxvideo/Makefile.am:
9661         * sys/osxvideo/osxvideosink.h:
9662         * sys/osxvideo/osxvideosink.m:
9663         * sys/osxvideo/cocoawindow.h:
9664         * sys/osxvideo/cocoawindow.m:
9665         Add osxvideosink, a cocoa-based osx video sink
9668 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
9669         * ext/dvdnav/gst-dvd:
9670         Grab the gconf key from the right spot
9671         * gst/debug/gstnavseek.c: (gst_navseek_init),
9672         (gst_navseek_segseek), (gst_navseek_handle_src_event),
9673         (gst_navseek_chain):
9674         * gst/debug/gstnavseek.h:
9675           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
9676           and loop parameters of a segment seek.
9677         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
9678         (gst_videotestsrc_get_event_masks),
9679         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
9680         * gst/videotestsrc/gstvideotestsrc.h:
9681           Add seeking support to videotestsrc
9682           Initialise the timestamp_offset variable.
9684 2004-06-18  Wim Taymans  <wim@fluendo.com>
9686         * ext/sidplay/gstsiddec.cc:
9687         Fix negotiation and set correct end offset.
9689 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9691         * configure.ac: branch and prerelease
9693 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9695         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
9696         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
9697         (gst_tcpclientsrc_init_receive):
9698         * gst/tcp/gsttcpclientsrc.h:
9699           read caps when connecting to server for GDP so we set them correctly
9701 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9703         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
9704           notify drops and duplicates
9705         * gst/videoscale/videoscale.c: (videoscale_get_structure):
9706           no good reason to limit ourselves to 100x100
9708 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9710         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9711         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9712         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
9713         (gst_v4lsrc_get_property):
9714         * sys/v4l/gstv4lsrc.h:
9715         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
9716         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
9717         (gst_v4l_set_audio):
9718         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
9719         (gst_v4lsrc_try_capture):
9720         * sys/v4l/v4lsrc_calls.h:
9721           change try_palette to more general try_capture
9722           add autoprobe option so we can turn off autoprobing
9723           various fixes
9725 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9727         * configure.ac:
9728           add videorate
9729         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
9730         (gst_ximagesink_class_init):
9731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
9732         (gst_xvimagesink_class_init):
9733           run them as finalize, not dispose, since dispose can be invoked
9734           multiple times
9736 2004-06-17  Wim Taymans  <wim@fluendo.com>
9738         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
9739         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
9740         * ext/alsa/gstalsa.h:
9741         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
9742         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
9743         (gst_alsa_src_change_state):
9744         * ext/alsa/gstalsasrc.h:
9745         Make the xrun code timestamp and offset the buffers correctly.
9746         moved the clock to the base class, use alsa methods to get time.
9747         Do correct timestamping on outgoing buffers.
9749 2004-06-17  Wim Taymans  <wim@fluendo.com>
9751         * gst/audiorate/Makefile.am:
9752         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
9753         (gst_audiorate_base_init), (gst_audiorate_class_init),
9754         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
9755         (gst_audiorate_set_property), (gst_audiorate_get_property),
9756         (gst_audiorate_change_state), (plugin_init):
9757         Added an audiorate converter that fills in gaps.
9759 2004-06-17  Johan Dahlin  <johan@gnome.org>
9761         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
9763 2004-06-16  Wim Taymans  <wim@fluendo.com>
9765         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
9766         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
9767         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
9768         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
9769         (gst_v4lsrc_get_property):
9770         * sys/v4l/gstv4lsrc.h:
9771         Added a copy mode to v4lsrc where it will output a copied version
9772         of its internal hardware buffer.
9773         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
9774         can't | them.
9776 2004-06-16  Wim Taymans  <wim@fluendo.com>
9778         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9779         Timestamp fixes.
9781 2004-06-16  Wim Taymans  <wim@fluendo.com>
9783         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
9784         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
9785         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
9786         (gst_v4lsrc_get_property):
9787         * sys/v4l/gstv4lsrc.h:
9788         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
9789         Added a sync mode enum property to control v4lsrc timestamp method
9790         Removed the use-fixed-fps property and moved functionality in
9791         the enum.
9792         Don't error on an error value from v4l-conf, it might not always
9793         be a real error.
9795 2004-06-16  Wim Taymans  <wim@fluendo.com>
9797         * gst/videorate/Makefile.am:
9798         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
9799         (gst_videorate_base_init), (gst_videorate_class_init),
9800         (gst_videorate_getcaps), (gst_videorate_link),
9801         (gst_videorate_init), (gst_videorate_chain),
9802         (gst_videorate_set_property), (gst_videorate_get_property),
9803         (gst_videorate_change_state), (plugin_init):
9804         Added a video timestamp corrector.
9806 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9808         fixed a potential leak with previous commit
9810         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
9812 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9814         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
9815         Added missing refcount, fixes bug #144425
9816         Cheers Tim for finding the bug
9818 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9820         * sys/v4l/gstv4l.c: (plugin_init):
9821         * sys/v4l/gstv4lcolorbalance.c:
9822         * sys/v4l/gstv4lcolorbalance.h:
9823         * sys/v4l/gstv4lelement.c:
9824         * sys/v4l/gstv4lelement.h:
9825         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9826         * sys/v4l/gstv4lmjpegsink.h:
9827         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9828         * sys/v4l/gstv4lmjpegsrc.h:
9829         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
9830         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
9831         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
9832         * sys/v4l/gstv4lsrc.h:
9833         * sys/v4l/gstv4ltuner.c:
9834         * sys/v4l/gstv4ltuner.h:
9835         * sys/v4l/gstv4lxoverlay.c:
9836         * sys/v4l/gstv4lxoverlay.h:
9837         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
9838         (gst_v4l_set_window), (gst_v4l_enable_overlay):
9839         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
9840         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
9841         (gst_v4l_set_audio):
9842         * sys/v4l/v4l_calls.h:
9843         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
9844         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
9845         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
9846         (gst_v4lmjpegsink_playback_init),
9847         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
9848         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
9849         (gst_v4lmjpegsink_playback_stop),
9850         (gst_v4lmjpegsink_playback_deinit):
9851         * sys/v4l/v4lmjpegsink_calls.h:
9852         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
9853         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
9854         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
9855         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
9856         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
9857         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
9858         * sys/v4l/v4lmjpegsrc_calls.h:
9859         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
9860         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
9861         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
9862         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
9863         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
9864         (gst_v4lsrc_try_palette):
9865         * sys/v4l/v4lsrc_calls.h:
9866           bunch of paranoia cleanups
9868 2004-06-14  David Schleef  <ds@schleef.org>
9870         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
9871         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
9872         Send discont events and change timestamps appropriately when
9873         we get a seek event.  (bug #144240)
9874         * ext/cdparanoia/gstcdparanoia.h:
9876 2004-06-14  Benjamin Otte  <otte@gnome.org>
9878         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
9879           snd_pcm_hw_params_set_rate  since the latter fails for no good
9880           reason on some setups.
9882 2004-06-14  David Schleef  <ds@schleef.org>
9884         * gst/volume/demo.c: (value_changed_callback): exp10() is not
9885         standard.  Thank you for playing.
9887 2004-06-14  Wim Taymans  <wim@fluendo.com>
9889         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
9890         Patch 1.3 broke the ordering of the colorspace info and
9891         made the plugin basically work by coincidence, reordered
9892         the info.
9894 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9896         * ext/lame/gstlame.c:
9897         * ext/mad/gstmad.c:
9898           sync caps.  Make sure mad can only output a list of rates, not
9899           a full range.  In the future, have three caps lists for each of the
9900           mpeg versions.  Change mpegversion to a double as well.
9902 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9904         * gst/volume/.cvsignore:
9905         * gst/volume/Makefile.am:
9906         * gst/volume/demo.c: (value_changed_callback), (idler),
9907         (setup_gui), (main):
9908           added small demo app
9910 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
9911         * ext/esd/esdsink.c: (gst_esdsink_change_state):
9912         * ext/esd/esdsink.h:
9913         Close the esd connection on pause, because esd will just wait -
9914         blocking all other esd clients indefinitely.
9916 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
9918         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
9919           previous commit with GST_DEBUG
9921 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9923         * configure.ac:
9924           add a header check for a dvdread header in dvdnav.  Fixes #133002
9926 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9928         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
9929         * gst/tcp/gsttcpclientsink.h:
9930         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
9931         * gst/tcp/gsttcpclientsrc.h:
9932         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
9933         (gst_tcpserversink_handle_server_read),
9934         (gst_tcpserversink_init_send):
9935         * gst/tcp/gsttcpserversink.h:
9936         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9937         * gst/tcp/gsttcpserversrc.h:
9938         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
9939         version of IP)
9941 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9943         * configure.ac:
9944         Added ogg library so that OSX detects libtheora properly
9946 2004-06-11  Wim Taymans  <wim@fluendo.com>
9948         * ext/theora/theoradec.c: (theora_dec_chain),
9949         (theora_dec_change_state):
9950         Don't try to decode frames before we received a keyframe.
9952 2004-06-11  Wim Taymans  <wim@fluendo.com>
9954         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9955         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
9956         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
9957         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
9958         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
9959         Added property to set the maximum delay of a page.
9961 2004-06-10  Wim Taymans  <wim@fluendo.com>
9963         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9964         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
9965         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
9966         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
9967         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
9968         Added max-delay property to control the maximum amount
9969         of data to put in one page.
9971 2004-06-10  Wim Taymans  <wim@fluendo.com>
9973         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9974         (gst_theora_enc_init), (theora_enc_sink_link),
9975         (theora_buffer_from_packet), (theora_enc_set_property),
9976         (theora_enc_get_property):
9977         Set duration on encoded buffer, added some more properties
9979 2004-06-10  Wim Taymans  <wim@fluendo.com>
9981         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9982         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
9983         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
9984         * ext/theora/theoraenc.c: (theora_enc_chain):
9985         Fix refcounting bugs
9987 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9989         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
9990         (gst_asf_demux_loop), (gst_asf_demux_process_file),
9991         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
9992         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
9993         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
9994         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
9995         (gst_asf_demux_change_state):
9996         * gst/asfdemux/gstasfdemux.h:
9997           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
9998           feels like. I think we should set a new requirement for demuxers
9999           from now on to implement sane loop functions, data loops, query
10000           and seek functions before first commit into CVS. And this commit
10001           fixes all of the above.
10003 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
10005         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
10006           vorbis comments are properly encoded in UTF-8 before adding them
10007           to a GstTagList
10009 2004-06-09  Benjamin Otte  <otte@gnome.org>
10011         * ext/alsa/gstalsa.c: (add_channels):
10012           handle min <= max correctly
10013         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
10014         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
10015           add fixation functions so we fixate correctly. No preferring of alaw
10016           anymore because it's the first structure.
10017         * ext/alsa/gstalsa.h:
10018         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
10019         (gst_alsa_hw_params_dump):
10020           add functions to ease debugging in alsalib
10021         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
10022         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
10023         (gst_alsa_start_audio):
10024           only specify hw params if we really setup a format (fixes #134007 -
10025           or at least works around it)
10027 2004-06-09  Wim Taymans  <wim@fluendo.com>
10029         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10030         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
10031         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
10032         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
10033         (gst_ogg_mux_loop):
10034         Use stream caps to setup the initial pages in the ogg stream.
10035         Correctly set the streamheader caps on the srcpad.
10037 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10039         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
10040         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
10041         (gst_v4lsrc_getcaps):
10042         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
10043         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
10044           add querying of fps lists for webcams.  Negotiating to a framerate
10045           now works.
10047 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10049         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10050         (theora_push_buffer), (theora_push_packet),
10051         (theora_set_header_on_caps), (theora_enc_chain):
10052           mark buffers and put on streamheader, raw theora streaming
10053           now works too, whee
10055 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10057         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
10058         (gst_tcp_gdp_read_caps):
10059           do a looping read for caps and GDP headers too
10061 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10063         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
10064         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
10065           return EOS instead of NULL in _get
10067 2004-06-08  Wim Taymans  <wim@fluendo.com>
10069         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
10070         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
10071         (gst_tcp_gdp_write_caps):
10072         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
10073         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
10074         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
10075         Memory leak fixes
10077 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10079         * ext/vorbis/Makefile.am:
10080         * ext/vorbis/vorbis.c: (plugin_init):
10081         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
10082         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
10083         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
10084         (vorbis_parse_change_state):
10085         * ext/vorbis/vorbisparse.h:
10086           adding a vorbisparse element that marks the buffers, streaming
10087           raw vorbis using GDP now works, whee
10089 2004-06-08  Wim Taymans  <wim@fluendo.com>
10091         * ext/jpeg/Makefile.am:
10092         * ext/jpeg/README:
10093         * ext/jpeg/gstjpeg.c: (plugin_init):
10094         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
10095         (gst_smokedec_base_init), (gst_smokedec_class_init),
10096         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
10097         * ext/jpeg/gstsmokedec.h:
10098         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
10099         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
10100         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
10101         (gst_smokeenc_resync), (gst_smokeenc_chain),
10102         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
10103         * ext/jpeg/gstsmokeenc.h:
10104         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
10105         (smokecodec_flush_destination), (smokecodec_term_destination),
10106         (smokecodec_init_source), (smokecodec_fill_input_buffer),
10107         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
10108         (smokecodec_term_source), (smokecodec_encode_new),
10109         (smokecodec_decode_new), (smokecodec_info_free),
10110         (smokecodec_set_quality), (smokecodec_get_quality),
10111         (smokecodec_set_threshold), (smokecodec_get_threshold),
10112         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10113         (find_best_size), (abs_diff), (put), (smokecodec_encode),
10114         (smokecodec_parse_header), (smokecodec_decode):
10115         * ext/jpeg/smokecodec.h:
10116         Added a new simple jpeg based codec
10118 2004-06-08  Wim Taymans  <wim@fluendo.com>
10120         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
10121         (gst_multipart_mux_loop):
10122         Fix memory leak
10124 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10126         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
10127         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
10128         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
10129         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
10130         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
10131         * gst/tcp/gsttcpserversink.h:
10132           take streamheader into account
10134 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10136         * gst/level/Makefile.am:
10137         * gst/level/gstlevel.c: (gst_level_class_init):
10138           clean up marshal generation
10140 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10142         * gst/tcp/Makefile.am:
10143         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
10144         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
10145         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
10146         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
10147         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
10148         (gst_tcpclientsrc_get_property):
10149         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10150         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
10151         (gst_tcpserversink_handle_client_read),
10152         (gst_tcpserversink_handle_client_write),
10153         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
10154         * gst/tcp/gsttcpserversink.h:
10155           add signals client-added and client-removed
10156         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
10157         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
10158         (gst_tcpserversrc_get_property):
10159         uniformized, change default protocol to NONE
10160         * gst/tcp/gsttcp-marshal.list: added
10161 2004-06-07  Benjamin Otte  <otte@gnome.org>
10163         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10164           handle discont events if they happen before caps nego
10166 2004-06-07  Wim Taymans  <wim@fluendo.com>
10168         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
10169         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
10170         (gst_multipart_demux_plugin_init):
10171         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
10172         (gst_multipart_mux_init), (gst_multipart_mux_loop),
10173         (gst_multipart_mux_change_state):
10174         Small updates, fix a memleak
10176 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10178         * configure.ac: OSS portability
10179         * ext/arts/gst_arts.c: idem
10180         * sys/oss/gstosselement.c: idem
10181         * sys/oss/gstossmixer.c: idem
10182         * sys/oss/gstosssink.c: idem
10183         * sys/oss/gstosssrc.c: idem
10184         * sys/oss/oss_probe.c: idem
10185           - check for soundcard.h in different places for some BSD
10187 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
10189         * AUTHORS:
10190         Add me to the authors file
10191         * configure.ac:
10192         Increase the libdv requirement to >= version 0.100
10193         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
10194         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
10195         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
10196         * ext/dv/gstdvdec.h:
10197         Add support for the new_media flag when sending DISCONT events
10198         Make the querying work when video pad is not linked
10200 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
10202         reviewed by Benjamin Otte  <otte@gnome.org>
10204         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
10205           create a NULL-initialized array of pads, so we don't think they
10206           exist already. (fixes #143130)
10208 2004-06-07  Benjamin Otte  <otte@gnome.org>
10210         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
10211         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
10212         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
10213           don't use // coments
10215 2004-06-07  Benjamin Otte  <otte@gnome.org>
10217         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
10218           cast to GstClockTime to get higher granularity
10219         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10220           use gst_element_set_time_delay to get the exact time
10221         * ext/mad/gstmad.c: (gst_mad_chain):
10222           use the negotiated rate instead of the current frame's rate which
10223           might be wrong because of bit errors. This avoids emitting totally
10224           bogus timestamps and screwing sync.
10225         (fixes #143454)
10227 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
10229         reviewed by Benjamin Otte  <otte@gnome.org>
10231         * gst/adder/gstadder.c: (gst_adder_loop):
10232           properly error out when no negotiation has happened yet. (fixes
10233           #143032)
10235 2004-06-06  Benjamin Otte  <otte@gnome.org>
10237         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
10238           forward correctly transformed offset in discont events. Based on
10239           patch by Arwed v. Merkatz. (fixes #142851)
10241 2004-06-06  David Schleef  <ds@schleef.org>
10243         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
10244         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
10245         problems on several systems.
10247 2004-06-06  Benjamin Otte  <otte@gnome.org>
10249         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10250           use explicit caps on the srcpad
10251         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10252           properly error out if caps couldn't be set (fixes #142764)
10254 2004-06-06  Benjamin Otte  <otte@gnome.org>
10256         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
10257         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
10258         (gst_alsa_start_audio):
10259           - don't call set_periods_integer anymore, it breaks the
10260           configuration randomly
10261           - call snd_pcm_hw_params_set_access directly instead of using masks
10262           - don't fail if the sw_params can't be set, just use the default
10263           params and hope it works. Alsalib has weird issues when you touch
10264           sw_params and does no proper error reporting about what failed.
10265         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
10266         (gst_alsa_close_audio):
10267           make our alsa debugging go via gst debugging and not conditionally
10268           defined
10269         * ext/alsa/gstalsa.h:
10270           add ALSA_DEBUG_FLUSH macro
10271         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
10272         (plugin_init):
10273           wrap alsa errors to be printed via the gst debugging system and not
10274           spammed to stderr
10276 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10278         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
10279         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
10280         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
10281         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
10282         (qtdemux_parse_trak):
10283         * gst/qtdemux/qtdemux.h:
10284           Bitch. Also known as seeking, querying & co.
10285         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
10286         (gst_osssink_change_state):
10287         * sys/oss/gstosssink.h:
10288           Resyncing is for weenies, this hack is no longer needed and was
10289           broken anyway (since it - unintendedly - always leaves resync to
10290           TRUE).
10292 2004-06-05  Andrew Turner <zxombie@hotpop.com>
10294         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
10295         * gst/tcp/gsttcpclientsrc.h: idem
10296           - define MSG_NOSIGNAL if not done
10297           - include unistd.h for off_t
10298           (fixes #143749)
10300 2004-06-05  Benjamin Otte  <otte@gnome.org>
10302         * configure.ac:
10303         * ext/kio/Makefile.am:
10304           check for qt's moc preprocessor explicitly and use it
10306 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10308         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
10309           don't get a signal for EPIPE on socket writes
10310           (somebody check if this works on other platforms)
10312 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10314         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
10315         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
10316           check error condition on available samples correctly
10318 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10320         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
10321           avoid a segfault
10322         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
10323         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
10324         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
10325         (gst_tcpserversrc_gdp_read_header):
10326          use ssize_t over size_t since the former is signed and thus the
10327          check for error codes can work
10329 2004-06-02  Wim Taymans  <wim@fluendo.com>
10331         reviewed by: Johan
10333         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
10334         (gst_multipart_mux_loop):
10335         Oops
10337 2004-06-02  Wim Taymans  <wim@fluendo.com>
10339         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
10340         (gst_multipart_mux_init), (gst_multipart_mux_loop),
10341         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
10342         (gst_multipart_mux_change_state):
10343         Added configurable boundary specifier, added the value as a
10344         caps field as well.
10346 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10348         * gst/tcp/gsttcp.c:
10349         * gst/tcp/gsttcpclientsrc.c:
10350         * gst/tcp/gsttcpclientsrc.h:
10351         * gst/tcp/gsttcpserversrc.c:
10352           - portability fix, to compile on OSX
10353             (fixes #143146)
10355         * sys/osxaudio/gstosxaudioelement.c:
10356         * sys/osxaudio/gstosxaudiosink.c:
10357         * sys/osxaudio/gstosxaudiosrc.c:
10358           - compilation warnings on OSX
10359             (fixes #143153)
10361 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10363         * ext/vorbis/vorbisdec.c : sign warning fixes
10365         * gst-libs/gst/mixer/mixertrack.c :
10366           do no use defines which are glib 2.4 specific
10368 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
10370         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
10371           buffer since libflac doesn't expect it (reports a sync error when
10372           it encounters that)
10375 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
10377         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
10378         * gst-libs/gst/mixer/mixertrack.c:
10379         (gst_mixer_track_get_property), (get_mixer_track_init),
10380         (get_mixer_track_get_property): Added property accessors
10381         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
10382         * gst-libs/gst/mixer/mixeroptions.c:
10383         (gst_mixer_options_get_values): Added
10384         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
10385         * gst-libs/gst/mixer/mixer.c: Fixed comment
10388 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10390         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
10391           improve error messages on open
10394 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10396         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10397           check if v4l-conf is in path
10399 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10401         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
10402           change assert to a more readable error message
10404 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10406         * gst-libs/gst/tuner/tunerchannel.h:
10407           - add a freq_multiplicator field to make the conversion
10408             between internal frequency unit and Hz
10409         * sys/v4l/gstv4lelement.c:
10410         * sys/v4l2/gstv4l2element.c:
10411           - change default video device to /dev/video0
10412         * sys/v4l/v4l_calls.c:
10413         * sys/v4l2/v4l2_calls.c:
10414           - we only expose frequency to the user in Hz instead of
10415             bastard v4lX unit (either 62.5kHz or 62.5Hz)
10417 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
10418         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10419           Initialise b_o_s and e_o_s variables
10420         * gst-libs/gst/riff/riff-media.c:
10421         (gst_riff_create_video_caps_with_data):
10422           Add some unusual fourcc's from mplayer avi's
10423         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
10424           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
10425           autoplugging.
10427 2004-05-28  Wim Taymans  <wim@fluendo.com>
10429         * configure.ac:
10430         * gst/alpha/Makefile.am:
10431         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
10432         (gst_alpha_get_type), (gst_alpha_base_init),
10433         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
10434         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
10435         (gst_alpha_chroma_key), (gst_alpha_chain),
10436         (gst_alpha_change_state), (plugin_init):
10437         A plugin to add an alpha channel to I420 video. Can optionally do
10438         chroma keying.
10439         * gst/multipart/Makefile.am:
10440         * gst/multipart/multipart.c: (plugin_init):
10441         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
10442         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
10443         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
10444         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
10445         (gst_multipart_demux_change_state),
10446         (gst_multipart_demux_plugin_init):
10447         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
10448         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
10449         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
10450         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
10451         (gst_multipart_mux_pad_unlink),
10452         (gst_multipart_mux_request_new_pad),
10453         (gst_multipart_mux_handle_src_event),
10454         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
10455         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
10456         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
10457         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
10458         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
10459         send multipart jpeg images to a browser.
10460         * gst/videobox/Makefile.am:
10461         * gst/videobox/README:
10462         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
10463         (gst_video_box_get_type), (gst_video_box_base_init),
10464         (gst_video_box_class_init), (gst_video_box_init),
10465         (gst_video_box_set_property), (gst_video_box_get_property),
10466         (gst_video_box_sink_link), (gst_video_box_i420),
10467         (gst_video_box_ayuv), (gst_video_box_chain),
10468         (gst_video_box_change_state), (plugin_init):
10469         Crops or adds borders around an image. can do alpha channel
10470         borders as well.
10471         * gst/videomixer/Makefile.am:
10472         * gst/videomixer/README:
10473         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
10474         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
10475         (gst_videomixer_pad_get_sink_event_masks),
10476         (gst_videomixer_pad_get_property),
10477         (gst_videomixer_pad_set_property),
10478         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
10479         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
10480         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
10481         (gst_videomixer_base_init), (gst_videomixer_class_init),
10482         (gst_videomixer_init), (gst_videomixer_request_new_pad),
10483         (gst_videomixer_handle_src_event),
10484         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
10485         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
10486         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
10487         (gst_videomixer_loop), (gst_videomixer_get_property),
10488         (gst_videomixer_set_property), (gst_videomixer_change_state),
10489         (plugin_init):
10490         Generic video mixer plugin, can handle multiple inputs all with
10491         different framerates and video sizes. Is fully alpha channel
10492         aware.
10494 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10496         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10497           Select first track as master track. Not sure how else to handle
10498           that...
10499         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
10500           Discard discont events. Should fix #142962.
10502 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10504         * ext/alsa/Makefile.am:
10505         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
10506         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
10507         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
10508         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
10509         (gst_alsa_mixer_get_option):
10510         * ext/alsa/gstalsamixer.h:
10511         * ext/alsa/gstalsamixeroptions.c:
10512         (gst_alsa_mixer_options_get_type),
10513         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
10514         (gst_alsa_mixer_options_new):
10515         * ext/alsa/gstalsamixeroptions.h:
10516         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10517         * ext/alsa/gstalsamixertrack.h:
10518           Add enumerations (as GstMixerOptions). Make correct distinction
10519           between input/output tracks. Add capture/playback private flag.
10520           Use flag to decide on whether to set capture or playback volumes
10521           or switches. Use playback and record switches.
10522         * gst-libs/gst/mixer/Makefile.am:
10523         * gst-libs/gst/mixer/mixer-marshal.list:
10524         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
10525         (gst_mixer_set_option), (gst_mixer_get_option),
10526         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
10527         (gst_mixer_volume_changed), (gst_mixer_option_changed):
10528         * gst-libs/gst/mixer/mixer.h:
10529         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
10530         (gst_mixer_options_class_init), (gst_mixer_options_init),
10531         (gst_mixer_options_dispose):
10532         * gst-libs/gst/mixer/mixeroptions.h:
10533           Add GstMixerOptions.
10534         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
10535           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
10536           broken device detection on computers with multiple OSS sound
10537           cards.
10539 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10541         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10542           fixate nicely even when the peer is not negotiating
10544 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10546         * gst/audioconvert/gstaudioconvert.c:
10547         (gst_audio_convert_parse_caps):
10548           make sure we don't allow depth > width
10549         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10550           fixate endianness to G_BYTE_ORDER as default
10551         * gst/audioscale/gstaudioscale.c:
10552           we don't handle another endianness as host-endianness
10554 2004-05-25  David Schleef  <ds@schleef.org>
10556         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
10558 2004-05-24  Benjamin Otte  <otte@gnome.org>
10560         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
10561         (gst_oggvorbisenc_setup):
10562           properly fail when we can't setup the vorbis encoder due to
10563           unsupported settings
10564         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
10565         (gst_vorbisenc_setup):
10566           same
10567         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10568           fix case where warnings occured when one pad was unlinked while the
10569           other's link function was called
10571 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10573         * gst/tcp/Makefile.am:
10574           use GST_ENABLE_NEW
10576 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10578         * gst-libs/gst/resample/private.h:
10579           don't use optimizations that are #if 0'ed
10581 2004-05-24  Wim Taymans  <wim@fluendo.com>
10583         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
10584         Fix potential division by zero error and hopefully get
10585         the position query right to get correct timestamps on avi
10586         audio.
10588 2004-05-24  Wim Taymans  <wim@fluendo.com>
10590         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
10591         (gst_videoscale_scale_nearest_str2),
10592         (gst_videoscale_scale_nearest_str4),
10593         (gst_videoscale_scale_nearest_32bit),
10594         (gst_videoscale_scale_nearest_24bit),
10595         (gst_videoscale_scale_nearest_16bit):
10596         Fix the scaling algorithm and avoid a buffer overflow.
10597         removed the while loop in the scaling function as it
10598         was used for point sampling only.
10600 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10602         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
10603         (gst_id3_tag_class_init), (gst_id3_tag_init),
10604         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
10605         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
10606         (gst_id3_tag_send_tag_event):
10607           lots of fixes to make id3mux work and id3demux work correctly
10609 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10611         * ext/Makefile.am:
10612           add rules to build shout2send (was removed by accident
10613           when this module was no more marked experimental/broken)
10615 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10617         * ext/shout2/gstshout2.c:
10618         * ext/shout2/gstshout2.h:
10619           adding a "connection problem" signal to shout2send
10620           (fixes #142954)
10622 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10624         * ext/kio/kioreceiver.cpp:
10625         * ext/kio/kioreceiver.h:
10626           fix sign comparison issues
10628 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10630         * gst/cdxaparse/gstcdxaparse.c:
10631         * gst/cdxaparse/gstcdxaparse.h:
10632           some renaming
10633           add some checks/sanity
10634           prepare for seek addition
10636         * sys/sunaudio/gstsunaudio.c:
10637           remove exported dupe init function
10639 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
10641         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
10642         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
10643           Fix format conversion and position querying.
10644         * gst/debug/progressreport.c: (gst_progressreport_report):
10645           Don't output a bogus total value that we didn't query.
10646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10647           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
10648           only a blank window after xine has been used.
10650 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10652         * m4/as-arts.m4:
10653           sync with upstream version to fix test on FC2
10654           readd with -ko to preserve Id header
10656 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10658         * configure.ac:
10659           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
10660         * gst/tcp/gsttcpclientsrc.c: idem
10661         * gst/tcp/gsttcpserversink.c: idem
10662         * gst/tcp/gsttcpserversrc.c: idem
10663         * m4/gst-fionread.m4: idem
10665         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
10667         * configure.ac: enable speex plugin for speex 1.1.5+
10668         * ext/speex/gstspeexenc.c: fix cast warning
10670         * ext/esd/README: fix typo
10672 2004-05-20  David Schleef  <ds@schleef.org>
10674         * configure.ac: Minor cosmetic change to convince the buildbot to
10675         reautogen.
10676         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
10677         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
10678         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
10679         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
10680         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
10681         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
10682         More hacking.  Plays audio now.
10684 2004-05-20  David Schleef  <ds@schleef.org>
10686         * configure.ac:
10687         * sys/Makefile.am:
10689 2004-05-20  David Schleef  <ds@schleef.org>
10691         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
10692         * sys/osxaudio/gstosxaudio.c:
10693         * sys/osxaudio/gstosxaudioelement.c:
10694         * sys/osxaudio/gstosxaudioelement.h:
10695         * sys/osxaudio/gstosxaudiosink.c:
10696         * sys/osxaudio/gstosxaudiosink.h:
10697         * sys/osxaudio/gstosxaudiosrc.c:
10698         * sys/osxaudio/gstosxaudiosrc.h:
10700 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10702         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
10703         (gst_vorbisenc_chain):
10704           put the codec headers on the caps as streamheader as well as
10705           pushing them out
10707 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10709         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
10710         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
10711         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
10712         split up push_packet into two functions
10714 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10716         * gst/tcp/.cvsignore:
10717           ignore enums
10718         * gst/tcp/Makefile.am:
10719         * gst/tcp/README:
10720         * gst/tcp/gsttcp.c:
10721         * gst/tcp/gsttcp.h:
10722         * gst/tcp/gsttcpclientsink.c:
10723         * gst/tcp/gsttcpclientsink.h:
10724         * gst/tcp/gsttcpclientsrc.c:
10725         * gst/tcp/gsttcpclientsrc.h:
10726         * gst/tcp/gsttcpplugin.c:
10727         * gst/tcp/gsttcpserversink.c:
10728         * gst/tcp/gsttcpserversink.h:
10729         * gst/tcp/gsttcpserversrc.c:
10730         * gst/tcp/gsttcpserversrc.h:
10731           add new tcp elements
10733 2004-05-19  Wim Taymans  <wim@fluendo.com>
10735         * gst/law/mulaw-conversion.c: (mulaw_encode):
10736         Fix overflow bug in ulaw encoding.
10738 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10740         * ext/mad/gstmad.c: (gst_mad_handle_event):
10741           don't unref the event twice
10743 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10745         * configure.ac:
10746           remove -Wno-sign-compare
10748 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10750         * configure.ac:
10751           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
10752           if you want to work against glib 2.2 and 2.4
10754 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10756         * gst/tcp/Makefile.am:
10757         * gst/tcp/gsttcp.c:
10758         * gst/tcp/gsttcp.h:
10759         * gst/tcp/gsttcpsink.h:
10760         * gst/tcp/gsttcpsrc.h:
10761           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
10763 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10765         * gst/debug/tests.c: (md5_get_value):
10766           fix segfault on gst-inspect
10768 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10770         * gst/debug/testplugin.c:
10771         * gst/debug/tests.c:
10772         * gst/debug/tests.h:
10773           add new extensible and configurable testing element. Current tests
10774           include buffer count, stream length, timestamp/duration matching and
10775           md5.
10776         * gst/debug/Makefile.am:
10777         * gst/debug/gstdebug.c: (plugin_init):
10778           add infrastructure for new element
10780 2004-05-19  Johan Dahlin  <johan@gnome.org>
10782         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
10783         ending of the array. Fixes gst-inspect segfault on ppc.
10785 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10787         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
10789         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
10791 2004-05-18  David Schleef  <ds@schleef.org>
10793         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
10794         warnings (bugs, actually) noticed by gcc but not forte.
10796 2004-05-18  David Schleef  <ds@schleef.org>
10798         * sys/sunaudio/Makefile.am:
10799         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
10801 2004-05-18  David Schleef  <ds@schleef.org>
10803         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10804         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
10805         to allow qtdemux to use non-seekable streams. (bug #142272)
10807 2004-05-18  David Schleef  <ds@schleef.org>
10809         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
10810         (gst_resample_sinc_ft_float): Remove use of static temporary
10811         buffer.  This code was obviously not supposed to last long, but
10812         it's stuck in our ABI, so it required a little hack to make it
10813         ABI-compatible.  Fixes #142585.
10814         * gst-libs/gst/resample/resample.h: same.
10816 2004-05-18  David Schleef  <ds@schleef.org>
10818         * configure.ac: Add sunaudio
10819         * examples/Makefile.am: make gstplay depend on gconf
10820         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
10821         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
10822         (convert_table_lookup), (img_convert): remove c99-isms
10823         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
10824           unsigned, to fix a warning on Solaris
10825         * gst/mpeg1sys/systems.c: bcopy->memcpy
10826         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
10827         * sys/Makefile.am: Add sunaudio
10829 2004-05-18  Wim Taymans  <wim@fluendo.com>
10831         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
10832         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10833         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
10834         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
10835         (gst_ogg_mux_loop):
10836         Fix an ugly memleak where the muxer didn't flush enough ogg
10837         pages. This also resulted in badly muxed ogg files.
10839 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10841         * gst/asfdemux/asfheaders.c :
10842         * gst/asfdemux/asfheaders.h :
10843         * gst/asfdemux/gstasfdemux.c :
10844           - fix ASF_OBJ_PADDING guid
10845           - add 3 new object guids (language list, metadata,
10846             extended stream properties)
10847           - add a function to parse extended header objects
10849 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10851         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
10852           remove leftover debugging g_print
10854 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10856         * ext/mad/gstmad.c: (gst_mad_handle_event):
10857           Fix for when the first format in a discont event is not a
10858           byte-based one. Should fix #137710.
10860 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10862         * m4/a52.m4 : fix compilation with -Wall -Werror
10863         * m4/libfame.m4 : idem
10864         * m4/libmikmod.m4 : idem
10866 2004-05-17  Benjamin Otte  <otte@gnome.org>
10868         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
10869           signal the new tags before giving up the reference
10871 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10873         * ext/shout2/gstshout2.c:
10874           use application/ogg instead of application/x-ogg (patch by Patrick
10875           Guimond, fixes #142432)
10876         * sys/oss/gstosselement.c: (gst_osselement_reset),
10877         (gst_osselement_sync_parms):
10878           don't set fragment size unless specified (fixes #142493)
10880 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10882         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
10883           fixes #142664
10885 2004-05-17  Benjamin Otte  <otte@gnome.org>
10887         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10888           compute offsets correctly for internal buffers so timestamps are set
10889           correctly when we can't seek. Also handle cases where there are no
10890           offsets. (based on a patch by David Moore, fixes #142507)
10892 2004-05-17  Benjamin Otte  <otte@gnome.org>
10894         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10895           use correct variable when determining amount of data to skip so we
10896           don't skip into the void and segfault
10898 2004-05-16  Benjamin Otte  <otte@gnome.org>
10900         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
10901           Hi, I'm a memleak
10903 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10905         * gst/asfdemux/gstasfdemux.c:
10906           - fix a mem leak and always propagate tags
10907           - add WMV3 to known video codecs (but no decoder yet)
10908           - replace "surplus data" at end of audio header for what
10909             it is : codec specific data
10910           - fix a typo
10912 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
10914         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
10916         * gst-libs/gst/audio/audioclock.c:
10917           Fix wrong return type (#142205).
10919 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10921         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
10922           Ignore CRCs by default (fixes #142566).
10924 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10926         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
10927         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
10928         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
10929         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
10930         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10931         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
10932           Fix for cases where we fail to attach to a mixer.
10934 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10936         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10937           Don't touch events after not owning them anymore.
10938         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10939         (gst_wavparse_fmt), (gst_wavparse_other),
10940         (gst_wavparse_handle_seek), (gst_wavparse_loop),
10941         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10942         (gst_wavparse_srcpad_event):
10943         * gst/wavparse/gstwavparse.h:
10944           Add seeking, fix querying.
10946 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10948         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
10949           - process comments even if they don't end with \0\0
10950             g_convert would ignore them if present and works well without them
10952 2004-05-16  Benjamin Otte  <otte@gnome.org>
10954         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
10955           simplify caps
10957 2004-05-16  Benjamin Otte  <otte@gnome.org>
10959         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
10960           don't write to memory we might not write to - g_convert does that
10961           for us anyway (fixes #142613)
10962         (gst_asf_demux_audio_caps):
10963           comment out gst_util_dump_mem
10965 2004-05-16  Benjamin Otte  <otte@gnome.org>
10967         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10968           compute correct expected timestamps after seek (broken since
10969           last commit)
10970         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
10971           rename element and debugging category to gdkpixbufscale
10973 2004-05-16  Benjamin Otte  <otte@gnome.org>
10975         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10976           add error checking to snd_pcm_delay and remove duplicate call to
10977           snd_pcm_delay that caused issues (see inline code comments)
10978         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
10979           make more readable and fix return value when snd_pcm_delay fails
10980         (fixes #142586)
10982 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
10983         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
10984         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
10985         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
10986         (gst_pixbufscale_link), (gst_pixbufscale_init),
10987         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
10988         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
10989         (gst_pixbufscale_get_property), (pixbufscale_init):
10990         * ext/gdk_pixbuf/pixbufscale.h:
10991         Add these files I forgot earlier
10993 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
10994         * ext/gdk_pixbuf/Makefile.am:
10995         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
10996         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10997         Add new pixbufscale element to scale RGB video
10998         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
10999         and HYPER interpolation correctly.
11000         * ext/theora/theoraenc.c: (theora_enc_chain),
11001         Discard buffer and return if explicit caps could not be set
11002         (theora_enc_get_property):
11003         Make _get return kbps for the bitrate consistent with
11004         the _set function.
11007 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11009         * ext/libvisual/visual.c: (gst_visual_chain):
11010           add missing visual_audio_analyze
11012 2004-05-14  David Schleef  <ds@schleef.org>
11014         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
11015         is killed while we're playing.
11016         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
11017         gst_element_no_more_pads().
11019 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11021         * gst-libs/gst/riff/riff-read.c :
11022           - fix INFO tag extraction in RIFF/AVI files
11023             because gst_event_unref (event) also freed taglist
11024           - avoid a mem leak
11026 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11028         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
11029         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
11031         * gst/auparse/gstauparse.c :
11032           - add code (commented for now) to support audio/x-adpcm on src pad
11033             (we have no decoder for those layout yet)
11035         * gst/cdxaparse/gstcdxaparse.c :
11036         * gst/cdxaparse/gstcdxaparse.h :
11037           - partial rewrite using RiffRead (ripped iain's wavparse code)
11039         * gst/rtp/gstrtpL16enc.c : typo
11040         * gst/rtp/gstrtpgsmenc.c : typo
11042 2004-05-13  Benjamin Otte  <otte@gnome.org>
11044         * configure.ac:
11045           check for exact version of libvisual, it's not supposed to be
11046           API/ABI stable yet
11048 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11050         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
11051           signal no-more-pads
11053 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
11055         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
11056         Report which format was used for GST_FORMAT_DEFAULT
11057         * gst/debug/Makefile.am:
11058         * gst/debug/gstdebug.c: (plugin_init):
11059         * gst/debug/progressreport.c: (gst_progressreport_base_init),
11060         (gst_progressreport_class_init), (gst_progressreport_init),
11061         (gst_progressreport_report), (gst_progressreport_set_property),
11062         (gst_progressreport_get_property), (gst_progressreport_chain),
11063         (gst_progressreport_plugin_init):
11064         Add progressreport element for testing.
11066 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11068         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
11069         * sys/v4l/gstv4lsrc.h:
11070         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
11071         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
11072         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
11073         (gst_v4lsrc_grab_frame):
11074           add more debugging
11075           send a discont at start
11077 2004-05-12  Colin Walters  <walters@redhat.com>
11079         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
11080         inflooping if we can't find a chunk.  Or in other words, don't blow
11081         chunks if we don't have a chunk to blow.
11083 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
11084         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
11085         Remove old debug output
11086         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
11087         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
11088         (gst_dvdec_set_property), (gst_dvdec_get_property):
11089         Change the quality setting to an enum, so it works from gst-launch
11090         Don't renegotiate a non-linked pad. Allows audio only decoding.
11091         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
11092         (gst_deinterlace_link), (gst_deinterlace_init):
11093         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
11094         (gst_videodrop_link):
11095         Some caps negotiation fixes
11097 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11099         * ext/tarkin/gsttarkin.c :
11100           - Change RANK from NONE to PRIMARY
11101         * ext/gdk_pixbuf/gstgdkpixbuf.c :
11102           - Change RANK from NONE to MARGINAL
11103         * ext/divx/gstdivxenc.c :
11104           - Change RANK from PRIMARY to NONE (encoder/spider issue)
11106 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11108         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
11109         (gst_vorbisenc_push_packet):
11110           copy a function that was added between 1.0 and 1.0.1 until we
11111           depend on worthwhile features of post-1.0
11113 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11115         * configure.ac:
11116           enable shout2 by default
11117         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
11118         (gst_shout2send_base_init), (gst_shout2send_init),
11119         (gst_shout2send_connect), (gst_shout2send_change_state):
11120         * ext/shout2/gstshout2.h:
11121           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
11122           #142262)
11123         * ext/theora/theora.c: (plugin_init):
11124           don't set rank on encoders
11126 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
11128         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
11129           Use codec_data property instead of flag1 and flag2 for wma
11131 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11133         * gst/cdxaparse/gstcdxaparse.c :
11134           - Add mpegversion to CAPS to make it link
11135           - Rank is as GST_RANK_SECONDARY instead of NONE
11136         * gst/auparse/gstauparse.c :
11137           - Document all audio encoding we can encounter from Solaris 9
11138             headers and libsndfile information.
11139           - Increase max. rate from 48000 to 192000 (to match other elements)
11140           - Don't try to play junk data between header and samples
11142 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11144         * ext/libvisual/visual.c: (gst_visual_getcaps):
11145           use the right caps depending on endianness (I hope)
11146         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
11147           use GST_RANK_NONE for all non-decoding elements or spider gets
11148           mighty confused
11150 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11152         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
11153           Fix some odd cases and fix BE metadata parsing of unicode16 text.
11155 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11157         * gst/switch/gstswitch.c: (gst_switch_release_pad),
11158         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
11159         (gst_switch_loop), (gst_switch_get_type):
11160           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
11161           HEADERS. Had to be said.
11163 2004-05-10  David Schleef  <ds@schleef.org>
11165         * configure.ac: Add prototype Dirac support.
11166         * ext/Makefile.am:
11167         * ext/dirac/Makefile.am:
11168         * ext/dirac/gstdirac.cc:
11169         * ext/dirac/gstdiracdec.cc:
11171 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11173         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
11174         (gst_auparse_init), (gst_auparse_chain),
11175         (gst_auparse_change_state):
11176           Hack around spider. Remove me some day please.
11178 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11180         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11181           Fix for some uninitialized variables in previous patch, also
11182           makes it work. Fixes #142286 while we're at it.
11184 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11186         * gst/auparse/gstauparse.c:
11187                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
11188                 only unsupported formats are ADPCM/CCITT G.72x
11189                 reviewed by Ronald
11190         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
11192 2004-05-10  Wim Taymans  <wim@fluendo.com>
11194         * ext/vorbis/Makefile.am:
11195         * ext/vorbis/README:
11196         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
11197         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
11198         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
11199         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
11200         (gst_oggvorbisenc_convert_sink),
11201         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
11202         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
11203         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
11204         (get_constraints_string), (update_start_message),
11205         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
11206         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
11207         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
11208         * ext/vorbis/oggvorbisenc.h:
11209         * ext/vorbis/vorbis.c: (plugin_init):
11210         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
11211         (raw_caps_factory), (gst_vorbisenc_class_init),
11212         (gst_vorbisenc_init), (gst_vorbisenc_setup),
11213         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
11214         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
11215         * ext/vorbis/vorbisenc.h:
11216         Added a raw vorbis encoder to be used with the oggmuxer.
11217         We still need the old encoder for some gnome applications,
11218         read the README to find out how that works.
11219         The raw encoder is called "rawvorbisenc" until 0.9.
11221 2004-05-10  Wim Taymans  <wim@fluendo.com>
11223         * ext/ogg/gstogg.c: (plugin_init):
11224         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
11225         (gst_ogg_print):
11226         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
11227         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
11228         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
11229         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
11230         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
11231         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
11232         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
11233         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
11234         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
11235         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
11236         Added an ogg muxer.
11237         Small typo fixes in the demuxer.
11239 2004-05-10  Wim Taymans  <wim@fluendo.com>
11241         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11242         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
11243         (theora_enc_change_state), (theora_enc_set_property),
11244         (theora_enc_get_property):
11245         Mark the last packet with an EOS flag which is not really needed
11246         in gstreamer.
11247         Do some better video framerate initialisation.
11248         Update the buffer timestamp.
11250 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
11252         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
11253         Return the result of the parent state change call
11255 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11257         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
11258         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
11259         * gst/law/alaw-encode.c : (idem)
11260         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
11261         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
11262         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
11264 2004-05-09  Benjamin Otte  <otte@gnome.org>
11266         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
11267           don't use a fixed buffer size when writing variable length data to
11268           it. Fixes memory corruption and makes alsasrc work
11270 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11272         * ext/gnomevfs/gstgnomevfssink.c:
11273         (_gst_boolean_allow_overwrite_accumulator),
11274         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
11275           Run glib's default signal handler (??) in RUN_CLEANUP rather than
11276           RUN_LAST, and don't use that to set the accumulator value because
11277           then it's always FALSE.
11279 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11281         * gst-libs/gst/riff/riff-media.c:
11282         (gst_riff_create_video_caps_with_data),
11283         (gst_riff_create_audio_caps),
11284         (gst_riff_create_audio_template_caps):
11285         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
11286           Fix for unaligned RIFF files (i.e. where all the chunks together
11287           in a LIST chunk are not of the same size as the size given in
11288           the LIST chunk header). Fixes several odd WAVE files. Also fix
11289           ADPCM (block_align property) in audio, so that wavparse based
11290           on this works now as it used to stand-alone.
11292 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
11294         reviewed by Benjamin Otte  <otte@gnome.org>
11296         * ext/a52dec/gsta52dec.c:
11297         * ext/divx/gstdivxdec.c:
11298         * ext/divx/gstdivxenc.c:
11299         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
11300         * ext/faac/gstfaac.c: (gst_faac_base_init):
11301         * ext/faad/gstfaad.c: (gst_faad_base_init):
11302         * ext/ivorbis/vorbisfile.c:
11303         * ext/lame/gstlame.c:
11304         * ext/libfame/gstlibfame.c:
11305         * ext/mpeg2enc/gstmpeg2enc.cc:
11306         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
11307         * ext/sidplay/gstsiddec.cc:
11308         * ext/speex/gstspeexdec.c:
11309         * ext/speex/gstspeexenc.c:
11310         * ext/xvid/gstxviddec.c:
11311         * ext/xvid/gstxvidenc.c:
11312           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
11313           (fixes #142193)
11315 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11317         * ext/alsa/gstalsa.c: (device_list),
11318         (gst_alsa_class_probe_devices):
11319         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
11320           Fix alsa oddness in mixer after the combination of using mixer
11321           in source/sink elements and using hw:x,y instead of just hw:x.
11323 2004-05-09  Benjamin Otte  <otte@gnome.org>
11325         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
11326         (gst_wavparse_create_sourcepad):
11327           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
11328           sourcepads
11330 2004-05-09  Benjamin Otte  <otte@gnome.org>
11332         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11333           allow discont events before caps nego
11335 2004-05-08  Benjamin Otte  <otte@gnome.org>
11337         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
11338           don't leak events
11340 2004-05-08  Benjamin Otte  <otte@gnome.org>
11342         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
11343         (gst_level_change_state), (gst_level_init):
11344         * gst/level/gstlevel.h:
11345           figure out if we're initialized directly instead of keeping a
11346           variable that's wrong in 90% of cases
11347           don't initialize pads and then leak them and use a new unitialized
11348           pad. (fixes #142084)
11349           these were bugs so n00bish I didn't find them for an hour :/
11351 2004-05-08 Iain <iain@prettypeople.org>
11353         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
11354         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
11355         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
11356         return the length that was read.
11357         (gst_riff_read_strf_auds): Allow fmt tags as well.
11359 2004-05-07  David Schleef  <ds@schleef.org>
11361         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
11362         signed char assumption in faad.h.
11364 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11366         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
11367           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
11369 2004-05-07  Colin Walters  <walters@redhat.com>
11371         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
11372         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
11373         function.
11374         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
11375         Add dispose function.
11377 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
11378         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
11379           Fix caps nego and pad templates. RGB mode caps should
11380           work now.
11381         * ext/dvdnav/gst-dvd:
11382           Move mpeg2dec inside the thread because otherwise the
11383           queue rejects cap changes mid-stream
11384         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
11385         (gst_mpeg2dec_flush_decoder):
11386           For mpeg2dec > 0.4.0, call the flush function instead of
11387           manually extracting all in-flight frames.
11388         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
11389         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
11390           Change mime type video/dv go video/x-dv to match the
11391           rest of gst-plugins
11393 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11395         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11396         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
11397         (gst_alsa_sink_class_init):
11398         * ext/alsa/gstalsasink.h:
11399         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
11400         (gst_alsa_src_class_init):
11401         * ext/alsa/gstalsasrc.h:
11402           Make alsasink/src a subclass of alsamixer so that mixer stuff
11403           shows up in gst-rec. Needs some finetuning.
11405 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11407         * ext/lame/gstlame.c: (gst_lame_chain):
11408           simplify
11409         * ext/mad/gstmad.c: (gst_mad_handle_event):
11410           fix event leak
11411         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11412           be able to detect mp3 files < 4096 bytes
11414 2004-05-06  Wim Taymans  <wim@fluendo.com>
11416         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11417         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
11418         (theora_enc_set_property), (theora_enc_get_property):
11419         Also encode the first frame, cleanup some code.
11421 2004-05-06  Wim Taymans  <wim@fluendo.com>
11423         * ext/mpeg2enc/gstmpeg2enc.cc:
11424         Forward events first before deciding that negotiation was
11425         not performed.
11427 2004-05-06  Wim Taymans  <wim@fluendo.com>
11429         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
11430         First process the events before deciding that negotiation
11431         was not performed.
11433 2004-05-06  Wim Taymans  <wim@fluendo.com>
11435         * ext/theora/Makefile.am:
11436         * ext/theora/theora.c: (plugin_init):
11437         * ext/theora/theoradec.c: (theora_dec_change_state):
11438         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
11439         (gst_theora_enc_class_init), (gst_theora_enc_init),
11440         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
11441         (theora_enc_chain), (theora_enc_change_state),
11442         (theora_enc_set_property), (theora_enc_get_property):
11443         Added a theora encoder, grouped the encoder and decoder into the
11444         same plugin.
11446 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11448         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
11449         (gst_jpegenc_chain):
11450         fix DURATION on outgoing buffers
11451         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
11452         debug using time formats
11453         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11455         (gst_xvimagesink_sink_link):
11456         windows with width/height 0 generate X errors, so don't allow them
11458 2004-05-05  Wim Taymans  <wim@fluendo.com>
11460         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
11461         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
11462         (gst_mpeg2dec_negotiate_format):
11463         * ext/mpeg2dec/gstmpeg2dec.h:
11464           removed the static pad template so that we can add the
11465           more accurate framerate value to the caps.
11468 2004-05-04  Benjamin Otte  <otte@gnome.org>
11470         * configure.ac:
11471           check for kdemacros.h, too (should fix #141821)
11472         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
11473           don't crash if no header was sent, but nicely error out (fixes part
11474           of #141554)
11476 2004-05-04  Wim Taymans  <wim@fluendo.com>
11478         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
11479         parent dispose function to avoid segfault on destroy.
11481 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11483         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
11484         (plugin_init):
11485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11486         (gst_xvimagesink_sink_link):
11487         clean up debugging caps
11488         also recreate xvimage when format has changed
11490 2004-05-04  Benjamin Otte  <otte@gnome.org>
11492         * ext/libvisual/Makefile.am:
11493         * ext/libvisual/visual.c: (gst_visual_class_init),
11494         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
11495         (gst_visual_srclink), (gst_visual_chain),
11496         (gst_visual_change_state), (plugin_init):
11497           use a GstAdapter to correctly adapt buffer sizes - allows using a
11498           framerate
11500 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11502         * sys/v4l/gstv4lelement.h:
11503         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
11504         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
11505         (gst_v4lsrc_buffer_free):
11506         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
11507         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
11508         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
11509         (gst_v4lsrc_requeue_frame):
11510         move some debugging categories around
11511         query for fps index and set accordingly if found
11513 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11515         * ext/lame/gstlame.c:
11516         correct defaults that lame_init puts out of range
11518 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11520         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
11521         (gst_divxenc_class_init):
11522         fix range since -1 is the default
11523         * gst/mpeg1sys/gstmpeg1systemencode.c:
11524         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
11525         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
11526         (gst_rtjpegdec_chain):
11527         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
11528         (gst_rtjpegenc_chain):
11529         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
11530         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
11531         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
11532         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
11533         * sys/v4l/gstv4lsrc.c:
11534         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11535         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
11536         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
11537         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
11538         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
11539           remove gst_info calls
11541 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11543         * Makefile.am:
11544         * po/af.po:
11545         * po/az.po:
11546         * po/en_GB.po:
11547         * po/nl.po:
11548         * po/sr.po:
11549         * po/sv.po:
11550           Updated translations
11552 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11554         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
11555           refactor/comment code
11557 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11559         * gst/asfdemux/Makefile.am:
11560         * gst/asfdemux/asfheaders.c:
11561         * gst/asfdemux/asfheaders.h:
11562         * gst/asfdemux/gstasf.c: (plugin_init):
11563         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
11564         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
11565         (gst_asf_demux_setup_pad):
11566         * gst/asfdemux/gstasfdemux.h:
11567         * gst/asfdemux/gstasfmux.c:
11568         * gst/asfdemux/gstasfmux.h:
11569           Add tagging support to demuxer, split out registration in its own
11570           file instead of in demux (hacky), and prevent having some tables
11571           in our memory multiple times (in asfheaders.h).
11573 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11575         * gst/matroska/matroska-demux.c:
11576         (gst_matroska_demux_parse_metadata):
11577         * gst/matroska/matroska-ids.h:
11578           Basic tag reading support.
11580 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11582         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11583           Really detect ac-3 audio.
11584         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
11585           really detect matroska files (off-by-1).
11587 2004-04-30  David Schleef  <ds@schleef.org>
11589         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11590         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
11591         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
11592         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
11593         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
11594         hackage -- parse a lot more atoms, extract a few tags.  One might even
11595         mistake this for tag support.  Maybe it is.
11596         * gst/qtdemux/qtdemux.h:
11598 2004-04-30  Colin Walters  <walters@verbum.org>
11600         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
11602 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11604         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11605         (gst_ffmpegcolorspace_getcaps):
11606           remove broken nego fix
11608 2004-04-30  Benjamin Otte  <otte@gnome.org>
11610         * configure.ac:
11611         * ext/Makefile.am:
11612         * ext/libvisual/Makefile.am:
11613         * ext/libvisual/visual.c:
11614           add initial support for libvisual (http://libvisual.sourceforge.net)
11615           libvisual is still quite alpha, so expect crashes in there :)
11617 2004-04-29  David Schleef  <ds@schleef.org>
11619         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
11620         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
11621         up qtdemux to make it spit out codec_data.  Do _not_ look at this
11622         code; you will no longer respect me.
11624 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11626         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
11627         * ext/alsa/gstalsa.h :
11628         change alsa pcm device discovery to find more than 1 device
11629         per card. code review by Ronald.
11631 2004-04-29  David Schleef  <ds@schleef.org>
11633         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
11634         Add a check for a driver bug on FreeBSD.  (bug #140565)
11636 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11638         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
11639         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
11640         (gst_jpegenc_getcaps):
11641           move format setting to inner loop
11642         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11643         (gst_ffmpegcolorspace_getcaps):
11644           use GST_PAD_CAPS if available so that we use already negotiated
11645           caps
11646         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11647         (qtdemux_parse_moov), (qtdemux_parse):
11648           extra debugging
11649         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
11650         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
11651           move hardcoded path to DEFINE
11653 2004-04-28  David Schleef  <ds@schleef.org>
11655         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
11656         (bug #140064)
11658 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11660         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
11661           Don't probe for playback device if we're a source element. Fixes
11662           #139658.
11664 2004-04-29  Benjamin Otte  <otte@gnome.org>
11666         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
11667         (gst_id3_tag_chain):
11668           rewrite buffer offset
11670 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11672         * configure.ac:
11673         * ext/Makefile.am:
11674         * ext/dts/Makefile.am:
11675         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
11676         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
11677         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
11678         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
11679         (gst_dtsdec_loop), (gst_dtsdec_change_state),
11680         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
11681         (plugin_init):
11682         * ext/dts/gstdtsdec.h:
11683           New DTS decoder.
11684         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
11685         (gst_faad_srcconnect):
11686           Add ESDS atom handling (.m4a).
11688 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11690         * ext/divx/gstdivxdec.c: (plugin_init):
11691           Remove comment that makes no sense.
11692         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
11693           Fix for obvious typo that resulted in warnings during gst-register.
11694         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
11695         (gst_xviddec_sink_link):
11696           Fix caps negotiation a bit better.
11697         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
11698           We call this 'codec_data', not 'esds'.
11700 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11702         * gst/monoscope/gstmonoscope.c:
11703           make sure we only provide 256x128
11704         * gst/monoscope/monoscope.c: (monoscope_init):
11705           assert size of 256x128
11707 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11709         * Makefile.am:
11710         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
11711         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
11712           fixate to max width and height of device
11714 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11716         * Makefile.am:
11717         * sys/v4l/gstv4l.c:
11718         * sys/v4l/gstv4lsrc.c:
11719         * sys/v4l/v4l_calls.c:
11720         * sys/v4l/v4lsrc_calls.c:
11721           fix for qc-usb driver which fakes having more than one buffer
11722           by handing the same buffer twice, which confused GStreamer's/v4lsrc
11723           buffer_free override
11724           add debugging
11726 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11728         * Makefile.am:
11729         * gst/videotestsrc/gstvideotestsrc.c:
11730         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
11731         (gst_videotestsrc_init), (gst_videotestsrc_get),
11732         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
11733         * gst/videotestsrc/gstvideotestsrc.h:
11734           add num-buffers property
11736         2004-04-26  Benjamin Otte  <otte@gnome.org>
11738         * ext/mad/gstid3tag.c: (plugin_init):
11739           set id3mux rank to NONE so it doesn't confuse spider
11740           require audio/mpeg,mpegversion=1 in id3mux
11742 2004-04-26  Benjamin Otte  <otte@gnome.org>
11744         * configure.ac:
11745           detect faad correctly as non-working if it's indeed non-working
11747 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11749         * Makefile.am:
11750         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
11751         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
11752         fix _getcaps so it only negotiates to its supported format
11754 2004-04-25  Benjamin Otte  <otte@gnome.org>
11756         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
11757           fix memleak
11759 2004-04-23  Benjamin Otte  <otte@gnome.org>
11761         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
11762           audio/x-raw-int with height rules! not. Now it's depth.
11764 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11766         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11767         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
11768         (gst_wavparse_loop):
11769           Missing variable initialization. Add handling of DVI ADPCM. Fix
11770           mis-parsing of LIST chunks. This works around a bug where we mis-
11771           parse non-aligning LIST chunks (so LIST chunks where the contents
11772           don't align with the actual LIST size). The correct fix is to use
11773           rifflib, I'm not going to fix wavparse - too much work. All this
11774           fixes #104878.
11776 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11778         reviewed by Benjamin Otte  <otte@gnome.org>
11780         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
11781           fix shoutcast not working (fixes #140844)
11783 2004-04-22  Benjamin Otte  <otte@gnome.org>
11785         * ext/hermes/gsthermescolorspace.c:
11786         (gst_hermes_colorspace_caps_remove_format_info):
11787         * gst/colorspace/gstcolorspace.c:
11788         (gst_colorspace_caps_remove_format_info):
11789         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11790         (gst_ffmpegcolorspace_caps_remove_format_info):
11791           s/gst_caps_simplify/gst_caps_do_simplify/
11793 2004-04-22  Benjamin Otte  <otte@gnome.org>
11795         * gst-libs/gst/riff/riff-media.c:
11796         (gst_riff_create_video_caps_with_data):
11797           mpegversion is an int
11798         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
11799           don't try to create pad templates with NULL caps, use any caps
11800           instead.
11802 2004-04-20  David Schleef  <ds@schleef.org>
11804         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
11805         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
11806         (bug #140384)
11808 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
11810         reviewed by David Schleef
11812         * ext/mad/gstid3tag.c: Add stdlib.h
11813         * gst/rtp/gstrtpgsmenc.c: same
11814         * gst/tags/gstid3tag.c: same
11815         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
11816         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
11817         GST_DISABLE_LOADSAVE use.
11818         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
11819         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
11820         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
11821         atol(3)).
11822         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
11823         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
11824         strtoul(3)).
11825         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
11826         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
11827         $(ID3_CFLAGS).
11828         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
11829         $(LIBFAME_CFLAGS).
11831 2004-04-20  David Schleef  <ds@schleef.org>
11833         * gst/realmedia/rmdemux.c:  This was supposed to part of the
11834         last checkin.  Same idea.
11836 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
11838         reviewed by David Schleef
11840         * configure.ac: bump required gstreamer version to 0.8.1.1
11841         because of following changes [--ds]
11843         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
11844         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
11845         (gst_riff_read_header):  Use GST_READ_UINT*
11846         macros to access possibly unaligned memory.
11848         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
11849         (mp3_type_find):  Use GST_READ_UINT*
11850         macros to access possibly unaligned memory.
11851         (mp3_type_find, mpeg1_parse_header, qt_type_find)
11852         (speex_type_find): Likewise
11854         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
11856         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
11857         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
11858         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
11859         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
11860         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
11861         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
11862         macros to access possibly unaligned memory.
11864         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
11865         Likewise.
11867         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
11868         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
11870         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11871         Likewise.
11873         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
11874         (gst_mpeg2subt_chain_subtitle): Likewise.
11876         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
11877         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
11878         Likewise.
11880         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
11881         Likewise.
11883         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
11884         Likewise.
11886         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
11887         Likewise.
11889 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11891         * configure.ac:
11892           update required version of GStreamer because of GST_TIME_FORMAT
11894 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11896         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
11897           remove leftover g_print
11898         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11899           don't try setting only a subset of the caps. We don't want to kill
11900           autoplugging on purpose
11902 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11904         * sys/ximage/ximagesink.c: (plugin_init):
11905         * sys/xvimage/xvimagesink.c: (plugin_init):
11906           add debugging categories
11908 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11910         * po/en_GB.po:
11911         * po/LINGUAS:
11912           Adding en_GB translation (Gareth Owen)
11914 2004-04-20  David Schleef  <ds@schleef.org>
11916         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
11917         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
11918         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
11919         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
11920         A number of new features and hacks to extract the esds atom and
11921         put it into the caps.  (bug #137724)
11923 2004-04-19  David Schleef  <ds@schleef.org>
11925         * gconf/Makefile.am: Fix for non-GNU make
11926         * gst-libs/gst/Makefile.am: Change directory order to handle
11927         GstPlay linking with gstinterfaces
11928         * gst-libs/gst/audio/make_filter: make use of tr portable
11929         * gst-libs/gst/play/Makefile.am: Add intended \
11930         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
11931         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
11932         function prototype instead of void *.
11933         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
11934         macro.
11935         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11936         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
11937         * gst/videofilter/make_filter: make use of tr portable
11938         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
11940 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11942         * po/LINGUAS:
11943         * po/uk.po:
11944           Added Ukrainian translation (Maxim V. Dziumanenko)
11946 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11948         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
11949         (gst_gsmdec_link), (gst_gsmdec_chain):
11950           Fix capsnego, simplify chain function slightly.
11951         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11952           Add GSM.
11954 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11956         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11957         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
11958         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
11959           Hack to make wavparse work with spider (always -> sometimes pad).
11960           Fixes #135862 && #140411.
11962 2004-04-18  Benjamin Otte  <otte@gnome.org>
11964         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
11965         (gst_osselement_rate_probe_check),
11966         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
11967           get rid of \n in debug output
11969 2004-04-17  Iain <iain@prettypeople.org>
11971         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
11972         not just EOS.
11974 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11976         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
11977         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
11978         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
11979         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
11980         (gst_id3_tag_src_link), (gst_id3_tag_chain),
11981         (gst_id3_tag_change_state), (plugin_init):
11982           deprecate id3tag element and replace with id3demux/id3mux.
11983           great side effect: this ugly file is now even uglier, yay!
11984         * ext/mad/gstmad.h:
11985           remove non-available function
11986           update for new get_type
11988 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11990         * configure.ac:
11991           require mpeg2dec >= 0.4.0
11993 2004-04-17  Benjamin Otte  <otte@gnome.org>
11995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11996         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
11997         (gst_xvimagesink_set_xwindow_id):
11998           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
11999           assorted cleanup fixes.
12001 2004-04-16  David Schleef  <ds@schleef.org>
12003         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
12004         * sys/xvimage/xvimagesink.h: same
12006 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12008         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
12009           Fix GST_ELEMENT_ERROR with (NULL)
12011 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12013         * gst-libs/gst/riff/riff-media.c:
12014         (gst_riff_create_video_caps_with_data):
12015           Add div[3456] as fourccs for DivX 3 (fixes #140137).
12017 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12019         * gst-libs/gst/riff/riff-media.c:
12020         (gst_riff_create_video_caps_with_data),
12021         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
12022         (gst_riff_create_video_template_caps),
12023         (gst_riff_create_audio_template_caps):
12024         * gst-libs/gst/riff/riff-media.h:
12025         * gst-libs/gst/riff/riff-read.c:
12026         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
12027         * gst-libs/gst/riff/riff-read.h:
12028         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12029           Add MS RLE support. I added some functions to read out strf chunks
12030           into strf chunks and the data behind it. This is usually color
12031           palettes (as in RLE, but also in 8-bit RGB). Also use those during
12032           caps creation. Lastly, add ADPCM (similar to wavparse - which
12033           should eventually be rifflib based).
12034         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
12035         (gst_matroska_demux_init), (gst_matroska_demux_reset):
12036         * gst/matroska/matroska-demux.h:
12037           Remove placeholders for some prehistoric tagging system. Didn't add
12038           support for any tag system really anyway.
12039         * gst/qtdemux/qtdemux.c:
12040           Add support for audio/x-m4a (MPEG-4) through spider.
12041         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
12042         (gst_wavparse_loop):
12043           ADPCM support (#135862). Increase max. buffer size because we
12044           cannot split buffers for ADPCM (screws references) and I've seen
12045           files with 2048 byte chunks. 4096 seems safe for now.
12047 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12049         * configure.ac: bump nano to 1
12051 === release 0.8.1 ===
12053 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12055         * configure.ac: releasing 0.8.1, "Comforting Sounds"
12057 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12059         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12060           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
12061           Fixes #140058
12063 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12065         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
12066           lower rank of dvddemux so that it's not used for mpeg playback.
12068 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12070         * configure.ac:
12071           save libs correctly when checking mad
12073 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12075         * ext/mad/gstid3tag.c: (plugin_init):
12076           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
12078 2004-04-13  David Schleef  <ds@schleef.org>
12080         * common/m4/gst-feature.m4: Call -config scripts with
12081         --plugin-libs if it is supported.
12082         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
12083         JPEG images are image/jpeg.
12084         * gst/debug/Makefile.am:
12085         * gst/debug/negotiation.c: (gst_negotiation_class_init),
12086         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
12087         (gst_negotiation_update_caps), (gst_negotiation_get_property),
12088         (gst_negotiation_plugin_init): Add a property that acts like
12089         filter caps.
12090         * testsuite/gst-lint:  Move license checking to be a standard
12091         test.
12093 2004-04-13  David Schleef  <ds@schleef.org>
12095         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
12096         patch from Sebastien Cote (bug #139958)
12098 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12100         * examples/gstplay/Makefile.am:
12101         * examples/gstplay/player.c: (main):
12102           make the commandline player example use gconf settings
12104 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12106         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12107         (gst_cacasink_sinkconnect), (gst_cacasink_init),
12108         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
12109           init/end library during state transition, not object
12110           creation/disposal.  get rid of custom dispose handler.
12113 2004-04-12  Christian Schaller <Uraeus@gnome.org>
12115         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
12116         be a symlink
12118 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12120         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
12121           Handle JUNK chunks inside data section. Prevents warnings.
12123 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12125         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12126         (gst_riff_create_video_template_caps):
12127           Add MS video v1.
12128         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12129         (gst_avi_demux_stream_data):
12130           Add support for "rec-list" chunks.
12132 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12134         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12135           Fix another codecname mismatch.
12137 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12139         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12140           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
12141           so that MJPEG plays back.
12143 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12145         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
12146         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
12147         * gst/mpeg1videoparse/gstmp1videoparse.h:
12148           Fix for some slight mis-cuts in buffer parsing, and for some
12149           potential overflows or faults-causers. Adds disconts. Also fixes
12150           #139105 while we're at it.
12152 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12154         * configure.ac:
12155         * sys/v4l2/gstv4l2element.h:
12156           Workaround for missing struct v4l2_buffer declaration in Suse 9
12157           and Mandrake 10 linux/videodev2.h header file (#135919).
12159 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12161         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
12162           Bail out if no filename was given.
12164 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12166         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
12167         (gst_v4l2_fourcc_from_structure):
12168           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
12169           Y41B somewhere).
12171 2004-04-09  Benjamin Otte  <otte@gnome.org>
12173         * ext/gnomevfs/gstgnomevfssink.c:
12174         (_gst_boolean_allow_overwrite_accumulator),
12175         (gst_gnomevfssink_class_init):
12176           fix erase signal - if any handler returns false the file will not be
12177           overwritten. If no handler is connected, the file will not be
12178           overwritten either.
12179           renamed signal to "allow-overwrite"
12180         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
12181           free string when adding it to ID3 failed
12182         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
12183           unref event when done
12184         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
12185           free caps
12186         * gst/typefind/gsttypefindfunctions.c:
12187         (mpeg_video_stream_type_find):
12188           fix invalid read
12190 2004-04-08  David Schleef  <ds@schleef.org>
12192         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12193         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
12195 2004-04-08  David Schleef  <ds@schleef.org>
12197         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
12198         we don't support (bug #139532)
12200 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12202         * ext/mad/gstmad.c: (gst_mad_handle_event),
12203         (gst_mad_check_caps_reset), (gst_mad_chain),
12204         (gst_mad_change_state):
12205           only set explicit caps if they haven't been set before for
12206           this stream.  MPEG-audio sample rate/channels aren't allowed
12207           to change in-stream.
12208           Fixes #139382
12210 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12212         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
12213         (_gst_boolean_did_something_accumulator),
12214         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
12215         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
12216         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
12217         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
12218         (gst_gnomevfssink_change_state):
12219           Fix erase signal. Don't erase by default. Remove handoff signal.
12220           Remove erase property. Don't segfault. General cleanup.
12222 2004-04-07  Benjamin Otte  <otte@gnome.org>
12224         * gst-libs/gst/gconf/test-gconf.c: (main):
12225           add missing gst_init
12227 2004-04-07  Benjamin Otte  <otte@gnome.org>
12229         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
12230           free the mutexes, too
12232 2004-04-07  Benjamin Otte  <otte@gnome.org>
12234         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
12235           actually free the URI string
12236         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
12237           compute offset correctly when passing discont events
12238         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
12239           don't leak discont events
12240         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
12241           add some missing breaks so caps aren't copied randomly
12242         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
12243           if we realloc memory, we better use it
12245 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12247         * ext/mad/gstmad.c: (normal_seek):
12248           fix GST_FORMAT_TIME usage
12250 2004-04-05  David Schleef  <ds@schleef.org>
12252         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
12253         a deprecated function (hack!)
12255 2004-04-05  Benjamin Otte  <otte@gnome.org>
12257         * ext/esd/esdmon.c: (gst_esdmon_get):
12258           fix nonterminated vararg and memleak
12260 2004-04-05  Benjamin Otte  <otte@gnome.org>
12262         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
12263         (gst_ladspa_init), (gst_ladspa_force_src_caps),
12264         (gst_ladspa_set_property), (gst_ladspa_get_property),
12265         (gst_ladspa_instantiate), (gst_ladspa_activate),
12266         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
12267           clean up debugging
12269 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
12271         reviewed by Benjamin Otte  <otte@gnome.org>
12273         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
12274           check for broken LADSPA parameters (fixes #138635)
12276 2004-04-05  Benjamin Otte  <otte@gnome.org>
12278         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
12279           advertise buffer-frames correctly on sinkpads
12281 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12283         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
12284         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
12285         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
12286         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
12287         (gst_mad_check_caps_reset), (gst_mad_chain):
12288         add more debugging, only reset caps when we're not in error state
12290 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12292         * ext/mad/gstmad.c: add debugging category, comment + cleanups
12294 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
12296         reviewed by Benjamin Otte  <otte@gnome.org>
12298         * configure.ac:
12299           fix == in test(1) operator
12301 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
12303         reviewed by Benjamin Otte  <otte@gnome.org>
12305         * configure.ac:
12306           fix --export-symblos-regex to a working regex.
12308 2004-04-04  Benjamin Otte  <otte@gnome.org>
12310         * sys/oss/.cvsignore:
12311           add for oss_probe
12313 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
12315         reviewed by Benjamin Otte  <otte@gnome.org>
12317         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
12318           add missing 'new_media' argument (fixes #138168)
12319         * gst/matroska/matroska-demux.c:
12320         (gst_matroska_demux_handle_seek_event):
12321           add vararg terminator (fixes #138169)
12323 2004-04-02  David Schleef  <ds@schleef.org>
12325         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
12326         disted (bug #138914)
12328 2004-04-01  Benjamin Otte  <otte@gnome.org>
12330         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
12331         (gst_alsa_close_audio):
12332           handle case better where a soundcard can't pause
12333         * ext/ogg/gstoggdemux.c:
12334           don't crash when we get events but don't have pads yet
12336 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12338         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
12339           throw an error if we couldn't probe any caps.
12341 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
12343         * ext/dvdnav/gst-dvd:
12344         Add a really simple sample DVD player
12346 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
12348         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
12349         (gst_a52dec_push), (gst_a52dec_handle_event),
12350         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
12351         (gst_a52dec_change_state):
12352         * ext/a52dec/gsta52dec.h:
12353           Use a debug category, Output timestamps correctly
12354           Emit tag info, Handle events, tell liba52dec about cpu
12355           capabilities so it can use MMX etc.
12356         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
12357           Fix a crasher accessing invalid memory
12358         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
12359         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
12360         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
12361         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
12362         (dvdnavsrc_query):
12363           Some support for byte-format seeking.
12364           Small fixes for still frames and menu button overlays
12365         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
12366         (gst_mpeg2dec_alloc_buffer):
12367           Use a debug category. Adjust the report level of several items to
12368           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
12369           so it doesn't lose the GstBuffer pointer
12370         * gst/debug/Makefile.am:
12371         * gst/debug/gstdebug.c: (plugin_init):
12372         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
12373         (gst_navseek_base_init), (gst_navseek_class_init),
12374         (gst_navseek_init), (gst_navseek_seek),
12375         (gst_navseek_handle_src_event), (gst_navseek_set_property),
12376         (gst_navseek_get_property), (gst_navseek_chain),
12377         (gst_navseek_plugin_init):
12378         * gst/debug/gstnavseek.h:
12379           Add the navseek debug element for seeking back and forth in a
12380           video stream using arrow keys.
12381         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
12382         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
12383         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
12384         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
12385         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
12386         (gst_mpeg2subt_parse_header), (gst_get_nibble),
12387         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
12388         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
12389         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
12390         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
12391         * gst/mpeg2sub/gstmpeg2subt.h:
12392           Pretty much a complete rewrite. Now a loopbased element. May still
12393           require work to properly synchronise subtitle buffers.
12394         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
12395         (gst_dvd_demux_send_subbuffer):
12396         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
12397           Don't attempt to create subbuffers of size 0
12398           Reduce a couple of error outputs to warnings.
12399         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
12400         (gst_y4mencode_chain):
12401         Output the y4m frame header correctly.
12403 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12405         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
12406           throw errors instead of allowing SIGFPE
12408 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12410         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
12411         (gst_gconf_render_bin_from_key):
12412           leak plugging and style fixing
12414 2004-03-31  David Schleef  <ds@schleef.org>
12416         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
12417         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
12418         (bug #138225)
12419         * gst/debug/Makefile.am:
12420         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
12421         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
12422         plugin.
12423         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
12424         (gst_negotiation_base_init), (gst_negotiation_class_init),
12425         (gst_negotiation_init), (gst_negotiation_getcaps),
12426         (gst_negotiation_pad_link), (gst_negotiation_chain),
12427         (gst_negotiation_set_property), (gst_negotiation_get_property),
12428         (gst_negotiation_plugin_init):  New element to talk about random
12429         negotiation things happening in a pipeline.
12431 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
12433         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
12434           fix integer addition with help of Stefan Kost
12436 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
12438         * po/nl.po: updated Dutch translation (Elros Cyriatan)
12440 2004-03-30  David Schleef  <ds@schleef.org>
12442         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
12443         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
12444         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
12445         (bug #137504)
12446         * ext/mpeg2dec/gstmpeg2dec.h:
12448 2004-03-30  David Schleef  <ds@schleef.org>
12450         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
12452 2004-03-30  David Schleef  <ds@schleef.org>
12454         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
12455         Michael Petullo) to handle .mov
12457 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12459         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
12460         (gst_osselement_rate_check_rate):
12461           probe caps correctly for sound cards that only support one format
12463 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12465         * ext/kio/kiosrc.cpp: (process_events):
12466           update handling event processing if inside KDE - untested
12468 2004-03-29  David Schleef  <ds@schleef.org>
12470         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
12471         by 2 to not interfere with other colorspaces.
12472         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
12473         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
12474         one to not interfere with ffmpeg_colorspace.
12476 2004-03-29  David Schleef  <ds@schleef.org>
12478         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
12479         aren't in the caps.
12480         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
12481         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
12483 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12485         * gst-libs/gst/riff/riff-media.c:
12486           fail on error, don't try to set stuff on NULL caps
12488 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12490         * configure.ac:
12491         * ext/Makefile.am:
12492         * ext/kio/Makefile.am:
12493         * ext/kio/kioreceiver.cpp:
12494         * ext/kio/kioreceiver.h:
12495         * ext/kio/kiosrc.cpp:
12496         * ext/kio/kiosrc.h:
12497           add experimental kiosrc plugin
12498         * ext/alsa/gstalsaplugin.c: (plugin_init):
12499           initialize debugging category only when we're sure registering the
12500           plugins worked.
12502 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12504         * examples/gstplay/player.c: (main):
12505         * gst-libs/gst/play/play.c: (gst_play_class_init),
12506         (gst_play_set_location), (gst_play_set_data_src),
12507         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12508         (gst_play_set_visualization), (gst_play_connect_visualization):
12509           check return values of element_set_state and return FALSE where
12510           failed
12512 2004-03-29  Benjamin Otte  <otte@gnome.org>
12514         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
12515           try harder to check if an event is really a discont
12517 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12519         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
12520         * po/az.po:
12522 2004-03-28  Benjamin Otte  <otte@gnome.org>
12524         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
12525         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
12526         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
12527           get rid of non-standard "..." ranges in case statements.
12529 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
12531         * gst/mpegstream/gstmpegdemux.c:
12532         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
12533         specific functionality split to the new dvddemux element.
12534         * gst/mpegstream/gstdvddemux.c:
12535         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
12536         streams, derived from mpegdemux.
12537         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
12538         up. SCR based timestamp rewriting can be turned off (will probably
12539         completely disappear soon).
12540         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
12541         hacking. General cleanup. All printf statements replaced by
12542         debugging messages. Almost complete libdvdnav support.
12543         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
12544         by events. New properties for audio and subpicture languages.
12545         (dvdnavsrc_update_highlight): Now uses events.
12546         (dvdnavsrc_user_op): Cleaned up.
12547         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
12548         based). Lots of cleanup, and propper support for most libdvdnav
12549         events.
12550         (dvdnavsrc_make_dvd_event): New function.
12551         (dvdnavsrc_make_dvd_nav_packet_event): New function.
12552         (dvdnavsrc_make_clut_change_event): New function.
12554 2004-03-26  Benjamin Otte  <otte@gnome.org>
12556         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
12557           fix bug where typefinding would claim it's theora whenever less then
12558           7 bytes of data were available
12560 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12562         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
12563         (gst_alawdec_base_init), (gst_alawdec_class_init),
12564         (gst_alawdec_init), (gst_alawdec_chain):
12565         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
12566         (gst_alawenc_base_init), (gst_alawenc_class_init),
12567         (gst_alawenc_init), (gst_alawenc_chain):
12568         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
12569         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
12570         (gst_mulawdec_init), (gst_mulawdec_chain):
12571         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
12572         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
12573         (gst_mulawenc_init), (gst_mulawenc_chain):
12574           Fix capsnego in all four, remove the unused property functions and
12575           simplify the chain functions slightly. I guess we could use macros
12576           or something similar for those, since the code is so similar, but
12577           I'm currently too lazy...
12579 2004-03-24  David Schleef  <ds@schleef.org>
12581         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
12582         (gst_osselement_close_audio), (gst_osselement_probe_caps),
12583         (gst_osselement_get_format_structure),
12584         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
12585         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
12586         (gst_osselement_rate_int_compare): Add code to handle rate probing
12587         (bug #120883)
12588         * sys/oss/gstosselement.h: same
12589         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
12590         Use rate probing provided by osselement.
12591         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
12593 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12595         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
12596         (gst_xvidenc_get_property):
12597           ulong/int mess-up.
12599 2004-03-24  David Schleef  <ds@schleef.org>
12601         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
12602         (gst_speexdec_init):
12603         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
12604         (gst_speexenc_init):  Create the pad template correctly (from
12605         the static pad template, not a NULL pointer.)
12607 2004-03-25  Benjamin Otte  <otte@gnome.org>
12609         * gst/debug/Makefile.am:
12610         * gst/debug/breakmydata.c:
12611           add element that quasi-randomly changes bytes in the stream.
12612           Intended use is robustness checking of demuxers and decoders in
12613           media tests.
12615 2004-03-24  Benjamin Otte  <otte@gnome.org>
12617         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12618         (gst_alsa_probe_hw_params):
12619         * ext/alsa/gstalsa.h:
12620           debugging output fixes
12622 2004-03-24  Benjamin Otte  <otte@gnome.org>
12624         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
12625           don't g_return_if_fail if element is PLAYING, fail silently as every
12626           other element.
12627         * gst/effectv/gstquark.c: (gst_quarktv_chain):
12628           only fix needed for cast lvalue issues in gst-plugins
12629         * gst/volenv/gstvolenv.c: (gst_volenv_init):
12630           add proxy_getcaps
12632 2004-03-24  Benjamin Otte  <otte@gnome.org>
12634         * gst/level/gstlevel.c: (gst_level_init):
12635           add proxying getcaps function, so level doesn't advertise impossible
12636           caps
12638 2004-03-24  David Schleef  <ds@schleef.org>
12640         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
12641         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
12642         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
12643         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
12644         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
12645         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
12646         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
12647         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
12648         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
12649         messages.  Divide the chunk size by the compression ratio
12650         (needed for MACE audio)
12652 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12654         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
12655           Fix buffer overflow read error.
12657 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12659         * ext/alsa/gstalsa.h:
12660           Remove unused entry.
12661         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12662           Add cinepak.
12663         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
12664         (gst_videodrop_link), (gst_videodrop_chain):
12665           Fix, sort of. Was horribly broken with new capsnego. Bah...
12667 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
12669         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
12670         (plugin_init):
12671         Add a monkeysaudio typefind function
12673 2004-03-23  Johan Dahlin  <johan@gnome.org>
12675         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
12676         (gst_play_video_fixate): Check so the structure has the field
12677         before trying to fixate them, this makes it possible to have
12678         fakesinks for video and audio output without printing errors on
12679         the output console.
12681 2004-03-22  David Schleef  <ds@schleef.org>
12683         * sys/oss/Makefile.am:
12684         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
12685         (check_rate), (add_rate):  Rate probing test app.
12687 2004-03-21  Benjamin Otte  <otte@gnome.org>
12689         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
12690         (_fixate_caps_to_int), (gst_audio_convert_fixate):
12691           add a fixation function that pretty much does the right thing (fixes
12692           #137556)
12694 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
12696         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
12698 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
12700         reviewed by: Benjamin Otte  <otte@gnome.org>
12702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12703           terminate gst_event_new_discontinuous correctly (fixes parts of
12704           #137711)
12706 2004-03-19  David Schleef  <ds@schleef.org>
12708         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
12709         since it doesn't depend on X, and it's part of our ABI.
12711 2004-03-19  Iain <iain@prettypeople.org>
12713         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
12714         is_int in the structure, not the local variable.
12716 2004-03-19  David Schleef  <ds@schleef.org>
12718         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
12719         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
12720         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
12721         Improvements in caps negotiation.
12723 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12725         * po/LINGUAS:
12726         * po/af.po:
12727           adding Afrikaans (Petri Jooste)
12729 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12731         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12732         (gst_ffmpegcolorspace_chain):
12733         throw error instead of g_critical (#137588)
12735 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12737         * Makefile.am:
12738         * configure.ac:
12739           dist common and m4 correctly
12740         * po/sv.po:
12742 2004-03-17  David Schleef  <ds@schleef.org>
12744         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
12745         (bug #137348)
12747 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12749         * po/LINGUAS:
12750         * po/sv.po:
12751           adding Swedish translation (Christian Rose)
12753 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12755         * Makefile.am: use release.mak
12757 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12759         * common/ChangeLog:
12760         * common/gst-autogen.sh:
12761           add some explanation about the version detection
12762         * configure.ac:
12763           fix X check
12765 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12767         * configure.ac: bump nano to 1
12769 === release 0.8.0 ===
12771 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12773         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
12775 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12777         * configure.ac:
12778           update libtool version
12779         * gst-libs/gst/media-info/Makefile.am:
12780           actually use libtool version
12782 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12784         * configure.ac: fix speex detection to work with 1.0 but not 1.1
12786 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12788         * configure.ac:
12789         * gst-plugins.spec.in:
12790         * pkgconfig/Makefile.am:
12791         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
12792         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
12793         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
12794         * pkgconfig/gstreamer-libs.pc.in:
12795         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
12796         * pkgconfig/gstreamer-play-uninstalled.pc.in:
12797         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
12798         * pkgconfig/gstreamer-plugins.pc.in:
12799           remove @VERSION@ from some of the pc files since core and plugins
12800           are decoupled.
12801           created gstreamer-plugins.pc as it's a better name, but keeping
12802           -libs around for now to get fixes upstream done first.
12804 2004-03-15  Julien MOUTTE <julien@moutte.net>
12806         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
12807         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
12808         * gst-libs/gst/play/play.h:
12810 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12812         * *.c, *.cc: don't mix tabs and spaces
12814 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12816         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
12817           use the new ffmpegcolorspace
12818         * gst-plugins.spec.in:
12819           package new colorspace and media-info
12820         * configure.ac:
12821         * pkgconfig/Makefile.am:
12822           fix some more disting issues
12823         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
12824         * pkgconfig/gstreamer-media-info.pc.in:
12825           generate media-info pc files
12827 2004-03-15  Johan Dahlin  <johan@gnome.org>
12829         * *.h: Revert indenting
12831 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12833         * configure.ac:
12834           adding ffmpegcolorspace element
12835         * gst/ffmpegcolorspace/Makefile.am:
12836         * gst/ffmpegcolorspace/avcodec.h:
12837         * gst/ffmpegcolorspace/common.h:
12838         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
12839         * gst/ffmpegcolorspace/dsputil.h:
12840         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
12841         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12842         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
12843         (gst_ffmpeg_caps_to_pix_fmt):
12844         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12845         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12846         (gst_ffmpegcolorspace_caps_remove_format_info),
12847         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
12848         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
12849         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
12850         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
12851         (gst_ffmpegcolorspace_set_property),
12852         (gst_ffmpegcolorspace_get_property),
12853         (gst_ffmpegcolorspace_register):
12854         * gst/ffmpegcolorspace/imgconvert.c:
12855         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
12856         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
12857         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
12858         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
12859         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
12860         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
12861         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
12862         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
12863         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
12864         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
12865         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
12866         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
12867         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
12868         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
12869         (img_get_alpha_info), (deinterlace_line),
12870         (deinterlace_line_inplace), (deinterlace_bottom_field),
12871         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
12872         * gst/ffmpegcolorspace/imgconvert_template.h:
12873         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
12874         * gst/ffmpegcolorspace/mmx.h:
12875         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
12876           adding ffmpegcolorspace element supplied by Ronald after cleaning
12877           up and pulling in the right bits of upstream source.
12878           I'm sure a better C/compiler wizard could do some cleaning up (for
12879           example use GLIB's malloc stuff), but as a first pass this
12880           works very well
12882 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12884         * ext/alsa/gstalsa.h:
12885           I assume Ronald forgot to commit the change to have cardname
12886           as a struct member.  Expect some public spanking at the next
12887           opportunity.
12889 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12891         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
12892         (gst_alsa_open_audio), (gst_alsa_close_audio):
12893         * ext/alsa/gstalsa.c:
12894           Don't open the device if we're a mixer (= padless).
12895         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
12896         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
12897         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
12898           Open mixer during state change rather than during object
12899           initialization. Also, get a device name. Currently in a somewhat
12900           hackish fashion, but I didn't really find something better.
12902 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12904         * *.c, *.h: run gst-indent
12906 2004-03-14  Benjamin Otte  <otte@gnome.org>
12908         * gst/modplug/gstmodplug.cc:
12909         * gst/modplug/gstmodplug.h:
12910           set correct timestamps on outgoing buffers
12912 2004-03-14  Benjamin Otte  <otte@gnome.org>
12914         * gst/modplug/gstmodplug.cc:
12915           handle events - don't do crap when a discont arrives that's not
12916           necessary
12917           This allows correct loading and playback of mods in Rhythmbox
12919 2004-03-14  Benjamin Otte  <otte@gnome.org>
12921         * configure.ac:
12922         * gst-libs/gst/gconf/Makefile.am:
12923         * pkgconfig/Makefile.am:
12924           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
12925           they get rebuilt properly
12926         * configure.ac:
12927           when checking for vorbis, try pkgconfig first.
12928         * gst/modplug/gstmodplug.cc:
12929           add fixate function
12931 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12933         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
12934           Fix for obvious mistake, where we first shift the offset and then
12935           read a samplesize element assuming the old offset. Note that this
12936           part still has something weird, i.e. my movies containing those
12937           don't actually play well, but at least there's something that looks
12938           like sound now.
12940 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
12941         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
12942         (plugin_init):
12943         Add a typefind function for speex format
12945 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12947         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
12948         (gst_asf_demux_setup_pad):
12949           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
12950           instead of 0. Reason is simple: some elements have a fps range
12951           of 1-max instead of 0-max. So now ASF video actually works.
12953 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12955         * po/LINGUAS:
12956         * po/sr.po:
12957           adding serbian as a language
12959 2004-03-13  Benjamin Otte  <otte@gnome.org>
12961         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
12962           return taglist correctly from _get function, don't gst_pad_push it.
12963           (fixes #137042)
12965 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
12966         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
12968 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12970         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
12971         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
12972         (gst_alsa_mixer_track_new):
12973         * ext/alsa/gstalsamixertrack.h:
12974           Fix ancient leftovers... MixerTrack is a GObject.
12976 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12978         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
12979         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
12980           Don't block during probing...
12982 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12984         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
12985         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
12986         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
12987         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
12988         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
12989         (gst_alsa_open_audio), (gst_alsa_close_audio):
12990         * ext/alsa/gstalsa.h:
12991           Add propertyprobe interface implementation, add some device-name
12992           property, all this so that it looks good in gnome-volume-control.
12994 2004-03-12  David Schleef  <ds@schleef.org>
12996         * configure.ac: the Hermes library controls hermescolorspace, not
12997         colorspace.
12998         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
12999         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
13000         not /* */
13001         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
13002         * ext/sdl/sdlvideosink.h: ditto.
13003         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
13005 2004-03-12  Benjamin Otte  <otte@gnome.org>
13007         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
13008         (gst_x_overlay_got_xwindow_id):
13009         * gst-libs/gst/xoverlay/xoverlay.h:
13010           replace XID with unsigned long to get rid of the xlibs dependency in
13011           XOverlay (fixes #137004)
13013 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13014         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
13015         (gst_agingtv_setup):
13016         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
13017         (gst_dicetv_base_init), (gst_dicetv_class_init),
13018         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
13019         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
13020         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
13021         (gst_edgetv_setup), (gst_edgetv_rgb32):
13022         * gst/effectv/gsteffectv.c:
13023         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
13024         (gst_quarktv_set_property):
13025         * gst/effectv/gstrev.c: (gst_revtv_get_type),
13026         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
13027         (gst_revtv_setup), (gst_revtv_rgb32):
13028         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
13029         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
13030         (gst_shagadelictv_init), (gst_shagadelictv_setup),
13031         (gst_shagadelictv_rgb32):
13032         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
13033         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
13034         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
13035         * gst/effectv/gstwarp.c:
13036         Port everything that can be ported to videofilter and fix up the caps.
13037         Can someone with a big-endian machine please check these?
13039 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13041         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
13042         (gst_osssink_chain), (gst_osssink_change_state):
13043           Latest fixes for A/V sync, audio playback and such. This is about
13044           all... MPEG playback issues are mostly related to the async build-
13045           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
13047 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13049         patch from: Stephane Loeuillet
13051         * configure.ac:
13052           use pkg-config for some libraries, falling back to the old .m4 way
13053           (fixes #131270)
13054         * m4/libdv.m4:
13055           removed
13057 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13059         * configure.ac:
13060         * tools/Makefile.am:
13061         * tools/Makefile.in:
13062         * tools/gst-launch-ext-m.m:
13063         * tools/gst-launch-ext.1.in:
13064         * tools/gst-visualise-m.m:
13065         * tools/gst-visualise.1:
13066         * tools/gst-visualise.1.in:
13067           reorganizing generation of script tools
13069 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13071         * ext/divx/gstdivxdec.c:
13072           Downgrade priority. We prefer ffdec_mpeg4.
13073         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
13074         (gst_faad_chain), (gst_faad_change_state):
13075           Fix capsnego. Doesn't work for some sounds because we don't have
13076           a 5:1 to stereo element.
13077         * ext/xvid/gstxvid.c: (plugin_init):
13078           Add priority.
13079         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
13080         (gst_osssink_change_state):
13081           Add discont handling.
13083 2004-03-09  Colin Walters  <walters@verbum.org>
13085         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
13086         conversion.
13088 2004-03-09  Benjamin Otte  <otte@gnome.org>
13090         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
13091           the signals take 2 arguments
13093 2004-03-09  David Schleef  <ds@schleef.org>
13095         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
13096         (gst_alsa_fixate): Add fixate function.  (bug #136686)
13097         * ext/alsa/gstalsa.h:
13098         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
13100 2004-03-09  Benjamin Otte  <otte@gnome.org>
13102         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
13103         (gst_mikmod_change_state):
13104         * ext/mikmod/gstmikmod.h:
13105           make mikmod's loop function not loop infinitely and call
13106           gst_element_yield anymore
13107         * gst/modplug/gstmodplug.cc:
13108           fix pad negotiation (fixes #136590)
13110 2004-03-09  David Schleef  <ds@schleef.org>
13112         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
13113         doesn't conflict with the internal colorspace plugin.
13114         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
13115         satisfy the crappy-ass shell shipped by a certain vendor.
13116         * gst/videofilter/make_filter: same (bug #135299)
13118 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13120         * configure.ac: bump nano to 1
13122 === release 0.7.6 ===
13124 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13126         * configure.in: releasing 0.7.6, "There"
13128 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13130         * pkgconfig/gstreamer-play-uninstalled.pc.in:
13131         * pkgconfig/gstreamer-play.pc.in:
13132           synchronize the two
13134 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13136         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
13137         (cdparanoia_open), (cdparanoia_event):
13138           fix/add error handling
13139         * po/POTFILES.in:
13140           add cdparanoia source
13141         * tools/Makefile.am:
13142           make scripts executable
13144 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13146         * configure.ac:
13147         * ext/vorbis/Makefile.am:
13148         * sys/Makefile.am:
13149           remove id3types, vorbisfile and xvideosink from the build (#133783)
13151 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13153         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
13154           Fix metadata read crash (#136537).
13156 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13158         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
13159         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
13160           adding mime types, fixing the one-stop function
13162 2004-03-08  Christian Schaller <Uraeus@gnome.org>
13164         * ext/nas/nassink.c and /ext/nas/nassink.h:
13165         More NAS love from Arwed von Merkatz
13166         So lets all sing 'Can you feel the NAS tonight'
13168 2004-03-08  Christian Schaller <Uraeus@gnome.org>
13170         * tools/gst-launch-ext.in:
13171         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
13173 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13175         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
13176         (gst_mpeg2dec_init):
13177         remove the user_data pad for now, because it is being used in
13178         fixating causing MPEG playback to fixate on 1000 Hz for playback.
13179         If someone knows how to fix this properly, please do.
13181 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13183         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
13184         (gst_osssink_get_time):
13185         add a warning, IMO this won't get triggered anymore, remove later
13187 2004-03-07  David Schleef  <ds@schleef.org>
13189         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
13190         format (bug #136470)
13192 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13194         * gst-libs/Makefile.am:
13195         * gst-libs/gst/media-info/Makefile.am:
13196         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
13197         (error_callback), (gst_media_info_error_create),
13198         (gst_media_info_error_element), (gmip_init), (gmip_reset),
13199         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
13200         * gst-libs/gst/media-info/media-info-priv.h:
13201         * gst-libs/gst/media-info/media-info-test.c: (main):
13202         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
13203         (gst_media_info_class_init), (gst_media_info_instance_init),
13204         (gst_media_info_set_source), (gst_media_info_read_with_idler),
13205         (gst_media_info_read_idler), (gst_media_info_read):
13206         * gst-libs/gst/media-info/media-info.h:
13207         fixed, should work now
13209 2004-03-07  Christian Schaller <Uraeus@gnome.org>
13211         * ext/nas/nassink.c:
13212         A bunch of NAS fixes from Arwed von Merkatz
13214 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13216         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
13217         (qtdemux_parse_trak):
13218           Fix crash (j might be greater than n_samples, in which case we're
13219           writing outside the allocated space for the array) and memleak.
13221 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13223         * sys/oss/gstosssink.c: (gst_osssink_chain):
13224           And another caller that couldn't handle delay < 0 (unsigned
13225           integer overflow). Video now continues playing on an audio
13226           buffer underrun, and the clock continues working. Audio still
13227           stalls.
13229 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13231         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
13232         (gst_osssink_get_time):
13233           get_delay() may return values lower than 0. In those cases, we
13234           should not actually cast to *unsigned* int64, that will break
13235           stuff horribly. In my case, it screwed up A/V sync in movies
13236           in totem rather badly.
13238 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
13240         * ext/faac/gstfaac.c: (gst_faac_chain):
13241         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
13242         * ext/libpng/gstpngenc.c: (user_write_data):
13243         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
13244         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
13245         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
13246         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
13247         Fix several misuse of gst_buffer_merge (it doesn't take ownership
13248         of any buffer), should fix some leaks. I hope I didn't unref buffers
13249         that shouldn't be...
13251 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13253         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
13254         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
13255         (error_callback), (gmi_reset), (gmi_seek_to_track),
13256         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
13257         (gmip_find_type_post), (gmip_find_stream_post),
13258         (gmip_find_track_streaminfo_post):
13259         * gst-libs/gst/media-info/media-info-priv.h:
13260         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
13261         (info_print), (main):
13262         * gst-libs/gst/media-info/media-info.c:
13263         (gst_media_info_error_create), (gst_media_info_error_element),
13264         (gst_media_info_instance_init), (gst_media_info_get_property),
13265         (gst_media_info_new), (gst_media_info_set_source),
13266         (gst_media_info_read_idler), (gst_media_info_read):
13267         * gst-libs/gst/media-info/media-info.h:
13268           first pass at making this work again.  This seems to work on
13269           tagged ogg/vorbis and mp3 files.
13271 2004-03-06  Benjamin Otte  <otte@gnome.org>
13273         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13274           fix huge leak: gst_buffer_merge doesn't unref the first argument
13275           itself.
13277 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13279         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
13280           report layer/mode/emphasis
13282 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
13284         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
13286 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13288         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
13289           signal serial
13291 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13293         * ext/vorbis/vorbis.c: (plugin_init):
13294         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13295         (gst_vorbis_dec_init), (vorbis_dec_event):
13296         add debug category
13297         make vorbisdec handle _BYTE and _TIME queries
13299 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
13301         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
13302           from the xing header
13304 2004-03-06  Benjamin Otte  <otte@gnome.org>
13306         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
13307         (gst_audio_convert_link), (gst_audio_convert_change_state),
13308         (gst_audio_convert_buffer_from_default_format):
13309           do conversions from/to float correctly, fix some caps nego errors,
13310           export correct supported caps in template and getcaps, use correct
13311           caps in try_set_caps functions
13313 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
13315         For some reason, I only committed a ChangeLog entry yesterday and
13316         not the corresponding code...
13317         * ext/mad/gstmad.c: Fix detection of Xing headers
13318         * gst/tags/gstid3tag.c: Changes to support TLEN tags
13320 2004-03-06  Benjamin Otte  <otte@gnome.org>
13322         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
13323         (gst_ogg_demux_src_query):
13324           make sure to handle the case where there's no current chain
13325           gracefully.
13327 2004-03-05  David Schleef  <ds@schleef.org>
13329         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
13330         Add fixate function. (bug #131128)
13331         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
13332         (gst_sdlvideosink_fixate):  Add fixate function.
13333         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13334         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
13335         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
13336         Fix missing break that was causing ulaw to be interpreted as
13337         raw int.
13339 2004-03-05  David Schleef  <ds@schleef.org>
13341         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
13342         Fix code that ignores return value of gst_buffer_merge().
13343         (bug #114560)
13344         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
13345         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
13346         * testsuite/gst-lint:  Check for above.
13348 2004-03-05  David Schleef  <ds@schleef.org>
13350         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
13351         caps and throw an element error.  (bug #136334)
13353 2004-03-05  David Schleef  <ds@schleef.org>
13355         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
13356         (gst_faad_chain): Fix negotiation.
13357         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
13358         key and button events.
13359         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
13360         dung heap of code.
13361         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
13362         depends on gconf
13363         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
13364         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13365         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
13366         function to encourage better negotiation, particularly between
13367         audioconvert and osssink.
13368         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13369         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
13370         more important.
13371         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
13372         typefinding.
13373         * gst/vbidec/vbiscreen.c:  Add glib header
13374         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
13376 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
13378         * ext/mad/gstmad.c: Fix detection of Xing headers
13379         * gst/tags/gstid3tag.c: Changes to support TLEN tags
13381 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13383         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
13384         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
13385           debug updates
13387 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
13389         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
13390         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
13391         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
13392         files, and report the parsed length as a GST_TAG_DURATION tag.
13393         * gst/tags/gstid3tag.c: support TLEN (duration) tag
13395 2004-03-05  Benjamin Otte  <otte@gnome.org>
13397         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
13398           convert channels correctly. convert correctly to unsigned.
13400 2004-03-05  Julien MOUTTE <julien@moutte.net>
13402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
13403         we have a window before clearing it.
13405 2004-03-05  Julien MOUTTE <julien@moutte.net>
13407         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
13408         have a window before clearing it.
13410 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13412         * gconf/gstreamer.schemas.in:
13413         * gst-libs/gst/gconf/Makefile.am:
13414           version installation path the same way as for 0.6
13415         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13416         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
13417         * pkgconfig/gstreamer-play-uninstalled.pc.in:
13418           remove comment that was fixed
13420 2004-03-05  David Schleef  <ds@schleef.org>
13422         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
13423         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
13424         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
13425         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
13426         Add prototype code for handling seeking and querying.
13428 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13430         * examples/gstplay/player.c: (main):
13431           Initialize variables to NULL. Prevents a segfault because the
13432           (uninitialized) variable is not NULL, resulting in a crash on
13433           trying to reach error->message.
13435 2004-03-05  Benjamin Otte  <otte@gnome.org>
13437         * gst/audioconvert/gstaudioconvert.c:
13438         (gst_audio_convert_buffer_to_default_format):
13439         make float=>int conversion work correctly even in cornercases.
13441 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
13443         * debian/README.Debian:
13444         * debian/build-deps:
13445         * debian/changelog:
13446         * debian/control:
13447         * debian/control.in:
13448         * debian/copyright:
13449         * debian/gstreamer-a52dec.files:
13450         * debian/gstreamer-aa.files:
13451         * debian/gstreamer-alsa.files:
13452         * debian/gstreamer-alsa.manpages:
13453         * debian/gstreamer-arts.files:
13454         * debian/gstreamer-artsd.files:
13455         * debian/gstreamer-audiofile.files:
13456         * debian/gstreamer-avifile.files:
13457         * debian/gstreamer-cdparanoia.files:
13458         * debian/gstreamer-colorspace.files:
13459         * debian/gstreamer-doc.files:
13460         * debian/gstreamer-dv.files:
13461         * debian/gstreamer-dvd.files:
13462         * debian/gstreamer-esd.files:
13463         * debian/gstreamer-festival.files:
13464         * debian/gstreamer-flac.files:
13465         * debian/gstreamer-gconf.conffiles:
13466         * debian/gstreamer-gconf.files:
13467         * debian/gstreamer-gconf.postinst:
13468         * debian/gstreamer-gnomevfs.files:
13469         * debian/gstreamer-gsm.files:
13470         * debian/gstreamer-http.files:
13471         * debian/gstreamer-jack.files:
13472         * debian/gstreamer-jpeg.files:
13473         * debian/gstreamer-mad.files:
13474         * debian/gstreamer-mikmod.files:
13475         * debian/gstreamer-misc.files:
13476         * debian/gstreamer-mpeg2dec.files:
13477         * debian/gstreamer-oss.files:
13478         * debian/gstreamer-plugin-apps.files:
13479         * debian/gstreamer-plugin-apps.manpages:
13480         * debian/gstreamer-plugin-libs-dev.files:
13481         * debian/gstreamer-plugin-libs.files:
13482         * debian/gstreamer-plugin-template.postinst:
13483         * debian/gstreamer-plugin-template.postrm:
13484         * debian/gstreamer-sdl.files:
13485         * debian/gstreamer-sid.files:
13486         * debian/gstreamer-vorbis.files:
13487         * debian/gstreamer-x.files:
13488         * debian/mk.control:
13489         * debian/rules:
13490         Debian package info not maintained here.
13492 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13494         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
13495         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
13496         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
13497         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
13498         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
13499         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
13500         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
13501         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
13502         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
13503         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
13504         * gst-libs/gst/colorbalance/colorbalance.c:
13505         (gst_color_balance_class_init):
13506         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13507         (gst_color_balance_channel_class_init):
13508         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
13509         * gst-libs/gst/play/play.c: (gst_play_class_init):
13510         * gst-libs/gst/propertyprobe/propertyprobe.c:
13511         (gst_property_probe_iface_init):
13512         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
13513         * gst-libs/gst/tuner/tunerchannel.c:
13514         (gst_tuner_channel_class_init):
13515         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
13516         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
13517         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
13518         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
13519         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
13520         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
13521         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13522         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
13523         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
13524           fix signals to use - instead of _
13525         * ext/libcaca/gstcacasink.h:
13526         * ext/sdl/sdlvideosink.h:
13527           fix header rename
13529 2004-03-04  David Schleef  <ds@schleef.org>
13531         * testsuite/gst-lint:  Add a check for bad signal names.
13533 2004-03-04  <kost@imn.htwk-leipzig.de>
13535         reviewed by David Schleef
13537         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
13538         modified the alpha channel and caused a warning. (bug #136192)
13540 2004-04-03  Christian Schaller <Uraeus@gnome.org>
13542         * gst-plugins.spec.in:
13543         Change names of plugins to actually be correct. Try to keep things
13544         alphabetical to avoid getting beat up by Thomas
13546 2004-03-03  Julien MOUTTE <julien@moutte.net>
13548         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
13549         Using ximagesink as a default if no gconf key found. We should
13550         probably consider using alsasink instead of osssink for the audio
13551         part.
13553 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13555         * configure.ac:
13556           fix --with-plugins, don't think it ever worked before
13557         * gst-plugins.spec.in:
13558           even more updates
13560 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13562         * ext/sdl/sdlvideosink.h:
13563         * sys/ximage/ximagesink.h:
13564         * sys/xvideo/xvideosink.h:
13565         * sys/xvimage/xvimagesink.h:
13566           Fix for move of gstvideosink.h -> videosink.h.
13568 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13570         * gst-libs/gst/xwindowlistener/Makefile.am:
13571           this is a plugin library, not a library
13573 2004-03-01  David Schleef  <ds@schleef.org>
13575         * AUTHORS:  Added some names.  Add yourself if you're still
13576         missing.
13578 2004-03-01  David Schleef  <ds@schleef.org>
13580         * MAINTAINERS: Add
13582 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13584         * gst-plugins.spec.in: clean up spec file
13586 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13588         * gst-libs/gst/video/Makefile.am:
13589         * gst-libs/gst/video/gstvideosink.c:
13590         * gst-libs/gst/video/gstvideosink.h:
13591           rename gstvideosink.h to videosink.h to match other headers
13592         * gst/mixmatrix/Makefile.am:
13593           fix plugin filename
13594         * gst/tags/Makefile.am: fix plugin filename
13596 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13598         * gst/tags/Makefile.am: fix plugin filename
13600 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13602         * examples/gstplay/player.c: (got_time_tick), (main):
13603           add error handler
13604           display time_tick more readably
13605         * gst/mixmatrix/Makefile.am:
13606           fix plugin file name
13608 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
13610         * sys/oss/gstosselement.c: (gst_osselement_probe),
13611         (device_combination_append), (gst_osselement_class_probe_devices):
13612         * sys/oss/gstosselement.h:
13613           Reworked enumeration of oss dsps and mixers so that gst-mixer works
13614           on my system using alsa oss emulation, fixes bug #135597
13616 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13618         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
13619         (gst_videodrop_chain), (gst_videodrop_change_state):
13620         * gst/videodrop/gstvideodrop.h:
13621           Work based on timestamp of input data, not based on the expected
13622           framerate from the input. The consequence is that this element now
13623           not only scales framerates, but also functions as a framerate
13624           corrector or framerate stabilizer/constantizer.
13626 2004-02-27  David Schleef  <ds@schleef.org>
13628         patches from jmmv@menta.net (Julio M. Merino Vidal)
13630         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
13631         GST_ELEMENT_ERROR call (bug #135634)
13632         * gst/interleave/interleave.c: (interleave_buffered_loop),
13633         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
13634         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
13635         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
13636         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
13637         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
13638         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
13639         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
13640         Fix GST_ELEMENT_ERROR call.
13641         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
13642         GST_ELEMENT_ERROR call.
13644 2004-02-27  Benjamin Otte  <otte@gnome.org>
13646         * gst-libs/gst/audio/audio.h:
13647           add macro to make sure header isn't included twice
13648         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13649           don't use gst_buffer_free
13650         * gst/playondemand/filter.func:
13651           don't use gst_data_free. Free data only once.
13653 2004-02-26  David Schleef  <ds@schleef.org>
13655         * gst-libs/gst/colorbalance/Makefile.am:
13656         * gst-libs/gst/mixer/Makefile.am:
13657         * gst-libs/gst/tuner/Makefile.am:
13658         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
13659         should not be disted, -marshal.h files should not be installed,
13660         and -enum.h files _should_ be installed.  Fix to make this the
13661         case.
13663 === release 0.7.5 ===
13665 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13667         * configure.ac: release 0.7.5, "Under The Sea"
13669 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13671         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
13672         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
13673         * gst/videoscale/gstvideoscale.c:
13674         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
13675           assorted debug/warning fixes
13677 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13679         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
13680         (gst_videoscale_init), (gst_videoscale_chain),
13681         (gst_videoscale_set_property), (plugin_init):
13682         * gst/videoscale/gstvideoscale.h:
13683         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
13684         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
13685         (gst_videoscale_planar400), (gst_videoscale_packed422),
13686         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
13687         (gst_videoscale_24bit), (gst_videoscale_16bit),
13688         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
13689         (gst_videoscale_scale_plane_slow),
13690         (gst_videoscale_scale_point_sample),
13691         (gst_videoscale_scale_nearest),
13692         (gst_videoscale_scale_nearest_str2),
13693         (gst_videoscale_scale_nearest_str4),
13694         (gst_videoscale_scale_nearest_32bit),
13695         (gst_videoscale_scale_nearest_24bit),
13696         (gst_videoscale_scale_nearest_16bit):
13697         add debugging category and use it properly
13698         fix use of GST_PTR_FORMAT
13700 2004-02-25  Andy Wingo  <wingo@pobox.com>
13702         * gst/interleave/interleave.c (interleave_buffered_loop): Always
13703         push only when channel->buffer is NULL. Prevents segfaults doing
13704         the state change after a nonlocal exit, like a scheme exception.
13706         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
13707         Handle the case where the intersected caps is empty.
13709 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13711         * gst/law/mulaw-decode.c: (mulawdec_link):
13712         * gst/law/mulaw.c: (plugin_init):
13713           fix mulawdec so it actually works again
13715 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
13717         reviewed by: David Schleef  <ds@schleef.org>
13719         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
13720         (gst_gamma_init), (gst_gamma_set_property),
13721         (gst_gamma_get_property), (gst_gamma_calculate_tables),
13722         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
13723         for RGB, with separate r g and b correction factors. (#131167)
13725 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13727         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13728           only signal tags for bitrate if they're > 0 (#134894)
13730 2004-02-24  David Schleef  <ds@schleef.org>
13732         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
13733         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
13734         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
13735         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
13736         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
13737         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
13738         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
13739         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
13740         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
13741         category.  Attempt to fix timestamp calculation.
13743 2004-02-24  Johan Dahlin  <johan@gnome.org>
13745         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
13747 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13749         * configure.ac:
13750         * gconf/Makefile.am:
13751         * gconf/gstreamer.schemas:
13752         * gst-libs/gst/gconf/Makefile.am:
13753         * gst-libs/gst/gconf/gconf.c:
13754           version gconf schemas and install locations
13756 2004-02-23  Benjamin Otte  <otte@gnome.org>
13758         * ext/xine/xineinput.c: (gst_xine_input_dispose):
13759         (gst_xine_input_subclass_init):
13760           call parent dispose.
13761           change pad template for CD reader correctly
13762         * ext/xine/Makefile.am:
13763         * ext/xine/gstxine.h:
13764         * ext/xine/xine.c: (plugin_init):
13765         * ext/xine/xineaudiosink.c:
13766           wrap audio sinks, too
13767         * gst-libs/gst/resample/private.h:
13768         * gst-libs/gst/resample/resample.c: (gst_resample_init),
13769         (gst_resample_reinit), (gst_resample_scale),
13770         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
13771         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
13772         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
13773         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
13774         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
13775         * gst-libs/gst/resample/resample.h:
13776         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
13777         (gst_audioscale_class_init), (gst_audioscale_link),
13778         (gst_audioscale_get_buffer), (gst_audioscale_init),
13779         (gst_audioscale_chain), (gst_audioscale_set_property),
13780         (gst_audioscale_get_property):
13781         * gst/audioscale/gstaudioscale.h:
13782           s/resample_*/gst_resample_*/i to not clobber namespaces
13784 2004-02-23  Julien MOUTTE  <julien@moutte.net>
13786         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13787         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13788         (gst_riff_create_video_template_caps),
13789         (gst_riff_create_audio_template_caps),
13790         (gst_riff_create_iavs_template_caps):
13791         * gst-libs/gst/riff/riff-media.h:
13792         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13793         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
13794         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
13795         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
13796         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13797         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
13798         (gst_matroska_demux_plugin_init): First batch implementing audio and
13799         video codec tags in demuxers.
13801 2004-02-22  Benjamin Otte  <otte@gnome.org>
13803         * ext/xine/Makefile.am:
13804         * ext/xine/gstxine.h:
13805         * ext/xine/xine.c: (plugin_init):
13806         * ext/xine/xineinput.c:
13807           add input plugin wrapper. Playback from files, http, mms and cdda
13808           works.
13809         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
13810           remove leftover G_GNUC_UNUSED
13811         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
13812         (gst_asf_demux_identify_guid):
13813           improve debugging output
13815 2004-02-22  Benjamin Otte  <otte@gnome.org>
13817         reported by: Padraig O'Briain <padraig.obriain@sun.com>
13819         * autogen.sh:
13820           replace test -e with test -x for mkinstalldirs to be more portable.
13821           (fixes #134816)
13823 2004-02-22  Benjamin Otte  <otte@gnome.org>
13825         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
13827         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
13828           set rank to PRIMARY
13829         * gst/volume/gstvolume.c: (plugin_init):
13830           set rank to NONE
13831         fixes #134960
13833 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
13835         reviewed by Benjamin Otte  <otte@gnome.org>
13837         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
13838           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
13840 2004-02-22  Benjamin Otte  <otte@gnome.org>
13842         * configure.ac:
13843           export [_]*{gst,Gst,GST}.* symbols from plugins
13845 2004-02-22  Christophe Fergeau <teuf@gnome.org>
13847         reviewed by: Benjamin Otte  <otte@gnome.org>
13849         * ext/lame/gstlame.c: (add_one_tag):
13850         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
13851         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
13852         (gst_vorbisenc_metadata_set1):
13853         * gst/tags/gstid3tag.c:
13854         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
13855           apply fixes from bugs #135042 (lame can't write tags) and #133817
13856           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
13858 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
13860         * configure.ac: Export only gst_plugin_desc from plugins.
13861          Note that this change only makes any effect with Linux using libtool
13862          1.5.2 or higher. Otherwise it is silently ignored, but it would build
13863          fine. And don't try to have several versions of libtool in different
13864          directories.
13866 2004-02-20  Andy Wingo  <wingo@pobox.com>
13868         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
13869         interleave respectively.
13871         * gst/interleave/deinterleave.c: New plugin: deinterleave
13872         (replaces on oneton).
13873         * gst/interleave/interleave.c: New plugin: interleave.
13874         * gst/interleave/plugin.h: Support file.
13875         * gst/interleave/plugin.c: Support file.
13877         * configure.ac: Remove intfloat and oneton, add interleave.
13879         * ext/sndfile/gstsf.c: Handle events better.
13881         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
13882         and float2int operation. int2float has scheduling problems as
13883         noted in in2float_chain.
13885 2004-02-20  Benjamin Otte  <otte@gnome.org>
13887         * ext/xine/Makefile.am:
13888         * ext/xine/gstxine.h:
13889         * ext/xine/xine.c:
13890         * ext/xine/xineaudiodec.c:
13891         * ext/xine/xinecaps.c:
13892           add first version of xine plugin wrapper. Currently only wraps the
13893           QDM2 win32 DLL, and even that only in proof-of-concept quality.
13894         * configure.ac:
13895         * ext/Makefile.am:
13896           add xine plugin wrapper, disabled by default. Use --enable-xine to
13897           build. Note that it'll segfault on gst-register if you don't remove
13898           the goom and tvtime post plugins from xine.
13899         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
13900         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
13901           add extradata parsing for QDM2.
13902           change around debugging prints.
13904 2004-02-19  Benjamin Otte  <otte@gnome.org>
13906         * ext/lame/gstlame.c: (gst_lame_chain):
13907         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13908           use gst_tag_list_insert when you want to insert tags
13910 2004-02-18  David Schleef  <ds@schleef.org>
13912         * configure.ac:  Move massink to gst-rotten
13913         * ext/Makefile.am:
13914         * ext/mas/Makefile.am:
13915         * ext/mas/massink.c:
13916         * ext/mas/massink.h:
13918 2004-02-18  David Schleef  <ds@schleef.org>
13920         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
13921         typefinding, since it seems to be worse than nothing.
13922         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
13923         atom to recognize .mp4 and .m4a files as video/quicktime.
13925 2004-02-18  David Schleef  <ds@schleef.org>
13927         * gst/sine/demo-dparams.c: (quit_live),
13928         (dynparm_log_value_changed), (dynparm_value_changed), (main):
13929         Use double dparams, not float.
13930         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13931         (gst_sinesrc_init): Change sync default to FALSE, since multiple
13932         sync'd elements don't really work correctly.
13933         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
13934         (volume_update_volume), (volume_get_property):  Change dparam
13935         to double.
13937 2004-02-18  Julien MOUTTE  <julien@moutte.net>
13939         * sys/ximage/ximagesink.c:
13940         (gst_ximagesink_xwindow_update_geometry),
13941         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
13942         (gst_ximagesink_change_state), (gst_ximagesink_expose),
13943         (gst_ximagesink_init): Rework the way software video scaling works. So
13944         now we check on each chain call if the video frames are feeling the
13945         window. If not we try to renegotiate caps. On failure we memorize that
13946         and we won't try again for that PLAYING sessions.
13947         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
13948         failure.
13949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
13950         synchronous flag.
13952 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13954         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
13955           break up _link so we can give a better debug message for errors
13957 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13959         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
13960           set up debug category
13962 2004-02-18  Julien MOUTTE <julien@moutte.net>
13964         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13965         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
13966         the way renegotiation work. The event handling function is not taking
13967         care of external windows and renegotiate method check for pad flags
13968         NEGOTIATING. Should fix : #133209
13970 2004-02-17  Julien MOUTTE  <julien@moutte.net>
13972         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
13973         pad is negotiating before trying renegotiation.
13975 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13977         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
13978           pass on all possible mime types as typefind hints
13980 2004-02-17  Julien MOUTTE <julien@moutte.net>
13982         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
13983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
13984         possible SHM leak if we crash. All other apps using XShm are doing
13985         that.
13987 2004-02-17  Julien MOUTTE  <julien@moutte.net>
13989         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13990         (gst_ximagesink_expose): Renegotiate size on expose.
13991         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
13992         size on expose.
13994 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13996         * testsuite/alsa/sinesrc.c:
13997           cosmetic fix to fix compile issue with gcc 2.95.4
13999 2004-02-16  Julien MOUTTE <julien@moutte.net>
14001         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14002         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
14003         failed opening the audio device.
14004         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14005         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
14006         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
14007         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
14008         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
14009         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
14010         (gst_ximagesink_change_state), (gst_ximagesink_chain),
14011         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
14012         Removing some useless g_return_if_fail like wingo suggested.
14013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14014         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
14015         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
14016         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
14017         (gst_xvimagesink_update_colorbalance),
14018         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
14019         (gst_xvimagesink_xcontext_clear),
14020         (gst_xvimagesink_get_fourcc_from_caps),
14021         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
14022         (gst_xvimagesink_set_xwindow_id),
14023         (gst_xvimagesink_colorbalance_list_channels),
14024         (gst_xvimagesink_colorbalance_set_value),
14025         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
14026         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
14028 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14030         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
14031           throw error when not negotiated instead of asserting
14033 2004-02-15  Julien MOUTTE  <julien@moutte.net>
14035         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
14036         correct data refcounting.
14038 2004-02-15  Julien MOUTTE  <julien@moutte.net>
14040         * gst/switch/gstswitch.c: (gst_switch_change_state),
14041         (gst_switch_class_init): Cleaning the sinkpads correctly on state
14042         change, mostly the EOS flag.
14044 2004-02-15  Julien MOUTTE  <julien@moutte.net>
14046         * examples/gstplay/player.c: (got_eos), (main): Adding some
14047         output for debugging.
14048         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
14049         timeouts if we go to any state different from PLAYING.
14050         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
14051         more EOS bugs in riff lib.
14053 2004-02-14  Julien MOUTTE  <julien@moutte.net>
14055         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
14056         visualization until i find a way to fix switch correctly.
14057         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
14058         EOS arrives.
14059         * gst/switch/gstswitch.c: (gst_switch_release_pad),
14060         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
14061         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
14062         Reworked switch to get a more correct behaviour with events and refing
14063         of data stored in sinkpads.
14064         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
14065         we don't pull from a pad in EOS.
14067 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14069         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14070           remove v1 tag even if we can't read it (makes sure we don't detect
14071           it again)
14073 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14075         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
14076         (gst_alsa_xrun_recovery):
14077         * ext/alsa/gstalsa.h:
14078           try xrun recovery when wait failed. Make xrun recovery function
14079           return TRUE/FALSE to indicate success. (might fix #134354)
14081 2004-02-13  David Schleef  <ds@schleef.org>
14083         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
14084         (dynparm_value_changed), (main): Convert from float to double.
14085         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
14087 2004-02-13  David Schleef  <ds@schleef.org>
14089         * gst/silence/gstsilence.c: (gst_silence_class_init),
14090         (gst_silence_set_clock), (gst_silence_get),
14091         (gst_silence_set_property), (gst_silence_get_property):
14092         * gst/silence/gstsilence.h: Add sync property.
14093         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14094         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
14095         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
14096         * gst/sine/gstsinesrc.h: Add sync property.
14098 2004-02-13  David Schleef  <ds@schleef.org>
14100         * gst/intfloat/gstint2float.c: (conv_f32_s16),
14101         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
14103 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14105         * configure.ac:
14106         * ext/Makefile.am:
14107         * gst-libs/ext/Makefile.am:
14108           move ffmpeg plugin to gst-ffmpeg module
14110 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14112         * configure.ac: use GST_ARCH to detect architecture
14114 2004-02-12  Julien MOUTTE  <julien@moutte.net>
14116         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
14118 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14120         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14121           classify LADSPA plugins based on number of src/sink pads
14122           (#133663, Stefan Kost)
14123         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
14124           fix dparams registration
14125           (#133528, Stefan Kost)
14126         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
14127           fix use of isprint and use g_ascii_isprint instead
14128           (#133316, Stefan Kost)
14130 2004-02-11  David Schleef  <ds@schleef.org>
14132         Convert a few inner loops to use liboil.  This is currently
14133         optional, and is only enabled if liboil is present (duh!).
14134         * configure.ac: Check for liboil-0.1
14135         * gst/intfloat/Makefile.am:
14136         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
14137         (gst_int2float_chain_gint16):
14138         * gst/videofilter/Makefile.am:
14139         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
14140         (tablelookup_u8), (gst_videobalance_planar411):
14141         * gst/videotestsrc/Makefile.am:
14142         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
14143         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
14144         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
14145         (paint_hline_RGB565), (paint_hline_xRGB1555):
14147 2004-02-11  David Schleef  <ds@schleef.org>
14149         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
14150         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
14151         (gst_colorspace_getcaps), (gst_colorspace_link),
14152         (gst_colorspace_base_init), (gst_colorspace_init),
14153         (gst_colorspace_chain), (gst_colorspace_change_state),
14154         (plugin_init): Merge Ronald's patch (bug #117897) and update
14155         for new caps and negotiation.  Seems to work, although it
14156         shows off bugs in lcs.
14158 2004-02-11  David Schleef  <ds@schleef.org>
14160         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
14161         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
14163 2004-02-11  David Schleef  <ds@schleef.org>
14165         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
14166         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
14167         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
14168         Add server and port properties
14170 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14172         * m4/a52.m4:
14173         * m4/aalib.m4:
14174         * m4/as-ffmpeg.m4:
14175         * m4/as-liblame.m4:
14176         * m4/as-slurp-ffmpeg.m4:
14177         * m4/check-libheader.m4:
14178         * m4/esd.m4:
14179         * m4/freetype2.m4:
14180         * m4/gconf-2.m4:
14181         * m4/glib.m4:
14182         * m4/gst-alsa.m4:
14183         * m4/gst-artsc.m4:
14184         * m4/gst-ivorbis.m4:
14185         * m4/gst-matroska.m4:
14186         * m4/gst-sdl.m4:
14187         * m4/gst-shout2.m4:
14188         * m4/gst-sid.m4:
14189         * m4/gtk.m4:
14190         * m4/libdv.m4:
14191         * m4/libfame.m4:
14192         * m4/libmikmod.m4:
14193         * m4/ogg.m4:
14194         * m4/vorbis.m4:
14195           fix underquotedness of macros (#133800)
14196         * m4/as-avifile.m4:
14197         * m4/xmms.m4:
14198           removed because no longer used
14200 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14202         * configure.ac:
14203           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
14204           by autopoint (fixes #132996)
14206 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14208         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
14209         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
14210         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
14211         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
14212           fix memleaks
14214 2004-02-11  David Schleef  <ds@schleef.org>
14216         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
14217         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
14218         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
14219         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
14220         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
14221         (gst_jpegenc_class_init), (gst_jpegenc_init),
14222         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
14223         (gst_jpegenc_chain), (gst_jpegenc_set_property),
14224         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
14225         * ext/jpeg/gstjpegenc.h: Fix negotiation.
14227 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14229         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
14230         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
14231         * ext/mikmod/gstmikmod.h:
14232           fix caps negotiation in mikmod
14233         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
14234           output debug information
14236 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14238         * gst-libs/gst/colorbalance/Makefile.am:
14239         * gst-libs/gst/navigation/Makefile.am:
14240         * gst-libs/gst/xoverlay/Makefile.am:
14241           remove unused GST_OPT_CFLAGS from Makefiles
14242           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
14244 2004-02-07  David Schleef  <ds@schleef.org>
14246         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
14247         push events to pads that haven't been created (#133508)
14249 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
14251         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14252         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
14253         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
14254         (gst_dvdec_loop), (gst_dvdec_change_state):
14255         Second attempt at committing a working dvdec element.
14257 2004-02-06  David Schleef  <ds@schleef.org>
14259         Build fixes for OS X: (see #129600)
14260         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
14261         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
14262         (gst_riff_read_strf_iavs):
14263         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
14264         (gst_avi_demux_stream_odml):
14265         * gst/playondemand/Makefile.am:
14266         * gst/rtp/rtp-packet.c:
14268 2004-02-05  David Schleef  <ds@schleef.org>
14270         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
14271         last change, because it Just Doesn't Compile.
14273 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14275         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14276           skip undecodable id3v2 tag instead of keeping it
14278 2004-02-05  David Schleef  <ds@schleef.org>
14280         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
14281         Unref leaked buffer.  (Noticed by Ronald)
14283 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
14285         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14286         Sync requires with other checks.  >= vs =.
14288 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
14290         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
14291         (gst_dvdec_video_link), (gst_dvdec_loop):
14292         * ext/dv/gstdvdec.h:
14293           rework the caps negotiation so that dvdec works again instead
14294           of just segfaulting.
14296 === release 0.7.4 ===
14298 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14300         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
14301         * configure.ac: changed for release
14303 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14305         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
14306         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14307         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14308         * pkgconfig/gstreamer-play-uninstalled.pc.in:
14309           reworked patch by David Lehn to fix libdir and includedir for
14310           uninstalled libraries
14311           removed play and gconf from gstreamer-libs since they have their
14312           own pkgconfig files
14314 2004-02-04  David Schleef  <ds@schleef.org>
14316         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
14317         memleak.
14319 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14321         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
14322           use correct GST_TAG_ENCODER tag
14324 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14326         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
14327           be sure to stop the clock when going to paused
14328         * sys/oss/gstosssink.c: (gst_osssink_change_state):
14329           reset number of transmitted when going to ready.
14330         fixes #132935
14332 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
14334         reviewed by Benjamin Otte
14336         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
14337           extract track count (fixes #133410)
14339 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14341         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
14342           that should be !=, not == (fixes #132519)
14344 2004-02-04  David Schleef  <ds@schleef.org>
14346         Make sure set_explicit_caps() is called before adding pad.
14347         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
14348         * gst/id3/gstid3types.c: (gst_id3types_loop):
14349         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
14350         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
14352 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14354         * configure.ac:
14355           bump nano to 2, first prerelease
14356           put back AM_PROG_LIBTOOL
14358 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14360         * testsuite/alsa/Makefile.am:
14361           these are user test apps, not automatic testsuite tests
14363 2004-02-04  David Schleef  <ds@schleef.org>
14365         Convert GST_DEBUG_CAPS() to GST_DEBUG():
14366         * gst/mpeg1videoparse/gstmp1videoparse.c:
14367         (mp1videoparse_parse_seq):
14368         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
14369         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
14370         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
14371         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
14372         (gst_xvideosink_getcaps):
14373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14374         * testsuite/gst-lint: more tests
14376 2004-02-04  David Schleef  <ds@schleef.org>
14378         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
14379         with the code that they would expand to.
14380         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
14381         (gst_flacdec_get_src_query_types),
14382         (gst_flacdec_get_src_event_masks):
14383         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
14384         (gst_gnomevfssrc_get_query_types),
14385         (gst_gnomevfssrc_get_event_mask):
14387 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14389         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14390         (gst_sinesrc_dispose):
14391           fix memleak by properly disposing sinesrc
14393 2004-02-04  Julien MOUTTE  <julien@moutte.net>
14395         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
14396         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
14397         an overlay to redraw the image because it has been exposed.
14398         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
14399         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
14400         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
14401         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
14402         interface
14403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
14404         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
14405         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
14406         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
14407         interface
14409 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14411         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
14412           more memleak fixage
14414 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14416         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
14417         * gst/typefind/gsttypefindfunctions.c:
14418           fix memleaks shown by gst-typefind
14420 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14422         * common/glib-gen.mak:
14423           add hack rule to touch .Plo files
14424         * gst-libs/gst/colorbalance/Makefile.am:
14425         * gst-libs/gst/mixer/Makefile.am:
14426         * gst-libs/gst/play/Makefile.am:
14427         * gst-libs/gst/tuner/Makefile.am:
14428           remove glib_root variable
14430 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14432         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
14433           set explicit caps before adding the element, so the autopluggers can
14434           plug correctly.
14435         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
14436         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
14437         (mpeg_video_type_find), (mpeg_video_stream_type_find),
14438         (dv_type_find):
14439           fix memleaks in typefind functions. gst_type_find_suggest takes a const
14440           argument.
14442 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14444         * gst-libs/gst/colorbalance/Makefile.am:
14445         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14446         * gst-libs/gst/colorbalance/colorbalance.c:
14447         * gst-libs/gst/colorbalance/colorbalance.h:
14448         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
14449         * gst-libs/gst/mixer/Makefile.am:
14450         * gst-libs/gst/mixer/mixer-marshal.list:
14451         * gst-libs/gst/mixer/mixer.c:
14452         * gst-libs/gst/mixer/mixer.h:
14453         * gst-libs/gst/mixer/mixermarshal.list:
14454         * gst-libs/gst/play/Makefile.am:
14455         * gst-libs/gst/play/play.h:
14456         * gst-libs/gst/tuner/Makefile.am:
14457         * gst-libs/gst/tuner/tuner-marshal.list:
14458         * gst-libs/gst/tuner/tuner.c:
14459         * gst-libs/gst/tuner/tuner.h:
14460         * gst-libs/gst/tuner/tunermarshal.list:
14461           use new glib-gen.mak snippet to clean up Makefile.am
14462           fix various bugs in Makefile.am's
14464 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
14467           handle chain parsing correctly in the multichain case
14468         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
14469         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
14470         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14471         (theora_dec_chain):
14472           handle events and queries correctly
14474 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
14476         * .cvsignore:
14477         Ignore generated file _stdint.h.
14479 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
14481         * gst-libs/gst/colorbalance/Makefile.am:
14482         * gst-libs/gst/colorbalance/colorbalance.h:
14483         * gst-libs/gst/mixer/Makefile.am:
14484         * gst-libs/gst/mixer/mixer.h:
14485         * gst-libs/gst/play/Makefile.am:
14486         * gst-libs/gst/play/play.h:
14487         * gst-libs/gst/tuner/Makefile.am:
14488         * gst-libs/gst/tuner/tuner.h:
14489         Generate enum type code with glib-mkenums.
14490         * gst-libs/gst/colorbalance/.cvsignore:
14491         * gst-libs/gst/mixer/.cvsignore:
14492         * gst-libs/gst/play/.cvsignore:
14493         * gst-libs/gst/tuner/.cvsignore:
14494         Ignore generated files.
14496 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
14498         * gst-libs/gst/audio/.cvsignore:
14499         Ignore generated file.
14500         * gst-libs/gst/audio/Makefile.am:
14501         Do not install example filter.
14503 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
14505         * examples/switch/.cvsignore:
14506         Ignore generated file.
14508 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14510         * common/m4/ax_create_stdint_h.m4:
14511         * configure.ac:
14512           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
14513           _stdint.h.
14514         * Makefile.am:
14515           remove generated _stdint.h in DISTCLEANFILES
14516         * ext/a52dec/gsta52dec.c:
14517           include _stdint.h for a52dec. (should fix #133064)
14519 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
14521         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
14522         (gst_tag_to_vorbis_comments):
14523         Add replaygain support to vorbistag
14525 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
14526         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
14527         (gst_ffmpeg_caps_to_extradata):
14528           Fix SVQ3 caps flag properties
14529           Use glib macro for bytes swap
14531 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14533         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
14534         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
14535         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14536         * ext/sndfile/gstsf.c: (plugin_init):
14537         * gst/avi/gstavi.c: (plugin_init):
14538         * sys/dxr3/dxr3init.c: (plugin_init):
14539         * sys/oss/gstossaudio.c: (plugin_init):
14540         * sys/v4l/gstv4l.c: (plugin_init):
14541         * sys/v4l2/gstv4l2.c: (plugin_init):
14542           remove textdomain calls
14543         * po/nl.po:
14544           update Dutch translation
14546 2004-02-02  Julien MOUTTE  <julien@moutte.net>
14548         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
14549         (gst_play_set_audio_sink): Moving volume in the audio thread for
14550         instantaneous volume change. Maybe i will add another volume in front
14551         of visualization later, not sure yet though.
14553 2004-02-02  Julien MOUTTE  <julien@moutte.net>
14555         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14556         (gst_ximagesink_handle_xevents): Better X events handling, only take
14557         the latest events for configure and motion.
14558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
14560 2004-02-02  Jon Trowbridge  <trow@gnu.org>
14562         reviewed by: David Schleef  <ds@schleef.org>
14564         Fix memory leaks:
14565         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
14566         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
14568 2004-02-02  David Schleef  <ds@schleef.org>
14570         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
14571         of lines.
14572         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
14573         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
14574         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
14575         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
14576         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
14577         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
14578         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
14579         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
14580         (gst_float2_2_int_link):
14581         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
14582         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
14583         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
14584         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
14585         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
14586         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
14587         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
14588         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
14589         * testsuite/gst-lint: Add tests for bzero and ;;
14591 2004-02-02  David Schleef  <ds@schleef.org>
14593         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
14595 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14597         * ext/aalib/gstaasink.c: (gst_aasink_open):
14598         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
14599         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14600         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14601         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
14602         (gst_afsink_close_file):
14603         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
14604         (gst_afsrc_close_file):
14605         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
14606         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
14607         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
14608         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
14609         * ext/esd/esdmon.c: (gst_esdmon_get):
14610         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
14611         * ext/faac/gstfaac.c: (gst_faac_chain):
14612         * ext/faad/gstfaad.c: (gst_faad_chain):
14613         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
14614         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
14615         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
14616         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
14617         (gst_flacdec_loop):
14618         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
14619         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
14620         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14621         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
14622         (gst_gnomevfssink_close_file):
14623         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14624         (gst_gnomevfssrc_open_file):
14625         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
14626         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
14627         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
14628         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
14629         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
14630         * ext/mad/gstmad.c: (gst_mad_chain):
14631         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
14632         * ext/mpeg2dec/gstmpeg2dec.c:
14633         * ext/mpeg2enc/gstmpeg2enc.cc:
14634         * ext/mplex/gstmplex.cc:
14635         * ext/mplex/gstmplexibitstream.cc:
14636         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
14637         (gst_ogg_demux_push):
14638         * ext/raw1394/gstdv1394src.c:
14639         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
14640         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
14641         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
14642         (gst_sf_loop):
14643         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14644         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
14645         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
14646         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
14647         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14648         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
14649         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
14650         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
14651         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
14652         (gst_riff_read_element_data), (gst_riff_read_seek),
14653         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
14654         * gst/adder/gstadder.c: (gst_adder_loop):
14655         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
14656         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
14657         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
14658         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
14659         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
14660         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
14661         * gst/goom/gstgoom.c: (gst_goom_chain):
14662         * gst/id3/gstid3types.c: (gst_id3types_loop):
14663         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
14664         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
14665         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
14666         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
14667         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14668         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
14669         (gst_ebml_read_float), (gst_ebml_read_header):
14670         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14671         (gst_matroska_demux_parse_blockgroup):
14672         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14673         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
14674         * gst/oneton/gstoneton.c: (gst_oneton_chain):
14675         * gst/silence/gstsilence.c: (gst_silence_get):
14676         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
14677         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
14678         * gst/speed/gstspeed.c: (speed_loop):
14679         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
14680         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
14681         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
14682         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
14683         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
14684         (gst_wavparse_loop):
14685         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
14686         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
14687         (dxr3audiosink_close):
14688         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
14689         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
14690         (dxr3videosink_close), (dxr3videosink_write_data):
14691         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
14692         * sys/oss/gstosssink.c: (gst_osssink_chain):
14693         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14694         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
14695         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
14696         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
14697         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14698         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14699         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
14700         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
14701         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
14702         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
14703         (gst_v4l_set_audio):
14704         * sys/v4l/v4l_calls.h:
14705         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14706         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
14707         (gst_v4lmjpegsink_playback_init),
14708         (gst_v4lmjpegsink_playback_start):
14709         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
14710         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14711         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
14712         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
14713         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
14714         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
14715         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
14716         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
14717         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
14718         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
14719         (gst_v4l2_get_output), (gst_v4l2_set_output),
14720         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
14721         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
14722         (gst_v4l2_set_attribute):
14723         * sys/v4l2/v4l2_calls.h:
14724         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
14725         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
14726         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
14727         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
14728         (gst_v4l2src_capture_stop):
14729         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
14730         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14731         (gst_ximagesink_chain):
14732         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
14733         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
14734         (gst_xvideosink_xwindow_new):
14735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14736         (gst_xvimagesink_chain):
14738 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14740         * gst/volume/gstvolume.c: (gst_volume_set_volume),
14741         (gst_volume_get_volume), (volume_class_init), (volume_init),
14742         (volume_chain_int16), (volume_update_volume):
14743         * gst/volume/gstvolume.h:
14744           make code more readable by removing magic numbers
14745           make mixer interface export 0-100 range
14746           make it internally map to 0.0-1.0 range so users don't distort
14747           output by putting the sliders at full volume
14749 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14751         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
14752         (gst_play_state_change), (gst_play_seek_to_time):
14753         block the tick callback for 0.5 secs after doing a seek
14755 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14757         * gst-libs/gst/play/play.c: (gst_play_new):
14758           check for GError
14760 2004-02-01  Julien MOUTTE  <julien@moutte.net>
14762         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
14763         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
14764         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14765         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
14766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
14767         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
14769 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14771         * configure.ac:
14772         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
14773           check for a function added in vorbis 1.1
14775 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14777         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
14778         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
14779           really start/stop clock only on PLAYING <=> PAUSED
14780         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14781           remove \n from debugging lines
14782         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
14783           make it work when seeking does not
14784         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
14785           reset on DISCONT
14787 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14789         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
14790           start clock on PAUSED=>PLAYING, not later
14791         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14792           extract correct time for different discont formats
14793         (gst_alsa_sink_get_time):
14794           don't segfault when no format is negotiated yet, just return 0
14795         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14796         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
14797         (gst_ogg_pad_push):
14798           handle flush and discont events correctly
14799         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
14800           handle discont events correctly
14802 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14804         * gst-libs/gst/play/play.c: (gst_play_error_quark),
14805         (gst_play_error_create), (gst_play_error_plugin),
14806         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
14807         * gst-libs/gst/play/play.h:
14808           add error handling during creation
14809         * examples/gstplay/player.c: (main):
14810           use new gst_play_new
14813 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14815         * ext/theora/theoradec.c: (theora_dec_chain):
14816           make comments work
14817         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14818         (vorbis_dec_src_event), (vorbis_dec_chain):
14819           add encoder tag, fix tag reading to be more error tolerant, change
14820           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
14821           gst_pad_event_default.
14822         * gst/tags/gstvorbistag.c:
14823         (gst_tag_list_from_vorbiscomment_buffer):
14824           undefine function specific define at end of function
14826 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
14828         * ext/flac/gstflac.c: (plugin_init):
14829         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
14830         * ext/flac/gstflacdec.h:
14831         * ext/flac/gstflacenc.h:
14832           Fix typos
14834 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
14836         * examples/gstplay/player.c: s/gstplay.h/play.h/
14838 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14840         * gst-libs/gst/play/Makefile.am:
14841         * gst-libs/gst/play/gstplay.c:
14842         * gst-libs/gst/play/gstplay.h:
14843         * gst-libs/gst/play/play.c:
14844           more surgery, operation complete
14846 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14848         * gst-libs/gst/play/play.old.c:
14849         * gst-libs/gst/play/play.old.h:
14850           after CVS surgery by moving, remove
14851         * gst-libs/gst/play/playpipelines.c:
14852           remove
14854         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
14855           add negotiation error
14857 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14859         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14860         (gst_ogg_demux_push):
14861           add some seeking debug info
14862           send a flush when seeking
14864 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14866         * configure.ac:
14867           use AC_C_INLINE
14868         * configure.ac:
14869         * ext/Makefile.am:
14870         * ext/theora/Makefile.am:
14871         * ext/theora/theoradec.c:
14872           add theora video decoder. Does just do simple decoding for now and
14873           has been tested against Theora cvs only. It only works when theora
14874           is compiled with --enable-static.
14875         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
14876           always reset packetno on DISCONT
14878 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14880         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
14881           Fix audio.
14883 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14885         * gst/mpegaudioparse/gstmpegaudioparse.c:
14886         (mp3_type_frame_length_from_header):
14887           Fix header parsing - stolen from ffmpeg (thank you! :) ).
14889 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14891         * ext/esd/esdsink.c: (gst_esdsink_init):
14892           Since we have static pad template caps, we don't need to negotiate;
14893           either the core errors out or we know the format.
14895 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14897         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
14898         (gst_riff_read_seek):
14899         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
14900         (gst_ebml_read_seek):
14901           Fix event handling.
14903 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14905         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
14906           removee video/x-theora from vp3 decoder, it doesn't handle raw
14907           theora streams
14908         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
14909           fix bug with finalizing element that never went to PAUSED
14910         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
14911           length and position queries were swapped
14912         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14913         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
14914         (vorbis_dec_src_event):
14915           implement querying time and bytes
14917 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14919         * just about every source file:
14920           gst_element_error -> GST_ELEMENT_ERROR
14922 2004-01-29  Julien MOUTTE  <julien@moutte.net>
14924         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
14925         emiting FLUSH and even before DISCONT.
14926         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
14927         get the best instant seeking as possible yay!
14929 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14931         * gst/mpeg1videoparse/gstmp1videoparse.c:
14932         (gst_mp1videoparse_real_chain):
14933           Committed wrong version last week... Grr... Didn't notice until now.
14935 2004-01-29  Julien MOUTTE <julien@moutte.net>
14937         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
14938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
14939         have_xwindow_id signal in xwindow_create.
14941 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14943         * ext/ogg/gstoggdemux.c:
14944           lots of changes - mainly support for chained bitstreams, seeking,
14945           querying and bugfixes of course
14946         * ext/vorbis/Makefile.am:
14947         * ext/vorbis/vorbisdec.c:
14948         * ext/vorbis/vorbisdec.h:
14949           add vorbisdec raw vorbis decoder
14950         * ext/vorbis/vorbis.c: (plugin_init):
14951           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
14952         * gst/intfloat/Makefile.am:
14953         * gst/intfloat/float22int.c:
14954         * gst/intfloat/float22int.h:
14955         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
14956           add float2intnew plugin. It converts multichannel interleaved float to
14957           multichannel interleaved int. The name should probably be changed.
14958         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
14959         (plugin_init):
14960           add typefinding for raw theora video so oggdemux can detect it.
14962 2004-01-28  Julien MOUTTE  <julien@moutte.net>
14964         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
14965         sink element first.
14966         * gst/videoscale/gstvideoscale.c:
14967         (gst_videoscale_handle_src_event): Fixing src event handler.
14969 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14971         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14972         (gst_v4lsrc_open), (gst_v4lsrc_close),
14973         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
14974         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
14975         * sys/v4l/gstv4lsrc.h:
14976         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
14977         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
14978           Implement resizing... Hack. But that's why v4l is b0rked...
14980 2004-01-28  Julien MOUTTE <julien@moutte.net>
14982         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14983         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14984         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
14985         (gst_ximagesink_xwindow_destroy):
14986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14987         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
14988         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
14989         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
14990         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
14991         correctly cleaning the image created to check xshm calls on succes,
14992         added a lot of XSync calls in X11 functions, and fixed a segfault when
14993         no image format was defined before negotiation happened.
14995 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14997         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
14998           use gst_element_get_time to get correct time
15000 2004-01-28  Julien MOUTTE  <julien@moutte.net>
15002         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
15003         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
15004         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
15005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
15006         (gst_xvimagesink_check_xshm_calls),
15007         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
15008         X plugins are now able to detect that XShm calls will fail even if the
15009         server claims that it has XShm support (remote displays most of the
15010         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
15011         so that we use non XShm functions. This feature is almost useless for
15012         xvimagesink as Xv is not supported on remote displays anyway, but
15013         it might happen than even on the local display XShm calls fail.
15015 2004-01-27  David Schleef  <ds@schleef.org>
15017         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
15018         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
15019         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
15020         changed esdsink to only use 44100,16,2, since esd sucks at rate
15021         conversion and esdsink has had difficulty negotiating.
15023 2004-01-27  Julien MOUTTE <julien@moutte.net>
15025         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
15026         (gst_play_seek_to_time): Fixing the way to get current position.
15028 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15030         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
15031           use gst_element_get_time to get correct time
15033 2004-01-27  Julien MOUTTE <julien@moutte.net>
15035         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
15036         fix ever... Inverting 2 lines of code make spider autoplug correctly
15037         tagged mp3 !
15039 2004-01-27  David Schleef  <ds@schleef.org>
15041         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15042         Use gst_pad_try_set_caps_nonfixed().
15044 2004-01-27  David Schleef  <ds@schleef.org>
15046         * gst/ac3parse/gstac3parse.c: update to checklist 5
15047         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
15048         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
15049         * gst/audioscale/gstaudioscale.c: same
15050         * gst/auparse/gstauparse.c: same
15051         * gst/avi/gstavidemux.c: same
15053 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15055         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15056           stop processing after EOS
15058 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15060         * gst/asfdemux/asfheaders.h:
15061         * gst/asfdemux/gstasfdemux.c:
15062         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
15063         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
15064         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
15065           lot's of fixes to make data extraction simpler and get the code
15066           architecture and compiler independant. Add debugging category
15067         * gst/goom/gstgoom.c: (gst_goom_change_state):
15068           reset channel count on PAUSED=>READY, not READY=>PAUSED
15070 2004-01-26  Colin Walters  <walters@verbum.org>
15072         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
15073         code to pull a bigger buffer in iradio mode.  This as a side effect
15074         makes typefinding work.
15076 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
15078         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
15079         Fix SVQ3 decoding on PPC
15081 2004-01-26  Julien MOUTTE <julien@moutte.net>
15083         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
15084         that one managed to stay there... Fixed.
15086 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
15088         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
15089         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
15090         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
15091         (qtdemux_video_caps):
15092         * gst/qtdemux/qtdemux.h:
15093         Add SVQ3 specific flags to qtdemux and ffmpeg
15095 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15097         * gst-libs/gst/audio/audio.h:
15098           remove buffer-frames from audio caps
15099         * gst/audioconvert/gstaudioconvert.c:
15100           fix plugin to really work.
15102 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15104         * gst-libs/gst/mixer/mixer.c:
15105         * gst-libs/gst/propertyprobe/propertyprobe.c:
15106         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
15107         (gst_tuner_find_channel_by_name):
15108         * gst-libs/gst/tuner/tuner.h:
15109           Add gtk-doc style comments. Also fix a function name.
15111 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15113         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
15114         (gst_divxdec_negotiate):
15115           Fix for new capsnego - also fixes gst-player with divxdec.
15117 2004-01-25  Julien MOUTTE  <julien@moutte.net>
15119         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
15120         (gst_play_identity_handoff), (gst_play_set_location),
15121         (gst_play_set_visualization), (gst_play_connect_visualization): Another
15122         try in visualization implementation. Still have an issue with switch
15123         blocking when pulling from video_queue and only audio comes out of
15124         spider.
15125         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15126         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
15127         release method. And check if the pad is usable before pulling.
15129 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15131         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
15132         (gst_videobalance_init),
15133         (gst_videobalance_colorbalance_list_channels),
15134         (gst_videobalance_colorbalance_set_value),
15135         (gst_videobalance_colorbalance_get_value),
15136         (gst_videobalance_update_properties),
15137         (gst_videobalance_update_tables_planar411),
15138         (gst_videobalance_planar411):
15139         * gst/videofilter/gstvideobalance.h:
15140           Implement lookup-tables. +/- 10x faster.
15142 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15144         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
15145         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
15146           The index reading was broken. The rest worked fine, but the whole
15147           goal of my rewrite was to make avidemux readable, and this was
15148           not at all readable. Please use typed variables.
15150 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15152         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
15153           Additional pad usability check.
15154         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
15155         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
15156         (gst_mp1videoparse_real_chain):
15157           Fix MPEG video stream parsing. The original plugin had several
15158           issues, including not timestamping streams where the source was
15159           not timestamped (this happens with PTS values in mpeg system
15160           streams, but MPEG video is also a valid stream on its own so
15161           that needs timestamps too). We use the display time code for that
15162           for now. Also, if one incoming buffer contains multiple valid
15163           frames, we push them all on correctly now, including proper EOS
15164           handling. Lastly, several potential segfaults were fixed, and we
15165           properly sync on new sequence/gop headers to include them in next,
15166           not previous frames (since they're header for the next frame, not
15167           the previous). Also see #119206.
15168         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
15169         (bpf_from_header):
15170           Move caps setting so we only do it after finding several valid
15171           MPEG-1 fraes sequentially, not right after the first one (which
15172           might be coincidental).
15173         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
15174         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15175         (plugin_init):
15176           Add unsynced MPEG video stream typefinding, and change some
15177           probability values so we detect streams rightly. The idea is as
15178           follows: I can have an unsynced system stream which contains
15179           video. In the current code, I would randomly get a type for either
15180           system or video stream type found, because the probabilities are
15181           being calculated rather randomly. I now use fixed values, so we
15182           always prefer system stream if that was found (and that is how it
15183           should be). If no system stream was found, we can still identity                the stream as video-only.
15185 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15187         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
15188         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
15189           don't write to buffer. Extract data without the need of
15190           __attribute__ ((packed))
15192 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15194         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
15195         (mpeg1_sys_type_find):
15196           Fix MPEG-1 stream typefinding.
15198 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15200         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
15201           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
15203 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15205         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
15206         * ext/esd/gstesd.c: (plugin_init):
15207           private debugging, better error reporting
15209 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15211         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
15212         (gst_riff_read_init), (gst_riff_read_change_state):
15213         * gst-libs/gst/riff/riff-read.h:
15214           Remove stuff fromold metadata system.
15216 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15218         * ext/ogg/gstoggdemux.c:
15219           Fix wrong file comment.
15220         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
15221         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
15222           Add metadata reading properly.
15224 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15226         * ext/Makefile.am:
15227           Fix nas DIST_SUBDIRS
15228           Uraeus:
15229           Fix bug where make distcheck doesn't get run on adding stuff to
15230           the build.
15232 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15234         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
15235         * ext/divx/gstdivxdec.h:
15236           Fix divx3 ("msmpeg4") playback using divxdec.
15238 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15240         * gst/typefind/gsttypefindfunctions.c:
15241         (mp3_type_frame_length_from_header): fix bug in length computation
15242         (mp3_type_find): improve debugging output
15244 2004-01-23  Julien MOUTTE  <julien@moutte.net>
15246         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
15247         (gst_play_set_location), (gst_play_seek_to_time),
15248         (gst_play_set_audio_sink), (gst_play_set_visualization),
15249         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
15250         the pipeline from scratch. Visualization is back and switch went out as
15251         i realized it was not possible to use the way i wanted.
15252         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
15253         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
15254         clearing in state change from READY to NULL. So that one can clean the
15255         X ressources keeping the element.
15256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15257         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
15258         (gst_xvimagesink_colorbalance_set_value),
15259         (gst_xvimagesink_colorbalance_get_value),
15260         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
15261         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
15262         change from READY to NULL and fixed some stupid bugs in colorbalance
15263         get/set values. Also added the following feature : when nobody tries to
15264         set some values to the colorbalance levels before the xcontext is
15265         grabbed, then when creating channels list from Xv attributes we set the
15266         internal values to the Xv defaults. This way we handle buggy Xv drivers
15267         that set default hue values far from the middle of the range (Thanks
15268         to Jon Trowbridge for pointing that issue).
15269         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
15270         colorbalance levels have been set before xcontext is grabbed.
15272 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15274         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15275           Fix the ossmixer case where we shouldn't open /dev/dsp* because
15276           it might block operations (which is bad for a mixer).
15278 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15280         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
15281         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
15282         (gmip_find_type_pre):
15283         * gst-libs/gst/media-info/media-info-priv.h:
15284         * gst-libs/gst/media-info/media-info.c:
15285         (gst_media_info_instance_init), (gst_media_info_read_idler):
15286         add fakesink to get caps on decoder src pad again
15287         fix callback prototype to match new have_type signal signature
15289 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15291         * gst/adder/gstadder.c: (gst_adder_link):
15292           fix non-compile and cut-n-paste code
15294 2004-01-21  David Schleef  <ds@schleef.org>
15296         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
15297         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
15298         (gst_swfdec_init), (gst_swfdec_change_state):
15299         * ext/swfdec/gstswfdec.h:
15300         Fix negotiation.
15301         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
15302         (gst_adder_request_new_pad): Fix negotiation.
15303         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
15304         Add a fixate function.
15305         * gst/intfloat/gstfloat2int.c:
15306         * gst/intfloat/gstfloat2int.h:
15307         * gst/intfloat/gstint2float.c:
15308         * gst/intfloat/gstint2float.h:
15309         Completely rewrite the negotiation.  Doesn't quite work yet,
15310         due to some buffer-frames problem.
15312 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15314         * ext/gnomevfs/gstgnomevfssrc.c:
15315         * sys/v4l2/v4l2_calls.h:
15316           fix includes for distcheck
15318 2004-01-21  Christian Schaller <uraeus@gnome.org>
15320         * ext/nas/
15321         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
15322         based on earlier patch from Laurent Vivier
15324 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
15326         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
15327         Fix wma caps property
15328         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15329         Fix typo (flags1 and flags2)
15331 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15333         * gst-libs/gst/media-info/media-info-priv.c:
15334         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
15335         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
15336         (gmip_find_stream), (gmip_find_track_metadata),
15337         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
15338         (gmip_find_track_format):
15339         * gst-libs/gst/media-info/media-info-priv.h:
15340         * gst-libs/gst/media-info/media-info-test.c: (main):
15341         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
15342         (gst_media_info_read_idler), (gst_media_info_read):
15343         * gst-libs/gst/media-info/media-info.h:
15344           register debugging category and use it for debugging
15346 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15348         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
15349         (gst_vorbisfile_new_link):
15350           signal streaminfo through tags
15352 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15354         * ext/mplex/gstmplex.cc:
15355         * ext/mplex/gstmplexibitstream.cc:
15356           g++ doesn't like NULL in our i18n/error macros, should be
15357           either (NULL) or ("").
15359 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15361         * sys/dxr3/dxr3audiosink.c:
15362         * sys/dxr3/dxr3init.c:
15363         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
15364         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
15365           Fix more error error error errors (missing includes here).
15367 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15369         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
15370           fix thomas' error errors.
15372 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15374         * ext/mpeg2enc/gstmpeg2enc.cc:
15375           fix error errors.
15377 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15379         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
15380         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
15381           Fix for new error system.
15383 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15385         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
15386           fix for new error reporting
15388 2004-01-20  David Schleef  <ds@schleef.org>
15390         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
15391         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15392         (gst_ximagesink_set_xwindow_id): Change to using a framerate
15393         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
15394         and neither is 100+, most likely.
15395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15396         (gst_xvimagesink_getcaps): same
15398 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15400         * configure.ac:
15401           Up version requirement to 2.0.3 (not yet released) to avoid symbol
15402           clashes with ffmpeg.
15404 2004-01-20  Julien MOUTTE  <julien@moutte.net>
15406         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
15407         (gst_switch_init): Fixed switch element : proxying link and setting
15408         caps from src to sink on request.
15410 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15412         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15413         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
15414         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
15415         fix element_error
15417 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15419         * sys/v4l/v4l_calls.h:
15420         * sys/v4l2/v4l2_calls.h:
15421           element_error fixes
15423 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15425         * gst-libs/gst/gst-i18n-plugin.h:
15426           add locale.h
15427           remove config.h inclusion
15429 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15431         * autogen.sh:
15432           adding autopoint invocation
15433         * Makefile.am:
15434         * configure.ac:
15435         * gst-libs/gst/gettext.h:
15436           adding gettext bits
15437         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
15438         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
15439         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15440         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
15441         (gst_gnomevfssink_close_file):
15442         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
15443         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
15444         * gst-libs/gst/gst-i18n-plugin.h:
15445         * gst/avi/gstavi.c: (plugin_init):
15446         * sys/dxr3/dxr3init.c: (plugin_init):
15447         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
15448         * sys/oss/gstossaudio.c: (plugin_init):
15449         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
15450         * sys/v4l/gstv4l.c: (plugin_init):
15451         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15452         * sys/v4l2/gstv4l2.c: (plugin_init):
15453         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15454         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
15455         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
15456         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
15457         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15458         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
15459           make sure locale and translation domain are set
15460           fix translated strings
15461         * po/.cvsignore:
15462         * po/LINGUAS:
15463         * po/Makevars:
15464         * po/POTFILES.in:
15465         * po/nl.po:
15466           put translation files into place
15467         * sys/xvideo/imagetest.c: (main):
15468         * ext/dv/demo-play.c: (main):
15469           fix unnecessary translations
15471 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15473         * ext/sndfile/gstsf.c:
15474         * gst/avi/gstavimux.c:
15475         * ext/audiofile/gstafsink.c:
15476         * ext/audiofile/gstafsrc.c:
15477         * ext/gnomevfs/gstgnomevfssink.c:
15478         * ext/gnomevfs/gstgnomevfssrc.c:
15479         * sys/oss/gstosselement.c:
15480         * sys/v4l/v4l_calls.h:
15481           fix i18n include
15483 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15485         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15486         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
15487         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
15488         (gst_v4l2_get_output), (gst_v4l2_set_output),
15489         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15490         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15491         (gst_v4l2_set_attribute):
15492         update to new error handling
15494 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15496         * ext/sidplay/gstsiddec.cc:
15497         * gst/modplug/gstmodplug.cc:
15498           parenthese NULL because C++ seems angry about it
15500 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15502         * gst-libs/gst/gst-i18n-plugin.h:
15503           add skeleton i18n stuff, but needs to be further implemented
15505 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15507         * examples/gstplay/player.c: (main):
15508         * ext/aalib/gstaasink.c: (gst_aasink_open):
15509         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
15510         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15511         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15512         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
15513         (gst_afsink_close_file):
15514         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
15515         (gst_afsrc_close_file):
15516         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
15517         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
15518         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
15519         * ext/esd/esdmon.c: (gst_esdmon_get):
15520         * ext/esd/esdsink.c: (gst_esdsink_chain):
15521         * ext/faac/gstfaac.c: (gst_faac_chain):
15522         * ext/faad/gstfaad.c: (gst_faad_chain):
15523         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
15524         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
15525         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
15526         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
15527         (gst_flacdec_loop):
15528         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
15529         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
15530         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
15531         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
15532         (gst_gnomevfssink_close_file):
15533         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
15534         (gst_gnomevfssrc_open_file):
15535         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
15536         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
15537         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
15538         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
15539         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
15540         * ext/mad/gstmad.c: (gst_mad_chain):
15541         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
15542         * ext/mpeg2dec/gstmpeg2dec.c:
15543         * ext/mpeg2enc/gstmpeg2enc.cc:
15544         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
15545         * ext/mplex/gstmplex.cc:
15546         * ext/mplex/gstmplexibitstream.cc:
15547         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
15548         (gst_ogg_demux_push), (gst_ogg_pad_push):
15549         * ext/raw1394/gstdv1394src.c:
15550         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
15551         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
15552         * ext/sidplay/gstsiddec.cc:
15553         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
15554         (gst_sf_loop):
15555         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
15556         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
15557         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
15558         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
15559         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
15560         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
15561         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
15562         * gst-libs/gst/Makefile.am:
15563         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
15564         (gst_riff_read_element_data), (gst_riff_read_seek),
15565         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
15566         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
15567         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
15568         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
15569         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
15570         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
15571         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
15572         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
15573         * gst/goom/gstgoom.c: (gst_goom_chain):
15574         * gst/id3/gstid3types.c: (gst_id3types_loop):
15575         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
15576         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
15577         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
15578         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
15579         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
15580         (gst_ebml_read_float), (gst_ebml_read_header):
15581         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15582         (gst_matroska_demux_parse_blockgroup):
15583         * gst/modplug/gstmodplug.cc:
15584         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
15585         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
15586         * gst/oneton/gstoneton.c: (gst_oneton_chain):
15587         * gst/silence/gstsilence.c: (gst_silence_get):
15588         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
15589         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
15590         * gst/speed/gstspeed.c: (speed_loop):
15591         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15592         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
15593         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
15594         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15595         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
15596         (gst_wavparse_loop):
15597         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
15598         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
15599         (dxr3audiosink_close):
15600         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
15601         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
15602         (dxr3videosink_close), (dxr3videosink_write_data):
15603         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
15604         * sys/oss/gstosselement.h:
15605         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
15606         (gst_osssink_chain):
15607         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15608         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
15609         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
15610         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
15611         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
15612         (gst_v4l_enable_overlay):
15613         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
15614         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
15615         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
15616         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
15617         (gst_v4l_set_audio):
15618         * sys/v4l/v4l_calls.h:
15619         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
15620         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
15621         (gst_v4lmjpegsink_playback_init),
15622         (gst_v4lmjpegsink_playback_start):
15623         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
15624         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
15625         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
15626         (gst_v4lmjpegsrc_requeue_frame):
15627         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15628         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
15629         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
15630         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
15631         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15632         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15633         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15634         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15635         (gst_v4l2src_capture_stop):
15636         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
15637         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15638         (gst_ximagesink_chain):
15639         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
15640         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
15641         (gst_xvideosink_xwindow_new):
15642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15643         (gst_xvimagesink_chain):
15644         use new error signal, function and categories
15646 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
15648         * configure.ac:
15649         * ext/Makefile.am:
15650         * ext/musicbrainz/gsttrm.c:
15651         * ext/musicbrainz/gsttrm.h:
15652         * ext/musicbrainz/Makefile.am:
15653         Add a trm plugin
15655 2004-01-18  Julien MOUTTE  <julien@moutte.net>
15657         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
15658         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
15659         synchronous property for debugging.
15660         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
15661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15662         (gst_xvimagesink_set_property): Moving a pointer declaration to a
15663         smaller block, fixing indent.
15665 2004-01-16  David Schleef  <ds@schleef.org>
15667         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
15668         property affects the video stream.
15669         * sys/xvimage/xvimagesink.c:
15670         * sys/xvimage/xvimagesink.h:
15671         Add synchronous property for debugging.  Should probably be
15672         disabled in non-CVS builds.  Make sure that the Xv attribute
15673         exists before we set it (crash!).  Fix a silly float bug that
15674         caused colorbalance to just not work.
15676 2004-01-17  Christian Schaller <Uraeus@gnome.org>
15678         * tools/gst-launch-ext.in - update for new plugins
15680 2004-01-16  David Schleef  <ds@schleef.org>
15682         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
15683         already-freed caps.
15685 2994-01-16  Christian Schaller <Uraeus@gnome.org>
15687         * Update spec for new colorspace plugin and libcaca plugin
15688         * Fix compilation of libcaca plugin (clock -> id)
15690 2004-01-16  Julien MOUTTE <julien@moutte.net>
15692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
15693         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
15694         (gst_xvimagesink_set_xwindow_id),
15695         (gst_xvimagesink_colorbalance_set_value),
15696         (gst_xvimagesink_colorbalance_get_value),
15697         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15698         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
15699         correct colorbalance properties. They can now be set when the element
15700         is still in NULL state. The values will be committed to the Xv Port
15701         when xcontext is initialized.
15702         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
15703         brightness int values in the GstXvImagesink structure.
15705 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15707         * gst-libs/gst/Makefile.am:
15708           restructure so having local patches works easier.
15710 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15712         * ext/mpeg2enc/Makefile.am:
15713         * ext/mpeg2enc/gstmpeg2enc.cc:
15714         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
15715           Bugfix with respect to EOS handling.
15717 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15719         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
15720           Link with right caps (else, it segfaults).
15721         * ext/mplex/gstmplexjob.cc:
15722           Fix for slight API change in 1.6.1.93 release of mjpegtools.
15724 2004-01-15  David Schleef  <ds@schleef.org>
15726         * gst-libs/gst/audio/Makefile.am:
15727         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
15728         from the template.
15729         * gst-libs/gst/audio/gstaudiofilter.c:
15730         * gst-libs/gst/audio/gstaudiofilter.h:
15731         Add bytes_per_sample and size and n_samples calculation.
15732         * gst-libs/gst/audio/gstaudiofilterexample.c:
15733         Remove, now autogenerated.
15734         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15735         Moved from gstaudiofilterexample, object name changed, code added
15736         so that it actually works.
15737         * gst-libs/gst/audio/make_filter:
15738         Script to build an audiofilter subclass from the template.
15739         * gst/colorspace/Makefile.am:
15740         * gst/colorspace/yuv2yuv.c:
15741         Remove file, since it's GPL, and we don't use it.
15743 2004-01-15  Julien MOUTTE  <julien@moutte.net>
15745         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
15746         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
15747         them use the buffer free function to test how the buffer was allocated.
15749 2004-01-15  David Schleef  <ds@schleef.org>
15751         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
15752         that handles osssink fallback.
15753         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15754         (gst_audio_convert_getcaps):
15755         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15756         Add audio/x-qdm2 for QDM2 audio.
15757         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
15758         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
15759         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
15760         Decrease minimum size to 16x16.
15761         * gst/wavparse/gstwavparse.c:
15762         Convert disabled pad template caps to new caps.
15763         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15765         (gst_xvimagesink_chain): Throw element error when display cannot
15766         be opened.  Increase minimum framerate to 1.0.  Check the data
15767         free function on a buffer to make sure it is the type we expect
15768         before manipulating it.
15770 2004-01-15  Julien MOUTTE <julien@moutte.net>
15772         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
15773         (gst_videobalance_colorbalance_set_value): Implement passthru if
15774         settings are in the middle.
15775         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
15777 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15779         * gst/videofilter/Makefile.am:
15780         * gst/volume/Makefile.am:
15781           Since we use videofilter symbols, link to it.
15783 2004-01-15  Julien MOUTTE <julien@moutte.net>
15785         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
15786         mixer interface type to HARDWARE.
15787         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
15788         type to SOFTWARE.
15789         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
15790         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
15791         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
15792         (gst_volume_interface_init), (gst_volume_list_tracks),
15793         (gst_volume_set_volume), (gst_volume_get_volume),
15794         (gst_volume_set_mute), (gst_volume_mixer_init),
15795         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
15796         (volume_init): Implementing mixer interface.
15797         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
15798         * sys/oss/gstosselement.c: (gst_osselement_get_type),
15799         (gst_osselement_change_state): Removing some trailing commas in
15800         structures.
15801         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
15802         interface type to HARDWARE.
15803         * sys/v4l/gstv4lcolorbalance.c:
15804         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
15805         type to HARDWARE.
15806         * sys/v4l2/gstv4l2colorbalance.c:
15807         (gst_v4l2_color_balance_interface_init): Setting colorbalance
15808         interface type to HARDWARE.
15809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
15810         same code than ximagesink for event handling.
15812 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15814         * ext/snapshot/Makefile.am:
15815         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
15816         (gst_snapshot_chain):
15817         * ext/snapshot/gstsnapshot.h:
15818           This has to be a joke... Snapshot should be connected to a tee,
15819           colorspace element before it and EOS after that, where the other
15820           src of the tee receives normal data.
15821           The current way is *wrong*.
15823 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15825         * ext/hermes/gsthermescolorspace.c:
15826           Fix another compile error. Same as below.
15828 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15830         * gst/colorspace/gstcolorspace.c:
15831         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
15832         (gst_colorspace_i420_to_yv12):
15833           Fix compiling... Didn't test if it actually works.
15835 2004-01-15  David Schleef  <ds@schleef.org>
15837         * configure.ac:
15838         * gst/colorspace/Makefile.am:
15839         * gst/colorspace/gstcolorspace.c:
15840         * gst/colorspace/gstcolorspace.h:
15841         * gst/colorspace/yuv2rgb.c:
15842         * gst/colorspace/yuv2rgb.h:
15843         Duplicate the ext/hermes colorspace plugin, and remove Hermes
15844         code and GPL code.  Fix for new caps negotiation.  Rewrite
15845         much of the format handling code, and some of the conversion
15846         code.  Basically, rewrote almost everything.  This element
15847         handles I420, YV12 to RGB conversions.
15848         * ext/hermes/Makefile.am:
15849         * ext/hermes/gsthermescolorspace.c:
15850         Rename colorspace to hermescolorspace.  Fix negotiation issues.
15851         Remove non-Hermes related code.  This element handles lots of
15852         RGB to RGB conversions, but no YUV.
15853         * ext/hermes/gstcolorspace.c:
15854         * ext/hermes/gstcolorspace.h:
15855         * ext/hermes/rgb2yuv.c:
15856         * ext/hermes/yuv2rgb.c:
15857         * ext/hermes/yuv2rgb.h:
15858         * ext/hermes/yuv2rgb_mmx16.s:
15859         * ext/hermes/yuv2yuv.c:
15860         * ext/hermes/yuv2yuv.h:
15861         Remove old code.
15863 2004-01-14  Colin Walters  <walters@verbum.org>
15865         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
15866         they've already been.
15868 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15870         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
15871           assume tag mode when pad is not connected
15873 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15875         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15876           Don't update the time of the clock
15877         (gst_alsa_sink_loop):
15878           sync to the clock given to alsasink, not the own clock
15879         * sys/oss/gstosssink.c: (gst_osssink_chain):
15880           sync to the clock
15881         (gst_osssink_change_state):
15882           activate the clock
15883         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
15884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
15885           remove bogus code that made DISCONT events unhandled
15886         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
15887           explicitly case to double in _set_simple. (fixes 2nd warning in bug
15888           #131502)
15889         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
15890         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
15891         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
15892           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
15893           2nd warning in bug #131502)
15895 2004-01-14  Julien MOUTTE  <julien@moutte.net>
15897         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
15898         (gst_videobalance_colorbalance_set_value),
15899         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
15900         for colorbalance interface implementation.
15901         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15902         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15903         (gst_ximagesink_dispose), (gst_ximagesink_init),
15904         (gst_ximagesink_class_init): Adding DISPLAY property.
15905         * sys/ximage/ximagesink.h: Adding display_name to store display.
15906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15907         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15908         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
15909         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
15910         properties (they still need polishing though for gst-launch use : no
15911         xcontext yet, i ll do that tomorrow).
15912         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
15914 2004-01-14  Julien MOUTTE  <julien@moutte.net>
15916         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
15917         (gst_play_set_location), (gst_play_set_visualization): Preparing
15918         switch integration, adding videobalance in the pipeline.
15920 2004-01-14  Julien MOUTTE <julien@moutte.net>
15922         * gst-libs/gst/colorbalance/colorbalance.c:
15923         (gst_color_balance_class_init): Adding a default type.
15924         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
15925         the type.
15926         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
15927         (gst_videobalance_dispose), (gst_videobalance_class_init),
15928         (gst_videobalance_init), (gst_videobalance_interface_supported),
15929         (gst_videobalance_interface_init),
15930         (gst_videobalance_colorbalance_list_channels),
15931         (gst_videobalance_colorbalance_set_value),
15932         (gst_videobalance_colorbalance_get_value),
15933         (gst_videobalance_colorbalance_init): Implementing colorbalance
15934         interface.
15935         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
15936         list.
15937         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
15938         bug which was triggering a BadAccess X error when setting an overlay
15939         before pad was really negotiated.
15940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
15941         Using the colorbalance type macro.
15943 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15945         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
15946         (gst_flacenc_chain):
15947           handle tags correctly
15948         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15949           extract ID3v1 tags correctly
15951 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15953         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
15954         (plugin_init):
15955           Improve matroska typefinding for odd-typed headers...
15957 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15959         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15960           Fix for using incremental number on padnames.
15962 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15964         * ext/divx/gstdivxdec.c:
15965         * ext/divx/gstdivxenc.c:
15966           Set category to divx4linux instead of divx (too generic).
15967         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15968         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
15969         (gst_wavparse_loop), (gst_wavparse_change_state):
15970         * gst/wavparse/gstwavparse.h:
15971           fix parsing of WAV files with non-standard fmt-tag size and fix
15972           skipping of unrecognized chunks... Someone please fix this thing
15973           to use rifflib so all this is automated.
15974         * sys/v4l/Makefile.am:
15975         * sys/v4l2/Makefile.am:
15976           Add X_CFLAGS because we depend on X (for overlay).
15978 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
15980         * ext/mpeg2dec/gstmpeg2dec.c:
15981           Don't issue a timestamp unless we tagged the frame
15982           with a PTS.
15984 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15986         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
15987           Query the audio element to get the time, not the clock. We're
15988           interested in the element's time here.
15990 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15992         * ext/aalib/gstaasink.c: (gst_aasink_chain):
15993         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15994         * ext/esd/esdsink.c: (gst_esdsink_chain):
15995         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
15996         * ext/mas/massink.c: (gst_massink_chain):
15997         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
15998         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
15999         (gst_matroska_demux_parse_metadata):
16000         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
16001         (gst_mpeg_parse_release_locks):
16002         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
16003         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
16004         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
16005         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
16006         (gst_osssink_change_state):
16007         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
16008         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
16009         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
16010         (gst_xvideosink_release_locks):
16011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
16012           use element time.
16013         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
16014         (gst_alsa_clock_stop):
16015         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
16016         (gst_audio_clock_get_internal_time):
16017           simplify for use with new clocking code.
16018         * testsuite/alsa/Makefile.am:
16019         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
16020           fix testsuite for new caps system
16022 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16024         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
16025         * ext/flac/gstflacenc.c: (add_one_tag):
16026           length is already host endian, no need to convert. Fixes playback of
16027           tagged files on PPC. (bug #128384)
16029 2004-01-13  Julien MOUTTE <julien@moutte.net>
16031         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
16032         colorbalance interface stating if it is hardware based or software
16033         based.
16034         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
16035         Removing a trailing comma.
16036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
16037         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
16038         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
16039         the documentation seems to be wrong on the -1000 to 1000 interval.
16041 2004-01-12  David Schleef  <ds@schleef.org>
16043         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
16044         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
16045         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
16046         Fix negotiation.  Add a bufferalloc function for the sink pad,
16047         and generally clean up some of the code.
16049 2004-01-12  Julien MOUTTE <julien@moutte.net>
16051         * gst-libs/gst/colorbalance/colorbalancechannel.c:
16052         (gst_color_balance_channel_dispose): Adding safety check in dispose
16053         method.
16054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
16055         (gst_xvimagesink_xcontext_clear),
16056         (gst_xvimagesink_interface_supported),
16057         (gst_xvimagesink_colorbalance_list_channels),
16058         (gst_xvimagesink_colorbalance_set_value),
16059         (gst_xvimagesink_colorbalance_get_value),
16060         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
16061         Adding colorbalance interface support to set XV parameters such as
16062         HUE, BRIGHTNESS, CONTRAST, SATURATION.
16063         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
16064         interface.
16066 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16068         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
16069         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
16070         (gst_audio_convert_init), (gst_audio_convert_set_property),
16071         (gst_audio_convert_get_property), (gst_audio_convert_chain),
16072         (gst_audio_convert_link),
16073         (gst_audio_convert_buffer_to_default_format),
16074         (gst_audio_convert_buffer_from_default_format), (plugin_init):
16075           - implement _getcaps and use it
16076           - improve linking
16077           - remove float caps since no float conversion is actually done
16078           - remove properties and arguments that were to be used for rate
16079             conversion
16081 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16083         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
16084         (gst_audio_structure_set_int):
16085         * gst-libs/gst/audio/audio.h:
16086           add helper functions for _getcaps matching the standard audio
16087           templates
16089 2004-01-12  David Schleef  <ds@schleef.org>
16091         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16092         Test that pad is negotiated before getting its caps.
16094 2004-01-12  Julien MOUTTE <julien@moutte.net>
16096         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
16097         analyzing the pads of an element the bin is mostly in READY state so
16098         no caps were negotiated. This helper function needs to work with
16099         _get_caps directly then. I was not freeing them though, added that to
16100         fix the mem leak.
16102 2004-01-12  Julien MOUTTE <julien@moutte.net>
16104         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
16105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
16106         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
16107         than the free_func.
16109 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16111         * sys/oss/gstossaudio.c: (plugin_init):
16112         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
16113         * sys/oss/gstosselement.h:
16114           make an oss debugging category
16115           make failure more descriptive
16117 2004-01-11  David Schleef  <ds@schleef.org>
16119         * ext/ffmpeg/gstffmpeg.c:
16120         * ext/ffmpeg/gstffmpegcodecmap.c:
16121         * ext/ffmpeg/gstffmpegdec.c:
16122         * ext/ffmpeg/gstffmpegenc.c:
16123         * ext/ffmpeg/gstffmpegprotocol.c:
16124         * ext/gdk_pixbuf/gstgdkanimation.c:
16125         * ext/jpeg/gstjpeg.c:
16126         * ext/libpng/gstpng.c:
16127         * ext/mpeg2dec/perftest.c:
16128         * ext/speex/gstspeex.c:
16129         * gst-libs/gst/resample/dtos.c:
16130         * gst/intfloat/gstintfloatconvert.c:
16131         * gst/oneton/gstoneton.c:
16132         * gst/rtjpeg/RTjpeg.c:
16133         * gst/rtp/gstrtp.c:
16134         * sys/dxr3/dxr3init.c:
16135         * sys/glsink/gstgl_nvimage.c:
16136         * sys/glsink/gstgl_pdrimage.c:
16137         * sys/glsink/gstglsink.c:
16138         * testsuite/gst-lint:
16139         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
16141 2004-01-11  David Schleef  <ds@schleef.org>
16143         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
16144         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
16145         * ext/gdk_pixbuf/gstgdkanimation.c:
16146         (gst_gdk_animation_iter_create_pixbuf):
16147         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
16148         (gst_gdk_pixbuf_chain):
16149         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16150         * ext/jack/gstjack.c: (gst_jack_change_state):
16151         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
16152         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
16153         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
16154         * gst/videofilter/gstvideofilter.c:
16155         (gst_videofilter_set_output_size):
16156         Remove all usage of gst_pad_get_caps(), and replace it with
16157         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
16159 2004-01-11  David Schleef  <ds@schleef.org>
16161         * configure.ac:
16162         * ext/Makefile.am: Fixes to make ext/libcaca compile.
16163         * ext/divx/gstdivxdec.c:
16164         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
16165         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
16166         handle images that span multiple buffers.  Now work with both
16167         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
16168         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16169         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
16170         video/video.h changes
16171         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
16172         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
16173         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
16174         of GstData free function.
16175         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
16176         same.
16178 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16180         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
16181         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
16182         (gst_v4l2element_get_property):
16183         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
16184           add norm, channel and frequency properties.
16185         * sys/v4l2/gstv4l2tuner.c:
16186           fixes for tuner interface changes
16187         * sys/v4l2/gstv4l2element.h:
16188         * sys/v4l2/gstv4l2src.c:
16189         * sys/v4l2/gstv4l2src.h:
16190         * sys/v4l2/v4l2src_calls.c:
16191         * sys/v4l2/v4l2src_calls.h:
16192           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
16194 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16196         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
16197         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
16198         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
16199         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
16200         * gst-libs/gst/tuner/tuner.h:
16201           GObjects aren't const.
16202           Add find_by_name functions.
16203           Add checks to _changed functions.
16204         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
16205         (gst_v4l_tuner_get_norm):
16206           Fixes for above.
16208 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16210         * gst-libs/gst/video/video.h:
16211           Fix caps template names to be understandable.
16212           Prefix everything with GST_VIDEO.
16213         * ext/aalib/gstaasink.c:
16214         * ext/divx/gstdivxdec.c:
16215         * ext/divx/gstdivxenc.c:
16216         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16217         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
16218         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
16219         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
16220         * ext/libcaca/gstcacasink.c:
16221         * ext/libpng/gstpngenc.c: (raw_caps_factory):
16222         * ext/snapshot/gstsnapshot.c:
16223         * ext/swfdec/gstswfdec.c:
16224         * ext/xvid/gstxviddec.c:
16225         * ext/xvid/gstxvidenc.c:
16226         * gst/chart/gstchart.c:
16227         * gst/deinterlace/gstdeinterlace.c:
16228         * gst/effectv/gsteffectv.c:
16229         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
16230         * gst/goom/gstgoom.c:
16231         * gst/median/gstmedian.c:
16232         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
16233         (gst_monoscope_srcconnect), (gst_monoscope_chain):
16234         * gst/overlay/gstoverlay.c:
16235         * gst/smooth/gstsmooth.c:
16236         * gst/smpte/gstsmpte.c:
16237         * gst/synaesthesia/gstsynaesthesia.c:
16238         * gst/videocrop/gstvideocrop.c:
16239         * gst/videodrop/gstvideodrop.c:
16240         * gst/y4m/gsty4mencode.c:
16241         * sys/qcam/gstqcamsrc.c:
16242         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
16243           Make them work with new video.h file.
16244         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16245         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
16246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16247         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
16248           Make it work with new buffer allocation system.
16250 2004-01-11  Julien MOUTTE  <julien@moutte.net>
16252         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
16253         pad_alloc_buffer implementation to use ->srcpad
16254         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
16255         pad_alloc_buffer implementation to use ->srcpad
16256         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
16257         pad_alloc_buffer implementation to use ->srcpad
16258         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16259         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16260         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
16261         a reference to everything we need.
16262         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
16263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16264         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16265         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
16266         a reference to everything we need.
16267         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
16269 2004-01-11  David Schleef  <ds@schleef.org>
16271         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
16272         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
16273         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
16274         structure members.
16275         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
16276         value during a resize/renegotiation.
16277         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
16278         gst_pad_alloc_buffer();
16279         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
16280         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
16281         structure members.
16282         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
16283         Fix for rename of buffer private structure members.
16284         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16285         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
16286         Fix for rename of buffer private structure members.
16287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16288         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
16289         Fix for rename of buffer private structure members.
16291 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
16293         reviewed by: David Schleef <ds@schleef.org>
16295         * gst/videofilter/Makefile.am:
16296         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
16297         from the patch by ds to fit in with recent make_filter changes.
16299 2004-01-11  Julien MOUTTE  <julien@moutte.net>
16301         * configure.ac: Adding examples/switch/Makefile
16302         * examples/Makefile.am: Adding examples/switch
16303         * examples/switch/Makefile.am: Adding switcher example.
16304         * examples/switch/switcher.c: (got_eos), (idle_iterate),
16305         (switch_timer), (main): Adding an example demonstrating switch usage
16306         with 2 videotestsrc showing different patterns.
16307         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
16308         (gst_switch_init): Fixing switch with the new caps system.
16310 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16312         * gst-libs/gst/video/video.h:
16313           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
16314           They should probably be like
16315           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
16317 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16319         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16320         (qtdemux_parse_trak):
16321           fix audio chunk size/timestamp calculation
16323 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16325         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
16326           fix SVQ3 caps
16328 2004-01-11  Steve Baker  <steve@stevebaker.org>
16330         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
16331         (gst_agingtv_base_init), (gst_agingtv_class_init),
16332         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
16333         (gst_agingtv_set_property), (gst_agingtv_get_property):
16334         Port agingTV to videofilter
16336 2004-01-09  Julien MOUTTE <julien@moutte.net>
16338         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
16339         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
16341 2004-01-09  Julien MOUTTE <julien@moutte.net>
16343         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
16344         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
16345         * gst-libs/gst/xoverlay/xoverlay.c:
16346         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
16347         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
16348         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
16349         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
16350         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
16351         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16352         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
16353         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
16354         the bufferalloc_function to replace bufferpools, fixing the XOverlay
16355         interface implementation to handle xid being 0 and fix some bugs
16356         triggered by Benjamin's testcase.
16357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16358         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16359         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
16360         the bufferalloc_function to replace bufferpools, fixing the XOverlay
16361         interface implementation to handle xid being 0 and fix some bugs
16362         triggered by Benjamin's testcase.
16364 2004-01-09  David Schleef  <ds@schleef.org>
16366         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
16367         mouse pointer events.  It works.
16369 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16371         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
16372           Use explicit caps - fix capsnego.
16373         * ext/xvid/gstxviddec.c:
16374         * ext/xvid/gstxvidenc.c:
16375           Remove macro-inside-macro which caused compile errors.
16376         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
16377           Error out if it's not a RIFF file. Else we error out without
16378           gst_element_error() which is not good...
16380 2004-01-08  David Schleef  <ds@schleef.org>
16382         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
16383         Fix pad_link function to handle formats that ffmpeg returns
16384         as multiple caps structures.
16385         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
16386         Only complain if source buffer is _smaller_ than expected.
16387         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
16388         (gst_videoscale_handle_src_event): Resize navigation events
16389         when passing them upstream.
16390         * gst/videotestsrc/gstvideotestsrc.c:
16391         * gst/videotestsrc/gstvideotestsrc.h:
16392         * gst/videotestsrc/videotestsrc.c:
16393         * gst/videotestsrc/videotestsrc.h:
16394         Rewrite many of the buffer painting functions to handle odd
16395         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
16396         been verified to work with my video card.
16397         * testsuite/gst-lint:  Add check for elements calling
16398         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
16400 2004-01-08  David Schleef  <ds@schleef.org>
16402         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16403         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
16405 2004-01-08  Julien MOUTTE  <julien@moutte.net>
16407         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
16408         configure event is not emiting the desired size signal. That fixes
16409         aspect ratio issues with gst-player.
16411 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16413         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
16414           Fix capsnego.
16416 2004-01-08  Julien MOUTTE  <julien@moutte.net>
16418         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
16419         public method to fire size signal.
16421 2004-01-07  Julien MOUTTE  <julien@moutte.net>
16423         * examples/gstplay/Makefile.am: Adding the interface library.
16424         * gst-libs/gst/play/Makefile.am: Adding the interface library.
16425         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
16426         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
16427         GST_IS_X_OVERLAY before signal connect.
16428         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
16429         Removing the have_video_size signal.
16430         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
16431         and associated public method.
16432         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
16433         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
16434         signal.
16435         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
16436         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
16437         signal.
16438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
16439         Using XOverlay public method to fire size signal.
16441 2004-01-07  David Schleef  <ds@schleef.org>
16443         * gst/videofilter/Makefile.am:
16444         * gst/videofilter/gstvideotemplate.c:
16445         * gst/videofilter/make_filter:
16446         Create gstvideoexample.c in a srcdir!=builddir friendly way.
16447         Convert make_filter to /bin/sh script.
16449 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16451         * gst/modplug/gstmodplug.cc: fix element description
16453 2004-01-07  Julien MOUTTE  <julien@moutte.net>
16455         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
16456         (got_video_size): Adding some new lines in g_print calls.
16457         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16458         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
16459         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
16460         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
16461         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
16462         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
16463         Complete code review, reverting some stuff i disagree with, adding
16464         some fixes : time synchronization on invalid timestamps, renegotiation
16465         of private window.
16466         * sys/ximage/ximagesink.h:
16467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
16468         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
16469         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
16470         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
16471         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
16472         (gst_xvimagesink_buffer_new),
16473         (gst_xvimagesink_navigation_send_event),
16474         (gst_xvimagesink_set_xwindow_id),
16475         (gst_xvimagesink_get_desired_size),
16476         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
16477         stuff i disagree with, adding some fixes : Renegotiation of private
16478         window, implementing get_desired_size.
16480 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16482         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
16483         (gst_afsink_handle_event):
16484         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
16485         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
16486         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
16487         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
16488         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
16489           Fix for instantiate-test (see core). Also remove dead code from
16490           jpegenc (which still needs fixing, but that's lower on my TODO
16491           list...).
16492         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
16493           Never return NULL as caps.
16495 2004-01-07  David Schleef  <ds@schleef.org>
16497         * configure.ac:
16498         * ext/Makefile.am:
16499         * ext/librfb/Makefile.am:
16500         * ext/librfb/gstrfbsrc.c:
16501         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
16502         is the protocol used by VNC.
16504 2004-01-07  David Schleef  <ds@schleef.org>
16506         * gst/videofilter/gstvideotemplate.c:
16507         * gst/videofilter/gstvideotemplate.h:
16508         * gst/videofilter/make_filter:
16509         Merge videotemplate header into source file.
16510         * gst/effectv/Makefile.am:
16511         * gst/effectv/gsteffectv.c: (plugin_init):
16512         * gst/effectv/gstwarp.c:
16513         Make warpTV a subclass of videofilter.
16515 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16517         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
16518           Add guard against invalid utf-8 conversions in mad. Just in case.
16520 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16522         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
16523           Fix for bug shown by poisoning
16525 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16527         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
16528         (gst_v4lmjpegsrc_buffer_free):
16529         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
16530         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
16531         (gst_v4lsrc_buffer_free):
16532           Fix for removed bufferpools.
16534 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
16536         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
16537         Fix caps negotiation.
16539         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
16540         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
16541         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16542         (dvdnavsrc_event):
16543         * ext/mpeg2dec/gstmpeg2dec.c:
16544         * gst-libs/gst/navigation/navigation.c:
16545         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
16546         * gst-libs/gst/navigation/navigation.h:
16547         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
16548         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
16549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
16550         Super-simple first version of mouse and keyboard events. Clicking
16551         on a DVD menu now works, although it may not take you where you
16552         expected.
16554         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
16555         * gst/videotestsrc/gstvideotestsrc.c:
16556         (gst_videotestsrc_src_fixate):
16557         These fixate functions were broken - they never actually
16558         fixated :)
16560 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16562         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
16563         (gst_icecastsend_init):
16564           fix for new caps system.
16565         * gst-libs/gst/mixer/mixertrack.h:
16566         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
16567           Add 'master track' flag (for tools like ACME that only want to
16568           change the main volume).
16570 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
16572         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
16573         (gst_xvid_csp_to_caps):
16574         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
16575         * ext/xvid/gstxvidenc.c:
16576         ifdef out ARGB type when it isn't available
16577         in xvidcore 1.0.0beta2
16579 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16581         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
16582           When we have received a new SCR right in the first buffer after
16583           a seek (so in the same cycle that handles the discont), we should
16584           handle the buffer instead of unreffing it, else we lose data.
16586 2004-01-06  Iain <iain@prettypeople.org>
16588         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
16589           buffer-frames caps too.
16591         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
16592           caps that we need, don't destroy them all and rebuild them. And when
16593           creating src pads, use the src pad template rather than the sink...
16595 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16597         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
16598           Add pad to element *after* setting functions such as event handler.
16599           Without this, the scheduler (opt) will link pads, set the event
16600           handler from the default event function (dispatcher in gstpad.c)
16601           and *after* that, we will set our own event function, which will
16602           thus never be used (and thus mpegdemux doesn't handle events).
16604 2004-01-04  David Schleef  <ds@schleef.org>
16606         Fix the fixate functions to handle new prototype:
16607         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
16608         * gst/videotestsrc/gstvideotestsrc.c:
16609         (gst_videotestsrc_src_fixate):
16610         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
16611         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
16612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
16614 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16616         * sys/ximage/ximagesink.h:
16617         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16618         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
16619         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
16620         (gst_ximagesink_xoverlay_init):
16621           assorted fixes to make (re)embedding work
16622         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
16623         (gst_ximagesink_get_desired_size):
16624           implement desired size additions to XOverlay
16626 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16628         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
16629         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
16630         (gst_x_overlay_got_desired_size):
16631         * gst-libs/gst/xoverlay/xoverlay.h:
16632           Add optional "desired size" signal and querying.
16634 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16636         * gst/matroska/matroska-demux.c:
16637         (gst_matroska_demux_parse_blockgroup):
16638           Fix EBML-laced block parsing. Diffs are relative to previous
16639           lace, not the first lace. Thanks to Mosu from the Matroska
16640           team for detecting this.
16641         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16642         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
16643         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
16644         (gst_wavparse_change_state):
16645         * gst/wavparse/gstwavparse.h:
16646           Quickfix for capsnego.
16648 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16650         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
16651           Fix indenting, fix pad creation.
16653 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16655         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
16656         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
16657         (gst_xviddec_sink_link):
16658           Implement src_getcaps() so proper size caps is negotiated.
16660 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16662         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
16663           Finish flac decoder on EOS. See #116178.
16665 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16667         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
16668         (gst_matroska_demux_add_stream):
16669         * gst/matroska/matroska-ids.h:
16670           Add getcaps() function to fix capsnego...
16672 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16674         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16675         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16676         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16677           Fix more integer overflows. Again, see #126967.
16679 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16681         * ext/mpeg2dec/gstmpeg2dec.c:
16682           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
16683           #130416.
16685 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16687         * configure.ac:
16688         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
16689         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
16690         * ext/xvid/gstxvid.h:
16691         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
16692         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
16693         (gst_xviddec_src_link), (gst_xviddec_sink_link),
16694         (gst_xviddec_change_state):
16695         * ext/xvid/gstxviddec.h:
16696         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
16697         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
16698         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
16699         (gst_xvidenc_link), (gst_xvidenc_set_property),
16700         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
16701         * ext/xvid/gstxvidenc.h:
16702           Update xvid plugin to latest xvid (1.0.0-beta3) API.
16704 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16706         * gst/rtp/rtp-packet.c:
16707           Add sys/types.h include, since OS X doesn't define in_addr_t
16708           in netinet/in.h, like it does on Linux (see #129600).
16710 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
16712         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
16714         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
16715           Correct logic of dispose function (see #129306).
16717 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16719         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
16720         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
16721         (gst_mpeg_parse_init):
16722         * gst/mpegstream/gstmpegparse.h:
16723           Remove clock (which was never provided, i.e. dead code), and
16724           also fix integer overflows at high PTS values (see #126967).
16726 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16728         * ext/flac/gstflacdec.c:
16729         * ext/libpng/gstpngenc.h:
16730         * ext/mikmod/gstmikmod.h:
16731           OS X fixes (see #126628).
16733 2004-01-02  David Schleef  <ds@schleef.org>
16735         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
16736         (gst_alsa_src_base_init): Remove bogus "src" request pad.
16737         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
16738         (gst_mpeg_parse_class_init): Move pad template registration
16739         to class_init, since the derived class (mpegdemux) doesn't
16740         want them.
16742 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16744         * sys/ximage/Makefile.am:
16745         * sys/xvideo/Makefile.am:
16746         * sys/xvimage/Makefile.am:
16747           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
16748           after installation (see #127664).
16750 2004-01-02  David Schleef  <ds@schleef.org>
16752         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
16753         (gst_ffmpegenc_connect):  Negotiation fixes.
16754         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
16755         Remove inappropriate gst_caps_free().
16756         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
16757         Reenable Ronald's internal resize code, since the core handles
16758         it correctly now.
16760 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16762         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
16763         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
16764         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
16765           Fix pad template stuff.
16767 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16769         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16770         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
16771           fix signed integer reading/writing.
16773 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16775         * ext/alsa/README:
16776           Remove outdated document
16778 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
16780         * gst/cutter/gstcutter.c: (gst_cutter_init):
16781           src pad was being created twice - oops.
16783 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16785         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
16786           Comment out internal resize. It doesn't handle the resulting
16787           XEvent internally, does another try_set_caps() which leads to
16788           a really nice loop.
16789           Real fix will come when Julien and Dave are awake. ;).
16791 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16793         * ext/mpeg2enc/gstmpeg2enc.cc:
16794           fix const/nonconst compile issue.
16796 2004-01-02  David Schleef  <ds@schleef.org>
16798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
16799         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
16800         Add fixate function and a check for bad formats.
16802 2004-01-01  David Schleef  <ds@schleef.org>
16804         Negotiation fixes:
16805         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16806         (gst_audiofilter_init):
16807         * gst/debug/efence.c: (gst_efence_init):
16808         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
16809         (gst_deinterlace_init):
16810         * gst/volume/gstvolume.c: (volume_connect):
16812 2004-01-01  David Schleef  <ds@schleef.org>
16814         Convert elements to use gst_pad_use_explicit_caps() where
16815         appropriate:
16816         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
16817         * ext/audiofile/gstafparse.c: (gst_afparse_init),
16818         (gst_afparse_open_file):
16819         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
16820         (gst_afsrc_open_file):
16821         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
16822         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
16823         (gst_ffmpegdec_chain):
16824         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
16825         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
16826         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
16827         (gst_gdk_pixbuf_chain):
16828         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
16829         (gst_jpegdec_chain):
16830         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
16831         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
16832         (gst_mikmod_negotiate):
16833         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16834         (gst_mpeg2dec_negotiate_format):
16835         * ext/mpeg2enc/gstmpeg2enc.cc:
16836         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16837         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
16838         (gst_speexdec_sinkconnect):
16839         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
16840         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
16841         (gst_vorbisfile_new_link):
16842         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
16843         (gst_ac3parse_chain):
16844         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
16845         (gst_asf_demux_setup_pad):
16846         * gst/auparse/gstauparse.c: (gst_auparse_init),
16847         (gst_auparse_chain):
16848         * gst/id3/gstid3types.c: (gst_id3types_loop):
16849         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
16850         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16851         (mp1videoparse_parse_seq):
16852         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
16853         (bpf_from_header):
16854         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16855         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
16856         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16857         (gst_mpeg_parse_send_data):
16858         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16859         (gst_qtdemux_add_stream):
16860         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
16861         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16862         (gst_wavparse_parse_fmt):
16864 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16866         * configure.ac:
16867           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
16868           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
16869           it therefore uses the wrong include paths. Too bad... Note
16870           that 1.6.1.93 is not release yet. ;).
16871           Also add a check for mplex, which is now using the lib'ified
16872           mplex from mjpegtools, too.
16873         * ext/ffmpeg/gstffmpegcodecmap.c:
16874           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
16875           issues. I don't think ffmpeg handles 3ivx correctly, so this
16876           probably won't work. But it won't hurt either.
16877         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
16878         (gst_ffmpegdec_chain):
16879         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
16880         (gst_ffmpegenc_chain_audio):
16881           Fix memleak in audio encoding. Close codec if open fails, this
16882           calls the cleanup routines so we can re-use the context.
16883         * ext/mpeg2enc/gstmpeg2enc.cc:
16884           Fix pad template names/types, fix memory issue with getcaps().
16885         * ext/mpeg2enc/gstmpeg2encoder.cc:
16886         * ext/mpeg2enc/gstmpeg2encoder.hh:
16887           Fix compile issue with new caps system (const thingy).
16888         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16889         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16890           We read a first frame right on initing, so that we have a caps
16891           when we init the output. This caps is cached in padprivate and
16892           read as first frame.
16893         * ext/mplex/Makefile.am:
16894         * ext/mplex/gstmplex.cc:
16895         * ext/mplex/gstmplex.h:
16896         * ext/mplex/gstmplex.hh:
16897         * ext/mplex/gstmplexibitstream.cc:
16898         * ext/mplex/gstmplexibitstream.hh:
16899         * ext/mplex/gstmplexjob.cc:
16900         * ext/mplex/gstmplexjob.hh:
16901         * ext/mplex/gstmplexoutputstream.cc:
16902         * ext/mplex/gstmplexoutputstream.hh:
16903           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
16904           had issues, didn't do capsnego, supported only a subset of the
16905           mplex features and required a mplex fork in our local CVS. Plus
16906           that it worked agaist a very old mplex version. Rewriting was
16907           faster than updating it.
16908         * gst-libs/ext/Makefile.am:
16909         * gst-libs/ext/mplex/INSTRUCT:
16910         * gst-libs/ext/mplex/Makefile.am:
16911         * gst-libs/ext/mplex/README:
16912         * gst-libs/ext/mplex/TODO:
16913         * gst-libs/ext/mplex/ac3strm_in.cc:
16914         * gst-libs/ext/mplex/audiostrm.hh:
16915         * gst-libs/ext/mplex/audiostrm_out.cc:
16916         * gst-libs/ext/mplex/aunit.hh:
16917         * gst-libs/ext/mplex/bits.cc:
16918         * gst-libs/ext/mplex/bits.hh:
16919         * gst-libs/ext/mplex/buffer.cc:
16920         * gst-libs/ext/mplex/buffer.hh:
16921         * gst-libs/ext/mplex/fastintfns.h:
16922         * gst-libs/ext/mplex/format_codes.h:
16923         * gst-libs/ext/mplex/inputstrm.cc:
16924         * gst-libs/ext/mplex/inputstrm.hh:
16925         * gst-libs/ext/mplex/lpcmstrm_in.cc:
16926         * gst-libs/ext/mplex/mjpeg_logging.cc:
16927         * gst-libs/ext/mplex/mjpeg_logging.h:
16928         * gst-libs/ext/mplex/mjpeg_types.h:
16929         * gst-libs/ext/mplex/mpastrm_in.cc:
16930         * gst-libs/ext/mplex/mpegconsts.cc:
16931         * gst-libs/ext/mplex/mpegconsts.h:
16932         * gst-libs/ext/mplex/mplexconsts.hh:
16933         * gst-libs/ext/mplex/multplex.cc:
16934         * gst-libs/ext/mplex/outputstream.hh:
16935         * gst-libs/ext/mplex/padstrm.cc:
16936         * gst-libs/ext/mplex/padstrm.hh:
16937         * gst-libs/ext/mplex/stillsstream.cc:
16938         * gst-libs/ext/mplex/stillsstream.hh:
16939         * gst-libs/ext/mplex/systems.cc:
16940         * gst-libs/ext/mplex/systems.hh:
16941         * gst-libs/ext/mplex/vector.cc:
16942         * gst-libs/ext/mplex/vector.hh:
16943         * gst-libs/ext/mplex/videostrm.hh:
16944         * gst-libs/ext/mplex/videostrm_in.cc:
16945         * gst-libs/ext/mplex/videostrm_out.cc:
16946         * gst-libs/ext/mplex/yuv4mpeg.cc:
16947         * gst-libs/ext/mplex/yuv4mpeg.h:
16948         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
16949         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
16950           We don't fork mjpegtools' mplex in our CVS anymore.
16951         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
16952         (gst_avi_demux_add_stream):
16953         * gst/avi/gstavidemux.h:
16954           Add getcaps() function for proper caps nego. This makes some
16955           parts of AVI playback/reading work.
16956         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
16957           Resize window on new capsnego. This is probably wrong, but
16958           I'm still committing it because with current capsnego, the
16959           first successfull capsnego is auto-fixated, therefore rounded
16960           down to the lowest values in the caps. this results in a 16x16
16961           XWindow that is not reized when real capsnego finishes.
16962           Dave, I see more cases of this, do you know a proper solution?
16963         * tools/gst-launch-ext.in:
16964           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
16966 2003-12-31  David Schleef  <ds@schleef.org>
16968         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
16969         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
16970           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
16972 2003-12-30  David Schleef  <ds@schleef.org>
16974         * ext/ffmpeg/gstffmpegcolorspace.c:
16975         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16976         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
16977         (gst_ffmpegcsp_chain): Negotiation fixes
16978         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
16979         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16980         (gst_audio_convert_link), (gst_audio_convert_channels):
16981         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
16982         (gst_audioscale_link), (gst_audioscale_get_buffer),
16983         (gst_audioscale_chain): Negotiation fixes
16984         * gst/audioscale/gstaudioscale.h:
16985         * gst/videofilter/gstvideofilter.c:
16986         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
16987         (gst_videofilter_link), (gst_videofilter_init),
16988         (gst_videofilter_set_output_size), (gst_videofilter_setup),
16989         (gst_videofilter_find_format_by_structure):
16990         * gst/videofilter/gstvideofilter.h: Negotiation fixes
16991         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
16992         (gst_videoscale_link):
16993         * gst/videoscale/videoscale.c: (videoscale_get_structure),
16994         (videoscale_find_by_structure), (gst_videoscale_setup):
16995         * gst/videoscale/videoscale.h: Negotiation fixes
16996         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
16997         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
16998         function, restrict resizing to a multiple of 4 (hack until
16999         everyone supports odd sizes correctly).
17001 2003-12-29  Colin Walters  <walters@verbum.org>
17003         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
17004         signed.
17006 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
17008         * ext/sndfile/gstsf.c: (gst_sf_loop):
17009           Fix warning about discarding const qualifier
17011 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
17013         * gst/cutter/gstcutter.c:
17014         * gst/videoscale/gstvideoscale.c:
17015         * gst/volenv/gstvolenv.c:
17016         * gst-libs/gst/audio/audio.c:
17017         * gst-libs/gst/video/video.c:
17018           Fix warnings
17020 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17022         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
17023           Don't send ALSA debugging to stderr.
17024         * ext/alsa/gstalsa.h:
17025           Use GST_WARNING instead of g_warning when ALSA functions fail.
17027 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17030           Free XVAdapterInfo correctly.
17032 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17034         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
17035         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
17036           Make id3tag use correct caps nego.
17038 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
17040         * ext/ivorbis/vorbis.c:
17041         * ext/ivorbis/vorbisenc.h:
17042         * ext/ivorbis/vorbisfile.c:
17043           Modify so that it uses the new caps things
17045 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17047         * testsuite/spider/spider1.c: (main):
17048         * testsuite/spider/spider2.c: (main):
17049         * testsuite/spider/spider3.c: (main):
17050           Make tests compile again. They probably don't work.
17052 2003-12-24  Colin Walters  <walters@verbum.org>
17054         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
17055         we can't fixate the caps anymore.
17057 2003-12-23  David Schleef  <ds@schleef.org>
17059         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
17060         * sys/oss/gstosssink.c: (gst_osssink_init),
17061         (gst_osssink_sink_fixate): Add fixate function.
17063 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17065         * ext/ffmpeg/gstffmpegcodecmap.c:
17066         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
17067         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
17068         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
17069         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
17070         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
17071         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17072         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
17073           fix typo in RGB masks, and move back to "old" colorspace
17074           capsnego code until whoever wrote this new crap has actually
17075           tested it so that it works.
17076           And yes, this works, keep it that way please.
17078 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17080         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
17081         (gst_divxdec_init), (gst_divxdec_negotiate):
17082         * ext/divx/gstdivxdec.h:
17083         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
17084         (gst_divxenc_init):
17085         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
17086         (gst_faac_sinkconnect), (gst_faac_srcconnect):
17087         * ext/mpeg2enc/gstmpeg2enc.cc:
17088         * ext/mpeg2enc/gstmpeg2encoder.cc:
17089         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
17090         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
17091         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
17092         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
17093         (dxr3spusink_init):
17094         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
17095         (dxr3videosink_init):
17096           Fix caps breakage after Dave's caps branch merge.
17098 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17100         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17101           Fix for 24bpp display.
17103 2003-12-23  Colin Walters  <walters@verbum.org>
17105         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
17106         a GnomeVFSHandle directly.
17108 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17110         * gst/volume/Makefile.am:
17111         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
17112         (volume_base_init), (volume_init):
17113           Reenable volume element and fix to work with new caps stuff.
17114           Rhythmbox needs this.
17116 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17118         * gst/qtdemux/qtdemux.c: (plugin_init):
17119           qtdemux requires bytestream
17121 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17123         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
17124           Fix remaining caps handling errors due to CAPS merge.
17126 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17128         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
17129         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
17130         (gst_faad_srcconnect):
17131           Port to new caps system.
17133 2003-12-21  Julien MOUTTE  <julien@moutte.net>
17135         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
17136         (got_video_size), (main): using g_print instead of g_message.
17137         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
17138         signal which was not emitted because of "switch" element added to the
17139         bin but not connected. (Removing from the bin temporarily)
17141 2003-12-21  Julien MOUTTE  <julien@moutte.net>
17143         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
17144         find X development files. I don't understand the previous tests and
17145         they fail on my debian/ppc unstable. This one works.
17146         * examples/gstplay/player.c: (main): Set the pipeline to READY before
17147         exiting.
17148         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
17149         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17150         (gst_play_set_visualization): Add some safety checks in set_ methods
17151         and state_change. This was throwing some ugly CRITICAL messages when
17152         pipeline was getting disposed and casts were failing.
17154 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17156         * configure.ac:
17157           Improve mpeg2enc detection. This is for distributions that do
17158           ship mjpegtools, but without mpeg2enc. Also does object check
17159           for might there ever be ABI incompatibility.
17160         * ext/mpeg2enc/gstmpeg2enc.cc:
17161           Add Andrew as second maintainer (he's helping me), and also add
17162           an error if no caps was set. This happens if I pull before capsnego
17163           and that's something I should solve sometime else.
17164         * gst/matroska/matroska-demux.c:
17165         (gst_matroska_demux_parse_blockgroup):
17166           Fix time parsing.
17167         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
17168         (gst_matroska_mux_track_header):
17169           Add caps to templates.
17170         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
17171           Add mpegversion=1 to prevent confusion with MPEG/AAC.
17172         * gst/mpegstream/gstmpegdemux.c:
17173           Remove layer since it causes warnings about unfixed caps.
17174         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
17175           Fix obvious typo (we error out if caps were set, we should of
17176           course error out if *no* caps were set).
17177         * sys/oss/gstosselement.c: (gst_osselement_convert):
17178           Fix format conversion, we confused bits/bytes.
17179         * sys/oss/gstosselement.h:
17180           Improve documentation for 'bps'.
17181         * sys/v4l/TODO:
17182           Remove stuff about plugins that need removing - this was done
17183           ages ago.
17184         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
17185         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
17186         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
17187         (gst_v4lsrc_src_query):
17188         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
17189         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
17190           Add get_query_types(), get_formats() and query() functions.
17192 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17194         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
17195         * moved CVS to freedesktop.org