]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - ChangeLog
gst/avi/gstavidemux.c: Mixing binary and logical operators is not going to work;...
[glsdk/gst-plugins-ugly0-10.git] / ChangeLog
1 2005-08-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4           Mixing binary and logical operators is not going to work; fix
5           position-querying in Totem.
7 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
10         (gst_faad_init), (gst_faad_setcaps), (gst_faad_srcgetcaps),
11         (gst_faad_event), (gst_faad_update_caps), (gst_faad_chain),
12         (gst_faad_change_state):
13         * ext/faad/gstfaad.h:
14           Fix negotiation (#310932) and miscellaneous other stuff. Probably
15           still needs some more work.
17 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
19         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
20         (gst_jpeg_dec_setcaps), (gst_jpeg_dec_chain):
21           Add setcaps() function (for mjpeg).
23 2005-08-08  Andy Wingo  <wingo@pobox.com>
25         * ext/esd/esdsink.c (gst_esdsink_getcaps): Seems that wierd
26         va_list caps setting function was borked. Fixed esdsink.
28         * sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close) 
29         (gst_oss_sink_prepare, gst_oss_sink_unprepare): Update for newer
30         audiosink api.
32         * ext/raw1394/gstdv1394src.c (gst_dv1394src_get_property) 
33         (gst_dv1394src_set_property): Style. All about the style.
35         * ext/esd/esdsink.c (gst_esdsink_getcaps): Return specific caps
36         only if in READY or higher (i.e., if _open() has been called.)
37         (gst_esdsink_open, gst_esdsink_close, gst_esdsink_prepare) 
38         (gst_esdsink_unprepare): Update for audiosink changes.
39         (gst_esdsink_change_state): Die!
41 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
43         * ext/jpeg/Makefile.am:
44           Fix compile.
46 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
48         * configure.ac:
49         * ext/Makefile.am:
50         * ext/jpeg/Makefile.am:
51         * ext/jpeg/gstjpeg.c: (plugin_init):
52         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_get_type),
53         (gst_jpeg_dec_finalize), (gst_jpeg_dec_base_init),
54         (gst_jpeg_dec_class_init), (gst_jpeg_dec_fill_input_buffer),
55         (gst_jpeg_dec_init_source), (gst_jpeg_dec_skip_input_data),
56         (gst_jpeg_dec_resync_to_restart), (gst_jpeg_dec_term_source),
57         (gst_jpeg_dec_my_output_message), (gst_jpeg_dec_my_emit_message),
58         (gst_jpeg_dec_my_error_exit), (gst_jpeg_dec_init),
59         (is_jpeg_start_marker), (is_jpeg_end_marker),
60         (gst_jpeg_dec_find_jpeg_header), (gst_jpeg_dec_ensure_header),
61         (gst_jpeg_dec_have_end_marker),
62         (gst_jpeg_dec_parse_tag_has_entropy_segment),
63         (gst_jpeg_dec_parse_image_data), (gst_jpeg_dec_chain),
64         (gst_jpeg_dec_change_state):
65         * ext/jpeg/gstjpegdec.h:
66           Port jpegdec to 0.9; handles 'progressive loading' now, ie. input does
67           no longer need to be one single buffer.
69 2005-08-04  Andy Wingo  <wingo@pobox.com>
71         * sys/oss/gstossaudio.c (plugin_init): Second-class citizen.
73         * gst/videobox/gstvideobox.c (gst_video_box_get_size): Update for
74         API changes.
76         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_VIDEOSINK): Set to
77         autoaudiosink and autovideosink.
79 2005-08-04  Edward Hervey  <edward@fluendo.com>
81         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
82         (gst_avi_demux_parse_stream), (gst_avi_demux_process_next_entry):
83         You need to allocatate (len+1) characters to store a len size string.
84         Also don't stop the processing task if the output pad is not linked.
86 2005-08-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
88         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
89         (gst_gconf_audio_sink_init), (do_toggle_element),
90         (cb_toggle_element), (gst_gconf_audio_sink_change_state):
91         * ext/gconf/gstgconfaudiosink.h:
92         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
93         (gst_gconf_video_sink_init), (do_toggle_element),
94         (cb_toggle_element), (gst_gconf_video_sink_change_state):
95         * ext/gconf/gstgconfvideosink.h:
96         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
97         (gst_auto_audio_sink_init), (gst_auto_audio_sink_detect),
98         (gst_auto_audio_sink_change_state):
99         * gst/autodetect/gstautoaudiosink.h:
100         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
101         (gst_auto_video_sink_init), (gst_auto_video_sink_detect),
102         (gst_auto_video_sink_change_state):
103         * gst/autodetect/gstautovideosink.h:
104           Use new ghostpad API; now they actually work in Totem, also.
106 2005-08-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
108         * ext/libpng/Makefile.am:
109           Fix uninstalled build.
111 2005-08-02  Edward Hervey  <edward@fluendo.com>
113         * configure.ac:
114         * ext/Makefile.am:
115         * ext/libpng/Makefile.am:
116         * ext/libpng/gstpng.c:
117         * ext/libpng/gstpngenc.c:
118         Ported pngenc , still have to port pngdec...
120 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
122         reviewed by: <delete if not using a buddy>
124         * configure.ac:
125         * ext/ladspa/Makefile.am:
126         * ext/ladspa/gstladspa.c: (gst_ladspa_init), (gst_ladspa_loop),
127         (gst_ladspa_chain), (gst_ladspa_get), (plugin_init):
128         * ext/ladspa/gstladspa.h:
129           deactivate and remove dparams (libgstcontrol)
131 2005-07-27  Wim Taymans  <wim@fluendo.com>
133         * ext/faad/gstfaad.c: (gst_faad_event):
134         Compile fixes.
136 2005-07-27  Wim Taymans  <wim@fluendo.com>
138         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_event),
139         (gst_amrnbparse_loop):
140         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event),
141         (gst_dvdec_handle_src_event), (gst_dvdec_decode_frame):
142         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event),
143         (gst_id3_tag_sink_event), (gst_id3_tag_chain):
144         * ext/mad/gstmad.c: (gst_mad_src_query), (index_seek),
145         (normal_seek), (gst_mad_sink_event), (gst_mad_chain):
146         * ext/mpeg2dec/gstmpeg2dec.c:
147         * ext/shout2/gstshout2.c: (gst_shout2send_event):
148         * ext/sidplay/gstsiddec.cc:
149         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
150         (gst_avi_demux_send_event), (gst_avi_demux_stream_header),
151         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry):
152         * gst/goom/gstgoom.c: (gst_goom_event):
153         * gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
154         (gst_rmdemux_chain), (gst_rmdemux_send_event),
155         (gst_rmdemux_add_stream):
156         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
157         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
158         (gst_wavparse_loop), (gst_wavparse_srcpad_event):
159         Various event updates and cleanups.
161 2005-07-25  Christian Schaller  <uraeus@gnome.org>
164         * gst-plugins.spec.in: add silence and videoflip
165         * gst/videofilter/Makefile.am: add missing header to noinst
167 2005-07-25  Thomas Vander Stichele  <thomas at apestaart dot org>
169         * gst/videofilter/Makefile.am:
170         * gst/videofilter/gstgamma.c: (gst_gamma_setup):
171         * gst/videofilter/gstvideobalance.c: (gst_videobalance_setup):
172         * gst/videofilter/gstvideofilter.c: (gst_videofilter_class_init),
173         (gst_videofilter_getcaps), (gst_videofilter_setcaps),
174         (gst_videofilter_init), (gst_videofilter_chain),
175         (gst_videofilter_set_property), (gst_videofilter_get_property),
176         (gst_videofilter_setup), (gst_videofilter_class_add_pad_templates):
177         * gst/videofilter/gstvideofilter.h:
178         * gst/videofilter/gstvideoflip.c: (gst_videoflip_init),
179         (gst_videoflip_set_property), (gst_videoflip_get_property),
180         (plugin_init), (gst_videoflip_setup), (gst_videoflip_planar411):
181           forward port from 0.9 and enable videoflip now that it works
183 2005-07-23  Edward Hervey  <edward@fluendo.com>
185         * configure.ac:
186         * gst/silence/Makefile.am:
187         * gst/silence/gstsilence.h:
188         * gst/silence/gstsilence.c:
189         Ported silence to 0.9 using GstBaseSrc ... 180 lines :)
191 2005-07-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
193         * ext/mad/gstmad.c: (gst_mad_src_event):
194           First try forwarding events, makes seeking in AVI files with mp3
195           audio work again.
197 2005-07-20  Andy Wingo  <wingo@pobox.com>
199         * ext/mpeg2dec/gstmpeg2dec.c (gst_mpeg2dec_sink_event): Signedness
200         fix.
202 2005-07-20  Edward Hervey  <edward@fluendo.com>
204         * configure.ac: 
205         * gst/wavparse/gstwavparse.c: 
206         * gst/wavparse/gstwavparse.h:
207         * gst/wavparse/Makefile.am:
208         Ported wavparse to 0.9 . Playing, seeking and state changes work.
209         Could need more loving on the headers though.
211 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
213         * configure.ac:
214         * ext/Makefile.am:
215         * ext/gconf/Makefile.am:
216         * ext/gconf/gconf.c: (gst_bin_find_unconnected_pad),
217         (gst_gconf_render_bin_from_description),
218         (gst_gconf_get_default_video_sink):
219         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
220         (gst_gconf_audio_sink_class_init), (gst_gconf_audio_sink_dispose),
221         (cb_toggle_element), (gst_gconf_audio_sink_change_state):
222         * ext/gconf/gstgconfelements.h:
223         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
224         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_dispose),
225         (cb_toggle_element), (gst_gconf_video_sink_change_state):
226         * gst/autodetect/gstautoaudiosink.c:
227         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
228         (gst_auto_audio_sink_detect), (gst_auto_audio_sink_change_state):
229         * gst/autodetect/gstautovideosink.c:
230         (gst_auto_video_sink_base_init), (gst_auto_video_sink_class_init),
231         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
232           Port auto/gconfsinks to 0.9. They actually appear to work here in
233           Totem as well, making them actually useful.
235 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
237         * ext/faad/Makefile.am:
238           Fix uninstalled build.
240 2005-07-19  Wim Taymans  <wim@fluendo.com>
242         * sys/oss/gstosssink.c: (gst_oss_sink_get_format),
243         (gst_oss_sink_open):
244         Parse spec to set correct oss values.
246 2005-07-19  Edgard N. A. G. Lima <edgard.lima@indt.org.br>
248         * configure.ac
249         * ext/Makefile.am
250         * ext/amrnb/amrnbdec.c
251         * ext/amrnb/amrnbenc.c
252         * ext/amrnb/amrnbparse.c
253         * ext/faad/gstfaad.c
254         * ext/mpeg2dec/gstmpeg2dec.c
255         Ported amrnb, faad, mpeg2dec to 0.9
257 2005-07-19  Andy Wingo  <wingo@pobox.com>
259         * ext/dv/gstdvdec.c (gst_dvdec_decode_video): Set the proper
260         framerate on the outbound buffer.
262         * ext/dv/gstdvdec.c (gst_dvdec_decode_video): Don't clobber
263         alloc_buffer's return value.
264         (gst_dvdec_decode_frame): Handle unlinked pads with grace and
265         agility.
267         * ext/dv/gstdvdec.h: Fix signedness error.
269 2005-07-19  Wim Taymans  <wim@fluendo.com>
271         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
272         (gst_dvdec_sink_convert), (gst_dvdec_get_src_query_types),
273         (gst_dvdec_src_query), (gst_dvdec_get_sink_query_types),
274         (gst_dvdec_sink_query), (gst_dvdec_send_event),
275         (gst_dvdec_handle_sink_event), (gst_dvdec_handle_src_event),
276         (gst_dvdec_decode_audio), (gst_dvdec_decode_video),
277         (gst_dvdec_decode_frame), (gst_dvdec_flush), (gst_dvdec_chain):
278         * ext/dv/gstdvdec.h:
279         Implemented seeking in dvdec.
281 2005-07-19  Andy Wingo  <wingo@pobox.com>
283         * ext/Makefile.am: Enable dvdev and raw1394src.
285 2005-07-18  Andy Wingo  <wingo@pobox.com>
287         * configure.ac: Use AS_LIBTOOL_TAGS. Fix crap gettext commit
288         comment.
290 2005-07-18  Wim Taymans  <wim@fluendo.com>
292         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_add_element),
293         (gst_rtspsrc_play):
294         Fix for core changes.
296 2005-07-18  Jan Schmidt  <thaytan@mad.scientist.com>
298         * ext/mad/gstid3tag.c: (gst_id3_tag_sink_event):
299           When returning to NORMAL state after reading tags,
300           pass on the discont event.
302 2005-07-18  Wim Taymans  <wim@fluendo.com>
304         * gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
305         (gst_rmdemux_change_state), (gst_rmdemux_chain),
306         (gst_rmdemux_get_stream_by_id), (gst_rmdemux_send_event),
307         (gst_rmdemux_add_stream):
308         Send discont event before pushing first buffer.
310 2005-07-17  Philippe Khalaf <burger@speedy.org>
312         * gst/fdsrc/gstfdsrc.c:
313         Removed #include <gst_private.h>
315 2005-07-16  Philippe Khalaf <burger@speedy.org>
317         * gst/fdsrc/gstfdsrc.c:
318         * gst/fdsrc/gstfdsrc.h:
319         * gst/fdsrc/Makefile.am:
320         Moved fdsrc 0.9 port from gstreamer/gst/elements to here.
322 2005-07-16  Wim Taymans  <wim@fluendo.com>
324         * ext/mad/gstmad.c: (gst_mad_src_query), (gst_mad_sink_event),
325         (gst_mad_chain):
326         Add convert function for proper timestamp calculations.
328         * gst/avi/gstavidemux.c: (gst_avi_demux_send_event),
329         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
330         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
331         Send out initial discont.
333 2005-07-15  Wim Taymans  <wim@fluendo.com>
335         * gst/level/gstlevel.c: (gst_level_transform):
336         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
337         (gst_video_box_get_size), (gst_video_box_transform):
338         Port to new base class.
340 2005-07-14  Wim Taymans  <wim@fluendo.com>
342         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
343         (gst_dv1394src_class_init), (gst_dv1394src_init),
344         (gst_dv1394src_iso_receive), (gst_dv1394src_create),
345         (gst_dv1394src_change_state), (gst_dv1394src_query):
346         It's PUSH_SRC now.
348 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
350         * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type),
351         (gst_udpsrc_class_init):
352           more autistic cleanliness in functions/names/defines
355 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
357         * ext/aalib/gstaasink.c: (gst_aasink_get_type),
358         (gst_aasink_class_init), (gst_aasink_init):
359         * ext/esd/esdsink.c: (gst_esdsink_get_type),
360         (gst_esdsink_class_init):
361         * ext/libcaca/gstcacasink.c: (gst_cacasink_get_type),
362         (gst_cacasink_class_init), (gst_cacasink_init):
363         * ext/shout2/gstshout2.c: (gst_shout2send_get_type),
364         (gst_shout2send_class_init), (gst_shout2send_init):
365         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_get_type),
366         (gst_dynudpsink_class_init):
367         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_type),
368         (gst_multiudpsink_class_init):
369           more macro splitting
371 2005-07-08  Andy Wingo  <wingo@pobox.com>
373         * sys/oss/: Port from THREADED+wim's fixes.
375         * gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the
376         defines come from config.h.
378         * autogen.sh: Run autopoint, etc.
380         * Makefile.am (DIST_SUBDIRS, SUBDIRS): Go into po/.
382         * configure.ac: Add gettext stuff.
384 2005-07-07  Wim Taymans  <wim@fluendo.com>
386         * gst/videobox/gstvideobox.c: (gst_video_box_init),
387         (gst_video_box_transform_caps), (gst_video_box_set_caps):
388         Logic was reversed. Needs some  more fixes in the transform
389         function to include AYUV output.
390         Moved AYUV as prefered format.
392 2005-07-07  Wim Taymans  <wim@fluendo.com>
394         * configure.ac:
395         * ext/dv/Makefile.am:
396         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
397         (gst_dvdec_get_src_query_types), (gst_dvdec_src_query),
398         (gst_dvdec_handle_sink_event), (gst_dvdec_handle_src_event),
399         (gst_dvdec_video_getcaps), (gst_dvdec_video_setcaps),
400         (gst_dvdec_decode_audio), (gst_dvdec_decode_video),
401         (gst_dvdec_decode_frame), (gst_dvdec_chain),
402         (gst_dvdec_change_state), (gst_dvdec_set_property),
403         (gst_dvdec_get_property), (plugin_init):
404         * ext/dv/gstdvdec.h:
405         * ext/esd/esdsink.c: (gst_esdsink_class_init):
406         Ported DVdec to 0.9.
407         Parent of esdsink is GstAudioSink.
409 2005-07-07  Wim Taymans  <wim@fluendo.com>
411         * configure.ac:
412         * ext/raw1394/Makefile.am:
413         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
414         (gst_dv1394src_class_init), (gst_dv1394src_init),
415         (gst_dv1394src_iso_receive), (gst_dv1394src_create),
416         (gst_dv1394src_change_state), (gst_dv1394src_convert),
417         (gst_dv1394src_get_query_types), (gst_dv1394src_query):
418         * ext/raw1394/gstdv1394src.h:
419         Ported the 1394 source to 0.9.
421 2005-07-07  Wim Taymans  <wim@fluendo.com>
423         * ext/mad/gstid3tag.c: (gst_id3_tag_get_query_types):
424         * ext/mad/gstmad.c: (gst_mad_get_query_types), (gst_mad_src_query):
425         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types):
426         Remove deprecated/unsed code.
428 2005-07-06  Edward Hervey  <edward@fluendo.com>
430         * gst/udp/gstudpsrc.c: (gst_udpsrc_init): 
431         GST_BASESRC --> GST_BASE_SRC
433 2005-07-05  Andy Wingo  <wingo@pobox.com>
435         * gst/oneton: Removed (replaced by deinterleave).
437         * gst/adder:
438         * gst/audioconvert:
439         * gst/audiorate:
440         * gst/audioscale:
441         * gst/ffmpegcolorspace:
442         * gst/playback:
443         * gst/sine:
444         * gst/subparse:
445         * gst/tags:
446         * gst/tcp:
447         * gst/videoscale:
448         * gst/volume: Removed dirs that are now in gst-plugins-base.
450 2005-07-05  Edward Hervey  <edward@fluendo.com>
452         * configure.ac: (GST_PLUGINS_ALL): 
453         videofilter must be compiled first, since other plugins depend ont it.
455 2005-07-05  Andy Wingo  <wingo@pobox.com>
457         * Way, way, way too many files:
458         Remove crack comment from the 2000 era.
460 2005-07-05  Andy Wingo  <wingo@pobox.com>
462         * gst/videobox/gstvideobox.c: Clean up, port to 0.9, use
463         BaseTransform.
465         * gst/videobox/Makefile.am: Link to base libs, include
466         plugins-base cflags, dist the README.
468         * configure.ac (GST_PLUGIN_ALL, AC_CONFIG_FILES): Add videobox to
469         the build.
471 2005-07-04  Wim Taymans  <wim@fluendo.com>
473         * gst/realmedia/rmdemux.c:
474         I don't think that piece of changelog should go there.
476 2005-07-04  Andy Wingo  <wingo@pobox.com>
478         * examples/level/:
479         * examples/level/Makefile.am:
480         * examples/level/README:
481         * examples/level/demo.c:
482         * examples/level/plot.c: Examples moved out of the source dir. Not
483         updated tho.
485         * configure.ac: Add level to the build.
487         * gst/level/Makefile.am:
488         * gst/level/gstlevel.h:
489         * gst/level/gstlevel.c: Cleaned up, ported to 0.9.
491         * ext/aalib/gstaasink.c (gst_aasink_fixate): Update for newer
492         fixate prototype.
494 2005-07-03  Owen Fraser-Green  <owen@discobabe.net>
496         * gst/realmedia/rmdemux.c (gst_rmdemux_add_stream),
497         (gst_rmdemux_src_getcaps), (gst_rmdemux_chain): 
498         Added getcaps function no_more_pads call
500 2005-07-01  Philippe Khalaf <burger@speedy.org>
501         * gst/udp/Makefile.am:
502         * gst/udp/gstudp.c:
503         * gst/udp/gstdynudpsink.c: (new)
504         * gst/udp/gstdynudpsink.h: (new)
505           Added new element (udpdynsink) that receives GstNetBuffers and sends the
506           udp packets to the source given in the buffer. It's used by rtpsession
507           element for now.
508         * gst/udp/gstudpsrc.c:
509           Fixed memory leak.
511 2005-07-01  Jan Schmidt  <thaytan@mad.scientist.com>
513         * configure.ac:
514         * ext/mad/Makefile.am:
515         * sys/oss/Makefile.am:
516         Roll gstreamer-interfaces-0.9.pc into gstreamer-plugins-base-0.9.pc
518 2005-07-01  Jan Schmidt  <thaytan@mad.scientist.com>
519         * ext/libcaca/Makefile.am:
520         * ext/mad/Makefile.am:
521         * gst/effectv/Makefile.am:
522         * gst/udp/Makefile.am:
523           Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*
525         * ext/mad/gstid3tag.c: (gst_id3_tag_src_query),
526         (gst_id3_tag_src_event), (gst_id3_tag_sink_event),
527         (gst_id3_tag_chain), (plugin_init):
528         * ext/mad/gstmad.c: (gst_mad_src_query), (gst_mad_chain):
529           Signedness warning fix, use gst_pad_get_peer instead of GST_PAD_PEER
530           in querying and event handling, because we're not holding the pad
531           lock and the peer may disappear.
532         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
533         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
534           Signedness warning fixes.
536         * gst/videofilter/gstvideotemplate.c: (plugin_init):
537           Remove gst_library_load
539 2005-06-30  Edward Hervey  <edward@fluendo.com>
541         * gst/avi/Makefile.am: (libgstavi_la_LIBADD):
542         Added linking to libgstriff-0.9
543         
544         * ext/mad/gstmad.c: (gst_mad_src_query): 
545         check the format of the upstream query and return query if it's the
546         same format as the requested one.
548 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
550         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
551           Compiler pains.
553 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
555         * configure.ac:
556         * gst/avi/Makefile.am:
557         * gst/avi/gstavi.c: (plugin_init):
558         * gst/avi/gstavidemux.c: (gst_avi_demux_get_type),
559         (gst_avi_demux_class_init), (gst_avi_demux_init),
560         (gst_avi_demux_reset), (gst_avi_demux_index_next),
561         (gst_avi_demux_index_entry_for_time),
562         (gst_avi_demux_index_entry_for_byte),
563         (gst_avi_demux_index_entry_for_frame), (gst_avi_demux_src_convert),
564         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
565         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
566         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
567         (gst_avi_demux_parse_subindex), (gst_avi_demux_read_subindexes),
568         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
569         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
570         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
571         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
572         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
573         (gst_avi_demux_loop), (gst_avi_demux_sink_activate),
574         (gst_avi_demux_sink_activate_pull):
575         * gst/avi/gstavidemux.h:
576           Port from -THREADED to HEAD, and fix for latest API changes of
577           the day. Keep avimux dead for now.
579 2005-06-29  Wim Taymans  <wim@fluendo.com>
581         * ext/shout2/gstshout2.c: (gst_shout2send_render):
582         Fix build.
584 2005-06-29  Andy Wingo  <wingo@pobox.com>
586         * gst/videofilter/gstvideoexample.c: Removed gst_library_load, I
587         think. Whatever this plugin actually does, that I don't know.
589 2005-06-29  Andy Wingo  <wingo@pobox.com>
591         * ext/mad/gstid3tag.c (gst_id3_tag_get_event_masks): Reschmoove.
593         * ext/mad/gstmad.c (gst_mad_get_event_masks): Remove.
594         (gst_mad_chain): Appease GCC.
596         * ext/libcaca/gstcacasink.c (gst_cacasink_setcaps): Signedness.
598         * ext/aalib/gstaasink.c (gst_aasink_fixate): Unref caps, not free.
599         (gst_aasink_scale): Signedness.
601         * gst/udp/gstudpsink.c (gst_udpsink_get_type): Actually add the
602         URI handler.
604         * gst/udp/gstudpsrc.c (gst_udpsrc_start):
605         (gst_udpsrc_create): Signedness.
607         * gst/rtsp/sdpmessage.c (sdp_message_parse_buffer): Thanks
608         compiler!
609         (sdp_parse_line): Signedness fix.
611         * configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build
612         breakage ensue!!!
614         * gst/rtsp/gstrtspsrc.c (gst_rtspsrc_loop, gst_rtspsrc_open):
615         Signedness, unused var fixes.
616         (gst_rtspsrc_close): Unused?
618         * gst/realmedia/rmdemux.c (re_hexdump_bytes): Unused.
620         * gst/law/mulaw-encode.c (gst_mulawenc_chain): Signeness fix.
622         * gst/law/alaw-encode.c (alawenc_getcaps): Remove unneeded
623         declarations. Typo (probably crasher) fix.
624         
625         * gst/law/mulaw-encode.c (mulawdec_getcaps): 
626         * gst/law/mulaw-encode.c (mulawenc_getcaps): 
627         * gst/law/alaw-decode.c (alawdec_getcaps): Same crasher fix.
629         * gst/goom/gstgoom.c (gst_goom_init): Hook up the event function.
631         * gst/effectv/gstwarp.c (gst_warptv_setup): Signedness fix.
633         * gst/effectv/gstdice.c (gst_dicetv_draw): Um, deferencing
634         uninitialized pointer not good.
636         * gst/videofilter/gstvideoexample.c (plugin_init): 
637         * gst/videofilter/Makefile.am (libgstvideoexample_la_LIBADD): Link
638         to libgstvideofilter instead of gst_library_load.
640         * gst/alpha/gstalpha.c (gst_alpha_chroma_key_i420) 
641         (gst_alpha_chroma_key_ayuv): Signedness fixen.
643 2005-06-29  Wim Taymans  <wim@fluendo.com>
645         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
646         (gst_rtspsrc_class_init), (gst_rtspsrc_create_stream),
647         (gst_rtspsrc_add_element), (gst_rtspsrc_set_state),
648         (gst_rtspsrc_stream_setup_rtp),
649         (gst_rtspsrc_stream_configure_transport), (find_stream),
650         (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_play),
651         (gst_rtspsrc_change_state):
652         Fix case where outpad could not be decided.
654 2005-06-29  Andy Wingo  <wingo@pobox.com>
656         * ext/Makefile.am (MAD_DIR): Add mad to the build.
658 2005-06-28  Wim Taymans  <wim@fluendo.com>
660         * ext/mad/gstid3tag.c: (gst_id3_tag_src_link):
661         * gst/udp/gstudpsrc.c: (gst_udpsrc_init):
662         Fix old RPAD macro.
663         basesrc -> base_src
665 2005-06-27  Wim Taymans  <wim@fluendo.com>
667         * ext/mad/gstid3tag.c: (gst_id3_tag_src_link):
668         * ext/mad/gstmad.c: (gst_mad_chain):
669         RPAD_ -> PAD
670         Fix args in bufferalloc function call.
671         Makes the mad plugin compile again
673 2005-06-27  Owen Fraser-Green  <owen@discobabe.net>
675         * gst/realmedia/rmdemux.c: Rewrote to use gstadapter. Also parses
676         audio and video header packets for known properties.
678 2005-06-23  Wim Taymans  <wim@fluendo.com>
680         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
681         (gst_rtspsrc_class_init), (gst_rtspsrc_create_stream),
682         (gst_rtspsrc_add_element), (gst_rtspsrc_set_state),
683         (gst_rtspsrc_stream_setup_rtp),
684         (gst_rtspsrc_stream_configure_transport), (find_stream),
685         (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_play),
686         (gst_rtspsrc_change_state):
687         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
688         Make rtspsrc a live source.
689         Don't try to parse NULL urls.
691 2005-06-23  Wim Taymans  <wim@fluendo.com>
693         * gst/udp/gstudpsrc.c: (gst_udpsrc_init):
694         Make udpsrc a live source.
696 2005-06-02  Wim Taymans  <wim@fluendo.com>
698         * gst/udp/Makefile.am:
699         Use versioned net lib.
701 2005-06-02  Wim Taymans  <wim@fluendo.com>
703         * gst/udp/Makefile.am:
704         Fix hack in makefile.
706 2005-06-02  Andy Wingo  <wingo@pobox.com>
708         * ext/mad/gstid3tag.c: Finish porting to 0.9: no more gstdata,
709         check for link functions before calling them, give
710         gst_message_new_tag its own copy of the tag list, set the parser
711         state before sending the event (because in 0.9 events are
712         processed immediately), casting fixes.
714         * ext/mad/Makefile.am (libgstmad_la_LDFLAGS): Link with
715         gsttagedit.
717 2005-06-02  Wim Taymans  <wim@fluendo.com>
719         * gst/udp/Makefile.am:
720         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_type),
721         (gst_multiudpsink_base_init), (gst_multiudpsink_class_init),
722         (gst_multiudpsink_init), (gst_multiudpsink_finalize),
723         (gst_multiudpsink_get_times), (gst_multiudpsink_render),
724         (gst_multiudpsink_set_property), (gst_multiudpsink_init_send),
725         (gst_multiudpsink_add), (client_compare), (free_client),
726         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
727         (gst_multiudpsink_get_stats):
728         * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type),
729         (gst_udpsrc_base_init), (gst_udpsrc_class_init),
730         (gst_udpsrc_create), (gst_udpsrc_set_uri), (gst_udpsrc_start),
731         (gst_udpsrc_unlock), (gst_udpsrc_stop):
732         Use NetBuffer and small cleanups.
733         Implement client removal in multiudpsink.
735 2005-06-02  Wim Taymans  <wim@fluendo.com>
737         * gst/rtsp/README:
738         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
739         (gst_rtspsrc_class_init), (gst_rtspsrc_create_stream),
740         (gst_rtspsrc_add_element), (gst_rtspsrc_set_state),
741         (gst_rtspsrc_stream_setup_rtp),
742         (gst_rtspsrc_stream_configure_transport), (find_stream),
743         (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_play),
744         (gst_rtspsrc_change_state):
745         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
746         (rtsp_transport_init), (parse_mode), (parse_range),
747         (rtsp_transport_parse), (rtsp_transport_free):
748         RTSP cleanups.
750 2005-06-02  Wim Taymans  <wim@fluendo.com>
752         * gst/effectv/gstquark.c: (gst_quarktv_chain):
753         * gst/goom/gstgoom.c: (gst_goom_chain):
754         * gst/videobox/Makefile.am:
755         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
756         (gst_video_box_init), (gst_video_box_sink_setcaps),
757         (gst_video_box_chain):
758         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
759         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
760         (gst_videorate_getcaps), (gst_videorate_setcaps),
761         (gst_videorate_init), (gst_videorate_event), (gst_videorate_chain),
762         (gst_videorate_change_state):
763         Bufferalloc changes.
765 2005-05-25  Wim Taymans  <wim@fluendo.com>
767         * ext/mad/gstmad.c: (gst_mad_chain), (gst_mad_change_state):
768         * ext/sidplay/gstsiddec.cc:
769         * gst/alpha/gstalpha.c: (gst_alpha_chain):
770         * gst/goom/gstgoom.c: (gst_goom_chain):
771         No need to take the lock anymore,  core already did
772         that before calling us.
774 2005-05-25  Wim Taymans  <wim@fluendo.com>
776         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_init), (gst_amrnbdec_chain),
777         (gst_amrnbdec_state_change):
778         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_base_init),
779         (gst_amrnbenc_finalize), (gst_amrnbenc_chain),
780         (gst_amrnbenc_state_change):
781         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
782         (gst_amrnbparse_query), (gst_amrnbparse_chain),
783         (gst_amrnbparse_read_header), (gst_amrnbparse_loop),
784         (gst_amrnbparse_sink_activate), (gst_amrnbparse_state_change):
785         Core already took the lock.
787 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
789         * configure.ac:
790         * ext/esd/Makefile.am:
791           Disable tcp elements and esdmon (they don't compile).
793 2005-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
795         * Makefile.am:
796         * ext/Makefile.am:
797         * sys/Makefile.am:
798           Make my automake version shut up about undefined variables
799         * gst/goom/gstgoom.c:
800           GstAdapter moved to base objects. 
802 2005-05-18  Wim Taymans  <wim@fluendo.com>
804         * ext/amrnb/Makefile.am:
805         * ext/amrnb/amrnb.c: (plugin_init):
806         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_init),
807         (gst_amrnbdec_setcaps), (gst_amrnbdec_chain),
808         (gst_amrnbdec_state_change):
809         * ext/amrnb/amrnbdec.h:
810         * ext/amrnb/amrnbenc.c: (gst_amrnbenc_get_type),
811         (gst_amrnbenc_base_init), (gst_amrnbenc_class_init),
812         (gst_amrnbenc_init), (gst_amrnbenc_finalize),
813         (gst_amrnbenc_setcaps), (gst_amrnbenc_chain),
814         (gst_amrnbenc_state_change):
815         * ext/amrnb/amrnbenc.h:
816         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
817         (gst_amrnbparse_query), (gst_amrnbparse_event),
818         (gst_amrnbparse_chain), (gst_amrnbparse_read_header),
819         (gst_amrnbparse_loop), (gst_amrnbparse_sink_activate),
820         (gst_amrnbparse_state_change):
821         * ext/amrnb/amrnbparse.h:
822         Ported AMR decoder/parse.
823         Added AMR encoder.
825 2005-05-18  Wim Taymans  <wim@fluendo.com>
827         * configure.ac:
828         * gst/goom/Makefile.am:
829         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_sink_setcaps),
830         (gst_goom_src_setcaps), (gst_goom_src_negotiate), (gst_goom_event),
831         (gst_goom_chain), (gst_goom_change_state), (plugin_init):
832         Ported goom.
833         Added goom and alpha to build.
835 2005-05-17  Wim Taymans  <wim@fluendo.com>
837         * configure.ac:
838         * gst/alpha/Makefile.am:
839         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
840         (gst_alpha_sink_setcaps), (gst_alpha_chain):
841         Ported alpha,  remove alphacolor as functionality is in
842         ffmpegcolorspace.
844 2005-05-17  Wim Taymans  <wim@fluendo.com>
846         * ext/libcaca/gstcacasink.c: (gst_cacasink_setcaps),
847         (gst_cacasink_render), (gst_cacasink_open), (gst_cacasink_close),
848         (gst_cacasink_change_state):
849         * ext/libcaca/gstcacasink.h:
850         Cleanups.
852 2005-05-15  David Schleef  <ds@schleef.org>
854         Move core plugins out of core.  I don't mind fdsrc/fdsink
855         going back into the core; they were just disabled there, so
856         I moved them.  Some of this stuff could (should) be deleted.
857         * gst/oldcore/Makefile.am:
858         * gst/oldcore/gstaggregator.c:
859         * gst/oldcore/gstaggregator.h:
860         * gst/oldcore/gstelements.c:
861         * gst/oldcore/gstfdsink.c:
862         * gst/oldcore/gstfdsink.h:
863         * gst/oldcore/gstfdsrc.c:
864         * gst/oldcore/gstfdsrc.h:
865         * gst/oldcore/gstmd5sink.c:
866         * gst/oldcore/gstmd5sink.h:
867         * gst/oldcore/gstmultifilesrc.c:
868         * gst/oldcore/gstmultifilesrc.h:
869         * gst/oldcore/gstpipefilter.c:
870         * gst/oldcore/gstpipefilter.h:
871         * gst/oldcore/gstshaper.c:
872         * gst/oldcore/gstshaper.h:
873         * gst/oldcore/gststatistics.c:
874         * gst/oldcore/gststatistics.h:
876 2005-05-13  Christian Schaller  <uraeus@gnome.org>
878         * ext/Makefile.am: dist esd directory
879         * gst-plugins.spec.in: add rtp plugins and esd plugin
880         * gst/effectv/Makefile.am: fix videofilter linking
881         * gst/rtp/Makefile.am: add missing headers 
882         * gst/rtsp/Makefile.am: add missing headers
884 2005-05-12  Wim Taymans  <wim@fluendo.com>
886         * configure.ac:
887         * ext/sidplay/gstsiddec.cc:
888         Add working plugins to build.
889         Make sidplay compile again.
891 2005-05-12  Wim Taymans  <wim@fluendo.com>
893         * ext/mad/gstid3tag.c: (gst_id3_tag_src_query):
894         * ext/mad/gstmad.c: (gst_mad_chain):
895         Fix mad and id3tag compilation again.
897 2005-05-12  Wim Taymans  <wim@fluendo.com>
899         * gst/udp/.cvsignore:
900         * gst/udp/Makefile.am:
901         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_type),
902         (gst_multiudpsink_base_init), (gst_multiudpsink_class_init),
903         (gst_multiudpsink_init), (gst_multiudpsink_finalize),
904         (gst_multiudpsink_get_times), (gst_multiudpsink_render),
905         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
906         (gst_multiudpsink_init_send), (gst_multiudpsink_close),
907         (gst_multiudpsink_add), (gst_multiudpsink_remove),
908         (gst_multiudpsink_clear), (gst_multiudpsink_get_stats),
909         (gst_multiudpsink_change_state):
910         * gst/udp/gstmultiudpsink.h:
911         * gst/udp/gstudp-marshal.list:
912         * gst/udp/gstudp.c: (plugin_init):
913         * gst/udp/gstudp.h:
914         * gst/udp/gstudpsink.c: (gst_udpsink_get_type),
915         (gst_udpsink_base_init), (gst_udpsink_class_init),
916         (gst_udpsink_init), (gst_udpsink_set_uri),
917         (gst_udpsink_set_property), (gst_udpsink_get_property),
918         (gst_udpsink_uri_get_type), (gst_udpsink_uri_get_protocols),
919         (gst_udpsink_uri_get_uri), (gst_udpsink_uri_set_uri),
920         (gst_udpsink_uri_handler_init):
921         * gst/udp/gstudpsink.h:
922         * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type),
923         (gst_udpsrc_base_init), (gst_udpsrc_class_init),
924         (gst_udpsrc_create), (gst_udpsrc_set_uri), (gst_udpsrc_start),
925         (gst_udpsrc_unlock), (gst_udpsrc_stop):
926         * gst/udp/gstudpsrc.h:
927         Added multifdsink to send UDP to multiple addresses.
928         Cleaned up UDP source/sink elements some more.
929         Make UDP sink extends from multiudpsink.
931 2005-05-12  Tim-Philipp Müller  <tim at centricular dot net>
933         * ext/mad/gstmad.c: (gst_mad_src_query), (gst_mad_sink_event):
934           Make queries actually work (update core first).
936 2005-05-12  Wim Taymans  <wim@fluendo.com>
938         * gst/rtsp/README:
939         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
940         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
941         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
942         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_eos),
943         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start):
944         * gst/tcp/gsttcpclientsrc.h:
945         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
946         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
947         (gst_tcpserversrc_init), (gst_tcpserversrc_create),
948         (gst_tcpserversrc_start), (gst_tcpserversrc_stop):
949         * gst/tcp/gsttcpserversrc.h:
950         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get_type),
951         (gst_tcpsrc_base_init), (gst_tcpsrc_class_init), (gst_tcpsrc_init),
952         (gst_tcpsrc_create), (gst_tcpsrc_start), (gst_tcpsrc_stop):
953         * gst/tcp/gsttcpsrc.h:
954         * gst/udp/gstudpsink.c: (gst_udpsink_base_init),
955         (gst_udpsink_init), (gst_udpsink_get_times), (gst_udpsink_render),
956         (gst_udpsink_set_property), (gst_udpsink_get_property),
957         (gst_udpsink_change_state):
958         * gst/udp/gstudpsink.h:
959         * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type),
960         (gst_udpsrc_base_init), (gst_udpsrc_class_init), (gst_udpsrc_init),
961         (gst_udpsrc_create), (gst_udpsrc_set_uri), (gst_udpsrc_start),
962         (gst_udpsrc_stop):
963         * gst/udp/gstudpsrc.h:
964         Make UDP and TCP elements use PushSrc.
967 2005-05-11  Tim-Philipp Müller  <tim at centricular dot net>
969         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_src_query),
970         (index_seek), (normal_seek), (gst_mad_sink_event):
971           Port to new query API and replace gst_pad_convert()
972           and gst_pad_get_formats() usage. gstid3tag looks like
973           it needs some more love before it will work again, if 
974           not a rewrite.
976 2005-05-12  Zeeshan Ali  <zeenix@gmail.com>
978         * gst/effectv/Makefile.am:
979         Fixed the effectv build again.
981 2005-05-11  Wim Taymans  <wim@fluendo.com>
983         * gst/tcp/Makefile.am:
984         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
985         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
986         (gst_multifdsink_init), (gst_multifdsink_handle_client_write),
987         (gst_multifdsink_queue_buffer), (gst_multifdsink_render),
988         (gst_multifdsink_change_state):
989         * gst/tcp/gstmultifdsink.h:
990         * gst/tcp/gsttcp.c:
991         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
992         (gst_tcpclientsink_base_init), (gst_tcpclientsink_class_init),
993         (gst_tcpclientsink_init), (gst_tcpclientsink_render),
994         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property),
995         (gst_tcpclientsink_change_state):
996         * gst/tcp/gsttcpclientsink.h:
997         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
998         (gst_tcpclientsrc_init_receive):
999         * gst/tcp/gsttcpplugin.c: (plugin_init):
1000         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
1001         * gst/tcp/gsttcpserversink.h:
1002         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init):
1003         * gst/tcp/gsttcpsink.c: (gst_tcpsink_get_type),
1004         (gst_tcpsink_base_init), (gst_tcpsink_class_init),
1005         (gst_tcpsink_setcaps), (gst_tcpsink_init), (gst_tcpsink_get_times),
1006         (gst_tcpsink_render), (gst_tcpsink_set_property),
1007         (gst_tcpsink_get_property):
1008         * gst/tcp/gsttcpsink.h:
1009         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_class_init), (gst_tcpsrc_get):
1010         Ported over some sink elements.
1011         Sources not ported yet as they require a PushSource base class.
1013 2005-05-11  Tim-Philipp Müller  <tim at centricular dot net>
1015         * gst/effectv/Makefile.am:
1016         * gst/videofilter/Makefile.am:
1017           Turn videofilter into a library (private for now)
1019 2005-05-11  Wim Taymans  <wim@fluendo.com>
1021         * gst/rtsp/README:
1022         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
1023         (gst_rtspsrc_class_init), (gst_rtspsrc_create_stream),
1024         (gst_rtspsrc_add_element), (gst_rtspsrc_set_state),
1025         (gst_rtspsrc_stream_setup_rtp),
1026         (gst_rtspsrc_stream_configure_transport), (find_stream),
1027         (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_play):
1028         * gst/rtsp/rtsp.h:
1029         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
1030         (rtsp_connection_send), (read_line), (parse_request_line),
1031         (parse_line), (read_body), (rtsp_connection_receive),
1032         (rtsp_connection_free):
1033         * gst/rtsp/rtspconnection.h:
1034         * gst/rtsp/rtspdefs.c: (rtsp_find_method):
1035         * gst/rtsp/rtspdefs.h:
1036         * gst/rtsp/rtspmessage.c: (rtsp_message_set_body),
1037         (rtsp_message_take_body):
1038         * gst/rtsp/rtspmessage.h:
1039         * gst/rtsp/rtspstream.h:
1040         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
1041         Added README
1042         Some cleanups.
1044 2005-05-11  Wim Taymans  <wim@fluendo.com>
1046         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
1047         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
1048         (gst_rtspsrc_create_stream), (gst_rtspsrc_add_element),
1049         (gst_rtspsrc_set_state), (gst_rtspsrc_stream_setup_rtp),
1050         (gst_rtspsrc_stream_configure_transport), (find_stream),
1051         (gst_rtspsrc_loop), (gst_rtspsrc_open), (gst_rtspsrc_close),
1052         (gst_rtspsrc_play), (gst_rtspsrc_change_state):
1053         * gst/rtsp/gstrtspsrc.h:
1054         Setup UDP sources correctly, receives raw data from RTSP
1055         compliant servers now.
1057 2005-05-11  Wim Taymans  <wim@fluendo.com>
1059         * gst/rtsp/.cvsignore:
1060         * gst/rtsp/Makefile.am:
1061         * gst/rtsp/gstrtsp.c: (plugin_init):
1062         * gst/rtsp/gstrtsp.h:
1063         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
1064         (gst_rtspsrc_get_type), (gst_rtspsrc_base_init),
1065         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
1066         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
1067         (gst_rtspsrc_create_stream), (rtspsrc_add_element),
1068         (gst_rtspsrc_stream_setup_rtp),
1069         (gst_rtspsrc_stream_configure_transport), (find_stream),
1070         (gst_rtspsrc_loop), (gst_rtspsrc_send), (gst_rtspsrc_open),
1071         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
1072         (gst_rtspsrc_activate), (gst_rtspsrc_change_state):
1073         * gst/rtsp/gstrtspsrc.h:
1074         * gst/rtsp/rtsp.h:
1075         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
1076         (rtsp_connection_create), (append_header), (rtsp_connection_send),
1077         (read_line), (read_string), (read_key), (parse_response_status),
1078         (parse_line), (read_body), (rtsp_connection_receive),
1079         (rtsp_connection_close):
1080         * gst/rtsp/rtspconnection.h:
1081         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_method_as_text),
1082         (rtsp_header_as_text), (rtsp_status_as_text),
1083         (rtsp_status_to_string), (rtsp_find_header_field):
1084         * gst/rtsp/rtspdefs.h:
1085         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
1086         (rtsp_message_init_request), (rtsp_message_new_response),
1087         (rtsp_message_init_response), (rtsp_message_init_data),
1088         (rtsp_message_add_header), (rtsp_message_remove_header),
1089         (rtsp_message_get_header), (rtsp_message_get_header_copy),
1090         (rtsp_message_set_body), (rtsp_message_set_body_copy),
1091         (rtsp_message_get_body), (rtsp_message_get_body_copy), (dump_mem),
1092         (dump_key_value), (rtsp_message_dump):
1093         * gst/rtsp/rtspmessage.h:
1094         * gst/rtsp/rtspstream.h:
1095         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
1096         (rtsp_transport_init), (parse_mode), (parse_range),
1097         (rtsp_transport_parse), (rtsp_transport_free):
1098         * gst/rtsp/rtsptransport.h:
1099         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
1100         * gst/rtsp/rtspurl.h:
1101         * gst/rtsp/sdp.h:
1102         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
1103         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
1104         (sdp_media_init), (sdp_message_set_origin),
1105         (sdp_message_get_origin), (sdp_message_set_connection),
1106         (sdp_message_get_connection), (sdp_message_add_bandwidth),
1107         (sdp_message_add_time), (sdp_message_add_zone),
1108         (sdp_message_set_key), (sdp_message_get_key),
1109         (sdp_message_get_attribute_val), (sdp_message_add_attribute),
1110         (sdp_message_add_media), (sdp_media_add_attribute),
1111         (sdp_media_add_bandwidth), (sdp_media_add_format),
1112         (sdp_media_get_attribute_val), (read_string), (read_string_del),
1113         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
1114         (sdp_message_dump):
1115         * gst/rtsp/sdpmessage.h:
1116         * gst/rtsp/test.c: (main):
1117         Ported to 0.9.
1118         Set up transports, init UDP ports, init RTP session managers.
1120 2005-05-11  Wim Taymans  <wim@fluendo.com>
1122         * gst/rtp/Makefile.am:
1123         * gst/rtp/gstrtp.c: (plugin_init):
1124         * gst/rtp/gstrtpdec.c: (gst_rtpdec_get_type),
1125         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_chain_rtp),
1126         (gst_rtpdec_chain_rtcp), (gst_rtpdec_set_property),
1127         (gst_rtpdec_get_property), (gst_rtpdec_change_state),
1128         (gst_rtpdec_plugin_init):
1129         * gst/rtp/gstrtpdec.h:
1130         * gst/udp/gstudpsink.c: (gst_udpsink_base_init),
1131         (gst_udpsink_get_times), (gst_udpsink_render),
1132         (gst_udpsink_change_state):
1133         * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type),
1134         (gst_udpsrc_base_init), (gst_udpsrc_class_init), (gst_udpsrc_init),
1135         (gst_udpsrc_loop), (gst_udpsrc_set_uri), (gst_udpsrc_set_property),
1136         (gst_udpsrc_get_property), (gst_udpsrc_init_receive),
1137         (gst_udpsrc_activate), (gst_udpsrc_change_state),
1138         (gst_udpsrc_uri_get_type), (gst_udpsrc_uri_get_protocols),
1139         (gst_udpsrc_uri_get_uri), (gst_udpsrc_uri_set_uri),
1140         (gst_udpsrc_uri_handler_init):
1141         * gst/udp/gstudpsrc.h:
1142         UDP fixes, added uri handler.
1143         Added rtpdec that will manage the RTP session in the future.
1145 2005-05-10  Arwed v. Merkatz  <v.merkatz@gmx.net>
1147         * PORTED_09:
1148         * configure.ac:
1149         * ext/Makefile.am:
1150         * ext/esd/Makefile.am:
1151         * ext/esd/esdsink.c: (gst_esdsink_get_type),
1152         (gst_esdsink_class_init), (gst_esdsink_init),
1153         (gst_esdsink_dispose), (gst_esdsink_change_state),
1154         (gst_caps_set_each), (gst_esdsink_getcaps), (gst_esdsink_open),
1155         (gst_esdsink_close), (gst_esdsink_write), (gst_esdsink_delay),
1156         (gst_esdsink_reset), (gst_esdsink_set_property),
1157         (gst_esdsink_get_property), (gst_esdsink_factory_init):
1158         * ext/esd/esdsink.h:
1159         * ext/esd/gstesd.c: (plugin_init):
1160         Ported esdsink plugin
1162 2005-05-10  Wim Taymans  <wim@fluendo.com>
1164         * gst/udp/Makefile.am:
1165         * gst/udp/gstudpsink.c: (gst_udpsink_get_type),
1166         (gst_udpsink_base_init), (gst_udpsink_class_init),
1167         (gst_udpsink_init), (gst_udpsink_get_times), (gst_udpsink_render),
1168         (gst_udpsink_set_property), (gst_udpsink_get_property),
1169         (gst_udpsink_init_send), (gst_udpsink_close),
1170         (gst_udpsink_change_state):
1171         * gst/udp/gstudpsink.h:
1172         * gst/udp/gstudpsrc.c: (gst_udpsrc_base_init),
1173         (gst_udpsrc_class_init), (gst_udpsrc_init), (gst_udpsrc_loop),
1174         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
1175         (gst_udpsrc_init_receive), (gst_udpsrc_close),
1176         (gst_udpsrc_activate), (gst_udpsrc_change_state):
1177         * gst/udp/gstudpsrc.h:
1178         Ported udp src/sink.
1180 2005-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1182         * PORTED_09:
1183         * configure.ac:
1184         * ext/Makefile.am:
1185         * ext/shout2/Makefile.am:
1186         * ext/shout2/gstshout2.c: (gst_shout2send_get_type),
1187         (gst_shout2send_base_init), (gst_shout2send_class_init),
1188         (gst_shout2send_init), (gst_shout2send_event),
1189         (gst_shout2send_render), (gst_shout2send_set_property),
1190         (gst_shout2send_get_property), (gst_shout2send_setcaps),
1191         (gst_shout2send_change_state):
1192         * ext/shout2/gstshout2.h:
1194         Port shout2 plugin
1196 2005-05-08  Zeeshan Ali   <zeenix@gmail.com>
1198         * configure.ac:
1199         * ext/Makefile.am:
1200         * ext/libcaca/Makefile.am:
1201         * ext/libcaca/gstcacasink.c: (gst_cacasink_get_type),
1202         (gst_cacasink_class_init), (gst_cacasink_get_times),
1203         (gst_cacasink_setcaps), (gst_cacasink_init), (gst_cacasink_render),
1204         (plugin_init):
1205         * ext/libcaca/gstcacasink.h:
1206         Ported the libcaca plugin.
1208 2005-05-08  Zeeshan Ali  <zeenix@gmail.com>
1210         * configure.ac:
1211         * ext/mad/Makefile.am:
1212         * effectv/Makefile.am:
1213         Fixed a few things to enable the mad and effectv to be able to find the
1214         headers in the gst-plugins-base/gst-libs and to link against the libs
1215         in there.
1217 2005-05-07  Zeeshan Ali  <zeenix@gmail.com>
1219         * configure.ac:
1220         Fixed the build by fixing a small mistake of Wim.
1221         
1222 2005-05-06  Wim Taymans  <wim@fluendo.com>
1224         * configure.ac:
1225         * ext/aalib/Makefile.am:
1226         * ext/aalib/gstaasink.c: (gst_aasink_get_type),
1227         (gst_aasink_class_init), (gst_aasink_fixate), (gst_aasink_setcaps),
1228         (gst_aasink_init), (gst_aasink_get_times), (gst_aasink_render),
1229         (gst_aasink_set_property), (gst_aasink_get_property),
1230         (gst_aasink_open), (gst_aasink_close), (gst_aasink_change_state):
1231         * ext/aalib/gstaasink.h:
1232         * gst/smpte/Makefile.am:
1233         * gst/smpte/gstsmpte.c: (gst_smpte_setcaps), (gst_smpte_init),
1234         (gst_smpte_collected):
1235         * gst/smpte/gstsmpte.h:
1236         Ported 2 more plugins. usgly hack in the Makefile.am though, I'm
1237         sure someone will fix it.
1239 2005-05-06  Christian Schaller  <uraeus@gnome.org>
1241         * configure.ac: add sidplay
1242         * ext/Makefile.am: add sidplay
1243         * ext/sidplay/Makefile.am: add GST_PLUGINS_CFLAGS
1244         * ext/sidplay/gstsiddec.cc: remove bytestream.h
1246 2005-05-06  Christian Schaller  <uraeus@gnome.org>
1248         * configure.ac: add gst-plugins-libs
1250 2005-05-06  Wim Taymans  <wim@fluendo.com>
1252         * configure.ac:
1253         * ext/sidplay/gstsiddec.cc:
1254         * ext/sidplay/gstsiddec.h:
1255         Ported sidplay.
1257 2005-05-06  Christian Schaller  <uraeus@gnome.org>
1259         * configure.ac: 
1260         * ext/mad/Makefile.am: add linking of gstinterfaces
1261         * ext/mad/gstid3tag.c: (plugin_init): remove library_load
1262         * gst-plugins.spec.in: 
1263         * gst/effectv/Makefile.am: link to libgstvideofilter
1264         * gst/effectv/gsteffectv.c: (plugin_init): same as for mad
1265         * gst/videofilter/Makefile.am: make sure videoflip is not built
1267 2005-05-06  Wim Taymans  <wim@fluendo.com>
1269         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_setcaps),
1270         (gst_alawdec_init), (gst_alawdec_chain):
1271         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_setcaps),
1272         (gst_alawenc_init), (gst_alawenc_chain):
1273         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_setcaps),
1274         (gst_mulawdec_init), (gst_mulawdec_chain):
1275         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_setcaps),
1276         (gst_mulawenc_init), (gst_mulawenc_chain):
1277         Ported alaw and mulaw plugins to 0.9, fixed the negotiation as
1278         well.
1280 2005-05-06  Christian Schaller  <uraeus@gnome.org>
1282         * ext/alsa: removed plugins that are now in gst-plugins-base
1283         * ext/gnomevfs:
1284         * ext/theora:
1285         * ext/vorbis:
1286         * gst/adder:
1287         * gst/audioconvert:
1288         * gst/ffmpegcolorspace:
1289         * gst/typefind:
1290         * gst/videofilter: comment out videoflip and gamma plugins
1292 2005-05-06  Christian Schaller  <uraeus@gnome.org>
1294         * gst-libs: Remove all files as this is in gst-plugins-base now
1295         * gst-libs/README: add a remove informing of this move
1297 2005-05-06  Christian Schaller <uraeus@gnome.org> 
1299         * PORTED_09: update to add videofilter
1300         * configure.ac: re-add videofilter
1301         * gst/videofilter/Makefile.am: remove videobalance (not ported yet)
1302         * gst/videofilter/gstgamma.c: (gst_gamma_class_init):
1303         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init):
1304         * gst/videofilter/gstvideofilter.c: (gst_videofilter_getcaps),
1305         (gst_videofilter_setcaps), (gst_videofilter_init),
1306         (gst_videofilter_chain), (gst_videofilter_set_output_size):
1307         * gst/videofilter/gstvideoflip.c: (gst_videoflip_class_init):
1309 2005-05-06  Christian Schaller <uraeus@gnome.org>
1311         * ext/mad: ported plugin from threaded branch
1312         * gst/effectv: ported plugins from threaded branch
1313         * gst/law: enable law plugin as it compiles (Wim will fixor)
1315 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1317         * configure.ac:
1318         fix typo
1320 2005-05-05  Christian Schaller <uraeus@gnome.org>
1322         * Update configure.ac and Makefiles to only build what is actually
1323         ported and not moved into gst-plugins-base
1325 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1327         * configure.ac:
1328           hunting season on 0.9 is now OPEN
1330 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1332         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
1333           Kick the hell out of gcc for not warning me about a symbol conflict.
1335 2005-02-22  Luca Ognibene  <luogni@tin.it>
1337         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1339         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
1340           Don't leak caps string (fixes #168134)
1342         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
1343         (gst_jpegenc_init), (gst_jpegenc_finalize),
1344         (gst_jpegenc_change_state):
1345           Don't leak line buffers and context struct (fixes #168133).
1347 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1349         * configure.ac:
1350         * ext/dirac/gstdiracdec.cc:
1351         (gst_diracdec_chain):
1352           Since dirac 0.5.0 the framerate in dirac is expressed as a
1353           rational number. Fix build and up requirement to 0.5.0, and
1354           also pass parameters to gst_diracdec_link in the right order
1355           (fixes #167959).
1357 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
1359         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
1360         * ext/faad/gstfaad.h:
1361         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
1362         certain invalid muxed streams, where some packets will contain 
1363         junk after decoder data. Partially fixes #149158.
1365 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
1366         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
1367           Make sure we only write to writable buffers
1369 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1371         * gst-libs/gst/riff/riff-media.c:
1372         (gst_riff_create_audio_caps_with_data):
1373           Do actually fix invalid RIFF fmt header values for alaw
1374           and mulaw audio instead of just saying so.
1376         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1377           Give gst_riff_create_audio_caps_with_data() a chance to
1378           fix up broken format header fields before extracting any
1379           parameters from the header. (fixes #167633)
1381 2005-02-19  Martin Holters  <martin.holters@gmx.de>
1383         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1385         * gst/audioconvert/bufferframesconvert.c:
1386         (buffer_frames_convert_link):
1387           Don't leak othercaps. (fixes #167878)
1389 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>>
1391         * configure.ac:
1392         * ext/libvisual/visual.c: (gst_visual_srclink),
1393         (gst_visual_change_state):
1394           Support libvisual 0.2.0.
1396 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
1398         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
1399         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
1400           Use same rowstrides for I420 as used everywhere else.
1402 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1404         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
1405           Declare variables at beginning of block and make gcc-2.95 happy
1406           (fixes # 167482, patch by Gergely Nagy).
1407           
1408         * gst/tcp/gsttcpclientsrc.c:
1409         * gst/tcp/gsttcpclientsrc.h:
1410           Move some includes into the header, so that struct sockaddr_in is
1411           defined when it should be defined on FreeBSD as well (fixes
1412           #167483).
1413           
1414         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
1415           Don't pass uninitialised values to setsockopt() here either.
1417 2005-02-17  Luca Ognibene  <luogni at tin dot it>
1419         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1421         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
1422           Don't pass uninitialised values to setsockopt(). (fixes #167704)
1424 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1426         * gst/playback/gstplaybin.c: (add_sink):
1427           Invert bin_add/link order to workaround deadlock in opt.
1429 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1431         * gst/modplug/gstmodplug.cc:
1432           Add missing break causing position queries to fail.
1434 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1436         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
1437           Granpos can apparently be -1, which screws up calculations...
1439 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
1441         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
1442         (gst_ximagesink_send_pending_navigation),
1443         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
1444         (gst_ximagesink_init):
1445         * sys/ximage/ximagesink.h:
1446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
1447         (gst_xvimagesink_send_pending_navigation),
1448         (gst_xvimagesink_navigation_send_event),
1449         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
1450         * sys/xvimage/xvimagesink.h:
1451           Use a mutex protected list to marshal navigation
1452           events into the stream thread from whichever thread
1453           sends them.
1455 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
1457         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
1458           Display current position and track length; misc. clean-ups.
1459           
1460         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
1461         (speed_init), (speed_chain):
1462           Add query function, so that the stream length and current position
1463           get adjusted when queried (note that current position queries may
1464           still be wrong if the audio sink returns values based on buffer
1465           timestamps instead of passing on the query).
1467 2005-02-13  Benjamin Otte  <otte@gnome.org>
1469         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
1470         (gst_audio_convert_channels):
1471           create channel conversion matrix when linking
1472         * gst/audioconvert/.cvsignore:
1473         * gst/audioconvert/Makefile.am:
1474         * gst/audioconvert/channelmixtest.c: (main):
1475           add (ugly) test that ensures stereo <=> mono conversion works
1476           correctly
1478 2005-02-13  Benjamin Otte  <otte@gnome.org>
1480         * gst/audioconvert/gstchannelmix.h:
1481           include missing header file
1482         * gst/audioconvert/gstchannelmix.c:
1483         (gst_audio_convert_fill_compatible):
1484           use same sign for both channels when converting to/from compatible
1485           channel. Previously used different signs made the signals cancel
1486           each other out and appear like silence. (fixes #167269)
1488 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
1490         * gst/ffmpegcolorspace/avcodec.h:
1491         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1492         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1493         (gst_ffmpegcsp_avpicture_fill):
1494         * gst/ffmpegcolorspace/imgconvert.c:
1495           Convert to and from YV12 (fixes #156379).
1497 2005-02-12  Julien MOUTTE  <julien@moutte.net>
1499         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1500         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
1501         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
1502         (gst_ximagesink_expose), (gst_ximagesink_set_property),
1503         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
1504         methods from chain and negotiation and vice versa (Fixes #166142).
1505         * sys/ximage/ximagesink.h: Add stream_lock.
1506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
1507         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
1508         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
1509         (gst_xvimagesink_expose): Check for xcontext before trying to link.
1511 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
1513         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
1514           Don't send "Hey! You gave me a NULL pointer you naughty person" as
1515           error message when we can't open the DVD device (when dvdnav_open()
1516           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
1517           the above). Send something more useful instead (fixes #167117).
1519 2005-02-11  Julien MOUTTE  <julien@moutte.net>
1521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1522         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
1523         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
1524         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
1525         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
1526         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
1527         methods from chain and negotiation and vice versa (Fixes #166142).
1528         Fix a possible bug of images in the buffer pool being discarded because
1529         we are looking at the wrong geometry.
1530         * sys/xvimage/xvimagesink.h: Add stream_lock.
1532 2005-02-11  David Schleef  <ds@schleef.org>
1534         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
1535         unsigned int. (fixes #167128)
1537 2005-02-11  David Schleef  <ds@schleef.org>
1539         * gst/librfb/Makefile.am: Testing stuff before committing is
1540           for wimps... and people with fast machines.  Fix stupid
1541           mistake.
1543 2005-02-11  David Schleef  <ds@schleef.org>
1545         * configure.ac: Pull in librfb from my CVS tree, because it is
1546           too small and annoying to be separate.  Move rfbsrc plugin
1547           to gst/.
1548         * ext/Makefile.am:
1549         * ext/librfb/Makefile.am:
1550         * ext/librfb/gstrfbsrc.c:
1551         * gst/librfb/Makefile.am:
1552         * gst/librfb/gstrfbsrc.c:
1553         * gst/librfb/rfb.c:
1554         * gst/librfb/rfb.h:
1555         * gst/librfb/rfbbuffer.c:
1556         * gst/librfb/rfbbuffer.h:
1557         * gst/librfb/rfbbytestream.c:
1558         * gst/librfb/rfbbytestream.h:
1559         * gst/librfb/rfbcontext.h:
1560         * gst/librfb/rfbdecoder.c:
1561         * gst/librfb/rfbdecoder.h:
1562         * gst/librfb/rfbutil.h:
1564 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
1566         * gst/speed/Makefile.am:
1567         * gst/speed/demo-mp3.c: (main):
1568         * gst/speed/filter.func:
1569         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
1570         (speed_class_init), (speed_init), (speed_chain_int16),
1571         (speed_chain_float32), (speed_chain), (speed_set_property),
1572         (speed_get_property), (speed_change_state):
1573         * gst/speed/gstspeed.h:
1574           Fix speed element and make it chain-based (fixes #156467),
1575           and make it handle more than one channel.
1577 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
1579         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
1580         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
1581         (gst_dtsdec_chain), (gst_dtsdec_change_state):
1582         * ext/dts/gstdtsdec.h:
1583           Don't clobber the stack constructing the channels array.
1584           Make the element chain-based. DTS tracks can now be played.
1585           
1586 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
1588         * gst-libs/gst/audio/multichannel.h:
1589         * gst-libs/gst/gconf/gconf.h:
1590         * gst-libs/gst/idct/idct.h:
1591         * gst-libs/gst/media-info/media-info-priv.h:
1592         * gst-libs/gst/play/play.h:
1593         * gst-libs/gst/resample/private.h:
1594         * gst-libs/gst/resample/resample.h:
1595         * gst-libs/gst/riff/riff-ids.h:
1596         * gst-libs/gst/video/video.h:
1597         * gst-libs/gst/video/videosink.h:
1598           Add G_BEGIN_DECLS and G_END_DECLS around headers where
1599           missing, so that they work when included from C++ code.
1601 2005-02-09  David Schleef  <ds@schleef.org>
1603         * testsuite/gst-lint: Check for non-statically scoped
1604           parent_class variables.  This won't be a problem once
1605           plugins are loaded with RTLD_LOCAL.
1607 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1609         * ext/mplex/gstmplexibitstream.cc:
1610           gcc madness.
1612 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1614         * ext/ogg/gstogmparse.c:
1615         * gst/debug/gstnavigationtest.c:
1616           Die, thou faulty symbol pollutors (non-static parent_class).
1618 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1620         * ext/mplex/gstmplexibitstream.cc:
1621           Fix event handling (#165525).
1623 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1625         * ext/mikmod/gstmikmod.c:
1626         * gst/modplug/gstmodplug.cc:
1627           Add missing endianness to template (fixes #165509).
1629 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1631         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
1632           Fix wrong order of reading of optional bytes (#165290).
1634 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1636         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1637           Implement FILLER event awareness.
1639 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1641         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
1642           Fix track calculations (#166208).
1644 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
1646         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1648         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
1649         * ext/libpng/gstpngenc.c:
1650           Fix byte-order, use proper fixed caps. Fixes #164197.
1652 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1654         * configure.ac:
1655           Add dvdlpcmdec 
1657         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
1658         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
1659           Don't push buffers if the src pad isn't negotiated yet.
1660           
1661         * gst/audioconvert/gstaudioconvert.c:
1662         (gst_audio_convert_buffer_to_default_format),
1663         (gst_audio_convert_buffer_from_default_format):
1664           Add support for 24-bit width.
1666         * gst/dvdlpcmdec/.cvsignore:
1667         * gst/dvdlpcmdec/Makefile.am:
1668         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
1669         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
1670         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
1671         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
1672         (plugin_init):
1673         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
1674           New decoder for rearranging DVD LPCM into our audio/x-raw-int
1675           format. Needs support for the channels maps if someone can find 
1676           a DVD LPCM track with > 2 channels.
1678         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
1679         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
1680         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
1681         * gst/mpegstream/gstdvddemux.h:
1682         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
1683         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
1684         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
1685         * gst/mpegstream/gstmpegdemux.h:
1686         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
1687         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
1688         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
1689         (gst_mpeg_parse_handle_src_query),
1690         (gst_mpeg_parse_handle_src_event):
1691           Use audio/x-dvd-lpcm for LPCM output.
1692           Add DTS output.
1694 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
1696         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1698         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
1699         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
1700           Add BGRA handling (#165736).
1702 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
1704         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1706         * gst/law/alaw-decode.c: (alawdec_link):
1707         * gst/law/alaw-encode.c: (alawenc_link):
1708         * gst/law/mulaw-decode.c: (mulawdec_link):
1709         * gst/law/mulaw-encode.c: (mulawenc_link):
1710           Fix caps memleaks (#166600).
1712 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
1714         * ext/tarkin/mem.h:
1715         * ext/tarkin/wavelet.h:
1716         * ext/tarkin/yuv.h:
1717         * gst/ffmpegcolorspace/avcodec.h:
1718           Include "_stdint.h" instead of <stdint.h>. Fixes build on
1719           systems that don't have stdint.h, like Solaris9 (fixes #166631).
1721 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1723         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
1724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
1725         (gst_xvimagesink_change_state):
1726           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
1727           Xv video (and thereby regenerate Xv colourkey) in clear() so
1728           that PLAY -> READY -> PLAY works (fixes #162504).
1730 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1732         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
1733           Switch to list instead of range, since MJPEG-devices really just
1734           support decimations, not any size.
1736 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1737         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
1738         (gst_mpeg2dec_reset), (free_all_buffers),
1739         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
1740         * ext/mpeg2dec/gstmpeg2dec.h:
1741           The libmpeg2 user-allocated buffer management is awkward, 
1742           to say the least. Hopefully this fixes things.
1744 2005-02-04  Andy Wingo  <wingo@pobox.com>
1746         * gst/audioconvert/bufferframesconvert.c
1747         (buffer_frames_convert_fixate): New function, fixates to 256
1748         frames per buffer by default. (Much better than 1.)
1749         (buffer_frames_convert_init): Set the fixate function for both src
1750         and sink pad.
1751         (buffer_frames_convert_link): After success setting nonfixed caps,
1752         get the negotiated caps so we can know how many buffer-frames it
1753         will be. No idea how this worked at all before.
1755 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1757         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
1758         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
1759         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
1760         (handle_sequence), (handle_picture):
1761         * ext/mpeg2dec/gstmpeg2dec.h:
1762           Rearrange buffer tracking and refcounting and refactor
1763           a little for readability. 
1765 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
1766         * sys/v4l/gstv4l.c: (plugin_init):
1767         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
1768         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
1769         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
1770         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
1771         * sys/v4l/gstv4ljpegsrc.h:
1772         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
1773         * sys/v4l/v4l_calls.h:
1774         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
1775         (gst_v4lsrc_get_fps):
1776         * sys/v4l/v4lsrc_calls.h:
1777           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
1778           you jpeg inside rgb frames" driver.
1779           Don't error in the v4lsrc link function, just return 
1780           REFUSED.
1782 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1784         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
1785         (gst_qcamsrc_open):
1786           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
1788 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1790         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1791           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
1793 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1795         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
1796           Reset negotiated state on PAUSED->READY.
1798 2005-02-02  David Schleef  <ds@schleef.org>
1800         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
1801         whereever possible.  (Fixes #165997)
1802         * examples/capsfilter/capsfilter1.c: (main):
1803         * examples/dynparams/filter.c: (create_ui):
1804         * examples/seeking/cdparanoia.c: (get_track_info), (main):
1805         * examples/seeking/chained.c: (main):
1806         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
1807         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
1808         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
1809         (make_mpeg_pipeline), (make_mpegnt_pipeline):
1810         * examples/seeking/spider_seek.c: (make_spider_pipeline):
1811         * examples/switch/switcher.c: (main):
1812         * ext/dv/demo-play.c: (main):
1813         * ext/faad/gstfaad.c: (gst_faad_change_state):
1814         * ext/mad/gstmad.c: (gst_mad_chain):
1815         * ext/smoothwave/demo-osssrc.c: (main):
1816         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
1817         (gst_gconf_render_bin_from_description),
1818         (gst_gconf_get_default_audio_sink),
1819         (gst_gconf_get_default_video_sink),
1820         (gst_gconf_get_default_audio_src),
1821         (gst_gconf_get_default_video_src),
1822         (gst_gconf_get_default_visualization_element):
1823         * gst/level/demo.c: (main):
1824         * gst/level/plot.c: (main):
1825         * gst/playback/gstplaybin.c: (gen_video_element),
1826         (gen_audio_element):
1827         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
1828         * gst/playondemand/demo-mp3.c: (setup_pipeline):
1829         * gst/sine/demo-dparams.c: (main):
1830         * gst/spectrum/demo-osssrc.c: (main):
1831         * gst/speed/demo-mp3.c: (main):
1832         * gst/volume/demo.c: (main):
1833         * testsuite/embed/embed.c: (main):
1835 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
1837         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
1838         (gst_tcpclientsink_finalize):
1839         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
1840         (gst_tcpclientsrc_finalize):
1841         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
1842         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
1843         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
1844         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
1845           Don't leak the hostname when shutting down.
1846           In tcpserversrc, take a copy of the default hostname.
1848 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1850         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
1851           Set caps to systemstream=TRUE.
1853 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1855         * testsuite/Makefile.am:
1856           Fix more OSX buildbots.
1858 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
1860         * ext/mpeg2dec/gstmpeg2dec.c:
1861           Don't send things to NULL PAD_PEERs
1863         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
1864           Copy-on-write the incoming buffer.
1866         * gst/mpegstream/gstdvddemux.h:
1867         * gst/mpegstream/gstmpegclock.h:
1868         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
1869         (normal_seek), (gst_mpeg_demux_handle_src_event):
1870         * gst/mpegstream/gstmpegdemux.h:
1871         * gst/mpegstream/gstmpegpacketize.h:
1872         * gst/mpegstream/gstmpegparse.c:
1873         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
1874         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
1875         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
1876         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
1877         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
1878         * gst/mpegstream/gstmpegparse.h:
1879         * gst/mpegstream/gstrfc2250enc.h:
1880           Various changes to the way time is computed that make seeking and
1881           total time estimation much better here.
1882           Use G_BEGIN/END_DECLS instead of __cplusplus
1884         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
1885           Use gst_buffer_stamp instead of only copying the TIMESTAMP
1887 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1889         * gst/subparse/gstsubparse.c:
1890           Fix OSX buildbot.
1892 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
1894         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
1895         (theora_enc_chain), (theora_enc_change_state):
1896         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1897         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
1898         (gst_vorbisenc_change_state):
1899         * ext/vorbis/vorbisenc.h:
1900           Set granulepos and timestamp correctly for streams not
1901           starting at 0, taking into account the initial delay.
1903 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
1905         * gst/mpegstream/gstdvddemux.c:
1906           Add audio/x-dts to audio pad template caps
1908 2005-01-30  David Schleef  <ds@schleef.org>
1910         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
1911         (create_context), (gst_polypsink_link): Fix silly endianness
1912         bug.  Add some debugging.  Remove float from caps; it doesn't
1913         work.  Attempt to get remote audio working.
1915 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1917         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1918           Add 3IV2 fourcc.
1920 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1922         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
1923         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
1924         (gst_avi_demux_stream_data):
1925         * gst/avi/gstavidemux.h:
1926           Invert DIB images. Fixes #132341.
1928 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1930         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1931         (gst_ffmpegcsp_chain):
1932           D'oh, reference the palette data, not the palette structure.
1933           Fixes color distortion in #132341.
1935 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1937         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
1938           PAR can be non-fixed when not provided as argument (#162626).
1940 2005-01-29  David Moore  <dcm@acm.org>
1942         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1944         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1945         (gst_qtdemux_loop_header):
1946           Re-apply patch from #142272 that allows non-seekable sources,
1947           re-proposed by Daniel Drake <dsd@gentoo.org>.
1949 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1951         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
1952           Use the src template for creating the src pad (#162330).
1954 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1956         * configure.ac:
1957         * ext/musepack/Makefile.am:
1958         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
1959         (gst_musepackdec_init), (gst_musepackdec_dispose),
1960         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
1961         (gst_musepack_stream_init), (gst_musepackdec_loop),
1962         (gst_musepackdec_change_state):
1963         * ext/musepack/gstmusepackdec.cpp:
1964         * ext/musepack/gstmusepackdec.h:
1965         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
1966         (gst_musepack_reader_read), (gst_musepack_reader_seek),
1967         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
1968         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
1969         * ext/musepack/gstmusepackreader.cpp:
1970         * ext/musepack/gstmusepackreader.h:
1971           Update to 1.1 API (#165446).
1973 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1975         * ext/Makefile.am:
1976           Unbreak buildbot.
1978 2005-01-28  Andy Wingo  <wingo@pobox.com>
1980         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
1981         to reflect a different dubious internet source. Add a reference
1982         and some commentary.
1984 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1986         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
1987         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
1988         * gst/playback/gststreamselector.h:
1989           Be more selective when we're redoing caps negotiation from
1990           within the chain function on a stream change.
1992 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1994         * configure.ac:
1995         * ext/Makefile.am:
1996         * ext/amrnb/Makefile.am:
1997         * ext/amrnb/amrnb.c: (plugin_init):
1998         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
1999         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
2000         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
2001         (gst_amrnbdec_state_change):
2002         * ext/amrnb/amrnbdec.h:
2003         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
2004         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
2005         (gst_amrnbparse_init), (gst_amrnbparse_formats),
2006         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
2007         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
2008         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
2009         * ext/amrnb/amrnbparse.h:
2010           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
2011         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2012           Add AMR-NB/-WB raw formats.
2013         * ext/alsa/gstalsa.c: (gst_alsa_link):
2014           Keep valid time when changing format.
2015         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
2016         (qtdemux_parse_trak):
2017           Add some more format-specific options (#140141, #143555, #155163).
2019 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2021         * gst/matroska/matroska-demux.c:
2022         (gst_matroska_demux_parse_blockgroup):
2023           Fix logic error in timing of subtitle stream synchronization.
2024         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
2025           Add skip-chunk, which is found in kodak-camera streams.
2027 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2029         * po/LINGUAS:
2030         * po/vi.po:
2031           Adding Vietnamese translation (submitted by Clytie Siddall)
2033 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2035         * gst/playback/gstdecodebin.c: (try_to_link_1):
2036           Use realpad for signal.
2038 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2040         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
2041           Fix category so decodebin picks it up.
2043 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2045         * ext/mad/Makefile.am:
2046         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
2047         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
2048         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
2049         (found_type), (gst_id3demux_bin_change_state):
2050         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
2051         (gst_id3_tag_init), (gst_id3_tag_handle_event),
2052         (gst_id3_tag_src_link), (gst_id3_tag_chain),
2053         (gst_id3_tag_change_state), (plugin_init):
2054         * ext/mad/gstmad.h:
2055           Add id3demuxbin (which is a simple bin consisting of id3demux
2056           and typefind), take over rank from id3demux, remove typefind
2057           code from id3demux. Makes all broken mp3s that I know of work,
2058           and thereby fixes #152688.
2060 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
2062         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2064         * ext/mad/gstmad.c: (gst_mad_src_event):
2065         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
2066           Allow seeks on audio pad, make mad forward those (#164826).
2067         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
2068           Set duration (#165335).
2070 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2072         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
2073         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
2074         (gst_asf_demux_process_ext_content_desc),
2075         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
2076         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
2077         * gst/asfdemux/gstasfdemux.h:
2078           Improve metadata display, e.g. if the metadata comes before the
2079           streams are loaded (which is perfectly valid).
2081 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2083         * tools/gst-launch-ext-m.m:
2084           Fix AVI/ASF pipelines (#165340).
2086 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
2087         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
2088         build failure on amd64
2090 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
2092         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
2093         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
2094           Check environment variables GST_ID3V2_TAG_ENCODING,
2095           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
2096           list of character encodings to force interpretation of non-unicode
2097           strings stored in an ID3v2 tag to a particular encoding. If none
2098           is specified, try to use current locale's encoding, then fall back
2099           to ISO-8859-1 (which will always succeed). (Resolves #149274)
2100         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
2101         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
2102           Check environment variables GST_ID3V1_TAG_ENCODING,
2103           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
2104           list of character encodings to use in case a string encountered
2105           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
2106           specified, try to use the current locale's encoding, then fall
2107           back to ISO-8859-1 (which will always succeed).
2109 2005-01-25  Benjamin Otte  <otte@gnome.org>
2111         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
2112           - on half framerate, compute the rate in advance so the comparisons
2113             don't compare wrong values
2114           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
2115             behaviour
2116           - don't use mad_header_decode anymore, mad_frame_decode does that
2117             automatically
2118           - when getting rid of consumed bytes, reset the stream's skiplen
2119           (fixes #163867)
2121 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
2123         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
2124           Use 1/2 a second for default max_discont, as PES streams from DVB
2125           seem to have larger spacings in the SCR. 
2126           Fix a typo.
2128 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2130         * gst/playback/gstplaybasebin.c: (group_commit):
2131           Notify delayed stream-info availability.
2133 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
2134         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
2135         (gst_a52dec_handle_event), (gst_a52dec_chain):
2136         Add some debug output. Check that a discont has a valid
2137         time associated.
2138         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
2139         (gst_alsa_sink_loop):
2140         Ignore TAG events. A little extra debug for broken timestamps.
2141         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
2142         (dvdnavsrc_change_state):
2143         Ensure we send a discont to engage the link before we send any
2144         other events.
2145         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
2146         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
2147         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
2148         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
2149         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
2150         dvd://title works in totem because typefinding sends a seek that ends
2151         up going back to chapter 1 regardless.
2152         * ext/mpeg2dec/gstmpeg2dec.c:
2153         * ext/mpeg2dec/gstmpeg2dec.h:
2154         Output correct timestamps and handle disconts.
2155         * ext/ogg/gstoggdemux.c: (get_relative):
2156         Small guard against a null dereference.
2157         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
2158         (gst_textoverlay_set_property):
2159         Free memory when done. Don't call gst_event_filler_get_duration on
2160         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
2161         g_warning.
2162         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
2163         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
2164         (gst_sw_srclink), (gst_smoothwave_chain):
2165         Draw solid lines, prettier colours.
2166         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
2167         Add a default palette that'll work for some movies.
2168         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
2169         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
2170         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
2171         * gst/mpegstream/gstdvddemux.h:
2172         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
2173         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
2174         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
2175         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
2176         * gst/mpegstream/gstmpegparse.h:
2177         Use PTM/NAV events when for timestamp adjustment when connected to 
2178         dvdnavsrc. Don't use many discont events where one suffices.
2179         * gst/playback/gstplaybasebin.c: (group_destroy),
2180         (gen_preroll_element), (gst_play_base_bin_add_element):
2181         * gst/playback/gstplaybasebin.h:
2182         Make sure we remove subtitles from the same bin we put them in.
2183         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
2184         (gst_subparse_buffer_format_autodetect),
2185         (gst_subparse_change_state):
2186         Fix some memleaks and invalid accesses.
2187         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
2188         (oggskel_type_find), (cmml_type_find), (plugin_init):
2189         Some typefind functions for Annodex v3.0 files
2190         * gst/wavparse/gstwavparse.h:
2191         GstRiffReadClass is the correct parent class.
2193 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2195         * gst-libs/gst/riff/riff-media.c:
2196         (gst_riff_create_video_caps_with_data):
2197           Add extradata to huffyuv (fixes #165013).
2198         * gst-libs/gst/riff/riff-read.c:
2199         (gst_riff_read_strf_vids_with_data):
2200           Fix extradata extraction if it is in the chunk size.
2202 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
2204         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2206         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
2207         (gst_quarktv_change_state), (gst_quarktv_dispose):
2208           Memory free'ing location fix (#164708).
2210 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2212         * gst/playback/gstplaybasebin.c: (group_commit),
2213         (gen_preroll_element), (probe_triggered), (gen_source_element),
2214         (setup_source), (gst_play_base_bin_change_state),
2215         (gst_play_base_bin_add_element):
2216           Don't block for streams.
2217         * gst/playback/gststreaminfo.c: (stream_info_change_state),
2218         (gst_stream_info_set_mute):
2219           Use gst_pad_set_active_recursive.
2221 2005-01-25  Andy Wingo  <wingo@pobox.com>
2223         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
2224         for #ifndef HAVE_XVIDEO.
2226 2005-01-24  Jeffrey C. Ollie
2228         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
2230         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
2231         * ext/gsm/gstgsmdec.h:
2232         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
2233         * ext/gsm/gstgsmenc.h:
2234         Fix rate to 8kHz as per spec, removes obscure errors when no rate
2235         was given by property. Add proper buffer timestamps and offsets.
2237 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2239         * gst-libs/gst/riff/riff-media.c:
2240         (gst_riff_create_audio_caps_with_data):
2241           Audio can be <8000Hz.
2243 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2245         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
2246           Explicit state change to workaround refcount bugs.
2248 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2250         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
2251         (gst_avimux_riff_get_avi_header):
2252           Fix...
2254 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2256         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
2257         (gst_riff_read_element_data):
2258         * gst-libs/gst/riff/riff-read.h:
2259           Add _peek version (req'ed in CDXA).
2260         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
2261         (gst_cdxaparse_loop):
2262           Fix parsing in playbin.
2263         * gst/playback/gstdecodebin.c: (close_pad_link):
2264           Ignore current_ pads, they cause major annoyance.
2266 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2268         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
2269           Safety guard.
2271 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2273         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
2274           Fix padding...
2276 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2278         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
2279           Allow for 0-sized buffers. Fixes length query problems in
2280           starwars.mkv from the testsuite.
2282 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2284         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
2285         (gst_video_box_i420), (gst_video_box_chain):
2286           Fix row strides for I420 (fixes #163159)
2287           
2288 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2290         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
2291           MPEG2 has a useful rate property, so we can actually use that.
2292           For MPEG-1, continue using the bytes/time properties.
2294 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2296         * gst-libs/gst/riff/riff-media.c:
2297         (gst_riff_create_video_caps_with_data),
2298         (gst_riff_create_video_template_caps):
2299           Add intel-h263.
2301 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2303         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
2304           Fail if caps negotiation fails. Should fix #162184, and should
2305           definately be in there regardless of it fixing the actual bug.
2306         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
2307         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
2308         (gst_avimux_riff_get_avix_header),
2309         (gst_avimux_riff_get_video_header),
2310         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
2311         (gst_avimux_start_file), (gst_avimux_handle_event),
2312         (gst_avimux_change_state):
2313         * gst/avi/gstavimux.h:
2314           Refactor structure writing to use GST_WRITE_UINT macros, add
2315           metadata writing support.
2317 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2319         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2320           Elements may already be destroyed when this function is called.
2322 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2324         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2325         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
2326           More memory leak fixes (#149162).
2328 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2330         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2331         (gst_qtdemux_add_stream):
2332           Fix two memleaks.
2334 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2336         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
2337           Argh...
2339 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2341         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
2342           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
2343           when fixating to six channels in Totem.
2345 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
2347         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
2348           Fix compile warnings on Solaris 10 buildbot
2350 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
2352         * ext/dvdread/dvdreadsrc.c: (_read):
2353           Don't read beyond the last cell in a chapter (fixes 
2354           invalid memory access)
2356 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
2358         * ext/dvdread/stream_labels.c:
2359         (dvdreadsrc_get_audio_stream_labels):
2360           Use NULL for an empty GList instead of g_list_alloc(); fix 
2361           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
2362           of GString (easier to bulk free later)
2364 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
2366         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2368         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2369         (gst_ffmpeg_pixfmt_to_caps):
2370           Fix BGRA32 caps (#164209).
2372 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
2374         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2376         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2377         (gst_ffmpeg_caps_to_pixfmt):
2378           alpha_mask can be RGBA/ABGR. Fixes #164265.
2380 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
2382         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2384         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
2385         (gst_mpeg2dec_alloc_buffer):
2386         * ext/mpeg2dec/gstmpeg2dec.h:
2387           Crop if decoding size is not the actual image size (#163676).
2389 2005-01-17  Steve Baker  <steve@stevebaker.org>
2391         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2393         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
2394         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
2395           Add libsndfile typefind functions (#163309).
2397 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2399         * tools/gst-launch-ext-m.m:
2400           Add .aac, fix .m1v/.m2v (#163891).
2402 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2404         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
2405           Sanity check, don't wait endlessly since the clock might not
2406           actually run at this point (which is a deadlock). Fixes #164069.
2408 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2410         * gst/playback/gstplaybasebin.c: (probe_triggered):
2411           Of course, only pause if group is done...
2413 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2415         * gst/playback/gstplaybasebin.c: (probe_triggered):
2416           Thread safety.
2418 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
2420         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
2421           Don't return state change success when the parent
2422           failed.
2424 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2426         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
2427           Free events (fix memleak in #162905).
2429 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
2431         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2433         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2434         (gst_ffmpeg_caps_to_pixfmt):
2435           Fix for depth = 15. Fixes #161675.
2437 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2439         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
2440           Set FPS correctly, even for webcams and the like.
2441         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
2442           Don error on setting while capturing.
2444 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2446         * ext/dv/gstdvdec.c:
2447         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
2448         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
2449           I'm a bad boy. using /1001. to force C to do float division
2450           and not integer division (as it did in my last commit)
2451           Thanks to David I. Lehn for pointing this mistake.
2453 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2455         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
2456           Revert Johan´s 1.35->1.36 since it breaks compat.
2458 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2460         * ext/dv/gstdvdec.c:
2461         * ext/libfame/gstlibfame.c:
2462         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
2463         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
2464           replace framerate aproximations by their real value
2465           (24000/1001, 30000/1001, 60000/1001)
2466           Finish fixing bug #164049
2468 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2470         * ext/ogg/gstoggmux.c:
2471           eos/bos debugging
2472         * gst/tcp/gstmultifdsink.c:
2473         * gst/tcp/gstmultifdsink.h:
2474         * gst/tcp/gsttcp.c:
2475         * gst/tcp/gsttcp.h:
2476         * gst/tcp/gsttcpclientsink.c:
2477         * gst/tcp/gsttcpclientsrc.c:
2478         * gst/tcp/gsttcpserversink.c:
2479         * gst/tcp/gsttcpserversrc.c:
2480           improve reusability of elements after state changes and errors
2481           make multifdsink throw away streamheaders when receiving new ones
2483 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2485         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
2486           Fix for if items are already in list...
2488 2005-01-12  Benjamin Otte  <otte@gnome.org>
2490         * gst/adder/gstadder.c: (gst_adder_loop):
2491           fix adder a bit so it doesn't screw up with events as much anymore
2493 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
2495         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
2496         (pixbufscale_scale), (gst_pixbufscale_chain):
2497         * ext/gdk_pixbuf/pixbufscale.h:
2498           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
2499           to ensure rowstrides are calculated the same way as 
2500           ffmpegcolorspace
2501           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
2502           that we pick up duration and offset also.
2504 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2506         * gst/avi/gstavimux.c: (gst_avimux_class_init),
2507         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
2508           Reusability fixes.
2510 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2512         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
2513         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
2514         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
2515         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
2516           Update flags when requested.
2518 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2520         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
2521           Fix dmix.
2523 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2525         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2526         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
2527         (probe_triggered), (new_decoded_pad), (gen_source_element),
2528         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
2529         * gst/playback/gstplaybasebin.h:
2530         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2531         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
2532         (gst_play_bin_change_state):
2533           Implement group-switch signal for use in apps to clear metadata
2534           cache, clean up subtitle, add suburi property instead of # hack,
2535           some error-out fixes.
2537 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2539         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2540           Debug.
2541         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
2542           If we got a state change in the _get handler, don't return success.
2544 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2546         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
2547         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
2548           Make jpegdec quiet on MJPEG decoding
2549         * gst/asfdemux/README:
2550           Fix mimetypes for MJPEG and H263
2552 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2554         * ext/theora/theoradec.c: (theora_dec_chain):
2555           Fix broken code generation by gcc by swapping arguments.
2556         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2557           Fix \n in debug.
2559 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2561         * TODO:
2562           delete this file, it is by far outdated
2563         * ext/alsa/gstalsa.1: remove
2564         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
2565         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
2566         (gst_alsa_get_caps):
2567           Add HW probing for supported sample rates. Fixes #161704
2569 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2571         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
2572           Don't crash, biatch! :).
2574 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2576         * ext/musepack/gstmusepackreader.cpp:
2577         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
2578           Some work on tags - still doesn't work in playbin...
2579         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
2580           Handle events...
2582 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2584         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
2585           Also shove tags on kid pads.
2587 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2589         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
2590           Don't bail on unknown events.
2591         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
2592           Don't crash on events before negotiation.
2593         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
2594           Send tags on pads, too.
2595         * gst/playback/gststreamselector.c:
2596         (gst_stream_selector_request_new_pad):
2597           Forward events on first pad if no input was selected yet.
2599 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2601         * gst/playback/gstplaybasebin.c: (setup_substreams):
2602           Don't disable streamtype if the stream doesn't exist, since
2603           then playing a video after audio will disable both and nothing
2604           will happen. Fixes the testsuite.
2606 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2608         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
2609         (gst_v4l_xoverlay_set_xwindow_id):
2610         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
2611         (gst_v4l2_xoverlay_set_xwindow_id):
2612           Add debug categories, fix overlay disabling.
2614 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2616         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
2617         * ext/alsa/gstalsa.h:
2618           Add HW probing for period_count/size and buffer_size MIX/MAX
2619           Adjust default/user defined value if out of bounds
2620           Should fix bug #162024
2622 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2624         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
2625           Fix warning (#161191).
2627 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2629         * ext/dvdread/stream_labels.c:
2630         (dvdreadsrc_get_audio_stream_labels):
2631           Fix warning (init the good variable in switch default)
2633 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
2635         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2637         * gst/tta/gstttaparse.c: (gst_tta_src_event):
2638           Fix gcc-2.95 compile (#163485).
2640 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2642         * configure.ac:
2643         * ext/flac/gstflacenc.c: (gst_flacenc_init),
2644         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
2645         (gst_flacenc_tell_callback), (gst_flacenc_chain),
2646         (gst_flacenc_change_state):
2647         * ext/flac/gstflacenc.h:
2648           Update for API change in flac-1.1.1. Update requirement in
2649           configure.ac. Fixes #162974.
2651 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2653         * gst/playback/gstplaybasebin.c: (group_destroy):
2654           Remove hack to get rid of assert and get rid of unlinked
2655           signals properly.
2657 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2659         * gst/playback/gstplaybasebin.c: (setup_source):
2660           Set source to NULL so that resources are free'ed. Fixes issues
2661           with playback of CDDA and similar device-accessing things.
2663 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2665         * testsuite/embed/Makefile.am:
2666           test->noinst, fix make test in buildbot.
2668 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2670         * ext/dvdread/stream_labels.c: new file
2671         * ext/dvdread/stream_labels.h: new file
2672         * ext/dvdread/Makefile.am:
2673         * ext/dvdread/dvdreadsrc.c: (_seek_title):
2674           Extract audio stream label from DVD IFO files.
2675           It only dump them on the console for now, still have to
2676           make playbin aware of them.
2678 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2680         * gst/playback/gstplaybasebin.c: (setup_source):
2681           Fix hanging subs.
2683 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2685         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2686         (gen_preroll_element), (remove_groups), (setup_subtitle),
2687         (gen_source_element), (setup_source):
2688         * gst/playback/gstplaybasebin.h:
2689           Multiple .sub files is just a stupid idea... Fix some threading
2690           mistakes. Interestingly, external .sub files cause playbin to
2691           hang, I don't know why... Parsing fixes contributed by François
2692           Kooman <fkooman@tuxed.net>.
2694 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2696         * testsuite/embed/Makefile.am:
2697           Fix buildbot.
2699 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
2701         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2703         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
2704         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
2705         (gst_pngenc_set_property):
2706         * ext/libpng/gstpngenc.h:
2707           Add compression level property (#163323).
2709 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2711         * configure.ac:
2712         * examples/capsfilter/capsfilter1.c: (main):
2713         * examples/seeking/spider_seek.c: (make_spider_pipeline):
2714         * ext/dvdread/Makefile.am:
2715         * ext/dvdread/demo-play:
2716         * ext/dvdread/demo-play.c:
2717         * gconf/gstreamer.schemas.in:
2718         * gst-libs/gst/gconf/gconf.c:
2719         * sys/v4l/TODO:
2720         * testsuite/Makefile.am:
2721         * testsuite/embed/Makefile.am:
2722         * testsuite/embed/embed.c: (cb_expose), (main):
2723           Remove all references to xvideosink, fix examples (#140845).
2724         * gst/playback/gstplaybasebin.c: (group_destroy):
2725           Apparently, disposal does not unlink - so do explicitely.
2726         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2727           Add debug.
2729 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
2731         * README: fix PKG_CONFIG_PATH instructions, what was there
2732         previously was breaking default search path, not nice. 
2733         Fixes #163358
2735 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2737         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
2738         (gst_audioscale_chain):
2739           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
2740           when resampling - how the ^@$^!@^! is this possible?!?
2742 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2744         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
2745           Reset variables on READY.
2746         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
2747         (gst_matroska_mux_loop):
2748           Require data before writing header.
2750 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
2752         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2754         * ext/mad/gstmad.c: (gst_mad_chain):
2755           Don't call mad_stream_sync() directly after recovering sync.
2756           Fixes #151661.
2758 2005-01-09  Martin Eikermann  <meiker@upb.de>
2760         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2762         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
2763         (snapshot_handler), (gst_snapshot_sinkconnect),
2764         (gst_snapshot_chain):
2765           Allocate resources when required, fix recursive signal emission
2766           and fix caps. Fixes #161667.
2768 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
2770         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2772         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
2773         (gst_pngdec_chain):
2774           Handle only 8-bppc (bits-per-pixel-component) images, better
2775           error handling and correct strides. Fixes #163177.
2776         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
2777         (gst_pngenc_chain):
2778           Better error handling. Fixes #163348.
2780 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2782         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
2783         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
2784         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
2785         (dvdnavsrc_uri_handler_init):
2786           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
2787         * gst/playback/gstplaybasebin.c: (gen_source_element):
2788           Add MMS to streaming URIs.
2790 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2792         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
2793         * sys/xvimage/xvimagesink.c:
2794         (gst_xvimagesink_navigation_send_event):
2795           Check for pad availability before sending event.
2797 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2799         * gst-plugins.spec.in:
2800           Add subparse.
2802 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2804         * configure.ac:
2805           Since we use functions from CVS, up requirement.
2807 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2809         * gst/playback/Makefile.am:
2810         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2811         (group_destroy), (group_commit), (group_is_muted),
2812         (gen_preroll_element), (add_stream), (unknown_type),
2813         (probe_triggered), (preroll_unlinked), (mute_stream),
2814         (silence_stream), (new_decoded_pad), (setup_substreams),
2815         (setup_source), (get_active_source), (mute_group_type),
2816         (muted_group_change_state), (set_active_source),
2817         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
2818         (play_base_eos), (gst_play_base_bin_change_state):
2819         * gst/playback/gstplaybasebin.h:
2820         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
2821         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
2822         (gst_stream_info_dispose), (stream_info_mute_pad),
2823         (stream_info_change_state), (gst_stream_info_set_mute):
2824         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
2825         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
2826         (gst_stream_selector_init), (gst_stream_selector_dispose),
2827         (gst_stream_selector_get_linked_pad),
2828         (gst_stream_selector_get_caps), (gst_stream_selector_link),
2829         (gst_stream_selector_get_linked_pads),
2830         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2831         * gst/playback/gststreamselector.h:
2832           Adding stream selection support plus required properties for
2833           applications to use this. Fully fixes #100931.
2835 2005-01-08  Benjamin Otte  <otte@gnome.org>
2837         * gst/games/gstpuzzle.c: (nav_event_handler):
2838           - handle nav events differently: forward every event no matter if it
2839             was handled or not.
2840           - translate events
2841           You can now cheat by using navigationtest ! puzzle and moving the
2842           mouse close to the edge of a tile. ;)
2844 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2846         * configure.ac:
2847         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
2848         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
2849         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
2850         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
2851         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
2852         (gst_ogm_parse_plugin_init):
2853         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
2854         (gst_textoverlay_link), (gst_textoverlay_getcaps),
2855         (gst_textoverlay_event), (gst_textoverlay_video_chain),
2856         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
2857         * ext/pango/gsttextoverlay.h:
2858         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2859         (gst_matroska_demux_handle_seek_event),
2860         (gst_matroska_demux_sync_streams),
2861         (gst_matroska_demux_parse_blockgroup),
2862         (gst_matroska_demux_subtitle_caps),
2863         (gst_matroska_demux_plugin_init):
2864         * gst/matroska/matroska-ids.h:
2865         * gst/playback/gstdecodebin.c: (close_pad_link):
2866         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2867         (gen_preroll_element), (remove_groups), (add_stream),
2868         (new_decoded_pad), (setup_subtitles), (gen_source_element),
2869         (setup_source):
2870         * gst/playback/gstplaybasebin.h:
2871         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
2872         * gst/subparse/Makefile.am:
2873         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
2874         (gst_subparse_base_init), (gst_subparse_class_init),
2875         (gst_subparse_init), (gst_subparse_formats),
2876         (gst_subparse_eventmask), (gst_subparse_event),
2877         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
2878         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
2879         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
2880         (parse_mpsub_deinit), (parse_mpsub_init),
2881         (gst_subparse_buffer_format_autodetect),
2882         (gst_subparse_format_autodetect), (gst_subparse_loop),
2883         (gst_subparse_change_state), (gst_subparse_type_find),
2884         (plugin_init):
2885         * gst/subparse/gstsubparse.h:
2886         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
2887         (plugin_init):
2888           Add subtitle support, .sub parser (supports SRT and MPsub),
2889           OGM text support, Matroska UTF-8 text support, deadlock fixes
2890           all over the place, subtitle awareness in decodebin/playbin
2891           and some fixes to textoverlay to handle subtitles in a stream
2892           correctly. Fixes #100931.
2894 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2896         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2897           Check for pad availability before doing a query on it.
2899 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2901         * ext/dv/gstdvdec.c:
2902           really fix bpp24/32 dvdec caps (classic rgba indeed)
2903         * gst/asfdemux/gstasfdemux.c:
2904         (gst_asf_demux_process_ext_content_desc):
2905           don't send text tags if they are empty (bis repetita)
2907 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2909         * ext/dv/gstdvdec.c:
2910          remove unneeded comment from dvdec
2911           (related to DV 4CC codes in AVI files)
2912           moved them in gstreamer/docs/random/mimetypes
2913         * gst/asfdemux/gstasfdemux.c:
2914         (gst_asf_demux_process_ext_content_desc):
2915          don't send text tags if they are empty
2916          fix mem leak on error path
2917         * gst/ffmpegcolorspace/avcodec.h:
2918         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2919         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2920         (gst_ffmpegcsp_avpicture_fill):
2921         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
2922         * gst/ffmpegcolorspace/imgconvert_template.h:
2923          adds BGR32 and BGRA32 to ffmpegcolorspace
2924           (still bad colors, fixing it on next commit)
2925           helps with dvdec outputing BGR32
2927 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2929         * ext/dv/gstdvdec.c:
2930          Fix audio caps i just broke (missing ',')
2931         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
2932         (gst_matroska_mux_reset):
2933          Fix typo + add FIXME about old "x-gst-metadata" crap
2935 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2937         * ext/dv/demo-play.c: (main):
2938          xvideosink -> xvimagesink
2939         * ext/dv/gstdvdec.c:
2940          change rgb 32/32 caps to 24/32 (no alpha)
2941          change nb of channels to be a list (2 or 4, not 2)
2942          change sample rate to be a list (32, 44.1, 48 kHz) not a range
2943         * gst/asfdemux/gstasfdemux.c:
2944         (gst_asf_demux_process_ext_content_desc):
2945          Add 'date/year' to extracted metadata list
2947 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
2950           The return value of fixate_to does not imply that the requested
2951           value was set, so don't assume.
2953 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
2955         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2957         * ext/libpng/gstpngdec.c:
2958         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
2959         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
2960         * ext/libpng/gstpngenc.h:
2961           Alpha support (encoder; #163161), mime fixage.
2963 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
2965         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2967         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
2968         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
2969         (gst_faac_set_property), (gst_faac_get_property):
2970         * ext/faac/gstfaac.h:
2971           Allow for ADTS output (#153434).
2973 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2975         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
2976           Fix against template (#150576).
2978 2005-01-06  Benjamin Otte  <otte@gnome.org>
2980         * gst/games/gstpuzzle.c: (draw_puzzle):
2981           don't draw a puzzle if either width or height of tiles would be 0.
2983 2005-01-06  Benjamin Otte  <otte@gnome.org>
2985         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
2986         (gst_puzzle_class_init), (gst_puzzle_finalize):
2987           no memleaks, please
2988         (gst_puzzle_create), (gst_puzzle_init),
2989         (gst_puzzle_set_property), (gst_puzzle_setup):
2990           change initialization code around so we don't reshuffle on resize
2991         (draw_puzzle):
2992           fix another stupid typo
2994 2005-01-06  Benjamin Otte  <otte@gnome.org>
2996         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
2997           fix stupid typo that borked copying on YUY2
2999 2005-01-06  Benjamin Otte  <otte@gnome.org>
3001         * gst/games/gstpuzzle.c: (draw_puzzle):
3002           fix edges when image sizes aren't multiples of tile sizes
3004 2005-01-06  Benjamin Otte  <otte@gnome.org>
3006         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
3007           make RGB endianness work correctly
3008         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
3009           refactor and fix race with initial shuffling
3010         (nav_event_handler):
3011           allow using the mouse to puzzle
3012         (draw_puzzle):
3013           insist on tiles having width and height as multiples of 4 to get
3014           clean YUV image handling
3015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3016         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
3017           s/DEBUG/LOG/ for common messages
3018         (gst_xvimagesink_navigation_send_event):
3019           fix mouse event translation to not include screen PAR
3020         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
3021           fix mouse event translation to actually work
3023 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3025         * gst/asfdemux/gstasfdemux.c:
3026         (gst_asf_demux_process_ext_content_desc):
3027          Extract TrackNumber metadata + clean up code
3028         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
3029          Hope this is the good fix (var used unitialised)
3031 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3033         * ext/faad/gstfaad.c: (gst_faad_chain):
3034           Only increment timestamp if it's valid. Fixes raw AAC streams.
3036 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3038         * configure.ac:
3039         * gst/games/Makefile.am:
3040         * gst/games/gstpuzzle.c:
3041           add a puzzle game with...
3042         * gst/games/gstvideoimage.c:
3043         * gst/games/gstvideoimage.h:
3044           ... full colorspace support (that includes YUV9 and RGB16)) stolen
3045           from videotestsrc and made into something that would be a nice
3046           library for a lot of other plugins.
3048 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3050         * configure.ac:
3051          don't compile faad plugin if a RC of 2.0 is found
3052          Fixes #155346 (and FC1 buildbot)
3053         * gst/asfdemux/gstasfdemux.c:
3054         (gst_asf_demux_process_ext_content_desc):
3055          try to make Solaris compiler happier
3057 2005-01-06  Paul Jack  <pjack@sfaf.org>
3059         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3061         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
3062           Fix segfault (#161667).
3064 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3066         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
3067           Fix framerate reporting.
3069 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3071         * gst-libs/gst/riff/riff-ids.h:
3072         * gst/wavenc/riff.h:
3073          Add AMR (VBR and CBR) ids to riff.h audio codec list
3074         * gst/asfdemux/gstasfdemux.c:
3075         (gst_asf_demux_process_ext_content_desc),
3076         (gst_asf_demux_process_object):
3077           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
3079 2005-01-05  Martin Eikermann  <meiker@upb.de>
3081         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3083         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
3084         (gst_dvd_demux_handle_discont):
3085         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
3086         (gst_mpeg_demux_handle_discont):
3087           Recreate pads on new-media (#160730).
3088         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
3089           Send discont even if manager changes timestamps (#161929).
3091 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
3093         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3095         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
3096           Fix invalid memory access (#159211).
3098 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3100         * examples/gstplay/player.c: (main):
3101           Don't iterate.
3102         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
3103           Add visualizations.
3104         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
3105         (gst_a52dec_handle_frame):
3106           Set duration.
3107         * ext/dvdnav/gst-dvd:
3108           Add audioconvert. Fixes #161325.
3109         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
3110           Explicitely case to gint64. Possible valgrind error.
3111         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
3112         (gst_play_tick_callback), (gst_play_change_state),
3113         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
3114         (gst_play_set_location), (gst_play_get_location),
3115         (gst_play_seek_to_time), (gst_play_set_data_src),
3116         (gst_play_set_video_sink), (gst_play_set_audio_sink),
3117         (gst_play_set_visualization), (gst_play_connect_visualization),
3118         (gst_play_get_framerate), (gst_play_get_all_by_interface),
3119         (gst_play_new):
3120           Use playbin. Fixes #139749 and #147744.
3121         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
3122           Add genre tag.
3123         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
3124         (audioscale_get_type), (gst_audioscale_base_init),
3125         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
3126         (gst_audioscale_getcaps), (gst_audioscale_fixate),
3127         (gst_audioscale_link), (gst_audioscale_get_buffer),
3128         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
3129         (gst_audioscale_init), (gst_audioscale_dispose),
3130         (gst_audioscale_chain), (gst_audioscale_set_property),
3131         (gst_audioscale_get_property), (plugin_init):
3132           Indent properly.
3133         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
3134           Fix LPCM.
3135         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
3136         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
3137         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
3138           Add more metadata (fixes #162656).
3140 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3142         * configure.ac:
3143           back to cvs
3145 === release 0.8.7 ===
3147 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3149         * NEWS:
3150         * RELEASE:
3151         * configure.ac:
3152           releasing 0.8.7, "Hyperspace"
3154 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3156         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
3158         * gst/playback/gstplaybasebin.c:
3159          Fix for #162924 - free caps after use, not before
3161 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3163         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
3165         * gst/playback/gstplaybasebin.c:
3166         * gst/wavparse/gstwavparse.c:
3167           Fix for #154773 - fixes playback of small .wav files
3169 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3171         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
3173         * gst/audioscale/gstaudioscale.c:
3174           Fix for #162819 - make audioscale reusable
3175           Fixes playback of more than one file with playbin/totem
3177 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3179         * gst/ffmpegcolorspace/avcodec.h:
3180         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3181         * gst/ffmpegcolorspace/imgconvert.c:
3182           clean up the mess that made me cry and avoid needless duplication
3184 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3186         * gst/ffmpegcolorspace/imgconvert.c:
3187           give some indication of why we're segfaulting
3189 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3191         * configure.ac:
3192           Fix indentation, fix v4l2 plugin detection.
3193         * ext/Makefile.am:
3194           Fix libmms location (Maciej, use diff -u!).
3195         * ext/alsa/gstalsa.c: (gst_alsa_init):
3196           Initialize caps cache to NULL.
3197         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
3198           Only change state on audiosink if it exists.
3200 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
3202         * gst/matroska/matroska-demux.c:
3203         * gst/matroska/matroska-ids.h:
3204         * gst/matroska/matroska-demux.h:
3205         Fix Vorbis streams failing to decode in some files, where cluster_time
3206         isn't 0, because then it doesn't send codec_priv before actual data.
3207         Remove time-based test and replace it with marker set on beginning of
3208         new stream
3210 2004-12-28  David Schleef  <ds@schleef.org>
3212         Merge patch from Ronald fixing problems with streaming
3213         text.
3214         * ext/cairo/gstcairo.c: (plugin_init):
3215         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
3216         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
3217         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
3218         (gst_textoverlay_font_init), (gst_textoverlay_init),
3219         (gst_textoverlay_set_property):
3220         * ext/cairo/gsttextoverlay.h:
3222 2004-12-27  David Schleef  <ds@schleef.org>
3224         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
3225         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
3226         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
3227         (gst_textoverlay_font_init), (gst_textoverlay_init),
3228         (gst_textoverlay_set_property): Improvements to actually
3229         render text as white on black outline on video, including
3230         font selection and horizontal/vertical alignment.  (Ronald's
3231         christmas present)
3232         * ext/cairo/gsttextoverlay.h:
3234 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3236         * ext/ogg/gstogg.c:
3237         * ext/ogg/gstogmparse.c:
3238           fix ogm[audio/video]parse plugin registration
3239           (riff won't load if bytestream is already loaded)
3241 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3243         * gst/audioconvert/gstchannelmix.c:
3244           fix for GLIB < 2.4
3246 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3248         * Makefile.am:
3249         * configure.ac:
3250           disable docs again until it actually passes make distcheck.
3252 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3254         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
3255         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
3256         (plugin_init):
3257           Add 3GP (variables name Q3GP because they can't start with a
3258           number). Add samr audio fourcc (used in .3gp files), decoder
3259           is work in progress. Also do a GST_WARNING instead of ERROR
3260           in case of unknown nodes, to decrease output.
3262 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3264         * Makefile.am:
3265           really fix dist
3267 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3269         * configure.ac:
3270         * ext/speex/gstspeexdec.h:
3271         * ext/speex/gstspeexenc.h:
3272           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
3273           Fix detection code in configure.ac
3275 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3277         * gst/matroska/matroska-demux.c:
3278         (gst_matroska_demux_parse_blockgroup):
3279           Save position, so that queries give proper return values. Don't
3280           know how this could ever have worked before...
3282 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3284         * configure.ac:
3285           Put additional LAME check inside the conditional.  Fixes #152339
3287 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3289         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
3290         (gst_avi_demux_stream_scan):
3291           Add some more debug. Fix logic error when setting movi offset
3292           while reading index.
3294 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3296         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
3297         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
3298         (gst_avi_demux_process_next_entry):
3299           Add some debugging. Better detection of broken indexes and the
3300           accompanying index recovery. No infinite loops on state changes
3301           when we're still in our loopfunction.
3303 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3305         * configure.ac:
3306           Fix up.
3308 2004-12-22  Archana Shah  <archana.shah@wipro.com>
3310         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3312         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
3313           Normalizing the value before setting
3314         (gst_sunaudiomixer_get_volume):
3315           Normalizing the value after getting. Fixes bug# 161980
3317 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
3319         * Makefile.am: Make sure docs gets disted
3320         * docs/Makefile.am: Make sure all needed files get disted
3321         * gst-plugins.spec.in: latest updates
3323 2004-12-22  Wim Taymans  <wim@fluendo.com>
3325         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
3326         Revert patch 1.38 as clock distribution over schedulers does
3327         not work correcly in the core yet.
3329 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3331         * sys/oss/README: remove this file, which predates my birth
3332           (and which content is by far outdated)
3334 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
3336         * Makefile.am:
3337         * configure.ac:
3338         * docs/Makefile.am:
3339         * docs/libs/Makefile.am:
3340         * docs/libs/gst-plugins-libs-docs.sgml:
3341         * docs/libs/gst-plugins-libs-sections.txt:
3342         * docs/libs/tmpl/gstgconf.sgml:
3343         * docs/upload.mak:
3344         * docs/version.entities.in:
3345           Added boilerplate gtk-doc files for plugin-libs documentation.
3347 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3349         * gst/auparse/gstauparse.c: fix int and float audio caps
3351 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3353         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
3354         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
3355           g_assert() can be a macro, don't use #ifdef inside it.
3357 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
3359         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3361         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
3362         (gst_videorate_init), (gst_videorate_chain),
3363         (gst_videorate_change_state):
3364           Event handling (fixes #159986).
3366 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3368         * gst-libs/gst/riff/riff-media.c:
3369         (gst_riff_create_video_caps_with_data):
3370           Add BLZ0 (Blizzard's version of DivX) fourcc.
3372 2004-12-18  David Schleef  <ds@schleef.org>
3374         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
3375         portability fix.
3377 2004-12-18  David Schleef  <ds@schleef.org>
3379         * gst/tta/ttadec.h: Disable some header code that isn't used
3380         and clearly isn't portable.
3382 2004-12-18  David Schleef  <ds@schleef.org>
3384         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
3385         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
3386         (avcodec_get_pix_fmt), (avpicture_layout),
3387         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
3388         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
3389         Fix code to not use GCC extensions (and c99 extensions that
3390         Forte does not like.)
3392 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
3394         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3396         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
3397         (gst_deinterlace_chain):
3398           Rowstride fixes. Fixes #161039.
3399         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
3400         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
3401         (gst_video_crop_getcaps), (gst_video_crop_link),
3402         (gst_video_crop_i420), (gst_video_crop_chain),
3403         (gst_video_crop_change_state):
3404           Rework of negotiation. Actually works now. Fixes #158650.
3406 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3408         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
3409           That was very stupid.
3411 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3413         * gst/matroska/matroska-demux.c:
3414         (gst_matroska_demux_parse_blockgroup):
3415           Fix possible crasher.
3417 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3419         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
3420         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
3421           Lace sizes can be zero.
3423 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3425         * ext/musepack/gstmusepackdec.cpp:
3426           Fetch error return values. Fixes #161624.
3427         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
3428           Really EOS.
3430 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3432         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
3433           Work for truncated (unfinished download etc.) files. Fixes #160514.
3435 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3437         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3438           Fix for integer overflow. Makes #156001 not crash. Probably masks
3439           the real bug.
3441 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3443         * gst/ac3parse/gstac3parse.c: (plugin_init):
3444           Parsers never have ranks. Fixes #159651.
3446 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3448         * gst/playback/gstdecodebin.c: (compare_ranks):
3449           make sure the facotries are ordered the same every time even if they
3450           have the same rank by using the name
3451         * gst/playback/gstdecodebin.c: (find_compatibles):
3452           make sure we don't add factories to the list twice
3454 2004-12-16  David Schleef  <ds@schleef.org>
3456         * configure.ac: look for musepack headers as musepack/*.h
3457         (fixes #159847)
3458         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
3459         * ext/musepack/gstmusepackreader.h: same
3461 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3463         * gst-libs/gst/riff/riff-read.c:
3464         (gst_riff_read_strf_auds_with_data):
3465           Read extradata correctly (fixes #155879).
3467 2004-12-16  David Schleef  <ds@schleef.org>
3469         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
3470         audio.  does _not_ attempt or allow conversion unless channels
3471         is 1 or 2.
3473 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
3475         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
3477 2004-12-16  David Schleef  <ds@schleef.org>
3479         * gst/audioscale/gstaudioscale.c: the resample library only
3480         handles 1 or 2 channels.  Change caps to compensate.
3482 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3484         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
3485         (gst_matroska_demux_audio_caps):
3486           Some MPEG-AAC hacks, because else it doesn't work...
3488 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3490         * gst-libs/gst/riff/riff-media.c:
3491         (gst_riff_create_video_caps_with_data),
3492         (gst_riff_create_video_template_caps):
3493           Add h264.
3495 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3497         * gst-libs/gst/audio/Makefile.am:
3498           Try to fix buildbot.
3500 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3502         * gst/tcp/gstmultifdsink.c:
3503           Clean up and uniformize debugging.
3505 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
3507         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3509         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
3510         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
3511         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
3512         (gst_mpeg_demux_change_state):
3513           Reset on ready. Fixes 160276.
3515 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
3517         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3519         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3520         (gst_ffmpegcsp_pad_link):
3521           Fix memleak (#154815).
3523 2004-12-16  James Bowes  <bowes@cs.dal.ca>
3525         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3527         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
3528         (gst_musicbrainz_init), (gst_musicbrainz_chain),
3529         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
3530         * ext/musicbrainz/gsttrm.h:
3531           Add support for using a proxy server when getting a trm id from
3532           the MusicBrainz database (#149613).
3534 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
3536         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3538         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
3539         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
3540           Fix memleaks (#157233).
3542 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
3544         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3546         * gst-libs/gst/resample/resample.c: (gst_resample_close):
3547         * gst-libs/gst/resample/resample.h:
3548         * gst/audioscale/gstaudioscale.c:
3549           Fix memleak (#159215).
3551 2004-12-16  Toni Willberg  <toniw@iki.fi>
3553         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3555         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
3556         * sys/oss/oss_probe.c: (main):
3557           Check for mono/stereo support (similar to samplerate probing),
3558           fixes #159433. Also add missing copyright header to oss_probe.c.
3560 2004-12-15  David Schleef  <ds@schleef.org>
3562         * configure.ac: add audioresample and cairo plugins.  Remove
3563         HAVE_MMX stuff, because it's not used.
3564         * ext/Makefile.am: same
3565         * ext/audioresample/Makefile.am: You are not ready for an
3566         audio resampling element based on audioresample.
3567         * ext/audioresample/gstaudioresample.c:
3568         * ext/audioresample/gstaudioresample.h:
3569         * ext/cairo/Makefile.am: You are not ready for overlay elements
3570         based on cairo.  Don't look too closely, these elements kinda
3571         suck right now.
3572         * ext/cairo/gstcairo.c: new
3573         * ext/cairo/gsttextoverlay.c: new
3574         * ext/cairo/gsttextoverlay.h: new
3575         * ext/cairo/gsttimeoverlay.c: new
3576         * ext/cairo/gsttimeoverlay.h: new
3577         * gst-libs/gst/media-info/media-info-priv.h: fix compile
3578         problem with compilers that don't support variadic macros.
3580 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
3582         Reviewed by:  David Schleef  <ds@schleef.org>
3584         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
3585         Bala, registering sunaudiosrc (oops!), and cleaning up code a
3586         bit.  Also ran indent-gst.
3587         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
3588         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
3589         (gst_sunaudiosrc_setparams):
3591 2004-12-14  David Schleef  <ds@schleef.org>
3593         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
3594         output rate to 16000.  Should fix #160235.
3596 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3598         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3599         Add typefinding for mpeg2 pes streams
3601 2004-12-13  David Schleef  <ds@schleef.org>
3603         * configure.ac:  Applied patch from bug #143659, making default
3604         sources and sinks OS-dependent (for Solaris), and added code
3605         for OS/X.
3606         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
3608 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3610         * gst-libs/gst/riff/riff-media.c:
3611           forgot to add h2.64 to avidemux template caps
3613 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3615         * gst/wavenc/riff.h:
3616         * gst-libs/gst/riff/riff-media.c:
3617         * gst-libs/gst/riff/riff-ids.h:
3618         * gst/avi/gstavimux.c
3619         add 4CC code for VideoSoft h264 in AVI (VSSH)
3620           fixes bug #160655
3621         remove s323 from riff, it's quicktime specific :(
3623 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3625         * gst/asfdemux/README
3626         * gst/wavenc/riff.h
3627         * gst-libs/gst/riff/riff-ids.h
3628         * gst-libs/gst/riff/riff-media.c
3629         * gst/qtdemux/qtdemux.c:
3630           add new 4CC codes for h263 related codecs
3631           fixes partially bug #155163
3633 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
3635         * configure.ac: Update polyaudio requirement to 0.7
3636         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
3638 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3640         * gst/interleave/deinterleave.c:
3641         fix my name's spelling! :)
3643 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3645         * AUTHORS ChangeLog
3646         * gst/auparse/gstauparse.c
3647         * gst/interleave/deinterleave.c
3648         * gst/law/:
3649                 alaw-decode.c alaw-encode.c
3650                 mulaw-decode.c mulaw-encode.c
3651         * gst/oneton/gstoneton.c
3652         * sys/osxaudio/:
3653                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
3654         * sys/osxvideo/:
3655                 cocoawindow.h cocoawindow.m
3656                 osxvideosink.h osxvideosink.m
3658         put the same mail address for Zaheer Abbas Merali everywhere
3660 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3662         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
3663           Align by packetsize, and assert that we a packet available before
3664           playing. The first makes webstreams work (they often include
3665           trailing padding data in a packet), the second allows pausing a
3666           ASF stream in totem without getting demux errors afterwards.
3668 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3670         * ext/ogg/gstoggdemux.c: (get_relative):
3671           Check for non-NULL before accessing member (end-of-chain).
3673 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3675         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
3676         (cdparanoia_set_property), (cdparanoia_get_property):
3677         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
3678         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
3679         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
3680         (dvdreadsrc_init), (dvdreadsrc_set_property),
3681         (dvdreadsrc_get_property):
3682         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
3683         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
3684           Synchronize property names where not yet the case. Devices are
3685           now device=X, other versions are deprecated (but still exist).
3686           Also use g_free() unconditionally.
3687         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3688         (setup_source), (gst_play_base_bin_get_property):
3689           Expose source.
3691 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3693         * configure.ac: move GCONF macro outside conditional for the am
3694           conditional. Fixes #160439
3696 2004-12-08  David Schleef  <ds@schleef.org>
3698         * tools/gst-visualise-m.m: Switch to elements that currently
3699         exist.
3701 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3703         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3704           We love wrong commas.
3706 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3708         * gst/matroska/matroska-demux.c:
3709         (gst_matroska_demux_handle_src_query):
3710           Don't set DEFAULT, unsupported - makes length display incorrectly
3711           in some cases.
3713 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
3715         * gst/monoscope/README: remove blurb about files being GPL
3716         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
3717         * gst/monoscope/monoscope.c: Change license to BSD with explanation
3718           monoscope is now effectively LGPL licensed
3720 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
3722         * gst/monoscope/README: Update information to be more correct
3723         * gst/monoscope/convolve.c: Relicense to LGPL
3724         * gst/monoscope/convolve.h: Relicense to LGPL
3726 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
3728         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
3729           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
3730         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
3731           set default_duration for mpeg1 audio
3733 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3735         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
3736         * ext/alsa/gstalsa.h:
3737           refactor big chunks of the core caps negotiation code to make it
3738           a lot faster, because people claim it's really slow
3739           (actually, just cache the getcaps when the device is opened)
3741 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3743         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
3744         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
3745         (gst_a52dec_handle_frame), (gst_a52dec_chain),
3746         (gst_a52dec_change_state), (plugin_init):
3747         * ext/a52dec/gsta52dec.h:
3748           Do something useful with timestamps. Make chain-based (since
3749           there's really no reason to be loopbased).
3750         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
3751           Update current_byte/frame correctly.
3753 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3755         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
3756         (gst_ape_demux_stream_init):
3757           Forward tags, too.
3759 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3761         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
3762           Let's make sure we're done typefinding when detecting tags.
3764 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3766         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
3767         (gst_ebml_read_init), (gst_ebml_read_use_event),
3768         (gst_ebml_read_element_id), (gst_ebml_peek_id),
3769         (gst_ebml_read_seek), (gst_ebml_read_skip),
3770         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
3771         (gst_ebml_read_master):
3772         * gst/matroska/ebml-read.h:
3773         * gst/matroska/matroska-demux.c:
3774         (gst_matroska_demux_parse_contents),
3775         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
3776           Disgustingly evil hack for working around INTERRUPT events and
3777           their extremely annoying habit of being a pain in the ass. We
3778           simply peek a cluster before reading any of it.
3780 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3782         * ext/musepack/gstmusepackdec.cpp:
3783           There's also floating point libmusepacks.
3785 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3787         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
3788         (gst_faad_chanpos_to_gst), (gst_faad_chain):
3789           Set DURATION even if source buffer didn't. Also use increasing
3790           timestamps.
3791         * gst-libs/gst/riff/riff-media.c:
3792         (gst_riff_create_audio_caps_with_data):
3793           Block_align can have larger values than 8192.
3795 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3797         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
3798         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
3799         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
3800         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
3801           Fix caps.
3803 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3805         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
3806           Fix logic bug.
3808 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3810         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
3811           Yay, another one.
3813 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3815         * ext/esd/esdsink.c: (gst_esdsink_chain):
3816           Make error actually say something useful (fixes #156798).
3817         * gst-libs/gst/riff/riff-media.c:
3818         (gst_riff_create_video_caps_with_data),
3819         (gst_riff_create_video_template_caps):
3820           Add Intel Video 5.0 fourcc (IV50).
3822 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
3824         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
3825         detection on mono and stereo mp3 files.
3827 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3829         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
3830           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
3831           the contained stream).
3833 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3835         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
3836           Oops, remove debug.
3838 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
3840         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3842         * gst/law/alaw-decode.c: (alawdec_getcaps):
3843         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
3844           Prevent warnings when negotiating caps (fixes #159338).
3846 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3848         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3849         (gst_ffmpegcsp_chain):
3850           Remove old leftover that shouldn't be there...
3852 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
3854         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3856         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
3857           Don't forward DISCONT events (fixes #159684).
3859 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3861         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
3862           Unlink manually since sometimes bin disposal (and therefore
3863           pad unlinking) is delayed, which will cause a new media file
3864           to not be able to start playing instantly.
3866 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3868         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
3869           On mute of an unlinked stream, check for pad availability so
3870           we don't crash on unlinked pad.
3872 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3874         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
3875         (gst_avi_demux_massage_index):
3876           Fix quite humiliating bug in omitting 0-sized index chunks but
3877           forgetting to count them for timestamps.
3879 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3881         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
3882           Actually leave the loop if we failed to sync. Don't crash.
3884 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3886         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
3887         (gst_dvd_demux_process_private):
3888         * gst/mpegstream/gstdvddemux.h:
3889           Fix crash (#159759). Doesn't work, though. :-(.
3891 2004-11-28  Benjamin Otte  <otte@gnome.org>
3893         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
3894           more overwriting protection due to modifying channels one by one
3895           instead of all at once
3897 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3899         * gst/audioconvert/gstchannelmix.c:
3900         (gst_audio_convert_fill_normalize):
3901           Normalize using absolute values.
3903 2004-11-28  Julien MOUTTE  <julien@moutte.net>
3905         * configure.ac:
3906         * ext/Makefile.am:
3907         * ext/directfb/Makefile.am:
3908         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
3909         (gst_directfbvideosink_get_pixel_format),
3910         (gst_directfbvideosink_get_format_from_fourcc),
3911         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
3912         (gst_directfbvideosink_sink_link),
3913         (gst_directfbvideosink_change_state),
3914         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
3915         (gst_directfbvideosink_buffer_alloc),
3916         (gst_directfbvideosink_interface_supported),
3917         (gst_directfbvideosink_interface_init),
3918         (gst_directfbvideosink_navigation_send_event),
3919         (gst_directfbvideosink_navigation_init),
3920         (gst_directfbvideosink_set_property),
3921         (gst_directfbvideosink_get_property),
3922         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
3923         (gst_directfbvideosink_base_init),
3924         (gst_directfbvideosink_class_init),
3925         (gst_directfbvideosink_get_type), (plugin_init):
3926         * ext/directfb/directfbvideosink.h: Adding a first version of
3927         directfbvideosink.
3928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
3929         more.
3931 2004-11-28  Benjamin Otte  <otte@gnome.org>
3933         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
3934           walk the samples backwards if out_channels > in_channels so we don't
3935           overwrite data
3937 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3939         * gst/audioconvert/Makefile.am:
3940         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3941         (gst_audio_convert_link), (gst_audio_convert_change_state),
3942         (gst_audio_convert_channels):
3943         * gst/audioconvert/gstchannelmix.c:
3944         (gst_audio_convert_unset_matrix),
3945         (gst_audio_convert_fill_identical),
3946         (gst_audio_convert_fill_compatible),
3947         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
3948         (gst_audio_convert_fill_others),
3949         (gst_audio_convert_fill_normalize),
3950         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
3951         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
3952         * gst/audioconvert/gstchannelmix.h:
3953           Implement a channel mixer.
3955 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
3957         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
3958         * ext/alsa/gstalsa.h:
3959         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
3960         Make alsasink actually honor gst_element_set_clock and use that
3961         clock instead of its internal one.
3963 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
3965         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
3966         (gst_play_base_bin_change_state): nullify source and decoder when
3967         going from READY to NULL so that we don't try to do weird stuff with
3968         them when going from NULL to READY
3969         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
3970         instead of g_object_unref
3971         (gen_video_element), (gen_audio_element): more refcounting fixes, now
3972         it should be correct
3973         (gst_play_bin_change_state): don't call remove_sinks if we are
3974         currently disposing the object
3976 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3978         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
3979           Don't forget bass if it's there. Else left channel is silent...
3981 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3983         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
3984         (gst_a52dec_change_state):
3985           Don't do sample adjusting anymore, we use float audio now.
3986         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
3987           Don't fixate to non-existing properties.
3989 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3991         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
3992         (gst_a52dec_change_state):
3993           Advertise that we can do surround sound.
3995 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3997         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
3998           Add buffer-frames=0.
3999         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
4000         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
4001         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
4002         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
4003         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
4004         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
4005         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
4006         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
4007         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
4008         * ext/dvdread/dvdreadsrc.h:
4009           Add seeking, querying for bytes, sectors, title, angle and
4010           chapter. Handle multiple chapters. Relicense to LGPL because
4011           Billy agreed on that (thanks Billy!).
4013 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
4015         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
4016         call parent dispose method
4018 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
4020         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
4021         (gst_audio_clock_get_internal_time):
4022         Fix active <-> inactive transitions: ensure time value always
4023         grows and avoid abrupt value changes.
4025 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
4027         * configure.ac:
4028         * gst/tta/Makefile.am:
4029         * gst/tta/crc32.h:
4030         * gst/tta/filters.h:
4031         * gst/tta/gsttta.c:
4032         * gst/tta/gstttadec.c:
4033         * gst/tta/gstttadec.h:
4034         * gst/tta/gstttaparse.c:
4035         * gst/tta/gstttaparse.h:
4036         * gst/tta/ttadec.h:
4037           added TTA parser and decoder
4039 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4041         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4042         (probe_triggered), (check_queue), (buffer_underrun),
4043         (buffer_running), (buffer_overrun), (gen_source_element),
4044         (setup_source):
4045         * gst/playback/gstplaybasebin.h:
4046           Implement buffering. Needs some more work.
4048 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4050         * ext/theora/theoradec.c: (theora_dec_chain):
4051           Fix ilog mask range overflow.
4053 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4055         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
4056           Don't omit the last (which in case of dmix is the only :) )
4057           channel count. Don't set channels if <= 2.
4059 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
4061         * gst/playback/gstplaybin.c: (gen_video_element),
4062         (gen_audio_element): Removed 2 obsolete comments
4064 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4066         * ext/vorbis/oggvorbisenc.c
4067         * ext/vorbis/vorbisenc.c :
4068           change description fields of those plugins to differentiate them
4069           (pitivi show Encoders by description, they had the same one)
4071 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
4073         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4075         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4076         (gst_play_bin_set_property), (gen_video_element),
4077         (gen_audio_element):
4078           Refcounting fixes for provided audio-/videosinks.
4080 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4082         * gst/playback/gstplaybin.c: (gen_video_element),
4083         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
4084           Don't reference all sinks, but only the video- and audiosinks.
4085           The vis. element should be disposed when we're done with it.
4086           We don't have any reason to keep it around. This fixes warnings
4087           when reusing playbin for playing multiple audio files with
4088           vis. enabled. Also release audio device on pause - idea stolen
4089           from Rhythmbox.
4091 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4093         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
4094         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
4095         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
4096         * ext/alsa/gstalsaplugin.c: (plugin_init):
4097         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
4098         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
4099         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
4100         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
4101         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
4102         (gst_faad_change_state), (plugin_init):
4103         * ext/faad/gstfaad.h:
4104         * ext/vorbis/vorbis.c: (plugin_init):
4105         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4106         * gst-libs/gst/audio/Makefile.am:
4107         * gst-libs/gst/audio/audio.c: (plugin_init):
4108         * gst-libs/gst/audio/multichannel.c:
4109         (gst_audio_check_channel_positions),
4110         (gst_audio_get_channel_positions),
4111         (gst_audio_set_channel_positions),
4112         (gst_audio_set_structure_channel_positions_list),
4113         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4114         (gst_audio_fixate_channel_positions):
4115         * gst-libs/gst/audio/multichannel.h:
4116         * gst-libs/gst/audio/testchannels.c: (main):
4117         * gst/audioconvert/gstaudioconvert.c:
4118         (gst_audio_convert_class_init), (gst_audio_convert_init),
4119         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
4120         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
4121         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4122         * gst/audioconvert/plugin.c: (plugin_init):
4123           Surround sound support.
4125 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
4128           Fix position for discont if we're close as well. Nitpicking, but
4129           saves a few milliseconds of extra waiting or skipping.
4131 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4133         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
4134           We sometimes need parsers for playback, so add those too.
4136 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4138         * configure.ac:
4139         * gst/apetag/Makefile.am:
4140         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
4141         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
4142         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
4143         (gst_ape_demux_get_src_query_types),
4144         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
4145         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
4146         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
4147         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
4148         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
4149         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
4150         (gst_ape_demux_change_state):
4151         * gst/apetag/apedemux.h:
4152         * gst/apetag/apetag.c: (plugin_init):
4153         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
4154         (plugin_init):
4155           APE v1/2 tag reader plus typefind function.
4157 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4159         * configure.ac:
4160         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
4161         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
4162           Remove hacks for older core. Require newer core version
4163           accordingly.
4165 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4167         * gst/cdxaparse/Makefile.am:
4168         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
4169         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
4170         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
4171         * gst/cdxaparse/gstcdxaparse.h:
4172         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
4173         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
4174         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
4175         (gst_cdxastrip_get_src_query_types),
4176         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
4177         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
4178         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
4179         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
4180         * gst/cdxaparse/gstcdxastrip.h:
4181           SVCD/VCD header stripping separated from CDXA image parsing.
4182         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4183         (plugin_init):
4184           Add VCD/SVCD header typefinding for VCD/SVCD.
4185         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
4186         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
4187         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
4188         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
4189         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
4190         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
4191         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
4192         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
4193         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
4194         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
4195         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
4196         * sys/vcd/vcdsrc.h:
4197           Fix up, add seeking, querying, URI interface. Works in totem now.
4199 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4201         * configure.ac:
4202           back to CVS
4204 === release 0.8.6 ===
4206 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4208         * NEWS:
4209         * RELEASE:
4210         * configure.ac:
4211         * po/af.po:
4212         * po/az.po:
4213         * po/cs.po:
4214         * po/en_GB.po:
4215         * po/hu.po:
4216         * po/it.po:
4217         * po/nb.po:
4218         * po/nl.po:
4219         * po/or.po:
4220         * po/sq.po:
4221         * po/sr.po:
4222         * po/sv.po:
4223         * po/uk.po:
4224           releasing 0.8.6, "IOU Love"
4226 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4228         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
4230         * gst/playback/gstplaybasebin.c:
4231           Fix unplayable files error handling.  Fixes #158365
4233 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4235         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
4237         * gst/typefind/gsttypefindfunctions.c:
4238           Fix broken mp3 typefinding.  Fixes #158375
4240 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4242         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
4244         * ext/ogg/gstoggdemux.c:
4245           Fix sync on broken files.  Fixes #158976
4247 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4249         patch by: Edward Hervey <bilboed@bilboed.com>
4251         * ext/libpng/gstpngenc.c:
4252           Copy over buffer properties.  Fixes #158832
4254 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4256         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
4258         * ext/dvdread/dvdreadsrc.c:
4259           Fixes invalid reads (#158462)
4261 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4263         * sys/v4l/gstv4lsrc.c:
4264         * sys/v4l/gstv4lsrc.h:
4265         * sys/v4l/v4lsrc_calls.c:
4266           Probe less and cache it.  Fixes #159187.
4268 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4270         * gst/videorate/gstvideorate.c:
4271           Handle all video formats. Fixes #159186.
4273 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
4274         * gst/synaesthesia/gstsynaesthesia.c:
4275         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
4276         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
4277         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
4278         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
4279         (gst_synaesthesia_change_state), (plugin_init):
4280         Fix up synaesthesia to work under different samplerates/ buffer sizes.
4281         Force 320x200 output, as that's the only thing the underlying
4282         synaesthesia implementation supports. Still needs to be made
4283         re-entrant.
4285 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4287         * configure.ac:
4288           Fix mpeg2enc configure check (similar to mplex check below).
4290 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
4292         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4294         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4295           Fix for gcc-2.95 (fixes #158221).
4297 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4299         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
4300           Re-add clock distribution hack (until new core is released).
4301           Fixes #158125.
4303 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
4304         * configure.ac:
4305           fix mplex configure check segfaulting on some systems (bug #140994)
4307 2004-11-13  Benjamin Otte  <otte@gnome.org>
4309         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
4310           add debugging
4311         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4312           do a wait when we enter the loop func with no data available to
4313           write instead of getting into an 100% CPU loop by just returning and
4314           being called again by the scheduler
4316 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
4318         * configure.ac:
4319         * ext/libvisual/visual.c: (gst_visual_get_type),
4320         (libvisual_log_handler), (gst_visual_getcaps),
4321         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
4322         (plugin_init):
4323           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
4324         * ext/smoothwave/Makefile.am:
4325         * ext/smoothwave/demo-osssrc.c: (main):
4326         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
4327         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
4328         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
4329         (plugin_init):
4330         * ext/smoothwave/gstsmoothwave.h:
4331           Make gstsmoothwave a working element in the 20th century.
4333         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
4334           Fix incorrect link function
4336 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4338         * gst/volume/gstvolume.c:
4339           Allow buffer-frames=0.
4341 2004-11-12 Iain <iaingnome@gmail.com>
4343         * configure.ac: Check for polypaudio
4345         * ext/Makefile.am: Build the polyp dir
4347         * ext/polyp: The polypsink sources.
4349 2004-10-30 Iain <iaingnome@gmail.com>
4351         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
4352         caps to reflect the new number of channels.
4354 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4356         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4357           Fix for negotiation order problem. This would show when the
4358           ALSA loopfuction was called before any other function. ALSA
4359           wouldn't do anything because we're not negotiated yet, leading
4360           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
4362 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4364         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4366         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
4367           No warnings (#157986).
4369 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4371         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4372           Prefer apev1/2 and id3v1 (at end of file) over musepack.
4374 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4376         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
4377           Signal no-more-pads (so it works in playbin).
4379 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4381         * ext/musepack/gstmusepackreader.cpp:
4382           Workaround for older core.
4384 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4386         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
4387           Actually test for odd width/height rather than testing whether
4388           a temporary variable that was 0 before we subtracted 1 is now
4389           not equal to zero (which it always is).
4391 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4393         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
4394         Fix compilation if HAVE_XVIDEO is not defined
4396 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4398         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
4399         Fix compilation if HAVE_XVIDEO is not defined
4401 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
4403         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
4404         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
4405         (gst_goom_change_state), (plugin_init):
4406         Use the bytestream adapter so goom doesn't depend on the input
4407         buffer size.
4408         Add a debug category
4410 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4412         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
4413           Only set hardware parameters *after* negotiation. Before
4414           negotiation, it will set ANY and that seems to cause crashes
4415           (see e.g. #151288, #153227).
4417 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4419         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
4420           This seems to be antique leftover. It needs to pass error
4421           checking.
4422         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
4423         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
4424         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
4425         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
4426           Fix GstXOverlay implementation (#151059).
4428 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4430         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
4431           Don't assert (#157853).
4433 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4435         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4436           Fix bytes/samples confustion.
4437         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
4438           Fix for underrun (#144389).
4440 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4442         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
4443           Disable halfway-seek for pending release (since it needs a new
4444           core release).
4446 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4448         * sys/v4l/gstv4lsrc.c:
4449         * sys/v4l/gstv4lsrc.h:
4450         * sys/v4l/v4lsrc_calls.c:
4451           add autoprobe-fps property so we can separate autoprobing parts
4453 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4455         * sys/v4l/gstv4lsrc.c:
4456         * sys/v4l/v4lsrc_calls.c:
4457         initialise fourcc to catch unset fourcc's, and debug
4459 2004-11-09  Wim Taymans  <wim@fluendo.com>
4461         * gst/playback/README:
4462         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
4463         * gst/playback/gstplaybin.c: (gst_play_bin_init),
4464         (gst_play_bin_dispose), (gst_play_bin_set_property),
4465         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
4466         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
4467         (gst_play_bin_get_formats), (gst_play_bin_convert),
4468         (gst_play_bin_get_query_types), (gst_play_bin_query):
4469         Cleanups and some more documentation.
4471 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
4473         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
4474         (gst_cacasink_init), (gst_cacasink_chain):
4475         * ext/libcaca/gstcacasink.h:
4476         Cacasink inherits from VideoSink, so let that store the clock.
4478 2004-11-09  Wim Taymans  <wim@fluendo.com>
4480         * gst/playback/README:
4481         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
4482         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
4483         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
4484         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
4485         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
4486         (setup_sinks):
4487         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
4488         (gst_stream_info_is_mute), (gst_stream_info_set_property):
4489         * gst/playback/gststreaminfo.h:
4490         Updated README.
4491         Only switch groups if all streams have muted (EOSed).
4492         Send Tags in sync with the stream playback instead of in
4493         the playback/preroll phase.
4494         Some cleanups, free the fakesrc elements.
4496 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4498         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
4499           buffer-frames property was missing
4500         * ext/arts/gst_arts.c:
4501           rate missing from sinkcaps
4502         * ext/audiofile/gstafparse.c:
4503         * ext/audiofile/gstafsink.c:
4504         * ext/audiofile/gstafsrc.c:
4505         * ext/swfdec/gstswfdec.c:
4506           int audio doesn't know buffer-frames
4507         * ext/cdparanoia/gstcdparanoia.c:
4508           int audio doesn't know chunksize either
4509         * ext/nas/nassink.c:
4510           it's endianness, not endianess
4511         * gst-libs/gst/audio/audio.h:
4512           make float standard pad template caps really describe float
4513         * gst/law/mulaw.c: (linear_factory):
4514           signed only, please
4515         * gst/mpegstream/gstdvddemux.c:
4516           widths of 20 are not valid
4518 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4520         Submitted by: Luca Ferretti <elle.uca@infinito.it>
4522         * po/LINGUAS:
4523         * po/it.po:
4524           Add Italian
4526 2004-11-08  Wim Taymans  <wim@fluendo.com>
4528         * gst/playback/README:
4529         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
4530         * gst/playback/gstplaybasebin.c: (probe_triggered),
4531         (gst_play_base_bin_change_state):
4532         Updated README, added more comments for fixmes etc..
4534 2004-11-08  Wim Taymans  <wim@fluendo.com>
4536         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
4537         We can remove this hack now.
4539 2004-11-08  Wim Taymans  <wim@fluendo.com>
4541         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4542         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4543         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
4544         Only mix AYUV for maximum quality.
4546 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4548         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
4549         (gst_ogg_demux_push), (gst_ogg_pad_push):
4550           Let's act as if we're synchronized now! :).
4551         * ext/theora/theoradec.c: (theora_dec_chain):
4552           Add some debug.
4554 2004-11-08  Wim Taymans  <wim@fluendo.com>
4556         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
4557         (gst_alpha_set_property), (gst_alpha_sink_link),
4558         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
4559         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
4560         (gst_alpha_init_params), (gst_alpha_chain):
4561         Implement alpha functions for AYUV too, this increases
4562         accuracy quite a bit.
4564 2004-11-08  Wim Taymans  <wim@fluendo.com>
4566         * gst/ffmpegcolorspace/avcodec.h:
4567         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4568         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4569         (gst_ffmpegcsp_avpicture_fill):
4570         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4571         (gst_ffmpegcsp_caps_remove_format_info):
4572         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
4573         (shrink12), (img_get_alpha_info), (deinterlace_line),
4574         (deinterlace_line_inplace):
4575         * gst/ffmpegcolorspace/imgconvert_template.h:
4576         Added AYUV colorspace and handle RGBA a bit more respectful.
4578 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4580         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
4581           Actually always send a discont (cornercase when resending the
4582           same serial-tagged chain twice).
4584 2004-11-08  Julien MOUTTE  <julien@moutte.net>
4586         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
4587         (gst_ximagesink_finalize):
4588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
4589         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
4591 2004-11-08  Wim Taymans  <wim@fluendo.com>
4593         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
4594         Don't segfault on NULL data.
4596 2004-11-08  Wim Taymans  <wim@fluendo.com>
4598         * gst/playback/gstdecodebin.c: (unlinked):
4599         * gst/playback/gstplay-marshal.list:
4600         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4601         (gst_play_base_bin_init), (group_create), (get_active_group),
4602         (get_building_group), (group_destroy), (group_commit),
4603         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
4604         (add_element_stream), (no_more_pads), (probe_triggered),
4605         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
4606         (state_change), (setup_source), (gst_play_base_bin_get_property),
4607         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
4608         (gst_play_base_bin_link_stream),
4609         (gst_play_base_bin_get_streaminfo):
4610         * gst/playback/gstplaybasebin.h:
4611         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4612         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
4613         Add support for chained ogg files. Prepare for playlist
4614         support. This patch introduces the concept of pad groups, which
4615         together compose one playable media file.
4617 2004-11-07  David Schleef  <ds@schleef.org>
4619         * testsuite/gst-lint: Check for pad templates that aren't statically
4620         scoped.
4622 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4624         * configure.ac:
4625         * ext/Makefile.am:
4626         * ext/musepack/Makefile.am:
4627         * ext/musepack/gstmusepackdec.cpp:
4628         * ext/musepack/gstmusepackdec.h:
4629         * ext/musepack/gstmusepackreader.cpp:
4630         * ext/musepack/gstmusepackreader.h:
4631           Add musepack decoder.
4632         * ext/faad/gstfaad.c: (gst_faad_base_init):
4633           Make pad templates static.
4634         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4635         (plugin_init):
4636           Add musepack typefinder, make mp3 typefinding work halfway stream,
4637           which doesn't actually work yet because id3demux doesn't implement
4638           _get_length().
4640 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4642         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
4643         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
4644           Fix interrupt event handling (#144436).
4646 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4648         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
4649           Hide unused glory.
4651 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4653         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4655         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
4656           Fix weird caps (#157548).
4658 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4660         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4662         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
4663           Add missing NULL terminator (#157543).
4665 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4667         * gst/tcp/gsttcp.h:
4668         * gst/tcp/gsttcpclientsink.c:
4669         * gst/tcp/gsttcpclientsrc.c:
4670         * gst/tcp/gsttcpserversink.c:
4671         * gst/tcp/gsttcpserversrc.c:
4672           ports can go up to 65535.  Move common defines to gsttcp.h
4674 2004-11-05  Wim Taymans  <wim@fluendo.com>
4676         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
4677         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
4678         Added two more colorspaces.
4680 2004-11-05  Wim Taymans  <wim@fluendo.com>
4682         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4683         (gst_ffmpegcsp_avpicture_fill):
4684         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
4685         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
4686         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
4687         More stride fixes.
4689 2004-11-05  Wim Taymans  <wim@fluendo.com>
4691         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
4692         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
4693         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
4694         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
4695         (gst_videomixer_loop):
4696         More stride fixes.
4698 2004-11-05  Benjamin Otte  <otte@gnome.org>
4700         * ext/mad/gstmad.c: (gst_mad_chain):
4701           don't overflow data buffer. Flush not needed sync data when syncing
4702           failed.
4704 2004-11-04  Wim Taymans  <wim@fluendo.com>
4706         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
4707         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
4708         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
4709         (gst_alpha_init_params), (gst_alpha_chain),
4710         (gst_alpha_change_state):
4711         Updated the chroma keying algorithm with something more
4712         sophisticated.
4714 2004-11-03  Wim Taymans  <wim@fluendo.com>
4716         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
4717         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4718         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
4719         Fix stride issues. Does not completely work for odd
4720         heights.
4722 2004-11-03  Wim Taymans  <wim@fluendo.com>
4724         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
4725         (gst_alpha_chroma_key), (gst_alpha_chain):
4726         Fix stride issues. Does not completely work for odd
4727         heights.
4729 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
4731         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
4732         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
4733         leak fixes
4735 2004-11-03  Wim Taymans  <wim@fluendo.com>
4737         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4738         (gst_ffmpegcsp_avpicture_fill):
4739         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
4740         (avpicture_alloc):
4741         * gst/ffmpegcolorspace/imgconvert_template.h:
4742         Use correct _fill function to get correct strides.
4744 2004-11-02  David Schleef  <ds@schleef.org>
4746         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4747         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
4748         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
4749         Change all g_print()s to debugging.  Add a bunch of consistency
4750         checks.
4752 2004-11-02  Wim Taymans  <wim@fluendo.com>
4754         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4755         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
4756         (unlinked), (no_more_pads), (close_link):
4757         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4758         (unknown_type), (add_element_stream), (new_decoded_pad),
4759         (removed_decoded_pad), (setup_source):
4760         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
4761         (gst_stream_info_class_init), (gst_stream_info_init),
4762         (gst_stream_info_new), (gst_stream_info_dispose),
4763         (stream_info_mute_pad), (gst_stream_info_set_property),
4764         (gst_stream_info_get_property):
4765         * gst/playback/gststreaminfo.h:
4766         Fix playback of multiple files.
4767         a slightly different approach to handling dynamic pad removals.
4768         This one only looks at pads that we have linked.
4770 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
4772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
4773         free" warning from libc.
4775 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4777         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4778         (get_unconnected_element), (remove_starting_from), (pad_removed),
4779         (close_link):
4780           Implement support for dynamic pad changing. We listen to "live"
4781           pad removals (i.e. while playing) and re-setup autoplugging
4782           after that. Playbasebin/playbin need some more work for this
4783           to finally work, but decodebin supports (and replugs) chained
4784           ogg now.
4786 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
4788         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
4789         (gst_alsa_finalize):
4790         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
4791         (gst_cdaudio_finalize):
4792         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
4793         (cdparanoia_finalize):
4794         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
4795         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
4796         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
4797         (dvdreadsrc_finalize):
4798         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
4799         (gst_flacdec_finalize):
4800         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
4801         (gst_flacenc_finalize):
4802         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
4803         (gst_gnomevfssink_finalize):
4804         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
4805         (gst_gnomevfssrc_finalize):
4806         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
4807         (gst_fameenc_finalize):
4808         * ext/nas/nassink.c: (gst_nassink_class_init),
4809         (gst_nassink_finalize):
4810         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
4811         (gst_sdlvideosink_class_init):
4812         * ext/sndfile/gstsf.c: (gst_sf_dispose):
4813         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
4814         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
4815         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
4816         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
4817         (gst_x_window_listener_dispose):
4818         * gst/audioscale/gstaudioscale.c:
4819         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
4820         (play_on_demand_finalize):
4821         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
4822         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
4823         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
4824         (cdplayer_finalize):
4825         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
4826         (gst_glimagesink_class_init):
4827         * sys/oss/gstosselement.c: (gst_osselement_class_init),
4828         (gst_osselement_finalize):
4829         * sys/oss/gstosssink.c: (gst_osssink_dispose):
4830         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
4831         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
4832           Fixes a bunch of problems with finalize and dispose functions,
4833           either assumptions that dispose is only called once, or not calling
4834           the parent class dispose/finalize function
4836 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
4838         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
4839           added two api precondition guards
4840           use g_strdup with getenv to fix crash when using ENVVAR
4842 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
4843         * ext/esd/esdsink.c: (gst_esdsink_class_init),
4844         (gst_esdsink_finalize):
4845         Use a finalize function, not dispose, and more importantly,
4846         call the parent class finalize function too
4848 2004-11-01  Johan Dahlin  <johan@gnome.org>
4850         * ext/ogg/gstoggdemux.c:
4851         * gst/tags/gstvorbistag.c:
4852         Plug leaks.
4854 2004-10-31  Benjamin Otte  <otte@gnome.org>
4856         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
4857           lotsa memleaks today. But they're all small...
4859 2004-10-31  Benjamin Otte  <otte@gnome.org>
4861         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
4862           another memleak crushed
4864 2004-10-31  Benjamin Otte  <otte@gnome.org>
4866         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
4867           fix memleak
4869 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4871         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
4872           Hack to prevent crash when going to READY inside signal handler
4873           while this function is active.
4875 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4877         * gst/ffmpegcolorspace/Makefile.am:
4878         * gst/ffmpegcolorspace/avcodec.h:
4879         * gst/ffmpegcolorspace/common.h:
4880         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
4881         * gst/ffmpegcolorspace/dsputil.h:
4882         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
4883         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4884         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4885         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
4886         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
4887         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
4888         (gst_ffmpegcsp_avpicture_fill):
4889         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
4890         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4891         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
4892         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
4893         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
4894         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
4895         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4896         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
4897         * gst/ffmpegcolorspace/imgconvert.c:
4898         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
4899         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
4900         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
4901         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
4902         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
4903         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
4904         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
4905         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
4906         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
4907         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
4908         (grow21), (grow22), (grow41), (grow44), (conv411),
4909         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
4910         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
4911         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
4912         (avpicture_free), (is_yuv_planar), (img_convert),
4913         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
4914         (deinterlace_line_inplace), (deinterlace_bottom_field),
4915         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
4916         * gst/ffmpegcolorspace/imgconvert_template.h:
4917         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
4918         * gst/ffmpegcolorspace/mmx.h:
4919         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
4920         (av_fast_realloc), (av_mallocz_static), (av_free_static),
4921         (av_freep), (avcodec_get_context_defaults),
4922         (avcodec_alloc_context), (avcodec_init):
4923           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
4924           handling plus update from ffmpeg CVS. Large clean-up.
4926 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4928         * gst/playback/Makefile.am:
4929           We need the marshallers for decodebin, too.
4931 2004-10-30  David Schleef  <ds@schleef.org>
4933         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
4934           quicktime typefinding work with 64-bit offsets.
4936 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
4938         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
4939           Set EOS on the element when processing an EOS event.
4940         * ext/speex/gstspeexdec.h:
4941         * ext/speex/gstspeexenc.h:
4942           Only keep a const ptr to the mode
4943         * gst-libs/gst/riff/riff-media.c:
4944         (gst_riff_create_audio_caps_with_data),
4945         (gst_riff_create_audio_template_caps):
4946           Allow WMAV3, with up to 6 channels.
4947         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
4948           Don't call gst_pad_set_event_function on a sink pad.
4949         * gst/mpegstream/gstdvddemux.c:
4950         (gst_dvd_demux_get_subpicture_stream),
4951         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
4952           Copy the explicit caps that were set across to the cur_* pads,
4953           instead of trying to use a possibly non-existent negotiated caps.
4954           Reset the type of subpicture pads to UNKNOWN after calling
4955           init_stream, so that the caps get set.
4957 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
4959         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4961         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
4962           Don't touch buffer if it is of size 0 (fixes #151064).
4964 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
4967           Synchronized discont handling.
4969 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4971         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
4972         (gst_ogg_demux_push):
4973           Make seeking sort-of exact again (fixes #156387).
4975 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4977         * gst/playback/gstplaybasebin.c: (unknown_type),
4978         (add_element_stream), (new_decoded_pad),
4979         (gst_play_base_bin_change_state):
4980         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4981         (gst_stream_info_init), (gst_stream_info_new),
4982         (gst_stream_info_dispose), (gst_stream_info_get_property):
4983         * gst/playback/gststreaminfo.h:
4984           Make caps explicitely available. Makes testing for unsupported
4985           types possible. Improves error reporting.
4987 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4989         * gst/audioconvert/gstaudioconvert.c:
4990         (gst_audio_convert_buffer_to_default_format):
4991           Really don't touch read-only buffers (#156563).
4993 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
4995         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4997         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
4998           Fix memleak (#155223).
5000 2004-10-29  Wim Taymans  <wim@fluendo.com>
5002         * gst/tcp/.cvsignore:
5003         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5004         (gst_multifdsink_class_init), (gst_multifdsink_init),
5005         (gst_multifdsink_add), (gst_multifdsink_remove),
5006         (gst_multifdsink_remove_client_link), (is_sync_frame),
5007         (gst_multifdsink_new_client),
5008         (gst_multifdsink_handle_client_write),
5009         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5010         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
5011         (gst_multifdsink_get_property):
5012         * gst/tcp/gstmultifdsink.h:
5013         Added burst on connect sync_method, deprecated sync_clients,
5014         streamlined the sync code some more.
5016 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5018         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
5019         (gst_play_base_bin_change_state):
5020           Improve error reporting.
5022 2004-10-28  Wim Taymans  <wim@fluendo.com>
5024         * gst/tcp/Makefile.am:
5025         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
5026         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
5027         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
5028         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
5029         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
5030         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
5031         (gst_fdset_wait):
5032         Added more locks around fdset structures. Fixed/reworked
5033         the poll array resizing code.
5034         Added stress test for fdset.
5036 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5038         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
5039         fix build
5041 2004-10-28  Benjamin Otte  <otte@gnome.org>
5043         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
5044           fix link function to always query channels and query width for
5045           floats
5046         * configure.ac:
5047           add equalizer dir
5048         * gst/equalizer/Makefile.am:
5049         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
5050         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
5051         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
5052         (arg_to_scale), (setup_filter),
5053         (gst_iir_equalizer_compute_frequencies),
5054         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
5055         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
5056         (plugin_init):
5057           add an equalizer
5059 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5061         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
5063         * po/LINGUAS:
5064         * po/nb.po:
5065           Added Norwegian Bokmaal translation
5067 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5069         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5070           Don't break on options (fixes #156488).
5072 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5074         * configure.ac:
5075         * ext/cdaudio/Makefile.am:
5076         * sys/Makefile.am:
5077           fix build on older automake
5079 2004-10-26  Wim Taymans  <wim@fluendo.com>
5081         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
5082         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
5083         Allow a little margin when negotiating the framerate.
5085 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
5087         * gst/level/gstlevel.c:
5088           synchonised naming of pads and pad-templates
5090 2004-10-26  Wim Taymans  <wim@fluendo.com>
5092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
5093         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
5094         (_find_streams_check), (gst_ogg_demux_push):
5095         Fix EOS again. Needs to be done in a better way. We should not
5096         remove the pad if there is no new chained stream.
5098 2004-10-26 Iain <iaingnome@gmail.com>
5100         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
5101         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
5102         of the caps.
5103         * gst/interleave/interleave.c (interleave_class_init): Hook up release
5104         pad.
5105         (interleave_release_pad): Remove the pad.
5106         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
5107         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
5108         the set device.
5109         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
5110         attrs
5111         (gst_xvimagesink_xcontext_clear): Free the xcontext.
5112         (gst_xvimagesink_finalize): Free the par.
5114 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5116         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
5117         (gst_avimux_stop_file):
5118           First calculate the rate, and only then use it. Hdr.rate is a
5119           multiple and not a derivative of hdr.scale. Scale is not the
5120           same as blockalign but is solely related to rate.
5122 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5124         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5125         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
5126           Implement seeking.
5128 2004-10-25  James Henstridge  <james@jamesh.id.au>
5130         Reviewed by:  David Schleef  <ds@schleef.org>
5132         * examples/gstplay/player.c: (got_stream_length), (main):
5133         * examples/seeking/cdplayer.c: (update_scale):
5134         * examples/seeking/seek.c: (format_value), (update_scale):
5135         * examples/seeking/spider_seek.c: (format_value), (update_scale),
5136         (stop_seek):
5137         Build fixes on AMD64.
5139 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5141         reviewed by: Ronald Bultje <rbultje at gnome dot org>
5143         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
5144         Fix for some v4l cards which hang in v4lsrc
5146 2004-10-25  Wim Taymans  <wim@fluendo.com>
5148         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
5149         (gst_ogg_demux_push), (gst_ogg_chains_clear):
5150         Make sure to remove the pad when a new chain is
5151         encountered. Set some vars to NULL so we don't try
5152         to reference freed memory.
5154 2004-10-25  Wim Taymans  <wim@fluendo.com>
5156         * examples/seeking/Makefile.am:
5157         * examples/seeking/cdplayer.c: (update_scale):
5158         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
5159         * examples/seeking/playbin.c: (make_playerbin_pipeline),
5160         (format_value), (update_scale), (iterate), (start_seek),
5161         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
5162         (print_usage), (main):
5163         Added some more examples, update others.
5165 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5167         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
5168         * ext/speex/gstspeexdec.c: (speex_dec_chain):
5169         * ext/theora/theoradec.c: (theora_dec_chain):
5170         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5171           Add codec-name metadata.
5173 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
5175         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5177         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5178         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5179         * ext/alsa/gstalsamixertrack.h:
5180         * po/POTFILES.in:
5181           ALSA mixer track label internationalization (#154054).
5183 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5185         * ext/theora/theoradec.c: (theora_dec_chain):
5186           Export bitrate as metadata.
5188 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5190         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5191         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5192         * ext/alsa/gstalsamixertrack.h:
5193           Fix names, fix loop.
5195 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5197         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
5198         (speex_dec_convert):
5199           sinkconvert function so oggdemux can get the file length (totem).
5201 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
5203         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5205         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
5206           Don't push incomplete packets.
5207         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
5208           Fix MPEG-4 audio typefinding.
5210 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5212         * sys/v4l/Makefile.am:
5213         * sys/v4l/gstv4l.c: (plugin_init):
5214         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
5215         (gst_v4lelement_init), (gst_v4lelement_dispose),
5216         (gst_v4lelement_change_state):
5217         * sys/v4l/gstv4lelement.h:
5218         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
5219         (gst_v4l_xoverlay_close), (idle_refresh),
5220         (gst_v4l_xoverlay_set_xwindow_id):
5221         * sys/v4l/gstv4lxoverlay.h:
5222         * sys/v4l/v4l-overlay_calls.c:
5223         * sys/v4l/v4l_calls.h:
5224         * sys/v4l2/Makefile.am:
5225         * sys/v4l2/gstv4l2.c: (plugin_init):
5226         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
5227         (gst_v4l2element_init), (gst_v4l2element_dispose),
5228         (gst_v4l2element_change_state):
5229         * sys/v4l2/gstv4l2element.h:
5230         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
5231         (gst_v4l2_xoverlay_close), (idle_refresh),
5232         (gst_v4l2_xoverlay_set_xwindow_id):
5233         * sys/v4l2/gstv4l2xoverlay.h:
5234         * sys/v4l2/v4l2-overlay_calls.c:
5235         * sys/v4l2/v4l2_calls.h:
5236           Remove client-side overlay handling, use the X-server v4l plugin
5237           for that. Nicer overlay, less code. Also make the plugin
5238           compileable without X (but then without overlay, obviously).
5239           Makes xwindowlistener obsolete, should we remove that?
5241 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5243         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
5244         (gst_osssrc_src_query):
5245         * sys/oss/gstosssrc.h:
5246           OK, so people want offset in DEFAULT. This time, actually fix all
5247           cases.
5248         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
5249           Add FPS properly.
5251 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5253         * gst/asfdemux/gstasfmux.c:
5254         * gst/avi/gstavimux.c:
5255           Framerate.
5257 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5259         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
5260           Fix properties (channel, norm, frequency).
5262 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5264         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
5265           Flag typo.
5266         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
5267           No warnings.
5269 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5271         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
5272           Fix hang.
5274 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5276         * sys/v4l2/gstv4l2element.h:
5277           Yet Another Hack (tm) for kernel header borkedness.
5278         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
5279         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
5280         (gst_v4l2src_link), (gst_v4l2src_getcaps),
5281         (gst_v4l2src_change_state):
5282         * sys/v4l2/gstv4l2src.h:
5283         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
5284         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
5285           Fix caps, keep track of state, work.
5287 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5289         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
5290           Quiet.
5292 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5294         * sys/oss/gstosssrc.c: (gst_osssrc_get):
5295           Don't mix bytes and samples.
5297 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5299         * ext/ogg/gstoggmux.c:
5300           Basic pad template which accepts OGM tracks, speex, flac, vorbis
5301           and theora. Any is incorrect.
5302         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
5303           Fix caps.
5304         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
5305         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
5306         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
5307         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
5308         * sys/v4l/gstv4lmjpegsrc.h:
5309         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
5310         (gst_v4lsrc_change_state):
5311         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
5312         (gst_v4lmjpegsrc_capture_stop):
5313           Fix caps. Keep track of internal state. Work.
5315 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5317         * ext/Makefile.am:
5318           Fix the build fixes.
5320 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5322         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
5323         (gst_ogg_demux_src_event), (_find_chain_seek),
5324         (gst_ogg_pad_push):
5325           Check for pad availability before using it.
5326         * ext/ogg/gstoggdemux.c: (_find_chain_process):
5327           Fix parsing of chained ogg. Needs more work on the decoder side.
5329 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5331         * gst/spectrum/Makefile.am:
5332         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
5333         (idle_func):
5334           Fix demo and reenable it. Yes, I'm currently playing with audio
5335           analysis tools
5337 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5340           We love it if files that start at zero work too...
5342 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5344         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
5345           Handle files with missing EOS headers.
5347 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5349         * gst/tcp/gsttcpserversink.c:
5350         (gst_tcpserversink_handle_server_read),
5351         (gst_tcpserversink_init_send):
5352         Zero some variables first (need for accept not to return EINVAL)
5354 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5356         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
5357         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
5358         * ext/theora/theoradec.c: (theora_dec_sink_convert),
5359         (theora_dec_chain):
5360         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
5361         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
5362           Seeking and querying finetune.
5364 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5366         * configure.ac:
5367         * ext/Makefile.am:
5368         * ext/raw1394/Makefile.am:
5369           fix the build
5371 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5373         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
5374           Wrong return.
5375         * gst/playback/Makefile.am:
5376         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5377         * gst/playback/gstplay-marshal.list:
5378         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
5379           Fix marshallers.
5381 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5383         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
5384           Silence.
5386 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
5389         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
5390         (gst_ogg_pad_push):
5391           Yay for non-lineair granulepos in theora.
5393 2004-10-18  Wim Taymans  <wim@fluendo.com>
5395         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
5396         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
5397         * ext/dv/gstdvdec.h:
5398         Make sure we renegotiate aspect ratio when the camera switches.
5400 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5402         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
5403         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
5404           Start at zero.
5405         * ext/theora/theoradec.c: (theora_dec_chain):
5406           Skip headers. Bad idea for chained ogg, but fixes seeking.
5408 2004-10-18  Wim Taymans  <wim@fluendo.com>
5410         * configure.ac:
5411         I swear, this is the last time I touch this.
5413 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5415         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
5416         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
5417         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
5418           Faster seeking.
5419         * ext/theora/theoradec.c: (theora_dec_sink_convert):
5420           Time-to-default conversion.
5421         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5422           Don't error on unknown packets, just skip. We should probably
5423           read them if we want to support chained ogg.
5425 2004-10-18  Wim Taymans  <wim@fluendo.com>
5427         * configure.ac:
5428         Added cdaudio to wrong list.
5430 2004-10-18  Wim Taymans  <wim@fluendo.com>
5432         * configure.ac:
5433         Revive cdaudio.
5435 2004-10-18  Wim Taymans  <wim@fluendo.com>
5437         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
5438         (gst_dvdec_video_link), (gst_dvdec_push):
5439         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
5440         (gst_smokeenc_resync), (gst_smokeenc_chain):
5441         Fix mimetype on smoke encoder.
5442         Add aspect ratio to dvdec. Not sure if these
5443         values are correct though....
5445 2004-10-18  Wim Taymans  <wim@fluendo.com>
5447         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
5448         Fix vorbis property descriptions and ranges.
5450 2004-10-18  Wim Taymans  <wim@fluendo.com>
5452         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
5453         Really do nothing when no data is available.
5454         Go to the playing state when the stream is not seekable
5455         instead of failing.
5457 2004-10-18  Wim Taymans  <wim@fluendo.com>
5459         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
5460         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
5461         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
5462         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
5463         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
5464         Added uri handler for cd://
5465         Port to new API.
5467 2004-10-18  Wim Taymans  <wim@fluendo.com>
5469         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5470         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
5471         (try_to_link_1), (no_more_pads), (close_link), (type_found):
5472         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
5473         (remove_prerolls), (unknown_type), (add_element_stream),
5474         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
5475         (gst_play_base_bin_remove_element),
5476         (gst_play_base_bin_link_stream):
5477         * gst/playback/gstplaybin.c: (gen_video_element),
5478         (gen_vis_element), (remove_sinks), (setup_sinks):
5479         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
5480         (gst_stream_info_get_type), (gst_stream_info_class_init),
5481         (gst_stream_info_init), (gst_stream_info_new),
5482         (gst_stream_info_dispose), (stream_info_mute_pad),
5483         (gst_stream_info_set_property), (gst_stream_info_get_property):
5484         * gst/playback/gststreaminfo.h:
5485         Add sink padtemplate to decodebin.
5486         Added some more comments.
5487         Make queue size configurable in playbasebin.
5488         Added possibility to use elements as sinks (ex cdaudio).
5490 2004-10-15  Wim Taymans  <wim@fluendo.com>
5492         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
5493         (gst_speexenc_chain):
5494         Fix speex timestamps so that it gets muxed properly.
5496 2004-10-15  Wim Taymans  <wim@fluendo.com>
5498         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
5499         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
5500         (gst_dv1394src_init), (gst_dv1394src_dispose),
5501         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
5502         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
5503         (gst_dv1394src_event), (gst_dv1394src_get_formats),
5504         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
5505         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
5506         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
5507         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
5508         * ext/raw1394/gstdv1394src.h:
5509         Added conversion/query functions.
5510         Update buffer timestamps,
5511         Added signals.
5512         Added uri dv:// so it might play from the firewire in playbin.
5513         Fix a possible leak.
5514         Added debugging.
5516 2004-10-15  Wim Taymans  <wim@fluendo.com>
5518         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
5519         (gst_dv1394src_init), (gst_dv1394src_set_property),
5520         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
5521         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
5522         * ext/raw1394/gstdv1394src.h:
5523         Added AV/C VTR control support needed for some cameras.
5524         Added automatic port detection.
5525         Added properties for selecting the channel.
5526         The configure.ac script is not yet updated to reflect the
5527         new libavc1394 and librom1394 dependencies.
5529 2004-10-15  Wim Taymans  <wim@fluendo.com>
5531         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
5532         (qtdemux_parse), (gst_qtdemux_handle_esds):
5533         An esds box is not a container.
5534         Fix parsing of mp4v boxes.
5535         Do not try to renegotiate fps for each frame. Need to
5536         find a better method. This should fix mp4 playback.
5538 2004-10-14  David Schleef  <ds@schleef.org>
5540         * configure.ac: update for swfdec-0.3 and liboil-0.2
5541         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
5542         * ext/swfdec/gstswfdec.h: same
5543         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
5544         * gst/videotestsrc/videotestsrc.c: same
5546 2004-10-14  Wim Taymans  <wim@fluendo.com>
5548         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
5549         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
5550         (is_sync_frame), (gst_multifdsink_new_client),
5551         (gst_multifdsink_handle_client_write),
5552         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5553         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
5554         Turn warnings into info.
5555         Don't allow a state change in the streaming thread.
5557 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5559         * ext/vorbis/oggvorbisenc.c:
5560         * ext/vorbis/vorbisdec.c:
5561           fix template sample rate
5563 2004-10-13  Wim Taymans  <wim@fluendo.com>
5565         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
5566         Decoding the header first fixes some problems in resyncing
5567         in more mp3s.
5569 2004-10-12  Wim Taymans  <wim@fluendo.com>
5571         * gst/playback/gstplaybin.c: (gen_video_element),
5572         (gen_vis_element), (remove_sinks), (setup_sinks):
5573         Added vis plugin support, need to configure the vis
5574         element to activate it.
5576 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5578         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
5579         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5580           Some debug.
5581         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
5582         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
5583         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
5584         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
5585         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
5586         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
5587         * gst/avi/gstavidemux.h:
5588           Support for openDML-2.0 indx/ix## chunks. Support for broken index
5589           recovery (where, if part of the index is broken, we will still read
5590           the rest of the index and recover the broken part by stream
5591           scanning). More broken media support. EOS workarounds. General AVI
5592           braindamage headache recovery. Aspirin included.
5594 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5596         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
5597         (cdparanoia_event), (cdparanoia_query):
5598           Get rid of hideous lead-in.
5600 2004-10-11  Wim Taymans  <wim@fluendo.com>
5602         * gst/playback/gstplaybasebin.c: (setup_source):
5603         Wrong var used to get g_list_next.
5605 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5607         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
5608         (cdparanoia_get), (cdparanoia_open):
5609           Report discid as metadata, add duration.
5611 2004-10-11  Wim Taymans  <wim@fluendo.com>
5613         * gst/playback/gstplaybasebin.c: (setup_source):
5614         Cleanup the previous pipeline a little earlier for the
5615         case that a source element provides raw data.
5617 2004-10-11  Benjamin Otte  <otte@gnome.org>
5619         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
5620           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
5621           consuming the last 128 bytes, even though it was valid mp3 data.
5623 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5625         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
5626         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
5627         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
5628         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
5630 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5632         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
5633         Fix for webcams that support only specific width or height
5635 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
5637         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5639         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
5640           Fix wrong discont event setup (fixes #154967).
5642 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
5644         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5646         * gst/auparse/gstauparse.c: (gst_auparse_chain):
5647           Error out on invalid data (fixes #154807).
5649 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
5651         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5653         * ext/dvdread/dvdreadsrc.c: (_read):
5654           Make titles > 0 work again (fixes #154834).
5656 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5658         * gst-libs/gst/riff/riff-media.c:
5659         (gst_riff_create_video_template_caps):
5660           WMV3 missing in template caps.
5662 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5664         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
5665           OK, so the original code was too strict. It makes random AVI files
5666           hang for seconds upon opening, which is unacceptable and is far
5667           beyond the original goal of getting multiple chunks for one-chunk
5668           sounc stream files. So now do just that.
5670 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5672         * gst/playback/gstplaybasebin.c: (setup_source),
5673         (gst_play_base_bin_change_state):
5674           Actually clean up streaminfo if output fails. This would trigger
5675           if, for example, there was no CD in the drive. No preroll, so
5676           a streaminfo structure is created, but the subsequent state change
5677           of the thread fails.
5678         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5679           Don't change state if parent failed.
5681 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5683         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5684         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
5685         (gen_video_element), (remove_sinks):
5686           Add small bits of code for screenshot handling.
5688 2004-10-08  Wim Taymans  <wim@fluendo.com>
5690         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
5691         (gen_video_element), (gen_audio_element), (setup_sinks):
5692         Don't assume the user provided sinks are named "sink"...
5694 2004-10-08  Wim Taymans  <wim@fluendo.com>
5696         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
5697         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
5698         (gst_play_base_bin_link_stream):
5699         Do not try to autoplug sources that generate raw streams like
5700         cdparanoia.
5701         disconnect the preroll overrun signal when we don't need it anymore.
5703 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
5705         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
5706         Added reworked patch from #154903 from milosz derezynski (deadchip).
5708 2004-10-08  Wim Taymans  <wim@fluendo.com>
5710         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
5711         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
5712         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
5713         (cdparanoia_convert), (cdparanoia_uri_get_type),
5714         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
5715         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
5716         * ext/cdparanoia/gstcdparanoia.h:
5717         This adds the cdda://<tracknum> uri.
5719 2004-10-08  Wim Taymans  <wim@fluendo.com>
5721         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5722         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
5723         (try_to_link_1), (no_more_pads), (close_link), (type_found):
5724         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5725         (unknown_type), (gst_play_base_bin_remove_element),
5726         (gst_play_base_bin_link_stream):
5727         * gst/playback/gstplaybasebin.h:
5728         * gst/playback/gstplaybin.c: (gst_play_bin_init),
5729         (gst_play_bin_set_property), (gen_video_element),
5730         (gen_audio_element), (setup_sinks):
5731         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
5732         (gst_stream_info_get_type), (gst_stream_info_class_init),
5733         (gst_stream_info_init), (gst_stream_info_new),
5734         (gst_stream_info_dispose), (stream_info_mute_pad),
5735         (gst_stream_info_set_property), (gst_stream_info_get_property):
5736         * gst/playback/gststreaminfo.h:
5737         Reuse the audio and video bins.
5738         Some internal cleanups in the stream selection code.
5740 2004-10-08  Julien MOUTTE  <julien@moutte.net>
5742         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
5743         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
5744         * sys/ximage/ximagesink.h:
5745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
5746         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
5747         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
5748         not coming from those elements. Moreover these elements should not keep
5749         the xid they have been given when in NULL state.
5751 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5753         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
5754         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
5755         * sys/ximage/ximagesink.h:
5756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
5757         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
5758         * sys/xvimage/xvimagesink.h:
5759           Actually only create a new toplevel window if we're not gonna
5760           embed it right after.
5762 2004-10-07  Wim Taymans  <wim@fluendo.com>
5764         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
5765         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
5766         * gst/playback/gstplaybin.c: (setup_sinks):
5767         Implement muting/unmuting of streams, mute streams that are not
5768         used.
5770 2004-10-07  Wim Taymans  <wim@fluendo.com>
5772         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
5773         (plugin_init):
5774         Added lame audio/x-ac3 typefind function.
5776 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5778         * configure.ac:
5779           bump nano to cvs
5781 === release 0.8.5 ===
5783 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5785         * NEWS:
5786         * RELEASE:
5787         * configure.ac:
5788           releasing 0.8.5, "Take You On"
5790 2004-10-06  Wim Taymans  <wim@fluendo.com>
5792         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5793         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
5794         (no_more_pads), (close_link), (type_found):
5795         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
5796         * gst/playback/gstplaybin.c: (gen_video_element):
5797         Do not signal the no_more_pads after the first pad when
5798         we are plugging a non dynamic element with multiple
5799         output pads (like swfdec, dvdec, ...).
5801 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5803         * configure.ac:
5804           bump for prerelease
5806 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5808         * gst/wavparse/gstwavparse.c:
5809           add ATRAC3 to STATIC CAPS to fix a warning
5811         * gst/matroska/ebml-read.c:
5812         * gst-libs/gst/riff/riff-read.c:
5813           fix typos
5815 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5817         * gst-libs/gst/riff/riff-media.c:
5818           generate caps for ATRAC3 audio streams
5820         * gst/realmedia/rmdemux.c:
5821           generate caps for ATRAC3 audio streams
5823 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5825         * gst/wavparse/Makefile.am
5826         * gst/wavparse/riff.h
5827         * gst/wavparse/wavparse.vcproj
5828           riff.h removal (unused and duplication with riff-ids.h)
5830 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5832         * gst/wavparse/gstwavparse.h
5833           remove duplicated defines for audio codec codes
5835         * gst-libs/gst/riff/riff-ids.h
5836         * gst/wavenc/riff.h:
5837           add "4CC" code for ATRAC3 audio streams
5838           add "4CC" code for ITU_G721_ADPCM (unused for now)
5840 2004-10-06  Wim Taymans  <wim@fluendo.com>
5842         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
5843         Actually _do_ negotiation. Pass gdouble as arg instead
5844         of guint64 for the framerate.
5846 2004-10-06  Wim Taymans  <wim@fluendo.com>
5848         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5849         (find_compatibles), (close_pad_link), (try_to_link_1),
5850         (no_more_pads), (close_link), (type_found):
5851         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
5852         * gst/playback/gstplaybin.c: (gen_video_element),
5853         (gen_audio_element):
5854         Set state on newly added element to READY so that negotiation
5855         can happen ASAP.
5856         Addes some more debug info.
5857         Do not try to plug pads with multiple caps structures or ANY
5858         because it is too dangerous since we do not do dynamic
5859         replugging.
5861 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5863         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
5865         * po/LINGUAS:
5866         * po/or.po:
5867           add Oriya translation
5869 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5871         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
5872           Prevent overwrite of size member. Makes audio sound crappy.
5874 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5876         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5877         Add rmvb to the list of known RealMedia extensions
5879 2004-10-05  Wim Taymans  <wim@fluendo.com>
5881         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
5882         (mngdec_openstream), (mngdec_closestream),
5883         (mngdec_handle_sink_event), (mngdec_readdata),
5884         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
5885         (mngdec_getcanvasline), (mngdec_refresh),
5886         (gst_mngdec_change_state):
5887         Set the framerate correctly.
5889 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5891         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
5892           There was something wrong with the index massaging.
5894 2004-10-04  Wim Taymans  <wim@fluendo.com>
5896         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
5897         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
5898         (gst_smokedec_chain):
5899         * ext/jpeg/gstsmokedec.h:
5900         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
5901         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
5902         * ext/jpeg/gstsmokeenc.h:
5903         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
5904         (smokecodec_decode_new), (smokecodec_info_free),
5905         (smokecodec_set_quality), (smokecodec_get_quality),
5906         (smokecodec_set_threshold), (smokecodec_get_threshold),
5907         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
5908         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
5909         (smokecodec_encode), (smokecodec_parse_id),
5910         (smokecodec_parse_header), (smokecodec_decode):
5911         * ext/jpeg/smokecodec.h:
5912         * ext/jpeg/smokeformat.h:
5913         Updated smoke, new bitstream, allows embedding in ogg.
5915 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5917         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
5918           Fix seeking in some files. All this code is no longer needed (and
5919           actually breaks stuff) because we now synchronize the full index
5920           right when reading the header.
5922 2004-10-04  Wim Taymans  <wim@fluendo.com>
5924         * configure.ac:
5925         configure update for libmng.
5927 2004-10-04  Wim Taymans  <wim@fluendo.com>
5929         * ext/libmng/Makefile.am:
5930         * ext/libmng/gstmng.c: (plugin_init):
5931         * ext/libmng/gstmng.h:
5932         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
5933         (gst_mngdec_base_init), (gst_mngdec_class_init),
5934         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
5935         (gst_mngdec_loop), (gst_mngdec_get_property),
5936         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
5937         (mngdec_closestream), (mngdec_handle_sink_event),
5938         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
5939         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
5940         (gst_mngdec_change_state):
5941         * ext/libmng/gstmngdec.h:
5942         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
5943         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
5944         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
5945         (gst_mngenc_chain), (gst_mngenc_get_property),
5946         (gst_mngenc_set_property):
5947         * ext/libmng/gstmngenc.h:
5948         Added basic MNG decoder. Needs more work. The encoder does
5949         not work yet.
5951 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5953         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
5954         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
5955         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
5956           Don't hang on length=0 chunks. Some negotiation fixes. Signal
5957           no-more-pads.
5959 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5961         * configure.ac:
5962           you need at least 1.0.4 of speex
5964 2004-10-04 Iain <iaingnome@gmail.com>
5966         * ext/speex/gstspeexdec.h: Revert the includes changes.
5968         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
5970 2004-09-30 Iain <iaingnome@gmail.com>
5972         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
5973         found during init or set as a property instead of hardcoding /dev/audio
5975 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5977         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
5978         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
5979         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
5980         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
5981         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
5982         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
5983         (gst_rmdemux_dump_data):
5984           Use debug category, fix EOS handling. filesrc ! rmdemux now
5985           works.
5987 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5989         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
5990         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
5991         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
5992           Improve allocation, cutting and sorting of the index. How takes a
5993           few seconds instead of minutes.
5995 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
5997         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
5998           fixed compilation
6000 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6002         * gst-libs/gst/riff/riff-media.c:
6003         (gst_riff_create_video_caps_with_data),
6004         (gst_riff_create_video_template_caps):
6005           Add wing commander format mimetype/fourccs.
6006         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6007           Don't crash if some value is 0.
6009 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6011         * gst-libs/gst/riff/riff-media.c:
6012         (gst_riff_create_video_caps_with_data),
6013         (gst_riff_create_video_template_caps):
6014           Add DIB fourcc (raw, palettized 8-bit RGB).
6015         * gst-libs/gst/riff/riff-read.c:
6016         (gst_riff_read_strf_vids_with_data):
6017           Oops, fix strf_data reading bug.
6018         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6019           Use a non-NULL tag.
6020         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
6021           Time for hacks. Sorry Dave. At least one quicktime movie (a
6022           trailer) that I've encountered contains multiple video tracks.
6023           One of those is the actual video track, the other are one-frame
6024           tracks (images). Unfortunately, the number of frames according
6025           to the trak header is 1 for each, so that doesn't help. So
6026           instead, I look at the duration and discard tracks with a
6027           duration shorter than 20% of the length of the stream. Better
6028           than nothing.
6030 2004-10-01  Christian Schaller <christian@fluendo.com>
6032         * ext/ivorbis/vorbis.c:
6033           Patch from Phil Blundell (Bug 152341)
6035 2004-10-01  Wim Taymans  <wim@fluendo.com>
6037         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
6038         (speex_dec_get_formats), (speex_dec_convert),
6039         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
6040         (speex_dec_chain), (gst_speexdec_get_property),
6041         (gst_speexdec_set_property):
6042         Small cleanups.
6044 2004-10-01  Wim Taymans  <wim@fluendo.com>
6046         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
6047         (gst_wavparse_stream_init), (gst_wavparse_fmt),
6048         (gst_wavparse_other), (gst_wavparse_loop),
6049         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6050         (gst_wavparse_srcpad_event):
6051         * gst/wavparse/gstwavparse.h:
6052         Added some more debugging info.
6053         Fix the case where the length of the file is 0.
6054         Make sure we seek to sample borders.
6056 2004-10-01  Wim Taymans  <wim@fluendo.com>
6058         * gst/playback/README:
6059         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
6060         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
6061         (try_to_link_1), (no_more_pads), (close_link), (type_found):
6062         Add some debug info to decodebin, update README
6064 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6066         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
6067           Don't use g_print(); use GST_DEBUG().
6069 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6071         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
6072         (gst_ogg_mux_queue_pads):
6073           Handle EOS properly.
6075 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
6077         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6079         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
6080         (gst_faad_chain), (gst_faad_change_state):
6081         * ext/faad/gstfaad.h:
6082           Allow playback of raw (unframed) MPEG AAC files (#148993).
6084 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
6086         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6088         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6089           Throw error if we didn't recognize the stream. Fixes #152289.
6091 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6093         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6094           Fix negotiation.
6096 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
6098         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6100         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6101           Fix memleak.
6103 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
6105         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6107         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
6108           Solve #152805.
6109         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
6110           Solve 152806.
6112 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6114         * gst-libs/gst/riff/riff-media.c:
6115         (gst_riff_create_video_caps_with_data),
6116         (gst_riff_create_audio_caps_with_data):
6117           Add codec_data handling (like asfdemux used to do).
6118         * gst/asfdemux/gstasf.c: (plugin_init):
6119         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
6120         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
6121           Use riff-media for caps creation instead of our own (mostly
6122           broken) copy of its functions.
6124 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6126         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
6127           Don't actually error out if we get another return value than
6128           -EINVAL. Opposite to what I first thought, drivers have random
6129           return values for this, although -EINVAL is the expected return
6130           value. Since this is not fatal, we shouldn't use
6131           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
6133 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6135         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
6136         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
6137         (dvdreadsrc_get_property), (_open), (_seek), (_read),
6138         (dvdreadsrc_get), (dvdreadsrc_open_file),
6139         (dvdreadsrc_change_state):
6140           Fix. Don't do one big huge loop around the whole DVD, that will
6141           cache all data and thus eat sizeof(dvd) (several GB) before we
6142           see something.
6143         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
6144           Actually NULL'ify event after using it.
6145         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
6146         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
6147         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
6148         (gst_ebml_read_seek), (gst_ebml_read_skip):
6149           Handle events.
6150         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
6151         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
6152         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
6153           Fix timing (this will probably break if I seek using menus, but
6154           I didn't get there yet). VOBs and normal DVDs should now work.
6155           Add a mpeg2-only pad with high rank so this get autoplugged for
6156           MPEG-2 movies.
6157         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
6158         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
6159         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
6160         (gst_mpeg_demux_get_audio_stream),
6161         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
6162         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
6163           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
6164           MPEG-1 but use dvddemux for MPEG-2.
6165         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
6166         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
6167         (gst_mpeg_parse_parse_packhead):
6168           Timing. Only add pad template if it exists. Add sink template from
6169           class and not from ourselves. This means we will always use the
6170           correct sink template even if it is not the one defined in this
6171           file.
6173 2004-09-29  Wim Taymans  <wim@fluendo.com>
6175         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
6176         (gst_mpeg_demux_parse_pes):
6177         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6178         Fix playback of mpeg again, timestamps where screwed up by
6179         patch 1.61.
6181 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6183         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
6184           Only return true if we actually filled something in. Prevents
6185           player applications from showing a random length for flac files.
6186         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
6187         (gst_riff_read_use_event), (gst_riff_read_handle_event),
6188         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
6189         (gst_riff_read_strf_vids_with_data),
6190         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
6191           OK, ok, so I implemented event handling. Apparently it's normal
6192           that we receive random events at random points without asking
6193           for it.
6194         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
6195         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6196         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
6197         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
6198         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
6199         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6200         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6201         * gst/avi/gstavidemux.h:
6202           Implement non-lineair chunk handling and subchunk processing.
6203           The first solves playback of AVI files where the audio and video
6204           data of individual buffers that we read are not synchronized.
6205           This should not happen according to the wonderful AVI specs, but
6206           of course it does happen in reality. It is also a prerequisite for
6207           the second. Subchunk processing allows us to cut chunks in small
6208           pieces and process each of these pieces separately. This is
6209           required because I've seen several AVI files with incredibly large
6210           audio chunks, even some files with only one audio chunk for the
6211           whole file. This allows for proper playback including seeking.
6212           This patch is supposed to fix all AVI A/V sync issues.
6213         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
6214         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
6215           Work.
6216         * gst/modplug/gstmodplug.cc:
6217           Proper return value setting for the query() function.
6218         * gst/playback/gstplaybasebin.c: (setup_source):
6219           Being in non-playing state (after, e.g., EOS) is not necessarily
6220           a bad thing. Allow for that. This fixes playback of short files.
6221           They don't actually playback fully now, because the clock already
6222           runs. This means that small files (<500kB) with a small length
6223           (<2sec) will still not or barely play. Other files, such as mod
6224           or flx, will work correctly, however.
6226 2004-09-28  Wim Taymans  <wim@fluendo.com>
6228         * ext/speex/gstspeex.c: (plugin_init):
6229         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
6230         (gst_speex_dec_class_init), (speex_dec_get_formats),
6231         (speex_get_event_masks), (speex_get_query_types),
6232         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
6233         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
6234         (gst_speexdec_get_property), (gst_speexdec_set_property),
6235         (speex_dec_change_state):
6236         * ext/speex/gstspeexdec.h:
6237         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
6238         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
6239         (gst_speexenc_base_init), (gst_speexenc_class_init),
6240         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
6241         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
6242         (gst_speexenc_src_query), (gst_speexenc_init),
6243         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
6244         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
6245         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
6246         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
6247         (gst_speexenc_chain), (gst_speexenc_get_property),
6248         (gst_speexenc_set_property), (gst_speexenc_change_state):
6249         * ext/speex/gstspeexenc.h:
6250         Rewrote speex encoder, make sure it can be embedded in ogg.
6251         Implemented speex decoder.
6253 2004-09-28  Christian Schaller <christian@fluendo.com>
6255         * configure.ac:
6256         Remove kioslave plugin. Markey is brewing a new working one
6257         * ext/Makefile.am: Remove kioslave plugin
6258         * ext/kio: remove
6259         * gst-plugins.spec.in: remove kio plugin from spec
6261 2004-09-27  Wim Taymans  <wim@fluendo.com>
6263         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
6264         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
6265         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
6266         (gst_multifdsink_new_client),
6267         (gst_multifdsink_handle_client_write),
6268         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
6269         (gst_multifdsink_handle_clients):
6270         * gst/tcp/gstmultifdsink.h:
6271         Make syncing to keyframes actually work for new clients and lagging
6272         clients.
6274 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6276         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
6277         (gst_navigationtest_handle_src_event), (draw_box_planar411),
6278         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
6279         * gst/debug/gstnavigationtest.h:
6280           make navigationtest display button-press and button-release events
6282 2004-09-26 Iain <iaingnome@gmail.com>
6284         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
6285         the channels have received a new media event.
6286         (interleave_buffered_loop): Compresses a new media event on all
6287         channels into one.
6289 2004-09-26 Iain <iaingnome@gmail.com>
6291         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
6292         call the sinkpad's default event handler and not the srcpads. He also
6293         says this is confusing :)
6294         (gst_wavenc_stop_file): Company says that seek events only go upstream
6295         we should send a discontinuous downstream instead.
6297 2004-09-25  Christian Schaller <christian@fluendo.com>
6299         * Update SPEC file to be usable in conjunction with Fedora Core,
6300           Fedora.us and freshrpms packages
6301         * Fix typo in multifilesrc test Makefile
6303 2004-09-24  Wim Taymans  <wim@fluendo.com>
6305         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
6306         Only signal the no_more_pads signal when we have
6307         added the stream to our list.
6309 2004-09-24  Wim Taymans  <wim@fluendo.com>
6311         * gst/playback/gstplaybasebin.c: (remove_prerolls),
6312         (new_decoded_pad):
6313         * gst/playback/gstplaybasebin.h:
6314         * gst/playback/gstplaybin.c: (setup_sinks):
6315         Don't try to preroll or decode more than one audio/video
6316         track.
6318 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6320         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6321           Throw error if we failed to find a suitable output. This should
6322           throw an error if we successfully set up a pipeline (e.g. because
6323           we recognized a media file) but found no decodable streams in it
6324           (e.g. because it contains only media stream types for which we
6325           have no decoders, or because it's not a media type).
6327 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6329         * ext/dirac/Makefile.am:
6330         * ext/dirac/gstdirac.cc:
6331         * ext/dirac/gstdiracdec.cc:
6332         * ext/dirac/gstdiracdec.h:
6333           Do something. Don't actually know if this works because I don't
6334           have a demuxer yet.
6335         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
6336           Add channels=1 to caps returned from _getcaps().
6337         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
6338         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
6339         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
6340         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
6341         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
6342         (gst_ogm_parse_change_state):
6343           Separate between audio/video so ogmaudioparse actually uses the
6344           audio pad templates. Both audio and video work now, including
6345           autoplugging. Also use sometimes-srcpad hack.
6346         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
6347           Handle events better. Don't hang on infinite loops.
6348         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6349         (gst_avi_demux_init), (gst_avi_demux_reset),
6350         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6351         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
6352         (gst_avi_demux_change_state):
6353         * gst/avi/gstavidemux.h:
6354           Improve A/V sync. Still not perfect.
6355         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
6356         (gst_ebml_read_skip):
6357           Handle events better.
6358         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
6359         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
6360         (qtdemux_audio_caps):
6361           Add IMA4. Improve event handling. Save offset after a seek when
6362           the headers are at the end of the file so that we don't end up in
6363           an infinite loop.
6364         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6365           Add low-priority typefind support for files with no length.
6367 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6369         * testsuite/multifilesink/Makefile.am:
6370         fix typo
6372 2004-09-22  Julien MOUTTE  <julien@moutte.net>
6374         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
6375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
6376         mistakes from thaytan's patches.
6378 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
6380         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
6381           For completeness, XSync in the destroy function as xvimage does.
6383 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
6385         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
6386            Correct caps negotiation
6387         * gst/volume/gstvolume.c: (volume_chain_float),
6388         (volume_chain_int16):
6389            Modify debug output to be little more informative
6390         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
6391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
6392         (gst_xvimagesink_xvimage_destroy):
6393           Add XSync calls after detaching from the shared memory segment to
6394           avoid a crash.
6396 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6398         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
6399         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
6400         * ext/vorbis/vorbis.c: (plugin_init):
6401         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6402         (gst_vorbisenc_chain):
6403         * ext/vorbis/vorbisenc.h:
6404         remove explicit newmedia support from oggmux and vorbisenc
6405         add debug category to vorbisenc
6406         * gst/multifilesink/gstmultifilesink.c:
6407         (gst_multifilesink_class_init), (gst_multifilesink_init),
6408         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
6409         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
6410         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
6411         (plugin_init):
6412         * gst/multifilesink/gstmultifilesink.h:
6413         add support for streamheader in multifilesink
6415 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6417         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
6418         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
6419         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
6420           Prevent infinite loops. More correct error reporting.
6421         * gst/auparse/gstauparse.c: (gst_auparse_chain):
6422           Error out if negotiation fails.
6423         * gst/playback/gstplaybasebin.c: (setup_source),
6424         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
6425         (gst_play_base_bin_found_tag):
6426           Error/tag forwarding. Pre-roll fixes for source errors on state
6427           changes (e.g. "file does not exist") to prevent hangs.
6429 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6431         * testsuite/multifilesink/Makefile.am:
6432         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
6433         (gst_newmedia_class_init), (gst_newmedia_init),
6434         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
6435         (newfile_signal), (test_signal), (main):
6436         * testsuite/multifilesink/multifilesrc_test.c: (main):
6437         * testsuite/multifilesink/oggtheora_test.c:
6438         (gst_newmedia_base_init), (gst_newmedia_class_init),
6439         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
6440         (test_format), (newfile_signal), (test_signal), (main):
6441         * testsuite/multifilesink/oggvorbis_test.c:
6442         (gst_newmedia_base_init), (gst_newmedia_class_init),
6443         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
6444         (test_format), (newfile_signal), (test_signal), (main):
6445         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
6446         (gst_newmedia_class_init), (gst_newmedia_init),
6447         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
6448         (newfile_signal), (test_signal), (main):
6449         New media tests
6451 2004-09-20  Christian Schaller <christian@fluendo.com>
6453         * Fix mikmod license to LGPL as they have relicensed
6454         * Move Dirac and Effectv into LGPL section of README_license
6456 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6458         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
6459         (gst_mad_change_state):
6460           Allow for mp3 rate/channels changes. However, only very
6461           conservatively. Reason that we *have* to enable this is smiply
6462           because the mad find_sync() function is not good enough, it will
6463           regularly sync on random data as valid frames and therefore make
6464           us provide random caps as *final* caps of the stream. The best fix
6465           I could think of is to simply require several of the same stream
6466           changes in a row before we change caps.
6467           The actual testcase that works now is #
6468         * ext/ogg/Makefile.am:
6469         * ext/ogg/gstogg.c: (plugin_init):
6470         * ext/ogg/gstogmparse.c:
6471           OGM support (video only for now; I need an audio sample file).
6472         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
6473         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
6474         (gst_asf_demux_add_video_stream):
6475           WMV extradata.
6476         * gst/playback/gstplaybasebin.c: (unknown_type):
6477           Don't error out on single unknown-types after all. It's wrong.
6478           If we found type of video and audio but not of a subtitle stream,
6479           it will still error out (which is unwanted). Will find a better fix
6480           later on.
6481         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
6482         (ogmaudio_type_find), (plugin_init):
6483           OGM support.
6485 2004-09-20  Johan Dahlin  <johan@gnome.org>
6487         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
6488         after setting caps.
6490 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6492         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
6493         * gst/wavenc/gstwavenc.h:
6494         Added newmedia support to wavenc
6496 2004-09-17  Wim Taymans  <wim@fluendo.com>
6498         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
6499         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
6500         (gst_fdset_fd_can_write), (gst_fdset_wait):
6501         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
6502         (gst_multifdsink_init), (gst_multifdsink_add),
6503         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
6504         (gst_multifdsink_remove_client_link),
6505         (gst_multifdsink_client_queue_buffer),
6506         (gst_multifdsink_handle_client_write),
6507         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
6508         (gst_multifdsink_close), (gst_multifdsink_change_state):
6509         * gst/tcp/gstmultifdsink.h:
6510         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6511         (gst_tcpserversink_removed):
6512         Small cleanups in fdset.c
6513         Use a hastable to map fd to the client structure for faster
6514         lookup in _remove and get_stats.
6515         Added virtual function to close the fds.
6516         Handle clients even when the select/poll call was unblocked because
6517         of a command.
6518         Implement syncing to keyframe in the recovery procedure.
6520 2004-09-16 Iain <iaingnome@gmail.com>
6522         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
6523         try caps.
6525 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6527         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
6528           Caps are only set if the type of the stream is unknown, but this
6529           is initialized in ->init_stream(), so set to UNKNOWN after calling
6530           ->init_stream() so that capsnego starts.
6532 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6534         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6535         (gst_avi_demux_stream_data):
6536           Just hardcode for raw audio then. AVI audio sucks.
6538 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
6540         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
6541         * gst/matroska/matroska-mux.c: (audiosink_templ),
6542         (gst_matroska_mux_audio_pad_link):
6543         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
6544         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
6546 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6548         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6549         (gst_avi_demux_stream_data):
6550           Try to fix a/v sync issues.
6552 2004-09-15  David Schleef  <ds@schleef.org>
6554         * configure.ac: remove NASM check, since we don't use it.  Update
6555         dirac check to 0.4
6556         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
6557         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
6558         Initialized variables.
6559         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6560         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
6561         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
6562         SVQ3 format
6564 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6566         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6567         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
6568         * gst/avi/gstavidemux.h:
6569           Fix for compressed audio (mp3) timestamp generation. How did this
6570           ever work?
6572 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6574         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6575           Volume is a double not a float.
6577 2004-09-15  Wim Taymans  <wim@fluendo.com>
6579         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
6580         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
6581         Don't close the fd in multifdsink as we didn't open it in the
6582         first place. Some cleanups.
6584 2004-09-15  Wim Taymans  <wim@fluendo.com>
6586         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
6587         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
6588         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
6589         Fix the case where the muxer would mark pages as delta
6590         frames when they are not (vorbis only ogg).
6592 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6594         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
6595         (gst_play_base_bin_change_state):
6596           Handle the case where we failed to setup a clear pipeline. This
6597           will throw an error (or EOS, another nice case) and if you don't
6598           catch that, the app will wait for the signal forever (and thus
6599           hang).
6601 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6603         * ext/gnomevfs/gstgnomevfssink.c:
6604         (gst_gnomevfssink_uri_get_protocols):
6605         * ext/gnomevfs/gstgnomevfssrc.c:
6606         (gst_gnomevfssrc_uri_get_protocols):
6607         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
6608         * ext/gnomevfs/gstgnomevfsuri.h:
6609           Use _uri_new() instead of _open(), so it doesn't take as long and
6610           Christophe's computer won't hang.
6611         * gst/playback/gstplaybasebin.c: (unknown_type):
6612           Throw error on unknown media type, so apps actually display it.
6614 2004-09-14  Brian Cameron  <brian.cameron@sun.com
6616         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
6617           this script to work on Solaris since bash shell handles echo
6618           differenly than bash.
6620 2004-09-17  Wim Taymans  <wim@fluendo.com>
6622         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
6623         (setup_source), (gst_play_base_bin_set_property),
6624         (gst_play_base_bin_add_element):
6625         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
6626         Some more work on making sure seeking pauses the pipeline and
6627         that changing the uri actually does something.
6629 2004-09-17  Wim Taymans  <wim@fluendo.com>
6631         * gst/tcp/gstfdset.c: (gst_fdset_wait):
6632         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
6633         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
6634         (gst_tcpserversink_close):
6635         Be a bit more paranoid when freeing memory.
6637 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6639         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
6640         (qtdemux_parse_trak):
6641           Don't crash by dividing by zero (see sample movie in #126922).
6643 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6645         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
6646           Don't touch non-existing data (fixes crash on file in #140147).
6648 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6650         * gst/playback/gstplaybasebin.c:
6651         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
6652           Handle double disposals, and proper change of URIs.
6654 2004-09-13  Martin Eikermann <meiker@upb.de>
6656         * gst/mpegstream/gstmpegparse.c:
6657           fix synchronistation for streams recorded from digital PCR
6658           fixes bug #119376
6660 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6662         * ext/gnomevfs/Makefile.am:
6663         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6664         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
6665         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
6666         (gst_gnomevfssink_uri_get_type),
6667         (gst_gnomevfssink_uri_get_protocols),
6668         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
6669         (gst_gnomevfssink_uri_handler_init),
6670         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
6671         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
6672         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
6673         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
6674         (gst_gnomevfssrc_uri_get_type),
6675         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
6676         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
6677         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
6678         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
6679         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
6680         * ext/gnomevfs/gstgnomevfsuri.h:
6681           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
6682           of fake URIs to see which this version of Gnome-VFS likes, and
6683           uses that for the Gst-URI interface. Makes playbin support http://
6684           streams. Also fix up some stupid behaviour in gnomevfssrc.
6686 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6688         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
6689         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6690         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
6691         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
6692           Update mixer (to sync with other sessions) if we try to obtain
6693           a new value. This makes alsamixer work accross applications.
6694         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
6695           Only call sync functions if we're running, else alsalib asserts.
6696         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
6697           Sometimes fails to compile. Possibly a gcc bug.
6698         * gst/playback/gstplaybin.c: (gen_video_element),
6699         (gen_audio_element):
6700           Add a reference to an application-provided object, because we lose
6701           this same reference if we add it to the bin. If we don't do this,
6702           we can only use this object once and thus crash if we go from
6703           ready to playing, back to ready and back to playing again.
6704           Also add an audioscale element because several cheap soundcards -
6705           like mine - don't support all samplerates.
6706         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6707         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
6708           Fix wrong order or PAR calls. Makes automatically obtained PAR
6709           from the X server atually being used.
6711 2004-09-12  David Schleef  <ds@schleef.org>
6713         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
6714         #151887, #152102, #152247.
6715         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
6716         * examples/seeking/cdparanoia.c: same
6717         * examples/seeking/cdplayer.c: same
6718         * examples/seeking/seek.c: same
6719         * examples/seeking/spider_seek.c: same
6720         * examples/seeking/vorbisfile.c: same
6721         * examples/stats/mp2ogg.c: same
6722         * ext/esd/esdsink.c: (gst_esdsink_class_init),
6723         (gst_esdsink_dispose): Dispose of element properly.
6724         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
6725         fixes.
6726         * ext/nas/nassink.c: (gst_nassink_class_init),
6727         (gst_nassink_dispose): Dispose of element correctly.
6728         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
6729         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
6730         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
6731         Fix 64-bit warning.
6732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
6733         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
6734         Fix 64-bit warning.
6736 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6738         * configure.ac : change speex detection as 1.1.6 now uses
6739           .pc/pkg-config and they changed their headers location.
6741 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
6743         * gst/matroska/matroska-mux.h:
6744         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
6745         (gst_matroska_mux_start), (gst_matroska_mux_finish),
6746         (gst_matroska_mux_write_data):
6747           Write multiple blocks/frames per cluster.
6748                 Write meta-seek information (seek heads).
6750 2004-09-09  Scott Wheeler <wheeler@kde.org>
6752         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
6753         (gst_play_bin_set_property), (gst_play_bin_get_property),
6754         (gen_audio_element), (gen_audio_element):
6755           Add a volume element / property to the pipeline.
6757 2004-09-07  Wim Taymans  <wim@fluendo.com>
6759         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
6760         Copy timestamps from the master pad to the output buffers.
6762 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6764         * ext/raw1394/gstdv1394src.c:
6765           throw errors when applicable
6767 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
6769         * gst/matroska/ebml-ids.h:
6770         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
6771         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
6772         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
6773           automatically convert unix time <-> ebml time when reading/writing
6774           a date, use gst_ebml_write_uint to write CUETIME,
6775           not gst_ebml_write_date.
6776         * gst/matroska/matroska-ids.h:
6777         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
6778         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
6779         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6780         (gst_matroska_mux_write_data):
6781           Write track and segment UIDs, write muxing date, write
6782           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
6783           Create cues for audio only files.
6785 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6787         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
6788         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
6789           Re-commit ALSA switches.
6790         * gst/adder/gstadder.c: (gst_adder_loop):
6791           64-bit fix (#151416).
6792         * gst/debug/progressreport.c: (gst_progressreport_report):
6793           64-bit fix (#151419).
6794         * gst/matroska/matroska-demux.c:
6795         (gst_matroska_demux_parse_contents):
6796           64-bit fix (#151420).
6797         * gst/playback/test3.c: (update_scale):
6798           64-bit fix (#151421).
6800 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6802         * configure.ac:
6803           bump nano to cvs
6805 === release 0.8.4 ===
6807 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6809         * configure.ac: releasing 0.8.4, "Alias"
6811 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6813         * ext/theora/Makefile.am:
6814           fix makefile.  Fixes #151462.
6816 2004-08-30  Wim Taymans  <wim@fluendo.com>
6818         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
6819         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
6820         (gst_multifdsink_remove_client_link),
6821         (gst_multifdsink_client_queue_buffer),
6822         (gst_multifdsink_handle_client_write):
6823         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
6824         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
6825         Fix some memory leaks.
6827 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6829         Patch by: David Schleef
6831         * configure.ac:
6832         * sys/Makefile.am:
6833           rename our detection macro for V4L2.  Fixes #151236.
6835 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6837         Patch by: David Schleef
6839         * configure.ac:
6840           check to define LAMEPRESET.  Fixes #151232.
6842 2004-08-27  David Schleef  <ds@schleef.org>
6844         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
6845         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
6846         (gst_glimagesink_fixate):  Move local variable declarations to
6847         make gcc-2.95 happy.
6849 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6851         * configure.ac:
6852           bump nano for prerelease
6854 2004-08-27  David Schleef  <ds@schleef.org>
6856         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
6857         * sys/sunaudio/gstsunaudiosrc.c:
6858         * sys/sunaudio/gstsunaudiosrc.h:
6860 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
6862         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
6863         handle EOS correctly
6864         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
6865         * gst/matroska/matroska-mux.h:
6866         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
6867         VFW compatibility mode
6869 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6871         patch by: Zaheer Abbas Merali
6873         * ext/ogg/gstoggmux.c:
6874         * ext/vorbis/vorbisenc.c:
6875         * ext/vorbis/vorbisenc.h:
6876           handle NEWMEDIA
6878 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
6880         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
6881         fix byte order reversion on little endian machines.
6882         * gst/matroska/matroska-mux.c: (audiosink_templ),
6883         (gst_matroska_mux_audio_pad_link):
6884         add TTA codec to the list of supported codecs.
6885         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
6886         (gst_matroska_mux_start), (gst_matroska_mux_finish),
6887         (gst_matroska_mux_write_data):
6888         * gst/matroska/matroska-mux.h:
6889         write segment duration correctly, write muxing app string, fixes bugs
6890         #140897 and #140898.
6891         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
6892         wait for all pads to be negotiated before starting to mux.
6894 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6896         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
6897         * ext/lame/gstlame.h:
6898         Added new media support to lame
6900 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
6902         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
6903         send vorbis headers at the beginning of a stream, fixes bug #141554.
6904         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
6905         bug #148950.
6906         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
6907         (gst_matroska_demux_plugin_init):
6908         * gst/matroska/matroska-ids.h:
6909         enable demuxing of TTA audio streams, fixes bug #148951.
6910         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
6911         enable typefinding for TTA audio files, fixes bug #148711.
6912         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
6913         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
6914         fixes playback of packed bitstream and xvid with bframes, bug #135407.
6916 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
6918         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
6919         (gst_riff_read_element_data), (gst_riff_read_seek),
6920         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
6921         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
6922         <teuf@gnome.org>
6924 2004-08-23 Iain <iaingnome@gmail.com>
6926         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
6927         tags. They appear to be handled differently to normal.
6928         (tag_list_to_id3_tag_foreach): Ditto.
6930 2004-08-22  Wim Taymans  <wim@fluendo.com>
6932         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
6933         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
6934         Make sure we never send -1 granulepos.
6936 2004-08-20  Wim Taymans  <wim@fluendo.com>
6938         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
6939         (gst_ogg_mux_loop):
6940         I will accept bitchslappings with non sharp objects.
6942 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6944         * configure.ac:
6945         Clean up the test for lame presets
6947 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6949         * configure.ac:
6950         * ext/lame/Makefile.am:
6951         * ext/lame/gstlame.c: (gst_lame_class_init),
6952         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
6953         Only enable lame presets if version of lame has presets in API
6955 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
6956         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
6957         * gst/udp/gstudpsrc.h:
6958           Don't call gst_pad_push in a get function. Fixes #150449
6960 2004-08-18  Wim Taymans  <wim@fluendo.com>
6962         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
6963         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
6964         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
6965         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
6966         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
6967         (gst_fdset_wait):
6968         * gst/tcp/gstfdset.h:
6969         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
6970         (gst_multifdsink_client_queue_buffer),
6971         (gst_multifdsink_handle_client_write):
6972         * gst/tcp/gstmultifdsink.h:
6973         Some extra checks in gstfdset.
6974         Only use send() when the fd is a socket. Don't try to
6975         read from write only fds.
6977 2004-08-18  Wim Taymans  <wim@fluendo.com>
6979         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
6980         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
6981         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
6982         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
6983         (gst_fdset_wait):
6984         Add more locking and bounds checking.
6986 2004-08-18  Wim Taymans  <wim@fluendo.com>
6988         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
6989         Realloc test fdset in the lock and right before starting
6990         the poll call. Bump the limit to 4096.
6992 2004-08-17  David Schleef  <ds@schleef.org>
6994         * sys/sunaudio/Makefile.am:
6995         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
6996         of rates and channels.  Make debugging less obnoxious.
6998         Patch from Balamurali Viswanathan implementing a mixer for
6999         Sun audio.  (bug #144091):
7000         * sys/sunaudio/gstsunelement.c:
7001         * sys/sunaudio/gstsunelement.h:
7002         * sys/sunaudio/gstsunmixer.c:
7003         * sys/sunaudio/gstsunmixer.h:
7005 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7007         * gst/audioscale/gstaudioscale.c:
7008         * gst/audioscale/gstaudioscale.h:
7009         made audioscale resample from any sample rate to any sample rate
7011 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7013         * ext/libpng/gstpngdec.c:
7014           error out on unsupported types
7016 2004-08-17  Iain <iaingnome@gmail.com>
7018         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
7019         mid_side and loose_mid_side properties if its a stereo stream.
7021 2004-08-17  Wim Taymans  <wim@fluendo.com>
7023         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
7024         (theora_get_formats), (theora_dec_src_convert),
7025         (theora_dec_sink_convert), (theora_dec_src_query),
7026         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
7027         Add a debug line.
7029 2004-08-17  Wim Taymans  <wim@fluendo.com>
7031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
7032         (gst_ogg_pad_push):
7033         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7034         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7035         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
7036         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
7037         Mark delta units in the muxer.
7038         Try to decode the packet after an out-of-sync error from
7039         libogg.
7041 2004-08-17  Wim Taymans  <wim@fluendo.com>
7043         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7044         (gst_multifdsink_init), (gst_multifdsink_add),
7045         (gst_multifdsink_client_queue_buffer),
7046         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
7047         * gst/tcp/gstmultifdsink.h:
7048         Added option to send a keyframe to clients as the first buffer.
7049         Make timeout property writable.
7051 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7053         patch by: Wim Taymans
7055         * gst/tcp/gstfdset.c:
7056         * gst/tcp/gstmultifdsink.c:
7057           fix index comparison, should include 0
7059 2004-08-16  Wim Taymans  <wim@fluendo.com>
7061         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
7062         (gst_fdset_add_fd), (gst_fdset_remove_fd),
7063         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
7064         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
7065         (gst_fdset_wait):
7066           copy when reallocing for poll so the select arguments don't get
7067           changed during the call
7069 2004-08-16  Wim Taymans  <wim@fluendo.com>
7071         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
7072         (gst_theora_enc_class_init), (theora_enc_sink_link),
7073         (theora_buffer_from_packet), (theora_enc_chain):
7074         Fix bug where buffers were not marked as keyframes
7075         correctly.
7077 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7079         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
7080         (gst_lame_preset_get_type), (gst_lame_class_init):
7081         describe the enum values for vbr mode and presets more verbosely
7083 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7085         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
7086         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
7087         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
7088         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
7089         * ext/lame/gstlame.h:
7090         add preset property to lame so it can use lame presets
7092 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7094         * ext/lame/gstlame.c: (gst_lame_get_property):
7095         whoops forgot break, thanks teuf
7097 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7099         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
7100         (gst_lame_class_init), (gst_lame_src_getcaps),
7101         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
7102         (gst_lame_get_property), (gst_lame_setup):
7103         * ext/lame/gstlame.h:
7104         fix lame's broken vbr stuff, allow it to resample if need be, and also
7105         make xing header optional
7107 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7109         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
7110         added getcaps function so samplerate doesnt get fixated to silly values
7112 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7114         * ext/lame/gstlame.c: (gst_lame_src_link):
7115         revert previous fix
7117 2004-08-12  Johan Dahlin  <johan@gnome.org>
7119         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
7120         checks. Doesn't matter what state we are in. Interfaces are a
7121         compile time thing, not runtime. It also broke the python bindings.
7123 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7125         * ext/lame/gstlame.c: (gst_lame_src_link):
7126         made source pad link function check if sinkpad is ok..fixes the problem
7127         where core fixates the output rate of lame stupidly
7129 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7131         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
7132         * sys/v4l/v4l_calls.c:
7133         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
7134           fix fixate function to handle nonsimple caps.
7135           remove bogus check in _link
7136           cleanups
7138 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7140         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
7141         set default compression ratio parameter to 0.0 so bitrate parameter
7142         works :)
7144 2004-08-11  David Schleef  <ds@schleef.org>
7146         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
7148 2004-08-11  David Schleef  <ds@schleef.org>
7150         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
7151         before.
7153 2004-08-11  David Schleef  <ds@schleef.org>
7155         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
7157 2004-08-11  David Schleef  <ds@schleef.org>
7159         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
7160           license field
7161         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
7162         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
7163           LGPL.
7164         * gst/auparse/gstauparse.c: Fix plugin license field.
7165         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
7166         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
7167         * gst/rtp/gstrtp.c: Fix plugin license field.
7169 2004-08-11  Wim Taymans  <wim@fluendo.com>
7171         * gst/tcp/Makefile.am:
7172         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
7173         (ensure_size), (gst_fdset_new), (gst_fdset_free),
7174         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
7175         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
7176         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
7177         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
7178         (gst_fdset_fd_can_write), (gst_fdset_wait):
7179         * gst/tcp/gstfdset.h:
7180         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
7181         (gst_multifdsink_class_init), (gst_multifdsink_init),
7182         (gst_multifdsink_add), (gst_multifdsink_remove),
7183         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7184         (gst_multifdsink_remove_client_link),
7185         (gst_multifdsink_handle_client_read),
7186         (gst_multifdsink_client_queue_data),
7187         (gst_multifdsink_client_queue_caps),
7188         (gst_multifdsink_client_queue_buffer),
7189         (gst_multifdsink_handle_client_write),
7190         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7191         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
7192         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
7193         (gst_multifdsink_close):
7194         * gst/tcp/gstmultifdsink.h:
7195         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
7196         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
7197         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
7198         (gst_tcpserversink_close):
7199         * gst/tcp/gsttcpserversink.h:
7200         Abstracted away the select call, implemented poll (yes we ran into
7201         the 1024 limit in production).
7203 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7205         * gst/tcp/gsttcp.c:
7206         * gst/tcp/gsttcpplugin.c:
7207           improve debuggging, remove assert
7209 2004-08-10  Wim Taymans  <wim@fluendo.com>
7211         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
7212         (gst_client_status_get_type), (gst_multifdsink_class_init),
7213         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7214         (gst_multifdsink_handle_client_read),
7215         (gst_multifdsink_handle_client_write),
7216         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7217         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
7218         (gst_multifdsink_get_property):
7219         * gst/tcp/gstmultifdsink.h:
7220         * gst/tcp/gsttcp-marshal.list:
7221         Starting to prepare for specifying buffer time in other units
7222         than buffers. Expose remove reason in signal.
7224 2004-08-10  Wim Taymans  <wim@fluendo.com>
7226         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
7227         (gst_multifdsink_remove), (gst_multifdsink_clear),
7228         (gst_multifdsink_remove_client_link),
7229         (gst_multifdsink_handle_client_read),
7230         (gst_multifdsink_client_queue_data),
7231         (gst_multifdsink_client_queue_buffer),
7232         (gst_multifdsink_handle_client_write),
7233         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7234         (gst_multifdsink_chain), (gst_multifdsink_close):
7235         * gst/tcp/gstmultifdsink.h:
7236         Added more debugging info. Changed the way clients are
7237         removed from the lists. Fixed a bug where a bad file descriptor
7238         could cause many clients to be removed.
7240 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7242         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
7243           allow all pixel-aspect-ratios, not just 1:1
7245 2004-08-09  David Schleef  <ds@schleef.org>
7247         * sys/glsink/ARB_multitexture.h:  Remove old files.
7248         * sys/glsink/EXT_paletted_texture.h:
7249         * sys/glsink/NV_register_combiners.h:
7250         * sys/glsink/gstgl_nvimage.c:
7251         * sys/glsink/gstgl_pdrimage.c:
7252         * sys/glsink/gstgl_rgbimage.c:
7253         * sys/glsink/gstglsink.c:
7254         * sys/glsink/gstglsink.h:
7255         * sys/glsink/gstglxwindow.c:
7256         * sys/glsink/regcomb_yuvrgb.c:
7258 2004-08-09  David Schleef  <ds@schleef.org>
7260         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
7261         GL sink plugin.  (Bug #147302)
7263         * configure.ac: Test for OpenGL
7264         * sys/Makefile.am: Use test for OpenGL
7265         * sys/glsink/Makefile.am:
7266         * sys/glsink/glimagesink.c: rewrite
7267         * sys/glsink/glimagesink.h: rewrite
7269 2004-08-09  David Schleef  <ds@schleef.org>
7271         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
7272         sane framerates.
7273         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
7274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
7275         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
7277 2004-08-09  Wim Taymans  <wim@fluendo.com>
7279         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7280         (gst_multifdsink_add), (gst_multifdsink_get_stats),
7281         (gst_multifdsink_client_remove),
7282         (gst_multifdsink_handle_client_read),
7283         (gst_multifdsink_handle_client_write),
7284         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
7285         Do a bit more logging, make the client_read code more robust.
7287 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7289         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
7290         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
7291         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
7292         (gst_jpegdec_init), (gst_jpegdec_chain):
7293         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7294         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
7295           cleanups, debugging fixes and memleak plugging
7297 2004-08-09  Wim Taymans  <wim@fluendo.com>
7299         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
7300         (theora_get_formats), (theora_dec_src_convert),
7301         (theora_dec_sink_convert), (theora_dec_src_query),
7302         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
7303         (theora_dec_change_state):
7304         Don't crash on missing header packets.
7306 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7308         * po/LINGUAS:
7309         * po/sq.po:
7310           Added Albanian translation (Laurent Dhima)
7311         * po/cs.po:
7312           updated
7314 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7316         * ext/lame/gstlame.c:
7317           fix/add debugging
7319 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7321         * sys/ximage/ximagesink.c:
7322         * sys/xvimage/xvimagesink.c:
7323           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
7325 2004-08-06  Wim Taymans  <wim@fluendo.com>
7327         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7328         (gst_multifdsink_add), (gst_multifdsink_get_stats),
7329         (gst_multifdsink_client_remove),
7330         (gst_multifdsink_handle_client_read),
7331         (gst_multifdsink_handle_client_write),
7332         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
7333         Make sure we don't try to read more from a client that what
7334         ioctl says us or we deadlock.
7336 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7338         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
7339         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
7340         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
7341           decouple running_time and n_frames so it can handle changing
7342           framerate while running
7344 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7346         * po/nl.po:
7347         * po/sv.po:
7348           updated translations
7350 2004-08-04  Benjamin Otte  <otte@gnome.org>
7352         * gst/videotestsrc/gstvideotestsrc.c:
7353         (gst_videotestsrc_get_capslist), (generate_capslist),
7354         (plugin_init):
7355           generate the list of supported caps at startup and reuse it instead
7356           of always generating it
7358 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7360         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
7361           whoops, last checkin broke normal build
7363 2004-08-03  Benjamin Otte  <otte@gnome.org>
7365         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
7366         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
7367         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
7368         (gst_alsa_mixer_get_option):
7369         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
7370         (dvdnavsrc_print_event):
7371         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
7372         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
7373         (gst_ogg_mux_pad_unlink):
7374         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
7375         (gst_multipart_mux_pad_unlink):
7376         * gst/videofilter/gstvideobalance.c:
7377         (gst_videobalance_colorbalance_set_value):
7378         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
7379         (gst_videomixer_pad_unlink):
7380         * po/uk.po:
7381         * sys/oss/gstossmixer.c:
7382         * sys/v4l/gstv4lcolorbalance.c:
7383         * sys/v4l/gstv4ltuner.c:
7384         * sys/v4l/v4lsrc_calls.c:
7385         * sys/v4l2/gstv4l2colorbalance.c:
7386         * sys/v4l2/gstv4l2tuner.c:
7387           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
7389 2004-08-03  Benjamin Otte  <otte@gnome.org>
7391         * examples/dynparams/filter.c: (ui_control_create):
7392         * examples/gstplay/player.c: (print_tag):
7393         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
7394         * ext/gdk_pixbuf/gstgdkanimation.c:
7395         (gst_gdk_animation_iter_may_advance):
7396         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
7397         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
7398         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
7399         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
7400         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
7401         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
7402         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
7403         * gst/sine/demo-dparams.c: (main):
7404         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
7405         * testsuite/alsa/formats.c: (create_pipeline):
7406         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
7407           fixes for G_DISABLE_ASSERT and friends
7408         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
7409         (mp3_type_frame_length_from_header), (mp3_type_find),
7410         (plugin_init):
7411           require mp3 typefinding to have at least MIN_HEADERS valid headers
7412           add typefinding for AAC adts files
7414 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
7416         * sys/ximage/ximagesink.c:
7417         (gst_ximagesink_calculate_pixel_aspect_ratio):
7418         * sys/xvimage/xvimagesink.c:
7419         (gst_xvimagesink_calculate_pixel_aspect_ratio):
7420         Make sure we calculate pixel-aspect-ratio using floating point maths
7422 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7424         * po/uk.po:
7425           updated translation
7427 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7429         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
7430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
7431           add debugging for display PAR calculation
7433 2004-08-02  David Schleef  <ds@schleef.org>
7435         * configure.ac: Fix mikmod CFLAGS.
7437 2004-07-27  Benjamin Otte  <otte@gnome.org>
7439         * gst/audioscale/gstaudioscale.c:
7440         - fix templates to only support S16, it's the only format that works
7441         - make caps nego code use try_set_caps_nonfixed and fixation instead
7442         of try_set_caps twice, which is not nice for autopluggers
7443         - change rank to secondary, so autopluggers can pick it up after
7444         audioconvert
7446 2004-08-02  Iain <iain@prettypeople.org>
7448         * gst/interleave/interleave.c (interleave_init),
7449         (interleave_request_new_pad),
7450         (interleave_pad_removed),
7451         (interleave_buffered_loop): Use the real pad count, not the artificial
7452         one.
7454 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7456         * configure.ac: bump nano back to development
7458 === release 0.8.3 ===
7460 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7462         * configure.ac: releasing 0.8.3, "Water"
7464 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7466         * sys/xvimage/xvimagesink.c:
7467         (gst_xvimagesink_calculate_pixel_aspect_ratio),
7468         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
7469         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
7470         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7471         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7472         * sys/xvimage/xvimagesink.h:
7473           apply similar PAR fixes as to ximagesink
7475 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7477         patch from: Benjamin Otte
7479         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
7480           add link function to lame.  Fixes #148986.
7482 2004-08-02  Johan Dahlin  <johan@gnome.org>
7484         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
7485         fix debugging log
7487 2004-07-30  David Schleef  <ds@schleef.org>
7489         * gst/videomixer/Makefile.am: Fix things that should have been
7490         fixed in the last checkin.
7492 2004-07-30  David Schleef  <ds@schleef.org>
7494         * gst/multipart/Makefile.am: Fix things that should have been
7495         fixed in the last checkin.
7497 2004-07-30  David Schleef  <ds@schleef.org>
7499         * testsuite/multifilesink/Makefile.am: Fix unused variable.
7501 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7503         * configure.ac:
7504           bump nano for prerelease
7505         * po/af.po:
7506         * po/az.po:
7507         * po/cs.po:
7508         * po/en_GB.po:
7509         * po/hu.po:
7510         * po/nl.po:
7511         * po/sr.po:
7512         * po/sv.po:
7513         * po/uk.po:
7514           updates
7516 2004-07-30  Wim Taymans  <wim@fluendo.com>
7518         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7519         (gst_multifdsink_add), (gst_multifdsink_remove),
7520         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7521         (gst_multifdsink_client_remove),
7522         (gst_multifdsink_handle_client_write),
7523         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
7524         * gst/tcp/gstmultifdsink.h:
7525         Recover from a select with a bad file descriptor by removing
7526         the client.
7528 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7530         * configure.ac:
7531           fix requirement of core
7532         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
7533         (gst_play_pipeline_setup):
7534           don't use colorspace element.  do use hermescolorspace element.
7535           make macro to get a colorspace element.
7536           mark strings for translation.
7537         * po/POTFILES.in:
7538           add play.c
7539         * po/af.po:
7540         * po/az.po:
7541         * po/cs.po:
7542         * po/en_GB.po:
7543         * po/hu.po:
7544         * po/nl.po:
7545         * po/sr.po:
7546         * po/sv.po:
7547         * po/uk.po:
7548           update translations
7550 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7552         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
7553         fix default for newmedia flag
7555 2004-07-30  Wim Taymans  <wim@fluendo.com>
7557         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
7558         (gst_theora_dec_init), (theora_get_formats),
7559         (theora_dec_src_convert), (theora_dec_sink_convert),
7560         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
7561         (theora_dec_chain), (theora_dec_set_property),
7562         (theora_dec_get_property):
7563         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
7564         (gst_theora_enc_class_init), (gst_theora_enc_init),
7565         (theora_enc_sink_link), (theora_enc_chain),
7566         (theora_enc_set_property), (theora_enc_get_property):
7567         Added cropping option to theora decoder.
7568         Added border option to theora encoder.
7570 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7572         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7573         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7574         (gst_pngenc_set_property):
7575         * ext/libpng/gstpngenc.h:
7576         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
7578 2004-07-30  Wim Taymans  <wim@fluendo.com>
7580         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7581         (theora_enc_sink_link), (theora_enc_chain),
7582         (theora_enc_set_property), (theora_enc_get_property):
7583         Fix encoding of non-multiple-of-16 video.
7585 2004-07-29  David Schleef  <ds@schleef.org>
7587         * configure.ac: make test for audiofile more strict
7589 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7591         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7592           give different names to typefind functions
7594 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7596         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7597         (gst_ximagesink_calculate_pixel_aspect_ratio),
7598         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
7599         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
7600         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
7601         (gst_ximagesink_get_property), (gst_ximagesink_init):
7602         * sys/ximage/ximagesink.h:
7603           allocate PAR's dynamically.
7604           use autodetected PAR if no object-set PAR is given.
7605           add workaround for directfb's X not setting physical size.
7606           fix to xvimagesink will follow tomorrow.
7608 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7610         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
7611         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
7612         (gst_shout2send_get_type), (gst_shout2send_set_clock),
7613         (gst_shout2send_class_init), (gst_shout2send_init),
7614         (set_shout_metadata), (gst_shout2send_set_metadata),
7615         (gst_shout2send_chain), (gst_shout2send_set_property),
7616         (gst_shout2send_get_property), (gst_shout2send_connect),
7617         (gst_shout2send_change_state):
7618         * ext/shout2/gstshout2.h:
7619         - fix for sending mp3 audio to icecast2 server, if pad link function not
7620         called before PAUSED state
7621         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
7622         - added tagging support for mp3 audio broadcasted
7623         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
7624         debug info
7626 2004-07-28  Wim Taymans  <wim@fluendo.com>
7628         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7629         (gst_ogg_demux_push):
7630         Return query failure when we don't know the length of
7631         an ogg stream insteda of returning TRUE with a bogus value.
7633 2004-07-28  Wim Taymans  <wim@fluendo.com>
7635         * ext/theora/theoradec.c: (theora_get_formats),
7636         (theora_dec_src_convert), (theora_dec_sink_convert),
7637         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
7638         (theora_dec_chain):
7639         Don't screw up the 1 Chroma for 1 luma sample situation when we
7640         have an odd offset/width by adding a black border in those cases.
7642 2004-07-28  Wim Taymans  <wim@fluendo.com>
7644         * ext/theora/theoradec.c: (theora_get_formats),
7645         (theora_dec_src_convert), (theora_dec_sink_convert),
7646         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
7647         (theora_dec_chain):
7648         * ext/theora/theoraenc.c: (theora_enc_sink_link):
7649         Added first attempt at cropping of the image as required by the
7650         theora spec. We need more properties in the caps (offset_x,
7651         offset_y,stride) to implement this correctly.
7653 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
7655         * ext/dvdnav/README:
7656           Update the README to use dvddemux
7657         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
7658           Ensure getcaps returns a subset of the template caps
7659         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
7660         (gst_mpeg2subt_init):
7661           Ensure getcaps returns a subset of the template caps
7662         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7663         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
7664         (gst_dvd_demux_get_subpicture_stream),
7665         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
7666         * gst/mpegstream/gstdvddemux.h:
7667           Set the explicit caps on the current_video pad before pushing
7668           anything
7669         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
7670         (gst_mpeg_demux_get_audio_stream):
7671           Free caps used to gst_pad_set_explicit_caps, which takes a const
7672           GstCaps *
7674 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7676         * configure.ac: update GStreamer requirement to 0.8.4 because of
7677           GstFraction.
7679 2004-07-28  Wim Taymans  <wim@fluendo.com>
7681         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
7682         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
7683         Add the pad to the element after setting up the caps. This
7684         makes it a lot easier to autoplug.
7686 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
7688         * gst/median/gstmedian.c:
7689         * gst/mpeg2subt/gstmpeg2subt.c:
7690         * gst/mpegaudioparse/gstmpegaudioparse.c:
7691         * gst/mpegstream/gstdvddemux.c:
7692         * gst/mpegstream/gstmpegdemux.c:
7693         * gst/mpegstream/gstmpegpacketize.c:
7694         * gst/rtjpeg/gstrtjpeg.c:
7695         * gst/rtjpeg/gstrtjpegdec.c:
7696         * gst/rtjpeg/gstrtjpegenc.c:
7697         * gst/sine/gstsinesrc.c:
7698         * gst/smooth/gstsmooth.c:
7699         * gst/smpte/gstsmpte.c:
7700         * gst/smpte/gstsmpte.h:
7701         * gst/stereo/gststereo.c:
7702         * gst/videofilter/gstgamma.c:
7703         * gst/videofilter/gstvideobalance.c:
7704         * gst/videofilter/gstvideofilter.c:
7705         * gst/videofilter/gstvideoflip.c:
7706         * gst/videoscale/gstvideoscale.c:
7707         * gst/videoscale/videoscale.c:
7708         * gst/videotestsrc/gstvideotestsrc.c:
7709         * gst/videotestsrc/videotestsrc.c:
7710         * gst/wavenc/gstwavenc.c:
7711         * gst/wavparse/gstwavparse.c:
7712           fix local includes and 64 bits constants
7714 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
7716         * win32/gst.sln:
7717         * gst-libs/gst/*/*.vcproj:
7718         * gst/*/*.vcproj:
7719           more working plugins
7721 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7723         * testsuite/alsa/Makefile.am:
7724         * testsuite/alsa/srcstate.c:
7725         add test for alsasrc changing state
7727 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7729         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
7730         (gst_silence_get):
7731         * gst/silence/gstsilence.h:
7732         fix silence generation for 16bit raw audio
7734 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7736         * gst/matroska/matroska-demux.c:
7737         (gst_matroska_demux_parse_metadata),
7738         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
7739         * gst/mpegaudio/common.c:
7740         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7741         (gst_videoscale_getcaps), (gst_videoscale_link),
7742         (gst_videoscale_src_fixate), (gst_videoscale_init),
7743         (gst_videoscale_finalize):
7744         * gst/videoscale/gstvideoscale.h:
7745         * gst/videotestsrc/gstvideotestsrc.c:
7746         (gst_videotestsrc_get_capslist):
7747         * gst/wavenc/gstwavenc.c:
7748         * sys/oss/gstossmixer.c: (fill_labels):
7749         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7750         (gst_ximagesink_handle_xevents),
7751         (gst_ximagesink_calculate_pixel_aspect_ratio),
7752         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
7753         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
7754         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
7755         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7756         (gst_ximagesink_init), (gst_ximagesink_class_init):
7757         * sys/ximage/ximagesink.h:
7758         * sys/xvimage/xvimagesink.c:
7759         (gst_xvimagesink_calculate_pixel_aspect_ratio),
7760         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
7761         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
7762         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7763         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7764         * sys/xvimage/xvimagesink.h:
7765           first batch of pixel aspect ratio commits.
7767 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7769         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7770         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
7771         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
7772           handle stride, needs work if we want to move stride handling
7773           upstream, but works correctly for our purposes.
7775 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7777         * gst/videoscale/README:
7778           add testing examples
7779         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
7780         (gst_videoscale_chain):
7781         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
7782         (gst_videoscale_get_size):
7783           add get_size function that handles stride like videotestsrc.
7784           fixes conversion for YUV formats for as much as I can test them.
7786 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7788         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7789         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
7791         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
7792         (gst_xvimagesink_xvimage_put):
7793           further cleanups, logging, error handling and synchronizing
7795 2004-07-27  Wim Taymans  <wim@fluendo.com>
7797         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
7798         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
7799         (gst_videomixer_pad_set_property),
7800         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
7801         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
7802         (gst_videomixer_class_init), (gst_videomixer_init),
7803         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
7804         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
7805         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
7806         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
7807         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
7808         (gst_videomixer_loop), (plugin_init):
7809         Be a nicer negotiation citizen and provide a getcaps function on
7810         the srcpad. This also fixes a crash when resizing.
7812 2004-07-27  Julien MOUTTE  <julien@moutte.net>
7814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
7815         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
7817 2004-07-27  Wim Taymans  <wim@fluendo.com>
7819         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
7820         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7821         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7822         (gst_pngenc_set_property):
7823         * ext/libpng/gstpngenc.h:
7824         Added snapshot property to pngenc.
7825         removed g_print from pngdec
7827 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
7829         * gst/ac3parse/ac3parse.vcproj
7830         * gst/adder/adder.vcproj
7831         * gst/alpha/alpha.vcproj
7832         * gst/alpha/alphacolor.vcproj
7833         * gst/asfdemux/asf.vcproj
7834         * gst/audioconvert/audioconvert.vcproj
7835         * gst/audiorate/audiorate.vcproj
7836         * gst/audioscale/audioscale.vcproj
7837         * gst/auparse/auparse.vcproj
7838         * gst/avi/avi.vcproj
7839         * gst/cdxaparse/cdxaparse.vcproj
7840         * gst/chart/chart.vcproj
7841         * gst/colorspace/colorspace.vcproj
7842         * gst/cutter/cutter.vcproj
7843         * gst/debug/debug.vcproj
7844         * gst/debug/efence.vcproj
7845         * gst/debug/navigationtest.vcproj
7846         * gst/deinterlace/deinterlace.vcproj
7847         * gst/effectv/effectv.vcproj
7848         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
7849         * gst/filter/filter.vcproj
7850         * gst/flx/flxdec.vcproj
7851         * gst/goom/goom.vcproj
7852         * gst/interleave/interleave.vcproj
7853         * gst/law/alaw.vcproj
7854         * gst/law/mulaw.vcproj
7855         * gst/matroska/matroska.vcproj
7856         * gst/median/median.vcproj
7857         * gst/mixmatrix/mixmatrix.vcproj
7858         * gst/mpeg1sys/mpeg1systemencode.vcproj
7859         * gst/mpeg1videoparse/mp1videoparse.vcproj
7860         * gst/mpeg2sub/mpeg2subt.vcproj
7861         * gst/mpegaudio/mpegaudio.vcproj
7862         * gst/mpegaudioparse/mpegaudioparse.vcproj
7863         * gst/mpegstream/mpegstream.vcproj
7864         * gst/multifilesink/multifilesink.vcproj
7865         * gst/multipart/multipart.vcproj
7866         * gst/oneton/oneton.vcproj
7867         * gst/overlay/overlay.vcproj
7868         * gst/passthrough/passthrough.vcproj
7869         * gst/qtdemux/qtdemux.vcproj
7870         * gst/realmedia/rmdemux.vcproj
7871         * gst/rtjpeg/rtjpeg.vcproj
7872         * gst/rtp/rtp.vcproj
7873         * gst/silence/silence.vcproj
7874         * gst/sine/sinesrc.vcproj
7875         * gst/smooth/smooth.vcproj
7876         * gst/smpte/smpte.vcproj
7877         * gst/spectrum/spectrum.vcproj
7878         * gst/speed/speed.vcproj
7879         * gst/stereo/stereo.vcproj
7880         * gst/switch/switch.vcproj
7881         * gst/tags/tagedit.vcproj
7882         * gst/tcp/tcp.vcproj
7883         * gst/typefind/typefindfunctions.vcproj
7884         * gst/udp/udp.vcproj
7885         * gst/videobox/videobox.vcproj
7886         * gst/videocrop/videocrop.vcproj
7887         * gst/videodrop/videodrop.vcproj
7888         * gst/videofilter/gamma.vcproj
7889         * gst/videofilter/videobalance.vcproj
7890         * gst/videofilter/videofilter.vcproj
7891         * gst/videofilter/videoflip.vcproj
7892         * gst/videoflip/videoflip.vcproj
7893         * gst/videomixer/videomixer.vcproj
7894         * gst/videorate/videorate.vcproj
7895         * gst/videoscale/videoscale.vcproj
7896         * gst/videotestsrc/videotestsrc.vcproj
7897         * gst/virtualdub/virtualdub.vcproj
7898         * gst/volenv/volenv.vcproj
7899         * gst/volume/volume.vcproj
7900         * gst/wavenc/wavenc.vcproj
7901         * gst/wavparse/wavparse.vcproj
7902         * gst/y4m/y4menc.vcproj
7903         * gst-libs/gst/audio/audio.vcproj
7904         * gst-libs/gst/audio/audiofilter.vcproj
7905         * gst-libs/gst/colorbalance/colorbalance.vcproj
7906         * gst-libs/gst/idct/idtc.vcproj
7907         * gst-libs/gst/media-info/media-info.vcproj
7908         * gst-libs/gst/mixer/mixer.vcproj
7909         * gst-libs/gst/navigation/navigation.vcproj
7910         * gst-libs/gst/play/play.vcproj
7911         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
7912         * gst-libs/gst/resample/resample.vcproj
7913         * gst-libs/gst/riff/riff.vcproj
7914         * gst-libs/gst/tuner/tuner.vcproj
7915         * gst-libs/gst/video/video.vcproj
7916         * gst-libs/gst/xoverlay/xoverlay.vcproj
7917           avoid problems with math.h, fix release dependancy
7918           rename GStreamer-0.8.lib to libgstreamer.lib
7920 2004-07-27  Julien MOUTTE  <julien@moutte.net>
7922         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
7923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
7924         the atom is not available we have to unlock the mutex. Fixes #148023
7926 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
7928         * gst-libs/gst/media-info/media-info.h:
7929           issue for a vararg macro with MSVC
7931 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
7933         * gst/effectv/effectv.vcproj
7934         * gst-libs/gst/idct/idct.vcproj:
7935         * gst-libs/gst/media-info/media-info.vcproj:
7936         * gst-libs/gst/navigation/navigation.vcproj:
7937         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
7938         * gst-libs/gst/video/video.vcproj:
7939         * gst-libs/gst/xoverlay/xoverlay.vcproj:
7940           fixes for build problems
7942 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
7944         * gst-libs/gst/audio/audio.def:
7945         * gst-libs/gst/audio/riff.def:
7946           add some definitions needed by plugins
7948 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
7950         * gst/asfdemux/gstasfmux.c
7951           Fix some 64 bits constants to be glib friendly
7953 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
7955         * gst/ac3parse/gstac3parse.c
7956         * gst/audioscale/gstaudioscale.c
7957         * gst/auparse/gstauparse.c
7958         * gst/colorspace/gstcolorspace.c
7959         * gst/colorspace/yuv2rgb.h
7960           local include fixes
7962 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
7964         * win32/gst.sln
7965           add more plugins to the build
7967 2004-07-26  Julien MOUTTE  <julien@moutte.net>
7969         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7970         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
7972 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7974         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
7975         (gst_level_set_property), (gst_level_get_property),
7976         (gst_level_base_init), (gst_level_class_init):
7977           add debugging categories.  cleanups.
7979 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7981         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
7982         (gst_videoscale_planar411), (gst_videoscale_planar400),
7983         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
7984         (gst_videoscale_scale_nearest_str1),
7985         (gst_videoscale_scale_nearest_str2),
7986         (gst_videoscale_scale_nearest_str4),
7987         (gst_videoscale_scale_nearest_16bit),
7988         (gst_videoscale_scale_nearest_24bit):
7989           fixed stride issues
7990           tested with 320x240 -> 321, 322, 324 x240
7991           tested with YV12, I420, YUY2, UYVY
7992           fixed packed422rev (don't think it could have worked before)
7993           by testing with UYVY
7995 2004-07-26  Benjamin Otte  <otte@gnome.org>
7997         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
7998         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
7999         (plugin_init):
8000           add debugging category, add error checks like checking return values
8001           of setup calls, make sure it still works after
8002           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
8004 2004-07-26  Wim Taymans  <wim@fluendo.com>
8006         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
8007         (gst_mpeg_demux_get_audio_stream),
8008         (gst_mpeg_demux_process_private):
8009         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
8010         Check for error codes from the negotiation functions. Make sure
8011         we really set the pad caps when a new pad is created.
8013 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8015         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8016         (gst_ffmpeg_caps_to_pix_fmt):
8017         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
8018         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8019         (gst_ffmpegcolorspace_pad_link):
8020           don't make function do two things at the same time without reason.
8022 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8024         * gst/ac3parse/ac3parse.vcproj
8025         * gst/adder/adder.vcproj
8026         * gst/alpha/alpha.vcproj
8027         * gst/alpha/alphacolor.vcproj
8028         * gst/asfdemux/asf.vcproj
8029         * gst/audioconvert/audioconvert.vcproj
8030         * gst/audiorate/audiorate.vcproj
8031         * gst/audioscale/audioscale.vcproj
8032         * gst/auparse/auparse.vcproj
8033         * gst/avi/avi.vcproj
8034         * gst/cdxaparse/cdxaparse.vcproj
8035         * gst/chart/chart.vcproj
8036         * gst/colorspace/colorspace.vcproj
8037         * gst/cutter/cutter.vcproj
8038         * gst/debug/debug.vcproj
8039         * gst/debug/efence.vcproj
8040         * gst/debug/navigationtest.vcproj
8041         * gst/deinterlace/deinterlace.vcproj
8042         * gst/effectv/effectv.vcproj
8043         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
8044         * gst/filter/filter.vcproj
8045         * gst/flx/flxdec.vcproj
8046         * gst/goom/goom.vcproj
8047         * gst/interleave/interleave.vcproj
8048         * gst/law/alaw.vcproj
8049         * gst/law/mulaw.vcproj
8050         * gst/matroska/matroska.vcproj
8051         * gst/median/median.vcproj
8052         * gst/mixmatrix/mixmatrix.vcproj
8053         * gst/mpeg1sys/mpeg1systemencode.vcproj
8054         * gst/mpeg1videoparse/mp1videoparse.vcproj
8055         * gst/mpeg2sub/mpeg2subt.vcproj
8056         * gst/mpegaudio/mpegaudio.vcproj
8057         * gst/mpegaudioparse/mpegaudioparse.vcproj
8058         * gst/mpegstream/mpegstream.vcproj
8059         * gst/multifilesink/multifilesink.vcproj
8060         * gst/multipart/multipart.vcproj
8061         * gst/oneton/oneton.vcproj
8062         * gst/overlay/overlay.vcproj
8063         * gst/passthrough/passthrough.vcproj
8064         * gst/qtdemux/qtdemux.vcproj
8065         * gst/realmedia/rmdemux.vcproj
8066         * gst/rtjpeg/rtjpeg.vcproj
8067         * gst/rtp/rtp.vcproj
8068         * gst/silence/silence.vcproj
8069         * gst/sine/sinesrc.vcproj
8070         * gst/smooth/smooth.vcproj
8071         * gst/smpte/smpte.vcproj
8072         * gst/spectrum/spectrum.vcproj
8073         * gst/speed/speed.vcproj
8074         * gst/stereo/stereo.vcproj
8075         * gst/switch/switch.vcproj
8076         * gst/tags/tagedit.vcproj
8077         * gst/tcp/tcp.vcproj
8078         * gst/typefind/typefindfunctions.vcproj
8079         * gst/udp/udp.vcproj
8080         * gst/videobox/videobox.vcproj
8081         * gst/videocrop/videocrop.vcproj
8082         * gst/videodrop/videodrop.vcproj
8083         * gst/videofilter/gamma.vcproj
8084         * gst/videofilter/videobalance.vcproj
8085         * gst/videofilter/videofilter.vcproj
8086         * gst/videofilter/videoflip.vcproj
8087         * gst/videoflip/videoflip.vcproj
8088         * gst/videomixer/videomixer.vcproj
8089         * gst/videorate/videorate.vcproj
8090         * gst/videoscale/videoscale.vcproj
8091         * gst/videotestsrc/videotestsrc.vcproj
8092         * gst/virtualdub/virtualdub.vcproj
8093         * gst/volenv/volenv.vcproj
8094         * gst/volume/volume.vcproj
8095         * gst/wavenc/wavenc.vcproj
8096         * gst/wavparse/wavparse.vcproj
8097         * gst/y4m/y4menc.vcproj
8098           more plugins supported under windows
8100 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8102         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8103         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
8104         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
8105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8106         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
8107           Add debugging statements.  Use the sizes as returned by the
8108           *CreateImage calls.
8110 2004-07-26  Johan Dahlin  <johan@gnome.org>
8112         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
8113         the pad is negotiated.
8115         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
8117 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8119         * gst-libs/gst/colorbalance/colorbalance.vcproj:
8120         * gst-libs/gst/idct/idct.vcproj:
8121         * gst-libs/gst/media-info/media-info.vcproj:
8122         * gst-libs/gst/mixer/mixer.vcproj:
8123         * gst-libs/gst/navigation/navigation.vcproj:
8124         * gst-libs/gst/play/play.vcproj:
8125         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
8126         * gst-libs/gst/resample/resample.vcproj:
8127         * gst-libs/gst/tuner/tuner.vcproj:
8128         * gst-libs/gst/video/video.vcproj:
8129         * gst-libs/gst/xoverlay/xoverlay.vcproj:
8130           more plugins supported under windows
8132 2004-07-25 Iain <iain@prettypeople.org>
8134         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
8135         pad now rather than when the pad is created because state changes wipe
8136         explicit caps (fixes #148043).
8138 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
8140         reviewed by Benjamin Otte  <otte@gnome.org>
8142         * ext/mad/gstmad.c:
8143           fix mad plugin crashing on Sun (fixes #148289)
8145 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
8147         * gst/avi/avi.def:
8148         * gst/avi/avi.vcproj:
8149         * gst/matroska/matroska.def:
8150         * gst/matroska/matroska.vcproj:
8151           remove unused .def files
8153 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
8155         * gst-libs/gst/audio/gstaudiofilter.c:
8156           Clean the local include
8158 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
8160         * win32/gst.sln:
8161         * gst-libs/gst/audio/audio.def:
8162         * gst-libs/gst/audio/audio.vcproj:
8163         * gst-libs/gst/audio/audiofilter.vcproj:
8164         * gst-libs/gst/audio/riff.def:
8165         * gst-libs/gst/audio/riff.vcproj:
8166         * gst-libs/gst/gst-libs.def:
8167         * gst-libs/gst/gst-libs.vcproj:
8168         * gst/avi/avi.vcproj:
8169         * gst/avi/avi.vcproj:
8170           Copy the files where needed after building, cleaner projects
8172 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
8174         * gst/matroska/ebml-write.c:
8175           Fix some 64 bits constants to be glib friendly
8177 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
8179         * win32/gst.sln:
8180         * gst-libs/gst/gst-libs.def:
8181         * gst-libs/gst/gst-libs.vcproj:
8182         * gst/matroska/matroska.def:
8183         * gst/matroska/matroska.vcproj:
8184           Add the preliminary canvas to build plugins on Win32
8186 2004-07-23  Benjamin Otte  <otte@gnome.org>
8188         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8189           don't enfore negotiation from source side, it breaks
8190           sinesrc ! audioconvert ! osssink
8192 2004-07-22  David Schleef  <ds@schleef.org>
8194         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
8195         for ELF files, since they can easily be recognized as audio/mpeg.
8196         (bug #147441)
8198 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8200         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
8201         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
8202         (gst_videoscale_scale_nearest_24bit),
8203         (gst_videoscale_scale_nearest_16bit):
8204           fix 16bit and 24bit for stride (24bit might need testing)
8205           don't pretend we do more than one algorithm
8207 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8209         * configure.ac:
8210         * gst/Makefile.am:
8211         * gst/multifilesink/Makefile.am:
8212         * gst/multifilesink/gstmultifilesink.c:
8213         (gst_multifilesink_get_formats),
8214         (gst_multifilesink_get_query_types), (_do_init),
8215         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
8216         (gst_multifilesink_init), (gst_multifilesink_dispose),
8217         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
8218         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
8219         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
8220         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
8221         (gst_multifilesink_chain), (gst_multifilesink_change_state),
8222         (gst_multifilesink_uri_get_type),
8223         (gst_multifilesink_uri_get_protocols),
8224         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
8225         (gst_multifilesink_uri_handler_init), (plugin_init):
8226         * gst/multifilesink/gstmultifilesink.h:
8227         * testsuite/Makefile.am:
8228         * testsuite/multifilesink/Makefile.am:
8229         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
8230         (gst_newmedia_class_init), (gst_newmedia_init),
8231         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
8232         (newfile_signal), (test_signal), (main):
8233         multifilesink plugin for creating new files every time a new media
8234         discontinuity event occurs
8236 2004-07-22  Wim Taymans  <wim@fluendo.com>
8238         * gst/alpha/Makefile.am:
8239         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
8240         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
8241         (gst_alpha_color_init), (gst_alpha_color_set_property),
8242         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
8243         (transform), (gst_alpha_color_chain),
8244         (gst_alpha_color_change_state), (plugin_init):
8245         Stupid plugin to to RGBA to AYUV conversion because none of
8246         the colorspace plugins can handle that yet.
8248 2004-07-22  Wim Taymans  <wim@fluendo.com>
8250         * examples/seeking/seek.c: (update_scale), (main):
8251         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
8252         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
8253         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
8254         (gst_decode_bin_init), (gst_decode_bin_dispose),
8255         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
8256         (no_more_pads), (close_link), (type_found),
8257         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
8258         (plugin_init):
8259         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8260         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
8261         (gst_play_base_bin_dispose), (queue_overrun),
8262         (gen_preroll_element), (remove_prerolls), (unknown_type),
8263         (no_more_pads), (new_stream), (setup_source),
8264         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8265         (play_base_eos), (gst_play_base_bin_change_state),
8266         (gst_play_base_bin_add_element),
8267         (gst_play_base_bin_remove_element),
8268         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
8269         (gst_play_base_bin_unlink_stream),
8270         (gst_play_base_bin_get_streaminfo):
8271         * gst/playback/gstplaybin.c: (gen_video_element),
8272         (gen_audio_element):
8273         * gst/playback/gststreaminfo.h:
8274         More playback updates, attempt to fix things after the state change
8275         breakage.
8277 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8279         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
8280         (gst_videoscale_scale_nearest_16bit):
8281           comment algorithm
8283 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8285         * gst/videotestsrc/gstvideotestsrc.c:
8286         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
8287         (gst_videotestsrc_init), (gst_videotestsrc_get),
8288         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
8289         (gst_videotestsrc_get_property):
8290         * gst/videotestsrc/gstvideotestsrc.h:
8291         * gst/videotestsrc/videotestsrc.c:
8292         * gst/videotestsrc/videotestsrc.h:
8293           cleanup and commenting
8295 2004-07-21  Wim Taymans  <wim@fluendo.com>
8297         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
8298         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
8299         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
8300         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
8301         (_find_chain_get_unknown_part), (_find_streams_check),
8302         (gst_ogg_demux_push), (gst_ogg_pad_push):
8303         * ext/theora/theoradec.c: (theora_get_formats),
8304         (theora_dec_src_convert), (theora_dec_sink_convert),
8305         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
8306         (theora_dec_chain):
8307         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
8308         (vorbis_dec_convert), (vorbis_dec_src_query),
8309         (vorbis_dec_src_event), (vorbis_dec_event):
8310         More seeking fixes, oggdemux now supports seeking to time and
8311         uses the downstream element to convert granulepos to time.
8312         Seeking in theora-only ogg files now works.
8314 2004-07-21  Wim Taymans  <wim@fluendo.com>
8316         * ext/theora/theoradec.c: (gst_theora_dec_init),
8317         (theora_get_formats), (theora_get_event_masks),
8318         (theora_get_query_types), (theora_dec_src_convert),
8319         (theora_dec_sink_convert), (theora_dec_src_query),
8320         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
8321         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
8322         (vorbis_get_event_masks), (vorbis_get_query_types),
8323         (gst_vorbis_dec_init), (vorbis_dec_convert),
8324         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
8325         Added query/convert/formats functions to vorbis and theora decoders
8326         so that the outside world can use them too. Fixed seeking on an
8327         ogg/theora/vorbis file by disabling the seeking seeking on the
8328         theora srcpad.
8330 2004-07-21  Julien MOUTTE  <julien@moutte.net>
8332         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8333         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
8334         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
8335         images creation for both elements. We don't create the image on caps
8336         nego or renego, we just destroy the internal one if present if it does
8337         not match the needs. The chain function takes care of creating a new
8338         image when needed.
8339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8340         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
8341         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
8342         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
8343         the image format information. The buffer pool checks for the context
8344         image format and discard images with different formats.
8345         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
8347 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8349         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8350         (gst_ffmpegcolorspace_chain):
8351           no point in doing any chaining if the pad we want to push from
8352           isn't usable.
8354 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8356         * gst-libs/gst/riff/riff-media.c:
8357         (gst_riff_create_audio_caps_with_data):
8358           Fix double end-to-native symbol conversion (#148021).
8360 2004-07-20  David Schleef  <ds@schleef.org>
8362         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
8363         Don't use an Atom that doesn't exist.
8365 2004-07-20  Wim Taymans  <wim@fluendo.com>
8367         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8368         (gst_multifdsink_add), (gst_multifdsink_get_stats),
8369         (gst_multifdsink_client_remove),
8370         (gst_multifdsink_handle_client_write),
8371         (gst_multifdsink_queue_buffer):
8372         * gst/tcp/gstmultifdsink.h:
8373         More multifdsink stats. Avoid deadlock by releasing locks
8374         before sending out a signal.
8376 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8378         * po/LINGUAS:
8379         * po/hu.po:
8380           added Hungarian translation (Laszlo Dvornik)
8382 2004-07-20  Wim Taymans  <wim@fluendo.com>
8384         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8385         (gst_multifdsink_add), (gst_multifdsink_client_remove),
8386         (gst_multifdsink_handle_client_write),
8387         (gst_multifdsink_queue_buffer):
8388         * gst/tcp/gsttcp-marshal.list:
8389         Fixed the stupid marshal definition.
8391 2004-07-20  Wim Taymans  <wim@fluendo.com>
8393         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8394         (gst_multifdsink_init), (gst_multifdsink_add),
8395         (gst_multifdsink_client_remove),
8396         (gst_multifdsink_handle_client_write),
8397         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
8398         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
8399         (gst_multifdsink_init_send):
8400         * gst/tcp/gstmultifdsink.h:
8401         Added more stats, added timeout for a client, fixed some typos
8402         and added some comments.
8404 2004-07-20  Wim Taymans  <wim@fluendo.com>
8406         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8407         (gst_multifdsink_add), (gst_multifdsink_get_stats),
8408         (gst_multifdsink_client_remove),
8409         (gst_multifdsink_handle_client_write):
8410         * gst/tcp/gstmultifdsink.h:
8411         * gst/tcp/gsttcp-marshal.list:
8412         Added get_stats method that returns a GValueArray of
8413         stats values.
8415 2004-07-19  Benjamin Otte  <otte@gnome.org>
8417         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8418           make sure longname, description and author are valid UTF-8
8420 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8422         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
8423         (gst_ximagesink_set_property):
8424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
8425         (gst_xvimagesink_set_property):
8426           make sure SYNCHRONOUS is respected after getting the X context
8428 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8430         * gst/matroska/matroska-demux.c:
8431         (gst_matroska_demux_handle_src_event),
8432         (gst_matroska_demux_parse_blockgroup):
8433         * gst/matroska/matroska-ids.h:
8434           add BlockReference tag and ignore it to clear out log.
8435           ignore NAVIGATION events to clear out log.
8437 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8439         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
8440         (gst_matroska_demux_add_stream):
8441         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
8442           add debug categories
8444 2004-07-16  Wim Taymans  <wim@fluendo.com>
8446         * ext/libpng/Makefile.am:
8447         * ext/libpng/gstpng.c: (plugin_init):
8448         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
8449         (gst_pngdec_get_type), (gst_pngdec_base_init),
8450         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
8451         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
8452         * ext/libpng/gstpngdec.h:
8453         Added png decoder.
8455 2004-07-16  Julien MOUTTE  <julien@moutte.net>
8457         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
8458         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
8459         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
8460         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
8461         (gst_ximagesink_buffer_alloc):
8462         * sys/ximage/ximagesink.h:
8463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8464         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
8465         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8466         (gst_xvimagesink_buffer_alloc):
8467         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
8468         again. Using internal data pointer of the x(v)image to store image's
8469         data to be coherent with the buffer alloc mechanism. Investigated the
8470         image destruction code to be sure that everything gets freed correctly.
8472 2004-07-16  Wim Taymans  <wim@fluendo.com>
8474         * gst-libs/gst/riff/riff-read.c:
8475         (gst_riff_read_strf_vids_with_data),
8476         (gst_riff_read_strf_auds_with_data):
8477         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8478         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
8479         Make sure we don't create 0 sized subbuffers in riff-read.
8480         Signal the no more pads signal after reading the avi header.
8482 2004-07-16  Wim Taymans  <wim@fluendo.com>
8484         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
8485         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
8486         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
8487         (gst_decode_bin_init), (gst_decode_bin_dispose),
8488         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
8489         (no_more_pads), (close_link), (type_found),
8490         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
8491         (gst_decode_bin_change_state), (plugin_init):
8492         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8493         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
8494         (gst_play_base_bin_dispose), (queue_overrun),
8495         (gen_preroll_element), (remove_prerolls), (unknown_type),
8496         (no_more_pads), (new_stream), (setup_source),
8497         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8498         (play_base_eos), (gst_play_base_bin_change_state),
8499         (gst_play_base_bin_add_element),
8500         (gst_play_base_bin_remove_element),
8501         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
8502         (gst_play_base_bin_unlink_stream),
8503         (gst_play_base_bin_get_streaminfo):
8504         * gst/playback/gstplaybasebin.h:
8505         Better error recovery. Added configurable preroll queue size. Faster
8506         detection of no-more-pads.
8508 2004-07-16  Wim Taymans  <wim@fluendo.com>
8510         * gst-libs/gst/video/video.h:
8511         Added 32 bits RGBA. Not sure if we should use another mime-type
8512         for alpha rgb. Currently the presence of the alpha_mask property
8513         signals an alpha channel.
8515 2004-07-16  Wim Taymans  <wim@fluendo.com>
8517         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
8518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8519         FPS seems to be 0.0 to MAX everywhere else.
8521 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8523         * gst-libs/gst/riff/riff-media.c:
8524         (gst_riff_create_video_caps_with_data):
8525           mp42/mp43 (no caps) exist too.
8526         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
8527           Set pixel_width/height; we've got them in-caps.
8528         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8529         * gst/wavparse/gstwavparse.c: (plugin_init):
8530           Both are valid primary.
8531         * sys/oss/gstossmixer.c:
8532           Remove i18n hack and enable translations.
8534 2004-07-15  Benjamin Otte  <otte@gnome.org>
8536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8537         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
8538           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
8540 2004-07-15  Benjamin Otte  <otte@gnome.org>
8542         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
8543         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
8544         (gst_alsa_close_audio):
8545           disable some of the debugging code for now. Writing debugging to a
8546           buffer is broken in current alsalib releases.
8548 2004-07-12  Benjamin Otte  <otte@gnome.org>
8550         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
8551           use bufferpools
8553 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8555         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
8556         (theora_dec_src_query), (theora_dec_event):
8557         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
8558           add debugging categories.  Remove \n's.
8560 2004-07-13  Johan Dahlin  <johan@gnome.org>
8562         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
8563         (gst_play_bin_get_property): Impl.
8565 2004-07-13  Wim Taymans  <wim@fluendo.com>
8567         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
8568         When trying to find the stream length, seek back N pages
8569         instead of just one, where N is the number of streams in
8570         the current chain.
8572 2004-07-13  Wim Taymans  <wim@fluendo.com>
8574         * gst-libs/gst/riff/riff-media.c:
8575         (gst_riff_create_audio_caps_with_data),
8576         (gst_riff_create_audio_caps),
8577         (gst_riff_create_audio_template_caps):
8578         * gst-libs/gst/riff/riff-media.h:
8579         * gst-libs/gst/riff/riff-read.c:
8580         (gst_riff_read_strf_vids_with_data),
8581         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
8582         * gst-libs/gst/riff/riff-read.h:
8583         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8584         (gst_avi_demux_add_stream):
8585         Set codec_data on caps for avidemuxer.
8587 2004-07-12  David Schleef  <ds@schleef.org>
8589         * configure.ac: Fix test for Objective C
8591 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
8592         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
8593         (gst_gdk_pixbuf_chain):
8594           Add svg and pcx to template caps, and ensure that getcaps returns a
8595           subset of the template caps.
8596           Copy each row manually for output, as gdkpixbuf may pad the
8597           rowstride to a 32-bit word boundary.
8599 2004-07-12  Wim Taymans  <wim@fluendo.com>
8601         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8602         (gst_riff_create_video_template_caps):
8603         Fix the template caps to include some more media types.
8605 2004-07-12  Wim Taymans  <wim@fluendo.com>
8607         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
8608         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
8609         (compare_ranks), (print_feature), (gst_decode_bin_init),
8610         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
8611         (try_to_link_1), (new_pad), (close_link), (type_found),
8612         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
8613         (gst_decode_bin_change_state), (plugin_init):
8614         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8615         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
8616         (gst_play_base_bin_dispose), (queue_overrun),
8617         (gen_preroll_element), (remove_prerolls), (no_more_pads),
8618         (new_stream), (setup_source), (gst_play_base_bin_set_property),
8619         (gst_play_base_bin_get_property), (play_base_eos),
8620         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8621         (gst_play_base_bin_remove_element),
8622         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
8623         (gst_play_base_bin_unlink_stream),
8624         (gst_play_base_bin_get_streaminfo):
8625         * gst/playback/gstplaybasebin.h:
8626         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
8627         (gst_play_bin_class_init), (gst_play_bin_init),
8628         (gst_play_bin_dispose), (gst_play_bin_set_property),
8629         (gst_play_bin_get_property), (gen_video_element),
8630         (gen_audio_element), (remove_sinks), (setup_sinks),
8631         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
8632         (gst_play_bin_send_event), (gst_play_bin_get_formats),
8633         (gst_play_bin_convert), (gst_play_bin_get_query_types),
8634         (gst_play_bin_query), (plugin_init):
8635         * gst/playback/test4.c: (main):
8636         More fixes on reusing of the element.
8638 2004-07-11  Benjamin Otte  <otte@gnome.org>
8640         * ext/mad/gstmad.c: (normal_seek):
8641           allow seeking for other methods than just SET
8643 2004-07-11  Andy Wingo  <wingo@pobox.com>
8645         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
8646         float, "any" caps -> buffer_frames=[0,MAX].
8648         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
8649         doesn't intersect our caps with the template any more. Do it
8650         ourselves.
8651         (interleave_buffered_loop): Use g_newa instead of malloc/free.
8653 2004-07-09  Wim Taymans  <wim@fluendo.com>
8655         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
8656         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
8657         (compare_ranks), (print_feature), (gst_decode_bin_init),
8658         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
8659         (try_to_link_1), (new_pad), (close_link), (type_found),
8660         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
8661         (gst_decode_bin_change_state), (plugin_init):
8662         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8663         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
8664         (gst_play_base_bin_dispose), (queue_overrun),
8665         (gen_preroll_element), (remove_prerolls), (no_more_pads),
8666         (new_stream), (setup_source), (gst_play_base_bin_set_property),
8667         (gst_play_base_bin_get_property), (play_base_eos),
8668         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8669         (gst_play_base_bin_remove_element),
8670         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
8671         (gst_play_base_bin_unlink_stream),
8672         (gst_play_base_bin_get_streaminfo):
8673         * gst/playback/gstplaybasebin.h:
8674         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
8675         (gst_play_bin_class_init), (gst_play_bin_init),
8676         (gst_play_bin_dispose), (gst_play_bin_set_property),
8677         (gst_play_bin_get_property), (gen_video_element),
8678         (gen_audio_element), (remove_sinks), (setup_sinks),
8679         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
8680         (gst_play_bin_send_event), (gst_play_bin_get_formats),
8681         (gst_play_bin_convert), (gst_play_bin_get_query_types),
8682         (gst_play_bin_query), (plugin_init):
8683         * gst/playback/test4.c: (main):
8684         Work on object reuse and seeking.
8686 2004-07-09  Wim Taymans  <wim@fluendo.com>
8688         * examples/seeking/seek.c: (iterate):
8689         Don't consume all CPU in the idle loop.
8691 2004-07-09  Wim Taymans  <wim@fluendo.com>
8693         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
8694         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
8695         Add pad to element *after* setting the pad functions so that
8696         the scheduler can use the correct ones.
8698 2004-07-09  Wim Taymans  <wim@fluendo.com>
8700         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
8701         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
8702         Sync to keyframe after seek
8704 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8706         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8707         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8708         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
8709         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
8710         * ext/libvisual/visual.c: (gst_visual_change_state):
8711         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
8712         * ext/theora/theoradec.c: (theora_dec_change_state):
8713         * ext/theora/theoraenc.c: (theora_enc_change_state):
8714         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
8715         * gst-libs/gst/navigation/navigation.c:
8716         * gst/adder/gstadder.c: (gst_adder_change_state):
8717         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8718         (gst_audio_convert_get_buffer):
8719         * gst/multipart/multipartdemux.c:
8720         (gst_multipart_demux_change_state):
8721         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
8722         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8723         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
8724         * gst/videoscale/gstvideoscale.c:
8725         (gst_videoscale_handle_src_event):
8726         * gst/volume/gstvolume.c: (volume_chain_int16):
8727           don't assert in state change, this should be done by the base
8728           GstElement class.
8729           various debugging fixes.
8731 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8733         * configure.ac:
8734         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
8735         (gst_play_dispose), (gst_play_set_location),
8736         (gst_play_set_data_src), (gst_play_set_video_sink),
8737         (gst_play_set_audio_sink), (gst_play_set_visualization),
8738         (gst_play_connect_visualization), (gst_play_get_sink_element),
8739         (gst_play_get_all_by_interface):
8740         * gst-libs/gst/play/play.h:
8741           add new method to get elements implementing an interface.
8742           add various error logging
8744 2004-07-08  Wim Taymans  <wim@fluendo.com>
8746         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
8747         (make_mpeg_pipeline), (make_mpegnt_pipeline),
8748         (make_playerbin_pipeline), (query_durations_elems),
8749         (query_durations_pads), (query_positions_elems),
8750         (query_positions_pads), (update_scale), (iterate), (stop_seek),
8751         (main):
8752         Added playbin seeking example.
8754 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8756         * gst-libs/gst/play/play.c: (gst_play_set_location),
8757         (gst_play_set_data_src), (gst_play_set_video_sink),
8758         (gst_play_set_audio_sink), (gst_play_set_visualization),
8759         (gst_play_connect_visualization), (gst_play_get_framerate):
8760           use a macro to look up elements from hash table
8762 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8764         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
8765         (gst_play_get_length_callback), (gst_play_set_location),
8766         (gst_play_seek_to_time), (gst_play_set_data_src),
8767         (gst_play_set_video_sink), (gst_play_set_audio_sink),
8768         (gst_play_set_visualization), (gst_play_connect_visualization),
8769         (gst_play_get_sink_element):
8770         - add debugging info
8771         - fix looking up sink elements by iterating over complete caps
8772         - put everything except for source and autoplugger in a complete bin
8774 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8776         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
8777         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
8778         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
8779         (gst_alsa_sink_write), (gst_alsa_sink_loop):
8780         * ext/alsa/gstalsasink.h:
8781         - add debugging info
8782         - clean up schizophrenia of data/buffer/event
8783         - fix double event unref error
8785 2004-07-08  Wim Taymans  <wim@fluendo.com>
8787         * gst/playback/Makefile.am:
8788         Add headers to noinst
8790 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8792         * tools/gst-launch-ext-m.m:
8793         * tools/gst-launch-ext.1.in:
8794           convert to the third millenium
8796 2004-07-07  David Schleef  <ds@schleef.org>
8798         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
8800 2004-07-07  Wim Taymans  <wim@fluendo.com>
8802         * gst/playback/Makefile.am:
8803         * gst/playback/README:
8804         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
8805         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
8806         (compare_ranks), (print_feature), (gst_decode_bin_init),
8807         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
8808         (try_to_link_1), (new_pad), (close_link), (type_found),
8809         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
8810         (plugin_init):
8811         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8812         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
8813         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
8814         (gen_preroll_element), (no_more_pads), (new_stream),
8815         (setup_source), (gst_play_base_bin_set_property),
8816         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
8817         (gst_play_base_bin_add_element),
8818         (gst_play_base_bin_remove_element),
8819         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
8820         (gst_play_base_bin_unlink_stream),
8821         (gst_play_base_bin_get_streaminfo):
8822         * gst/playback/gstplaybasebin.h:
8823         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
8824         (gst_play_bin_class_init), (gst_play_bin_init),
8825         (gst_play_bin_dispose), (gst_play_bin_set_property),
8826         (gst_play_bin_get_property), (gen_video_element),
8827         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
8828         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
8829         (gst_play_bin_get_formats), (gst_play_bin_convert),
8830         (gst_play_bin_get_query_types), (gst_play_bin_query),
8831         (plugin_init):
8832         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8833         (gst_stream_info_get_type), (gst_stream_info_class_init),
8834         (gst_stream_info_init), (gst_stream_info_new),
8835         (gst_stream_info_dispose), (gst_stream_info_set_property),
8836         (gst_stream_info_get_property):
8837         * gst/playback/gststreaminfo.h:
8838         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
8839         (main):
8840         * gst/playback/test2.c: (main):
8841         * gst/playback/test3.c: (update_scale), (main):
8842         More playbin fixes. Added README. Do better element filtering.
8843         Added base class to preroll media. Added test apps.
8845 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8847         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
8848         * ext/mpeg2dec/gstmpeg2dec.h:
8849           various debugging improvements.  Reset stream to next picture
8850           instead of sequence header, otherwise seeks cannot work.
8852 2004-07-07  Wim Taymans  <wim@fluendo.com>
8854         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
8855         (gst_video_box_class_init), (gst_video_box_set_property),
8856         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
8857         Use pad_alloc where possible.
8859 2004-07-07  Wim Taymans  <wim@fluendo.com>
8861         * sys/oss/gstosselement.c: (gst_osselement_reset),
8862         (gst_osselement_parse_caps):
8863         * sys/oss/gstosselement.h:
8864         * sys/oss/gstosssrc.c: (gst_osssrc_get):
8865         Fix offset on osssrc.
8867 2004-07-07  Wim Taymans  <wim@fluendo.com>
8869         * ext/theora/theora.c: (plugin_init):
8870         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
8871         (theora_dec_src_query), (theora_dec_chain):
8872         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8873         (theora_enc_sink_link), (theora_buffer_from_packet),
8874         (theora_push_packet), (theora_enc_chain):
8875         Fix theora granulepos calculation.
8876         Fix overflow in duration/position calculation.
8877         Bump rank to PRIMARY for theoradec.
8878         Use granulepos of last packet to calculate position.
8879         Set keyframe flag on buffers when needed.
8881 2004-07-06  David Schleef  <ds@schleef.org>
8883         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
8884         serious?  (Fixed, obviously.)
8886 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8888         * po/LINGUAS:
8889         * po/cs.po:
8890           added Czech translation (Miloslav Trmac)
8892 2004-07-05  Wim Taymans  <wim@fluendo.com>
8894         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
8895         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
8896         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
8897         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
8898         (close_link), (type_found), (gst_decode_bin_set_property),
8899         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
8900         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
8901         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
8902         (gst_decode_bin_query), (plugin_init):
8903         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
8904         (gst_play_bin_class_init), (gst_play_bin_init),
8905         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
8906         (get_video_element), (new_pad), (setup_source),
8907         (gst_play_bin_set_property), (gst_play_bin_get_property),
8908         (gst_play_bin_change_state), (gst_play_bin_add_element),
8909         (gst_play_bin_remove_element), (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), (gst_play_bin_get_clock), (plugin_init):
8913         * gst/playback/test.c: (main):
8914         More fixes, cleaned up playbin, make it use decodebin. Added
8915         threaded property to playbin.
8917 2004-07-05  Wim Taymans  <wim@fluendo.com>
8919         * configure.ac:
8920         * gst/playback/Makefile.am:
8921         * gst/playback/decodetest.c: (main):
8922         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
8923         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
8924         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
8925         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
8926         (close_link), (type_found), (gst_decode_bin_set_property),
8927         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
8928         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
8929         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
8930         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
8931         (plugin_init):
8932         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
8933         (gst_play_bin_class_init), (gst_play_bin_init),
8934         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
8935         (collect_sink_pads), (find_compatibles), (close_pad_link),
8936         (try_to_link_1), (new_pad), (close_link), (type_found),
8937         (setup_source), (gst_play_bin_set_property),
8938         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
8939         (compare_ranks), (gst_play_bin_collect_factories),
8940         (gst_play_bin_change_state), (gst_play_bin_add_element),
8941         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
8942         (gst_play_bin_send_event), (gst_play_bin_get_formats),
8943         (gst_play_bin_convert), (gst_play_bin_get_query_types),
8944         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
8945         * gst/playback/test.c: (main):
8946         Added some playback helper elements and some test apps, very alpha
8947         still.
8949 2004-07-04  Benjamin Otte  <otte@gnome.org>
8951         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
8952           only restart audio when we indeed have an xrun to fix repeated
8953           xruns. Fix suggested by Giuliano Pochini.
8955 2004-07-03  David Schleef  <ds@schleef.org>
8957         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
8958         call to gst_debug_log() if debugging is disabled (bug #145118)
8960 2004-07-03  Benjamin Otte  <otte@gnome.org>
8962         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
8963           use our own functions for restarting the alsa device.
8964         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8965           I should apply patches myself - use MIN for the third argument, not
8966           the second, this fixes seeking
8968 2004-07-02  David Schleef  <ds@schleef.org>
8970         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
8971         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
8972         do with the logic.
8974 2004-07-02  David Schleef  <ds@schleef.org>
8976         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
8977         output buffers.  Fix logic mistake.  (bug #144866)
8979 2004-07-02  David Schleef  <ds@schleef.org>
8981         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
8982         on X.  (bug #144753)
8984 2004-07-02  David Schleef  <ds@schleef.org>
8986         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
8987         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
8988         (bug #144624)
8989         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
8990         (gst_osselement_rate_probe_check): Add another workaround for
8991         buggy drivers (bug #145336)
8993 2004-07-02  David Schleef  <ds@schleef.org>
8995         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
8996         Most systems don't have MSG_NOSIGNAL.
8998 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9000         * Makefile.am:
9001         * gst-libs/gst/colorbalance/Makefile.am:
9002         * gst-libs/gst/mixer/Makefile.am:
9003         * gst-libs/gst/play/Makefile.am:
9004         * gst-libs/gst/tuner/Makefile.am:
9005           (hopefully) fix both install and dist and make error message useful.
9006           needs testing across automakes.
9008 2004-07-02  Benjamin Otte  <otte@gnome.org>
9010         * ext/ogg/gstogg.c: (plugin_init):
9011           we require bytestream now
9012         * ext/ogg/gstoggdemux.c:
9013           huge diff to implement chain setup in a fast and generic way. This
9014           improves tag reading and startup of huge files (read: Theora videos)
9015           quite a bit. It probably contains bugs, too, so please test.
9016           Seeking is not improved to the fast method.
9018 2004-06-29  Wim Taymans  <wim@fluendo.com>
9020         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9021         * ext/ogg/gstoggmux.c:
9022         Fix memleak in oggdemux when running unconnected pads.
9023         doc update in mux, start working on keyframe mode.
9025 2004-06-29  Benjamin Otte  <otte@gnome.org>
9027         * sys/oss/gstosssink.c:
9028         * sys/oss/gstosssrc.c:
9029           advertise correct template caps - we indeed do non-native endianness
9030           and 8bit audio has no endianness
9031         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
9032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
9033           avoid (wrong) duplications in getcaps function and return
9034           template caps
9036 2004-06-29  Wim Taymans  <wim@fluendo.com>
9038         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9039         (gst_multifdsink_class_init), (gst_multifdsink_add),
9040         (gst_multifdsink_remove), (gst_multifdsink_clear),
9041         (gst_multifdsink_client_remove),
9042         (gst_multifdsink_handle_client_read),
9043         (gst_multifdsink_client_queue_data),
9044         (gst_multifdsink_client_queue_caps),
9045         (gst_multifdsink_client_queue_buffer),
9046         (gst_multifdsink_handle_client_write),
9047         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9048         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
9049         (gst_multifdsink_init_send), (gst_multifdsink_close):
9050         Fix wrong GList iteration that could crash the server when
9051         more then 2 clients disconnect at the same time. Read all the
9052         pending commands in one batch to recover from command storms under
9053         very heavy load.
9055 2004-06-28  Wim Taymans  <wim@fluendo.com>
9057         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
9058         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
9059         (gst_videomixer_pad_set_property),
9060         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
9061         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
9062         (gst_videomixer_class_init), (gst_videomixer_init),
9063         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
9064         (pad_zorder_compare), (gst_videomixer_sort_pads),
9065         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9066         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
9067         (gst_videomixer_update_queues), (gst_videomixer_loop),
9068         (plugin_init):
9069         Avoid divide by zero, choose masterpad as the pad with the highest
9070         framerate.
9072 2004-06-27  Julien Moutte  <julien@moutte.net>
9074         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
9075         (gst_ximagesink_xwindow_new):
9076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
9077         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
9078         function directly. We might want to call it from somewhere else one day.
9080 2004-06-27  Julien Moutte  <julien@moutte.net>
9082         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
9083         (gst_ximagesink_xwindow_new):
9084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
9085         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
9086         window decorations.
9088 2004-06-27  Wim Taymans  <wim@fluendo.com>
9090         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9091         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
9092         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
9093         (gst_dvdec_set_property), (gst_dvdec_get_property):
9094         * ext/dv/gstdvdec.h:
9095         Implement drop_factor property to lower the framerate with
9096         a factor.
9098 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9100         * gst-libs/gst/colorbalance/Makefile.am:
9101         * gst-libs/gst/mixer/Makefile.am:
9102         * gst-libs/gst/play/Makefile.am:
9103         * gst-libs/gst/tuner/Makefile.am:
9104           unbreak Company's fix that didn't install the -enum.h files
9106 2004-06-27  Wim Taymans  <wim@fluendo.com>
9108         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
9109         (gst_dvdec_change_state):
9110         * ext/dv/gstdvdec.h:
9111         Fix timestamp, duration and offset of the buffers.
9113 2004-06-27  Wim Taymans  <wim@fluendo.com>
9115         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9116         (gst_multifdsink_class_init), (gst_multifdsink_add),
9117         (gst_multifdsink_remove), (gst_multifdsink_clear),
9118         (gst_multifdsink_client_remove),
9119         (gst_multifdsink_handle_client_read),
9120         (gst_multifdsink_client_queue_data),
9121         (gst_multifdsink_client_queue_caps),
9122         (gst_multifdsink_client_queue_buffer),
9123         (gst_multifdsink_handle_client_write),
9124         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9125         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
9126         (gst_multifdsink_init_send), (gst_multifdsink_close):
9127         * gst/tcp/gstmultifdsink.h:
9128         * gst/tcp/gsttcpserversink.c:
9129         (gst_tcpserversink_handle_server_read),
9130         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
9131         More multifdsink fixes, more recovery policy fixes.
9132         Removed stupid g_print
9134 2004-06-26  Wim Taymans  <wim@fluendo.com>
9136         * gst/tcp/Makefile.am:
9137         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9138         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
9139         (gst_multifdsink_class_init), (gst_multifdsink_init),
9140         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
9141         (gst_multifdsink_handle_client_read),
9142         (gst_multifdsink_client_queue_data),
9143         (gst_multifdsink_client_queue_caps),
9144         (gst_multifdsink_client_queue_buffer),
9145         (gst_multifdsink_handle_client_write),
9146         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9147         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
9148         (gst_multifdsink_chain), (gst_multifdsink_set_property),
9149         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
9150         (gst_multifdsink_close), (gst_multifdsink_change_state):
9151         * gst/tcp/gstmultifdsink.h:
9152         * gst/tcp/gsttcpplugin.c: (plugin_init):
9153         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
9154         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
9155         (gst_tcpserversink_handle_server_read),
9156         (gst_tcpserversink_handle_select),
9157         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
9158         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
9159         * gst/tcp/gsttcpserversink.h:
9160         Added multifdsink, made tcpserversink a subclass of fdsink, removed
9161         one of the locks, added recovery policy to multifdsink.
9163 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9165         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
9166           fix decision for when getting frames with same timestamp
9167         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9168         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
9169         (gst_v4lsrc_get_property):
9170         * sys/v4l/gstv4lsrc.h:
9171           add latency offset property
9173 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9175         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
9176         (plugin_init):
9177           fix debugging. add category.
9179 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9181         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9182           fix wrong offsets
9184 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9186         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
9187         (gst_alsa_src_get_time), (gst_alsa_src_loop),
9188         (gst_alsa_src_change_state):
9189           return a time that is in sync with the element's processing
9191 2004-06-25  Wim Taymans  <wim@fluendo.com>
9193         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9194         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
9195         (gst_tcpserversink_client_remove),
9196         (gst_tcpserversink_handle_client_read),
9197         (gst_tcpserversink_client_queue_data),
9198         (gst_tcpserversink_client_queue_caps),
9199         (gst_tcpserversink_client_queue_buffer),
9200         (gst_tcpserversink_handle_client_write),
9201         (gst_tcpserversink_queue_buffer),
9202         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
9203         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
9204         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
9205         (gst_tcpserversink_close):
9206         * gst/tcp/gsttcpserversink.h:
9207         Serversink rewrite. Really do non blocking writes to clients and
9208         maintain an internal queue to handle slower clients while not
9209         disturbing fast clients.
9211 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9213         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
9214           better debug, don't override OFFSET and OFFSET_END
9216 2004-06-25  Iain <iain@prettypeople.org>
9218         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
9219         name=source for the wavparse pipeline.
9221 2004-06-24  Johan Dahlin  <johan@gnome.org>
9223         * ext/theora/theoraenc.c (theora_enc_chain): Call
9224         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
9225         streamheader caps are set correctly.
9227 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9229         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
9230         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
9231           respect minimum bitrate; same could be done for max bitrate
9233 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9235         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
9236         (gst_vorbisenc_setup):
9237           fix sample rate range
9239 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9241         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
9242         (gst_oggvorbisenc_setup):
9243         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9244         (gst_vorbisenc_setup):
9245           resolve ambiguities in code and description
9247 2004-06-24  Wim Taymans  <wim@fluendo.com>
9249         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
9250         * ext/alsa/gstalsa.h:
9251         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
9252         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
9253         Use alsa trigger_tstamp to get the timestamp of the first
9254         sample in the buffer for more precise sync. Some cleanups.
9256 2004-06-24  Wim Taymans  <wim@fluendo.com>
9258         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
9259         (gst_audiorate_init), (gst_audiorate_chain),
9260         (gst_audiorate_set_property), (gst_audiorate_get_property):
9261         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
9262         (gst_videorate_chain):
9263         Added some logging, fixed an overflow bug in videorate.
9265 2004-06-24  Benjamin Otte  <otte@gnome.org>
9267         * ext/kio/Makefile.am:
9268           fix for builddir != srcdir and distcheck
9270 2004-06-24  Benjamin Otte  <otte@gnome.org>
9272         * gst-libs/gst/colorbalance/Makefile.am:
9273         * gst-libs/gst/mixer/Makefile.am:
9274         * gst-libs/gst/play/Makefile.am:
9275         * gst-libs/gst/tuner/Makefile.am:
9276         * gst/tcp/Makefile.am:
9277         * sys/dxr3/Makefile.am:
9278           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
9279           tarball.
9280           Also add all *.list files that were missing.
9281         * Makefile.am:
9282           add a distcheck hook to ensure the above doesn't happen again.
9284 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
9286         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
9288 2004-06-23  Colin Walters  <walters@redhat.com>
9290         * m4/Makefile.am: Distribute gst-fionread.m4.
9292 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9294         * configure.ac: back to dev
9296 2004-06-23  Wim Taymans  <wim@fluendo.com>
9298         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
9299         (gst_alsa_xrun_recovery):
9300         * ext/alsa/gstalsa.h:
9301         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9302         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
9303         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
9304         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
9305         (gst_alsa_src_loop):
9306         Add clock to alsasrc. Take new capture timestamp when
9307         restarting after an overrun. Split up some functions between
9308         alsasrc and alsasink.
9310 === release 0.8.2 ===
9312 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9314         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
9315         (gst_alsa_change_state), (gst_alsa_update_avail),
9316         (gst_alsa_xrun_recovery):
9317         * ext/alsa/gstalsa.h:
9318         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9319           merge back changes from release
9321 2004-06-23  Wim Taymans  <wim@fluendo.com>
9323         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
9324         (gst_audiorate_init), (gst_audiorate_chain),
9325         (gst_audiorate_set_property), (gst_audiorate_get_property):
9326         Implement sample dropping and notify
9328 2004-06-22  Wim Taymans  <wim@fluendo.com>
9330         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9331         (theora_enc_sink_link), (theora_buffer_from_packet),
9332         (theora_push_packet), (theora_enc_chain):
9333         Some cleanups, make sure the timestamps are correct.
9335 2004-06-22  Wim Taymans  <wim@fluendo.com>
9337         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
9338         (gst_alsa_change_state), (gst_alsa_update_avail),
9339         (gst_alsa_xrun_recovery):
9340         * ext/alsa/gstalsa.h:
9341         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9342         Cleanups, take queued samples into account when reporting
9343         the time.
9345 2004-06-22  Wim Taymans  <wim@fluendo.com>
9347         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
9348         (gst_videorate_init):
9349         Initialize the property as well.
9351 2004-06-22  Wim Taymans  <wim@fluendo.com>
9353         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
9354         (gst_videorate_init), (gst_videorate_chain),
9355         (gst_videorate_set_property), (gst_videorate_get_property):
9356         Add property to make videorate silent.
9357         Add property to prefer new frames over old ones.
9359 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9361         * sys/osxvideo/Makefile.am:
9362         Workaround so that the osxvideo .so file gets linked with the
9363         Cocoa, OpenGL and QuickTime frameworks
9365 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9367         * sys/osxaudio/Makefile.am:
9368         Workaround so that the osxaudio .so file gets linked with the
9369         CoreAudio framework
9371 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9373         * configure.ac:
9374         Whoops, my fault...fixed build issues
9376 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9378         * configure.ac:
9379         Add objective-c support if running in Darwin/Mac OS X
9380         * sys/Makefile.am:
9381         * sys/osxvideo:
9382         * sys/osxvideo/Makefile.am:
9383         * sys/osxvideo/osxvideosink.h:
9384         * sys/osxvideo/osxvideosink.m:
9385         * sys/osxvideo/cocoawindow.h:
9386         * sys/osxvideo/cocoawindow.m:
9387         Add osxvideosink, a cocoa-based osx video sink
9390 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
9391         * ext/dvdnav/gst-dvd:
9392         Grab the gconf key from the right spot
9393         * gst/debug/gstnavseek.c: (gst_navseek_init),
9394         (gst_navseek_segseek), (gst_navseek_handle_src_event),
9395         (gst_navseek_chain):
9396         * gst/debug/gstnavseek.h:
9397           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
9398           and loop parameters of a segment seek.
9399         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
9400         (gst_videotestsrc_get_event_masks),
9401         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
9402         * gst/videotestsrc/gstvideotestsrc.h:
9403           Add seeking support to videotestsrc
9404           Initialise the timestamp_offset variable.
9406 2004-06-18  Wim Taymans  <wim@fluendo.com>
9408         * ext/sidplay/gstsiddec.cc:
9409         Fix negotiation and set correct end offset.
9411 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9413         * configure.ac: branch and prerelease
9415 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9417         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
9418         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
9419         (gst_tcpclientsrc_init_receive):
9420         * gst/tcp/gsttcpclientsrc.h:
9421           read caps when connecting to server for GDP so we set them correctly
9423 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9425         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
9426           notify drops and duplicates
9427         * gst/videoscale/videoscale.c: (videoscale_get_structure):
9428           no good reason to limit ourselves to 100x100
9430 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9432         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9433         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9434         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
9435         (gst_v4lsrc_get_property):
9436         * sys/v4l/gstv4lsrc.h:
9437         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
9438         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
9439         (gst_v4l_set_audio):
9440         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
9441         (gst_v4lsrc_try_capture):
9442         * sys/v4l/v4lsrc_calls.h:
9443           change try_palette to more general try_capture
9444           add autoprobe option so we can turn off autoprobing
9445           various fixes
9447 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9449         * configure.ac:
9450           add videorate
9451         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
9452         (gst_ximagesink_class_init):
9453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
9454         (gst_xvimagesink_class_init):
9455           run them as finalize, not dispose, since dispose can be invoked
9456           multiple times
9458 2004-06-17  Wim Taymans  <wim@fluendo.com>
9460         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
9461         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
9462         * ext/alsa/gstalsa.h:
9463         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
9464         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
9465         (gst_alsa_src_change_state):
9466         * ext/alsa/gstalsasrc.h:
9467         Make the xrun code timestamp and offset the buffers correctly.
9468         moved the clock to the base class, use alsa methods to get time.
9469         Do correct timestamping on outgoing buffers.
9471 2004-06-17  Wim Taymans  <wim@fluendo.com>
9473         * gst/audiorate/Makefile.am:
9474         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
9475         (gst_audiorate_base_init), (gst_audiorate_class_init),
9476         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
9477         (gst_audiorate_set_property), (gst_audiorate_get_property),
9478         (gst_audiorate_change_state), (plugin_init):
9479         Added an audiorate converter that fills in gaps.
9481 2004-06-17  Johan Dahlin  <johan@gnome.org>
9483         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
9485 2004-06-16  Wim Taymans  <wim@fluendo.com>
9487         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
9488         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
9489         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
9490         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
9491         (gst_v4lsrc_get_property):
9492         * sys/v4l/gstv4lsrc.h:
9493         Added a copy mode to v4lsrc where it will output a copied version
9494         of its internal hardware buffer.
9495         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
9496         can't | them.
9498 2004-06-16  Wim Taymans  <wim@fluendo.com>
9500         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9501         Timestamp fixes.
9503 2004-06-16  Wim Taymans  <wim@fluendo.com>
9505         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
9506         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
9507         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
9508         (gst_v4lsrc_get_property):
9509         * sys/v4l/gstv4lsrc.h:
9510         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
9511         Added a sync mode enum property to control v4lsrc timestamp method
9512         Removed the use-fixed-fps property and moved functionality in
9513         the enum.
9514         Don't error on an error value from v4l-conf, it might not always
9515         be a real error.
9517 2004-06-16  Wim Taymans  <wim@fluendo.com>
9519         * gst/videorate/Makefile.am:
9520         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
9521         (gst_videorate_base_init), (gst_videorate_class_init),
9522         (gst_videorate_getcaps), (gst_videorate_link),
9523         (gst_videorate_init), (gst_videorate_chain),
9524         (gst_videorate_set_property), (gst_videorate_get_property),
9525         (gst_videorate_change_state), (plugin_init):
9526         Added a video timestamp corrector.
9528 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9530         fixed a potential leak with previous commit
9532         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
9534 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9536         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
9537         Added missing refcount, fixes bug #144425
9538         Cheers Tim for finding the bug
9540 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9542         * sys/v4l/gstv4l.c: (plugin_init):
9543         * sys/v4l/gstv4lcolorbalance.c:
9544         * sys/v4l/gstv4lcolorbalance.h:
9545         * sys/v4l/gstv4lelement.c:
9546         * sys/v4l/gstv4lelement.h:
9547         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9548         * sys/v4l/gstv4lmjpegsink.h:
9549         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9550         * sys/v4l/gstv4lmjpegsrc.h:
9551         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
9552         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
9553         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
9554         * sys/v4l/gstv4lsrc.h:
9555         * sys/v4l/gstv4ltuner.c:
9556         * sys/v4l/gstv4ltuner.h:
9557         * sys/v4l/gstv4lxoverlay.c:
9558         * sys/v4l/gstv4lxoverlay.h:
9559         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
9560         (gst_v4l_set_window), (gst_v4l_enable_overlay):
9561         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
9562         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
9563         (gst_v4l_set_audio):
9564         * sys/v4l/v4l_calls.h:
9565         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
9566         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
9567         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
9568         (gst_v4lmjpegsink_playback_init),
9569         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
9570         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
9571         (gst_v4lmjpegsink_playback_stop),
9572         (gst_v4lmjpegsink_playback_deinit):
9573         * sys/v4l/v4lmjpegsink_calls.h:
9574         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
9575         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
9576         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
9577         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
9578         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
9579         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
9580         * sys/v4l/v4lmjpegsrc_calls.h:
9581         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
9582         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
9583         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
9584         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
9585         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
9586         (gst_v4lsrc_try_palette):
9587         * sys/v4l/v4lsrc_calls.h:
9588           bunch of paranoia cleanups
9590 2004-06-14  David Schleef  <ds@schleef.org>
9592         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
9593         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
9594         Send discont events and change timestamps appropriately when
9595         we get a seek event.  (bug #144240)
9596         * ext/cdparanoia/gstcdparanoia.h:
9598 2004-06-14  Benjamin Otte  <otte@gnome.org>
9600         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
9601           snd_pcm_hw_params_set_rate  since the latter fails for no good
9602           reason on some setups.
9604 2004-06-14  David Schleef  <ds@schleef.org>
9606         * gst/volume/demo.c: (value_changed_callback): exp10() is not
9607         standard.  Thank you for playing.
9609 2004-06-14  Wim Taymans  <wim@fluendo.com>
9611         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
9612         Patch 1.3 broke the ordering of the colorspace info and
9613         made the plugin basically work by coincidence, reordered
9614         the info.
9616 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9618         * ext/lame/gstlame.c:
9619         * ext/mad/gstmad.c:
9620           sync caps.  Make sure mad can only output a list of rates, not
9621           a full range.  In the future, have three caps lists for each of the
9622           mpeg versions.  Change mpegversion to a double as well.
9624 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9626         * gst/volume/.cvsignore:
9627         * gst/volume/Makefile.am:
9628         * gst/volume/demo.c: (value_changed_callback), (idler),
9629         (setup_gui), (main):
9630           added small demo app
9632 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
9633         * ext/esd/esdsink.c: (gst_esdsink_change_state):
9634         * ext/esd/esdsink.h:
9635         Close the esd connection on pause, because esd will just wait -
9636         blocking all other esd clients indefinitely.
9638 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
9640         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
9641           previous commit with GST_DEBUG
9643 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9645         * configure.ac:
9646           add a header check for a dvdread header in dvdnav.  Fixes #133002
9648 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9650         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
9651         * gst/tcp/gsttcpclientsink.h:
9652         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
9653         * gst/tcp/gsttcpclientsrc.h:
9654         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
9655         (gst_tcpserversink_handle_server_read),
9656         (gst_tcpserversink_init_send):
9657         * gst/tcp/gsttcpserversink.h:
9658         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9659         * gst/tcp/gsttcpserversrc.h:
9660         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
9661         version of IP)
9663 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9665         * configure.ac:
9666         Added ogg library so that OSX detects libtheora properly
9668 2004-06-11  Wim Taymans  <wim@fluendo.com>
9670         * ext/theora/theoradec.c: (theora_dec_chain),
9671         (theora_dec_change_state):
9672         Don't try to decode frames before we received a keyframe.
9674 2004-06-11  Wim Taymans  <wim@fluendo.com>
9676         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9677         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
9678         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
9679         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
9680         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
9681         Added property to set the maximum delay of a page.
9683 2004-06-10  Wim Taymans  <wim@fluendo.com>
9685         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9686         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
9687         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
9688         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
9689         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
9690         Added max-delay property to control the maximum amount
9691         of data to put in one page.
9693 2004-06-10  Wim Taymans  <wim@fluendo.com>
9695         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9696         (gst_theora_enc_init), (theora_enc_sink_link),
9697         (theora_buffer_from_packet), (theora_enc_set_property),
9698         (theora_enc_get_property):
9699         Set duration on encoded buffer, added some more properties
9701 2004-06-10  Wim Taymans  <wim@fluendo.com>
9703         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9704         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
9705         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
9706         * ext/theora/theoraenc.c: (theora_enc_chain):
9707         Fix refcounting bugs
9709 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9711         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
9712         (gst_asf_demux_loop), (gst_asf_demux_process_file),
9713         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
9714         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
9715         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
9716         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
9717         (gst_asf_demux_change_state):
9718         * gst/asfdemux/gstasfdemux.h:
9719           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
9720           feels like. I think we should set a new requirement for demuxers
9721           from now on to implement sane loop functions, data loops, query
9722           and seek functions before first commit into CVS. And this commit
9723           fixes all of the above.
9725 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
9727         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
9728           vorbis comments are properly encoded in UTF-8 before adding them
9729           to a GstTagList
9731 2004-06-09  Benjamin Otte  <otte@gnome.org>
9733         * ext/alsa/gstalsa.c: (add_channels):
9734           handle min <= max correctly
9735         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
9736         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
9737           add fixation functions so we fixate correctly. No preferring of alaw
9738           anymore because it's the first structure.
9739         * ext/alsa/gstalsa.h:
9740         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
9741         (gst_alsa_hw_params_dump):
9742           add functions to ease debugging in alsalib
9743         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
9744         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
9745         (gst_alsa_start_audio):
9746           only specify hw params if we really setup a format (fixes #134007 -
9747           or at least works around it)
9749 2004-06-09  Wim Taymans  <wim@fluendo.com>
9751         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9752         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
9753         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
9754         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
9755         (gst_ogg_mux_loop):
9756         Use stream caps to setup the initial pages in the ogg stream.
9757         Correctly set the streamheader caps on the srcpad.
9759 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9761         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
9762         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
9763         (gst_v4lsrc_getcaps):
9764         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
9765         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
9766           add querying of fps lists for webcams.  Negotiating to a framerate
9767           now works.
9769 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9771         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9772         (theora_push_buffer), (theora_push_packet),
9773         (theora_set_header_on_caps), (theora_enc_chain):
9774           mark buffers and put on streamheader, raw theora streaming
9775           now works too, whee
9777 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9779         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
9780         (gst_tcp_gdp_read_caps):
9781           do a looping read for caps and GDP headers too
9783 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9785         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
9786         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
9787           return EOS instead of NULL in _get
9789 2004-06-08  Wim Taymans  <wim@fluendo.com>
9791         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
9792         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
9793         (gst_tcp_gdp_write_caps):
9794         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
9795         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
9796         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
9797         Memory leak fixes
9799 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9801         * ext/vorbis/Makefile.am:
9802         * ext/vorbis/vorbis.c: (plugin_init):
9803         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
9804         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
9805         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
9806         (vorbis_parse_change_state):
9807         * ext/vorbis/vorbisparse.h:
9808           adding a vorbisparse element that marks the buffers, streaming
9809           raw vorbis using GDP now works, whee
9811 2004-06-08  Wim Taymans  <wim@fluendo.com>
9813         * ext/jpeg/Makefile.am:
9814         * ext/jpeg/README:
9815         * ext/jpeg/gstjpeg.c: (plugin_init):
9816         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
9817         (gst_smokedec_base_init), (gst_smokedec_class_init),
9818         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
9819         * ext/jpeg/gstsmokedec.h:
9820         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
9821         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
9822         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
9823         (gst_smokeenc_resync), (gst_smokeenc_chain),
9824         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
9825         * ext/jpeg/gstsmokeenc.h:
9826         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
9827         (smokecodec_flush_destination), (smokecodec_term_destination),
9828         (smokecodec_init_source), (smokecodec_fill_input_buffer),
9829         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
9830         (smokecodec_term_source), (smokecodec_encode_new),
9831         (smokecodec_decode_new), (smokecodec_info_free),
9832         (smokecodec_set_quality), (smokecodec_get_quality),
9833         (smokecodec_set_threshold), (smokecodec_get_threshold),
9834         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
9835         (find_best_size), (abs_diff), (put), (smokecodec_encode),
9836         (smokecodec_parse_header), (smokecodec_decode):
9837         * ext/jpeg/smokecodec.h:
9838         Added a new simple jpeg based codec
9840 2004-06-08  Wim Taymans  <wim@fluendo.com>
9842         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9843         (gst_multipart_mux_loop):
9844         Fix memory leak
9846 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9848         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
9849         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
9850         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
9851         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
9852         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
9853         * gst/tcp/gsttcpserversink.h:
9854           take streamheader into account
9856 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9858         * gst/level/Makefile.am:
9859         * gst/level/gstlevel.c: (gst_level_class_init):
9860           clean up marshal generation
9862 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9864         * gst/tcp/Makefile.am:
9865         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
9866         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
9867         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
9868         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
9869         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
9870         (gst_tcpclientsrc_get_property):
9871         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9872         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
9873         (gst_tcpserversink_handle_client_read),
9874         (gst_tcpserversink_handle_client_write),
9875         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
9876         * gst/tcp/gsttcpserversink.h:
9877           add signals client-added and client-removed
9878         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
9879         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
9880         (gst_tcpserversrc_get_property):
9881         uniformized, change default protocol to NONE
9882         * gst/tcp/gsttcp-marshal.list: added
9883 2004-06-07  Benjamin Otte  <otte@gnome.org>
9885         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9886           handle discont events if they happen before caps nego
9888 2004-06-07  Wim Taymans  <wim@fluendo.com>
9890         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9891         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
9892         (gst_multipart_demux_plugin_init):
9893         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9894         (gst_multipart_mux_init), (gst_multipart_mux_loop),
9895         (gst_multipart_mux_change_state):
9896         Small updates, fix a memleak
9898 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9900         * configure.ac: OSS portability
9901         * ext/arts/gst_arts.c: idem
9902         * sys/oss/gstosselement.c: idem
9903         * sys/oss/gstossmixer.c: idem
9904         * sys/oss/gstosssink.c: idem
9905         * sys/oss/gstosssrc.c: idem
9906         * sys/oss/oss_probe.c: idem
9907           - check for soundcard.h in different places for some BSD
9909 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
9911         * AUTHORS:
9912         Add me to the authors file
9913         * configure.ac:
9914         Increase the libdv requirement to >= version 0.100
9915         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
9916         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
9917         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
9918         * ext/dv/gstdvdec.h:
9919         Add support for the new_media flag when sending DISCONT events
9920         Make the querying work when video pad is not linked
9922 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
9924         reviewed by Benjamin Otte  <otte@gnome.org>
9926         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
9927           create a NULL-initialized array of pads, so we don't think they
9928           exist already. (fixes #143130)
9930 2004-06-07  Benjamin Otte  <otte@gnome.org>
9932         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
9933         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
9934         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
9935           don't use // coments
9937 2004-06-07  Benjamin Otte  <otte@gnome.org>
9939         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
9940           cast to GstClockTime to get higher granularity
9941         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9942           use gst_element_set_time_delay to get the exact time
9943         * ext/mad/gstmad.c: (gst_mad_chain):
9944           use the negotiated rate instead of the current frame's rate which
9945           might be wrong because of bit errors. This avoids emitting totally
9946           bogus timestamps and screwing sync.
9947         (fixes #143454)
9949 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
9951         reviewed by Benjamin Otte  <otte@gnome.org>
9953         * gst/adder/gstadder.c: (gst_adder_loop):
9954           properly error out when no negotiation has happened yet. (fixes
9955           #143032)
9957 2004-06-06  Benjamin Otte  <otte@gnome.org>
9959         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
9960           forward correctly transformed offset in discont events. Based on
9961           patch by Arwed v. Merkatz. (fixes #142851)
9963 2004-06-06  David Schleef  <ds@schleef.org>
9965         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
9966         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
9967         problems on several systems.
9969 2004-06-06  Benjamin Otte  <otte@gnome.org>
9971         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
9972           use explicit caps on the srcpad
9973         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9974           properly error out if caps couldn't be set (fixes #142764)
9976 2004-06-06  Benjamin Otte  <otte@gnome.org>
9978         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
9979         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
9980         (gst_alsa_start_audio):
9981           - don't call set_periods_integer anymore, it breaks the
9982           configuration randomly
9983           - call snd_pcm_hw_params_set_access directly instead of using masks
9984           - don't fail if the sw_params can't be set, just use the default
9985           params and hope it works. Alsalib has weird issues when you touch
9986           sw_params and does no proper error reporting about what failed.
9987         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
9988         (gst_alsa_close_audio):
9989           make our alsa debugging go via gst debugging and not conditionally
9990           defined
9991         * ext/alsa/gstalsa.h:
9992           add ALSA_DEBUG_FLUSH macro
9993         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
9994         (plugin_init):
9995           wrap alsa errors to be printed via the gst debugging system and not
9996           spammed to stderr
9998 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10000         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
10001         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
10002         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
10003         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
10004         (qtdemux_parse_trak):
10005         * gst/qtdemux/qtdemux.h:
10006           Bitch. Also known as seeking, querying & co.
10007         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
10008         (gst_osssink_change_state):
10009         * sys/oss/gstosssink.h:
10010           Resyncing is for weenies, this hack is no longer needed and was
10011           broken anyway (since it - unintendedly - always leaves resync to
10012           TRUE).
10014 2004-06-05  Andrew Turner <zxombie@hotpop.com>
10016         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
10017         * gst/tcp/gsttcpclientsrc.h: idem
10018           - define MSG_NOSIGNAL if not done
10019           - include unistd.h for off_t
10020           (fixes #143749)
10022 2004-06-05  Benjamin Otte  <otte@gnome.org>
10024         * configure.ac:
10025         * ext/kio/Makefile.am:
10026           check for qt's moc preprocessor explicitly and use it
10028 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10030         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
10031           don't get a signal for EPIPE on socket writes
10032           (somebody check if this works on other platforms)
10034 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10036         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
10037         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
10038           check error condition on available samples correctly
10040 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10042         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
10043           avoid a segfault
10044         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
10045         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
10046         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
10047         (gst_tcpserversrc_gdp_read_header):
10048          use ssize_t over size_t since the former is signed and thus the
10049          check for error codes can work
10051 2004-06-02  Wim Taymans  <wim@fluendo.com>
10053         reviewed by: Johan
10055         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
10056         (gst_multipart_mux_loop):
10057         Oops
10059 2004-06-02  Wim Taymans  <wim@fluendo.com>
10061         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
10062         (gst_multipart_mux_init), (gst_multipart_mux_loop),
10063         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
10064         (gst_multipart_mux_change_state):
10065         Added configurable boundary specifier, added the value as a
10066         caps field as well.
10068 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10070         * gst/tcp/gsttcp.c:
10071         * gst/tcp/gsttcpclientsrc.c:
10072         * gst/tcp/gsttcpclientsrc.h:
10073         * gst/tcp/gsttcpserversrc.c:
10074           - portability fix, to compile on OSX
10075             (fixes #143146)
10077         * sys/osxaudio/gstosxaudioelement.c:
10078         * sys/osxaudio/gstosxaudiosink.c:
10079         * sys/osxaudio/gstosxaudiosrc.c:
10080           - compilation warnings on OSX
10081             (fixes #143153)
10083 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10085         * ext/vorbis/vorbisdec.c : sign warning fixes
10087         * gst-libs/gst/mixer/mixertrack.c :
10088           do no use defines which are glib 2.4 specific
10090 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
10092         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
10093           buffer since libflac doesn't expect it (reports a sync error when
10094           it encounters that)
10097 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
10099         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
10100         * gst-libs/gst/mixer/mixertrack.c:
10101         (gst_mixer_track_get_property), (get_mixer_track_init),
10102         (get_mixer_track_get_property): Added property accessors
10103         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
10104         * gst-libs/gst/mixer/mixeroptions.c:
10105         (gst_mixer_options_get_values): Added
10106         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
10107         * gst-libs/gst/mixer/mixer.c: Fixed comment
10110 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10112         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
10113           improve error messages on open
10116 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10118         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10119           check if v4l-conf is in path
10121 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10123         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
10124           change assert to a more readable error message
10126 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10128         * gst-libs/gst/tuner/tunerchannel.h:
10129           - add a freq_multiplicator field to make the conversion
10130             between internal frequency unit and Hz
10131         * sys/v4l/gstv4lelement.c:
10132         * sys/v4l2/gstv4l2element.c:
10133           - change default video device to /dev/video0
10134         * sys/v4l/v4l_calls.c:
10135         * sys/v4l2/v4l2_calls.c:
10136           - we only expose frequency to the user in Hz instead of
10137             bastard v4lX unit (either 62.5kHz or 62.5Hz)
10139 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
10140         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10141           Initialise b_o_s and e_o_s variables
10142         * gst-libs/gst/riff/riff-media.c:
10143         (gst_riff_create_video_caps_with_data):
10144           Add some unusual fourcc's from mplayer avi's
10145         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
10146           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
10147           autoplugging.
10149 2004-05-28  Wim Taymans  <wim@fluendo.com>
10151         * configure.ac:
10152         * gst/alpha/Makefile.am:
10153         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
10154         (gst_alpha_get_type), (gst_alpha_base_init),
10155         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
10156         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
10157         (gst_alpha_chroma_key), (gst_alpha_chain),
10158         (gst_alpha_change_state), (plugin_init):
10159         A plugin to add an alpha channel to I420 video. Can optionally do
10160         chroma keying.
10161         * gst/multipart/Makefile.am:
10162         * gst/multipart/multipart.c: (plugin_init):
10163         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
10164         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
10165         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
10166         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
10167         (gst_multipart_demux_change_state),
10168         (gst_multipart_demux_plugin_init):
10169         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
10170         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
10171         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
10172         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
10173         (gst_multipart_mux_pad_unlink),
10174         (gst_multipart_mux_request_new_pad),
10175         (gst_multipart_mux_handle_src_event),
10176         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
10177         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
10178         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
10179         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
10180         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
10181         send multipart jpeg images to a browser.
10182         * gst/videobox/Makefile.am:
10183         * gst/videobox/README:
10184         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
10185         (gst_video_box_get_type), (gst_video_box_base_init),
10186         (gst_video_box_class_init), (gst_video_box_init),
10187         (gst_video_box_set_property), (gst_video_box_get_property),
10188         (gst_video_box_sink_link), (gst_video_box_i420),
10189         (gst_video_box_ayuv), (gst_video_box_chain),
10190         (gst_video_box_change_state), (plugin_init):
10191         Crops or adds borders around an image. can do alpha channel
10192         borders as well.
10193         * gst/videomixer/Makefile.am:
10194         * gst/videomixer/README:
10195         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
10196         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
10197         (gst_videomixer_pad_get_sink_event_masks),
10198         (gst_videomixer_pad_get_property),
10199         (gst_videomixer_pad_set_property),
10200         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
10201         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
10202         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
10203         (gst_videomixer_base_init), (gst_videomixer_class_init),
10204         (gst_videomixer_init), (gst_videomixer_request_new_pad),
10205         (gst_videomixer_handle_src_event),
10206         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
10207         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
10208         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
10209         (gst_videomixer_loop), (gst_videomixer_get_property),
10210         (gst_videomixer_set_property), (gst_videomixer_change_state),
10211         (plugin_init):
10212         Generic video mixer plugin, can handle multiple inputs all with
10213         different framerates and video sizes. Is fully alpha channel
10214         aware.
10216 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10218         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10219           Select first track as master track. Not sure how else to handle
10220           that...
10221         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
10222           Discard discont events. Should fix #142962.
10224 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10226         * ext/alsa/Makefile.am:
10227         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
10228         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
10229         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
10230         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
10231         (gst_alsa_mixer_get_option):
10232         * ext/alsa/gstalsamixer.h:
10233         * ext/alsa/gstalsamixeroptions.c:
10234         (gst_alsa_mixer_options_get_type),
10235         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
10236         (gst_alsa_mixer_options_new):
10237         * ext/alsa/gstalsamixeroptions.h:
10238         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10239         * ext/alsa/gstalsamixertrack.h:
10240           Add enumerations (as GstMixerOptions). Make correct distinction
10241           between input/output tracks. Add capture/playback private flag.
10242           Use flag to decide on whether to set capture or playback volumes
10243           or switches. Use playback and record switches.
10244         * gst-libs/gst/mixer/Makefile.am:
10245         * gst-libs/gst/mixer/mixer-marshal.list:
10246         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
10247         (gst_mixer_set_option), (gst_mixer_get_option),
10248         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
10249         (gst_mixer_volume_changed), (gst_mixer_option_changed):
10250         * gst-libs/gst/mixer/mixer.h:
10251         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
10252         (gst_mixer_options_class_init), (gst_mixer_options_init),
10253         (gst_mixer_options_dispose):
10254         * gst-libs/gst/mixer/mixeroptions.h:
10255           Add GstMixerOptions.
10256         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
10257           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
10258           broken device detection on computers with multiple OSS sound
10259           cards.
10261 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10263         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10264           fixate nicely even when the peer is not negotiating
10266 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10268         * gst/audioconvert/gstaudioconvert.c:
10269         (gst_audio_convert_parse_caps):
10270           make sure we don't allow depth > width
10271         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10272           fixate endianness to G_BYTE_ORDER as default
10273         * gst/audioscale/gstaudioscale.c:
10274           we don't handle another endianness as host-endianness
10276 2004-05-25  David Schleef  <ds@schleef.org>
10278         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
10280 2004-05-24  Benjamin Otte  <otte@gnome.org>
10282         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
10283         (gst_oggvorbisenc_setup):
10284           properly fail when we can't setup the vorbis encoder due to
10285           unsupported settings
10286         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
10287         (gst_vorbisenc_setup):
10288           same
10289         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10290           fix case where warnings occured when one pad was unlinked while the
10291           other's link function was called
10293 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10295         * gst/tcp/Makefile.am:
10296           use GST_ENABLE_NEW
10298 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10300         * gst-libs/gst/resample/private.h:
10301           don't use optimizations that are #if 0'ed
10303 2004-05-24  Wim Taymans  <wim@fluendo.com>
10305         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
10306         Fix potential division by zero error and hopefully get
10307         the position query right to get correct timestamps on avi
10308         audio.
10310 2004-05-24  Wim Taymans  <wim@fluendo.com>
10312         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
10313         (gst_videoscale_scale_nearest_str2),
10314         (gst_videoscale_scale_nearest_str4),
10315         (gst_videoscale_scale_nearest_32bit),
10316         (gst_videoscale_scale_nearest_24bit),
10317         (gst_videoscale_scale_nearest_16bit):
10318         Fix the scaling algorithm and avoid a buffer overflow.
10319         removed the while loop in the scaling function as it
10320         was used for point sampling only.
10322 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10324         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
10325         (gst_id3_tag_class_init), (gst_id3_tag_init),
10326         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
10327         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
10328         (gst_id3_tag_send_tag_event):
10329           lots of fixes to make id3mux work and id3demux work correctly
10331 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10333         * ext/Makefile.am:
10334           add rules to build shout2send (was removed by accident
10335           when this module was no more marked experimental/broken)
10337 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10339         * ext/shout2/gstshout2.c:
10340         * ext/shout2/gstshout2.h:
10341           adding a "connection problem" signal to shout2send
10342           (fixes #142954)
10344 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10346         * ext/kio/kioreceiver.cpp:
10347         * ext/kio/kioreceiver.h:
10348           fix sign comparison issues
10350 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10352         * gst/cdxaparse/gstcdxaparse.c:
10353         * gst/cdxaparse/gstcdxaparse.h:
10354           some renaming
10355           add some checks/sanity
10356           prepare for seek addition
10358         * sys/sunaudio/gstsunaudio.c:
10359           remove exported dupe init function
10361 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
10363         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
10364         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
10365           Fix format conversion and position querying.
10366         * gst/debug/progressreport.c: (gst_progressreport_report):
10367           Don't output a bogus total value that we didn't query.
10368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10369           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
10370           only a blank window after xine has been used.
10372 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10374         * m4/as-arts.m4:
10375           sync with upstream version to fix test on FC2
10376           readd with -ko to preserve Id header
10378 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10380         * configure.ac:
10381           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
10382         * gst/tcp/gsttcpclientsrc.c: idem
10383         * gst/tcp/gsttcpserversink.c: idem
10384         * gst/tcp/gsttcpserversrc.c: idem
10385         * m4/gst-fionread.m4: idem
10387         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
10389         * configure.ac: enable speex plugin for speex 1.1.5+
10390         * ext/speex/gstspeexenc.c: fix cast warning
10392         * ext/esd/README: fix typo
10394 2004-05-20  David Schleef  <ds@schleef.org>
10396         * configure.ac: Minor cosmetic change to convince the buildbot to
10397         reautogen.
10398         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
10399         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
10400         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
10401         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
10402         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
10403         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
10404         More hacking.  Plays audio now.
10406 2004-05-20  David Schleef  <ds@schleef.org>
10408         * configure.ac:
10409         * sys/Makefile.am:
10411 2004-05-20  David Schleef  <ds@schleef.org>
10413         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
10414         * sys/osxaudio/gstosxaudio.c:
10415         * sys/osxaudio/gstosxaudioelement.c:
10416         * sys/osxaudio/gstosxaudioelement.h:
10417         * sys/osxaudio/gstosxaudiosink.c:
10418         * sys/osxaudio/gstosxaudiosink.h:
10419         * sys/osxaudio/gstosxaudiosrc.c:
10420         * sys/osxaudio/gstosxaudiosrc.h:
10422 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10424         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
10425         (gst_vorbisenc_chain):
10426           put the codec headers on the caps as streamheader as well as
10427           pushing them out
10429 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10431         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
10432         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
10433         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
10434         split up push_packet into two functions
10436 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10438         * gst/tcp/.cvsignore:
10439           ignore enums
10440         * gst/tcp/Makefile.am:
10441         * gst/tcp/README:
10442         * gst/tcp/gsttcp.c:
10443         * gst/tcp/gsttcp.h:
10444         * gst/tcp/gsttcpclientsink.c:
10445         * gst/tcp/gsttcpclientsink.h:
10446         * gst/tcp/gsttcpclientsrc.c:
10447         * gst/tcp/gsttcpclientsrc.h:
10448         * gst/tcp/gsttcpplugin.c:
10449         * gst/tcp/gsttcpserversink.c:
10450         * gst/tcp/gsttcpserversink.h:
10451         * gst/tcp/gsttcpserversrc.c:
10452         * gst/tcp/gsttcpserversrc.h:
10453           add new tcp elements
10455 2004-05-19  Wim Taymans  <wim@fluendo.com>
10457         * gst/law/mulaw-conversion.c: (mulaw_encode):
10458         Fix overflow bug in ulaw encoding.
10460 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10462         * ext/mad/gstmad.c: (gst_mad_handle_event):
10463           don't unref the event twice
10465 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10467         * configure.ac:
10468           remove -Wno-sign-compare
10470 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10472         * configure.ac:
10473           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
10474           if you want to work against glib 2.2 and 2.4
10476 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10478         * gst/tcp/Makefile.am:
10479         * gst/tcp/gsttcp.c:
10480         * gst/tcp/gsttcp.h:
10481         * gst/tcp/gsttcpsink.h:
10482         * gst/tcp/gsttcpsrc.h:
10483           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
10485 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10487         * gst/debug/tests.c: (md5_get_value):
10488           fix segfault on gst-inspect
10490 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10492         * gst/debug/testplugin.c:
10493         * gst/debug/tests.c:
10494         * gst/debug/tests.h:
10495           add new extensible and configurable testing element. Current tests
10496           include buffer count, stream length, timestamp/duration matching and
10497           md5.
10498         * gst/debug/Makefile.am:
10499         * gst/debug/gstdebug.c: (plugin_init):
10500           add infrastructure for new element
10502 2004-05-19  Johan Dahlin  <johan@gnome.org>
10504         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
10505         ending of the array. Fixes gst-inspect segfault on ppc.
10507 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10509         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
10511         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
10513 2004-05-18  David Schleef  <ds@schleef.org>
10515         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
10516         warnings (bugs, actually) noticed by gcc but not forte.
10518 2004-05-18  David Schleef  <ds@schleef.org>
10520         * sys/sunaudio/Makefile.am:
10521         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
10523 2004-05-18  David Schleef  <ds@schleef.org>
10525         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10526         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
10527         to allow qtdemux to use non-seekable streams. (bug #142272)
10529 2004-05-18  David Schleef  <ds@schleef.org>
10531         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
10532         (gst_resample_sinc_ft_float): Remove use of static temporary
10533         buffer.  This code was obviously not supposed to last long, but
10534         it's stuck in our ABI, so it required a little hack to make it
10535         ABI-compatible.  Fixes #142585.
10536         * gst-libs/gst/resample/resample.h: same.
10538 2004-05-18  David Schleef  <ds@schleef.org>
10540         * configure.ac: Add sunaudio
10541         * examples/Makefile.am: make gstplay depend on gconf
10542         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
10543         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
10544         (convert_table_lookup), (img_convert): remove c99-isms
10545         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
10546           unsigned, to fix a warning on Solaris
10547         * gst/mpeg1sys/systems.c: bcopy->memcpy
10548         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
10549         * sys/Makefile.am: Add sunaudio
10551 2004-05-18  Wim Taymans  <wim@fluendo.com>
10553         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
10554         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10555         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
10556         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
10557         (gst_ogg_mux_loop):
10558         Fix an ugly memleak where the muxer didn't flush enough ogg
10559         pages. This also resulted in badly muxed ogg files.
10561 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10563         * gst/asfdemux/asfheaders.c :
10564         * gst/asfdemux/asfheaders.h :
10565         * gst/asfdemux/gstasfdemux.c :
10566           - fix ASF_OBJ_PADDING guid
10567           - add 3 new object guids (language list, metadata,
10568             extended stream properties)
10569           - add a function to parse extended header objects
10571 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10573         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
10574           remove leftover debugging g_print
10576 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10578         * ext/mad/gstmad.c: (gst_mad_handle_event):
10579           Fix for when the first format in a discont event is not a
10580           byte-based one. Should fix #137710.
10582 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10584         * m4/a52.m4 : fix compilation with -Wall -Werror
10585         * m4/libfame.m4 : idem
10586         * m4/libmikmod.m4 : idem
10588 2004-05-17  Benjamin Otte  <otte@gnome.org>
10590         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
10591           signal the new tags before giving up the reference
10593 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10595         * ext/shout2/gstshout2.c:
10596           use application/ogg instead of application/x-ogg (patch by Patrick
10597           Guimond, fixes #142432)
10598         * sys/oss/gstosselement.c: (gst_osselement_reset),
10599         (gst_osselement_sync_parms):
10600           don't set fragment size unless specified (fixes #142493)
10602 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10604         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
10605           fixes #142664
10607 2004-05-17  Benjamin Otte  <otte@gnome.org>
10609         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10610           compute offsets correctly for internal buffers so timestamps are set
10611           correctly when we can't seek. Also handle cases where there are no
10612           offsets. (based on a patch by David Moore, fixes #142507)
10614 2004-05-17  Benjamin Otte  <otte@gnome.org>
10616         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10617           use correct variable when determining amount of data to skip so we
10618           don't skip into the void and segfault
10620 2004-05-16  Benjamin Otte  <otte@gnome.org>
10622         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
10623           Hi, I'm a memleak
10625 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10627         * gst/asfdemux/gstasfdemux.c:
10628           - fix a mem leak and always propagate tags
10629           - add WMV3 to known video codecs (but no decoder yet)
10630           - replace "surplus data" at end of audio header for what
10631             it is : codec specific data
10632           - fix a typo
10634 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
10636         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
10638         * gst-libs/gst/audio/audioclock.c:
10639           Fix wrong return type (#142205).
10641 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10643         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
10644           Ignore CRCs by default (fixes #142566).
10646 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10648         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
10649         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
10650         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
10651         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
10652         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10653         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
10654           Fix for cases where we fail to attach to a mixer.
10656 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10658         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10659           Don't touch events after not owning them anymore.
10660         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10661         (gst_wavparse_fmt), (gst_wavparse_other),
10662         (gst_wavparse_handle_seek), (gst_wavparse_loop),
10663         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10664         (gst_wavparse_srcpad_event):
10665         * gst/wavparse/gstwavparse.h:
10666           Add seeking, fix querying.
10668 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10670         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
10671           - process comments even if they don't end with \0\0
10672             g_convert would ignore them if present and works well without them
10674 2004-05-16  Benjamin Otte  <otte@gnome.org>
10676         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
10677           simplify caps
10679 2004-05-16  Benjamin Otte  <otte@gnome.org>
10681         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
10682           don't write to memory we might not write to - g_convert does that
10683           for us anyway (fixes #142613)
10684         (gst_asf_demux_audio_caps):
10685           comment out gst_util_dump_mem
10687 2004-05-16  Benjamin Otte  <otte@gnome.org>
10689         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10690           compute correct expected timestamps after seek (broken since
10691           last commit)
10692         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
10693           rename element and debugging category to gdkpixbufscale
10695 2004-05-16  Benjamin Otte  <otte@gnome.org>
10697         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10698           add error checking to snd_pcm_delay and remove duplicate call to
10699           snd_pcm_delay that caused issues (see inline code comments)
10700         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
10701           make more readable and fix return value when snd_pcm_delay fails
10702         (fixes #142586)
10704 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
10705         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
10706         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
10707         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
10708         (gst_pixbufscale_link), (gst_pixbufscale_init),
10709         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
10710         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
10711         (gst_pixbufscale_get_property), (pixbufscale_init):
10712         * ext/gdk_pixbuf/pixbufscale.h:
10713         Add these files I forgot earlier
10715 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
10716         * ext/gdk_pixbuf/Makefile.am:
10717         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
10718         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10719         Add new pixbufscale element to scale RGB video
10720         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
10721         and HYPER interpolation correctly.
10722         * ext/theora/theoraenc.c: (theora_enc_chain),
10723         Discard buffer and return if explicit caps could not be set
10724         (theora_enc_get_property):
10725         Make _get return kbps for the bitrate consistent with
10726         the _set function.
10729 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10731         * ext/libvisual/visual.c: (gst_visual_chain):
10732           add missing visual_audio_analyze
10734 2004-05-14  David Schleef  <ds@schleef.org>
10736         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
10737         is killed while we're playing.
10738         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
10739         gst_element_no_more_pads().
10741 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10743         * gst-libs/gst/riff/riff-read.c :
10744           - fix INFO tag extraction in RIFF/AVI files
10745             because gst_event_unref (event) also freed taglist
10746           - avoid a mem leak
10748 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10750         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
10751         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
10753         * gst/auparse/gstauparse.c :
10754           - add code (commented for now) to support audio/x-adpcm on src pad
10755             (we have no decoder for those layout yet)
10757         * gst/cdxaparse/gstcdxaparse.c :
10758         * gst/cdxaparse/gstcdxaparse.h :
10759           - partial rewrite using RiffRead (ripped iain's wavparse code)
10761         * gst/rtp/gstrtpL16enc.c : typo
10762         * gst/rtp/gstrtpgsmenc.c : typo
10764 2004-05-13  Benjamin Otte  <otte@gnome.org>
10766         * configure.ac:
10767           check for exact version of libvisual, it's not supposed to be
10768           API/ABI stable yet
10770 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
10773           signal no-more-pads
10775 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
10777         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
10778         Report which format was used for GST_FORMAT_DEFAULT
10779         * gst/debug/Makefile.am:
10780         * gst/debug/gstdebug.c: (plugin_init):
10781         * gst/debug/progressreport.c: (gst_progressreport_base_init),
10782         (gst_progressreport_class_init), (gst_progressreport_init),
10783         (gst_progressreport_report), (gst_progressreport_set_property),
10784         (gst_progressreport_get_property), (gst_progressreport_chain),
10785         (gst_progressreport_plugin_init):
10786         Add progressreport element for testing.
10788 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10790         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
10791         * sys/v4l/gstv4lsrc.h:
10792         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
10793         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
10794         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
10795         (gst_v4lsrc_grab_frame):
10796           add more debugging
10797           send a discont at start
10799 2004-05-12  Colin Walters  <walters@redhat.com>
10801         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
10802         inflooping if we can't find a chunk.  Or in other words, don't blow
10803         chunks if we don't have a chunk to blow.
10805 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
10806         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
10807         Remove old debug output
10808         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
10809         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
10810         (gst_dvdec_set_property), (gst_dvdec_get_property):
10811         Change the quality setting to an enum, so it works from gst-launch
10812         Don't renegotiate a non-linked pad. Allows audio only decoding.
10813         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
10814         (gst_deinterlace_link), (gst_deinterlace_init):
10815         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
10816         (gst_videodrop_link):
10817         Some caps negotiation fixes
10819 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10821         * ext/tarkin/gsttarkin.c :
10822           - Change RANK from NONE to PRIMARY
10823         * ext/gdk_pixbuf/gstgdkpixbuf.c :
10824           - Change RANK from NONE to MARGINAL
10825         * ext/divx/gstdivxenc.c :
10826           - Change RANK from PRIMARY to NONE (encoder/spider issue)
10828 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10830         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
10831         (gst_vorbisenc_push_packet):
10832           copy a function that was added between 1.0 and 1.0.1 until we
10833           depend on worthwhile features of post-1.0
10835 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10837         * configure.ac:
10838           enable shout2 by default
10839         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
10840         (gst_shout2send_base_init), (gst_shout2send_init),
10841         (gst_shout2send_connect), (gst_shout2send_change_state):
10842         * ext/shout2/gstshout2.h:
10843           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
10844           #142262)
10845         * ext/theora/theora.c: (plugin_init):
10846           don't set rank on encoders
10848 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
10850         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
10851           Use codec_data property instead of flag1 and flag2 for wma
10853 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10855         * gst/cdxaparse/gstcdxaparse.c :
10856           - Add mpegversion to CAPS to make it link
10857           - Rank is as GST_RANK_SECONDARY instead of NONE
10858         * gst/auparse/gstauparse.c :
10859           - Document all audio encoding we can encounter from Solaris 9
10860             headers and libsndfile information.
10861           - Increase max. rate from 48000 to 192000 (to match other elements)
10862           - Don't try to play junk data between header and samples
10864 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10866         * ext/libvisual/visual.c: (gst_visual_getcaps):
10867           use the right caps depending on endianness (I hope)
10868         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
10869           use GST_RANK_NONE for all non-decoding elements or spider gets
10870           mighty confused
10872 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10874         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
10875           Fix some odd cases and fix BE metadata parsing of unicode16 text.
10877 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10879         * gst/switch/gstswitch.c: (gst_switch_release_pad),
10880         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
10881         (gst_switch_loop), (gst_switch_get_type):
10882           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
10883           HEADERS. Had to be said.
10885 2004-05-10  David Schleef  <ds@schleef.org>
10887         * configure.ac: Add prototype Dirac support.
10888         * ext/Makefile.am:
10889         * ext/dirac/Makefile.am:
10890         * ext/dirac/gstdirac.cc:
10891         * ext/dirac/gstdiracdec.cc:
10893 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10895         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
10896         (gst_auparse_init), (gst_auparse_chain),
10897         (gst_auparse_change_state):
10898           Hack around spider. Remove me some day please.
10900 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10902         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10903           Fix for some uninitialized variables in previous patch, also
10904           makes it work. Fixes #142286 while we're at it.
10906 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10908         * gst/auparse/gstauparse.c:
10909                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
10910                 only unsupported formats are ADPCM/CCITT G.72x
10911                 reviewed by Ronald
10912         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
10914 2004-05-10  Wim Taymans  <wim@fluendo.com>
10916         * ext/vorbis/Makefile.am:
10917         * ext/vorbis/README:
10918         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
10919         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
10920         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
10921         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
10922         (gst_oggvorbisenc_convert_sink),
10923         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
10924         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
10925         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
10926         (get_constraints_string), (update_start_message),
10927         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
10928         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
10929         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
10930         * ext/vorbis/oggvorbisenc.h:
10931         * ext/vorbis/vorbis.c: (plugin_init):
10932         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
10933         (raw_caps_factory), (gst_vorbisenc_class_init),
10934         (gst_vorbisenc_init), (gst_vorbisenc_setup),
10935         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
10936         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
10937         * ext/vorbis/vorbisenc.h:
10938         Added a raw vorbis encoder to be used with the oggmuxer.
10939         We still need the old encoder for some gnome applications,
10940         read the README to find out how that works.
10941         The raw encoder is called "rawvorbisenc" until 0.9.
10943 2004-05-10  Wim Taymans  <wim@fluendo.com>
10945         * ext/ogg/gstogg.c: (plugin_init):
10946         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
10947         (gst_ogg_print):
10948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
10949         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
10950         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
10951         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
10952         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
10953         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
10954         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
10955         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
10956         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
10957         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
10958         Added an ogg muxer.
10959         Small typo fixes in the demuxer.
10961 2004-05-10  Wim Taymans  <wim@fluendo.com>
10963         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10964         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
10965         (theora_enc_change_state), (theora_enc_set_property),
10966         (theora_enc_get_property):
10967         Mark the last packet with an EOS flag which is not really needed
10968         in gstreamer.
10969         Do some better video framerate initialisation.
10970         Update the buffer timestamp.
10972 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10974         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
10975         Return the result of the parent state change call
10977 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10979         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
10980         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
10981         * gst/law/alaw-encode.c : (idem)
10982         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
10983         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
10984         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
10986 2004-05-09  Benjamin Otte  <otte@gnome.org>
10988         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
10989           don't use a fixed buffer size when writing variable length data to
10990           it. Fixes memory corruption and makes alsasrc work
10992 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10994         * ext/gnomevfs/gstgnomevfssink.c:
10995         (_gst_boolean_allow_overwrite_accumulator),
10996         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
10997           Run glib's default signal handler (??) in RUN_CLEANUP rather than
10998           RUN_LAST, and don't use that to set the accumulator value because
10999           then it's always FALSE.
11001 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11003         * gst-libs/gst/riff/riff-media.c:
11004         (gst_riff_create_video_caps_with_data),
11005         (gst_riff_create_audio_caps),
11006         (gst_riff_create_audio_template_caps):
11007         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
11008           Fix for unaligned RIFF files (i.e. where all the chunks together
11009           in a LIST chunk are not of the same size as the size given in
11010           the LIST chunk header). Fixes several odd WAVE files. Also fix
11011           ADPCM (block_align property) in audio, so that wavparse based
11012           on this works now as it used to stand-alone.
11014 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
11016         reviewed by Benjamin Otte  <otte@gnome.org>
11018         * ext/a52dec/gsta52dec.c:
11019         * ext/divx/gstdivxdec.c:
11020         * ext/divx/gstdivxenc.c:
11021         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
11022         * ext/faac/gstfaac.c: (gst_faac_base_init):
11023         * ext/faad/gstfaad.c: (gst_faad_base_init):
11024         * ext/ivorbis/vorbisfile.c:
11025         * ext/lame/gstlame.c:
11026         * ext/libfame/gstlibfame.c:
11027         * ext/mpeg2enc/gstmpeg2enc.cc:
11028         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
11029         * ext/sidplay/gstsiddec.cc:
11030         * ext/speex/gstspeexdec.c:
11031         * ext/speex/gstspeexenc.c:
11032         * ext/xvid/gstxviddec.c:
11033         * ext/xvid/gstxvidenc.c:
11034           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
11035           (fixes #142193)
11037 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11039         * ext/alsa/gstalsa.c: (device_list),
11040         (gst_alsa_class_probe_devices):
11041         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
11042           Fix alsa oddness in mixer after the combination of using mixer
11043           in source/sink elements and using hw:x,y instead of just hw:x.
11045 2004-05-09  Benjamin Otte  <otte@gnome.org>
11047         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
11048         (gst_wavparse_create_sourcepad):
11049           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
11050           sourcepads
11052 2004-05-09  Benjamin Otte  <otte@gnome.org>
11054         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11055           allow discont events before caps nego
11057 2004-05-08  Benjamin Otte  <otte@gnome.org>
11059         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
11060           don't leak events
11062 2004-05-08  Benjamin Otte  <otte@gnome.org>
11064         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
11065         (gst_level_change_state), (gst_level_init):
11066         * gst/level/gstlevel.h:
11067           figure out if we're initialized directly instead of keeping a
11068           variable that's wrong in 90% of cases
11069           don't initialize pads and then leak them and use a new unitialized
11070           pad. (fixes #142084)
11071           these were bugs so n00bish I didn't find them for an hour :/
11073 2004-05-08 Iain <iain@prettypeople.org>
11075         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
11076         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
11077         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
11078         return the length that was read.
11079         (gst_riff_read_strf_auds): Allow fmt tags as well.
11081 2004-05-07  David Schleef  <ds@schleef.org>
11083         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
11084         signed char assumption in faad.h.
11086 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11088         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
11089           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
11091 2004-05-07  Colin Walters  <walters@redhat.com>
11093         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
11094         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
11095         function.
11096         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
11097         Add dispose function.
11099 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
11100         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
11101           Fix caps nego and pad templates. RGB mode caps should
11102           work now.
11103         * ext/dvdnav/gst-dvd:
11104           Move mpeg2dec inside the thread because otherwise the
11105           queue rejects cap changes mid-stream
11106         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
11107         (gst_mpeg2dec_flush_decoder):
11108           For mpeg2dec > 0.4.0, call the flush function instead of
11109           manually extracting all in-flight frames.
11110         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
11111         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
11112           Change mime type video/dv go video/x-dv to match the
11113           rest of gst-plugins
11115 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11117         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11118         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
11119         (gst_alsa_sink_class_init):
11120         * ext/alsa/gstalsasink.h:
11121         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
11122         (gst_alsa_src_class_init):
11123         * ext/alsa/gstalsasrc.h:
11124           Make alsasink/src a subclass of alsamixer so that mixer stuff
11125           shows up in gst-rec. Needs some finetuning.
11127 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11129         * ext/lame/gstlame.c: (gst_lame_chain):
11130           simplify
11131         * ext/mad/gstmad.c: (gst_mad_handle_event):
11132           fix event leak
11133         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11134           be able to detect mp3 files < 4096 bytes
11136 2004-05-06  Wim Taymans  <wim@fluendo.com>
11138         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11139         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
11140         (theora_enc_set_property), (theora_enc_get_property):
11141         Also encode the first frame, cleanup some code.
11143 2004-05-06  Wim Taymans  <wim@fluendo.com>
11145         * ext/mpeg2enc/gstmpeg2enc.cc:
11146         Forward events first before deciding that negotiation was
11147         not performed.
11149 2004-05-06  Wim Taymans  <wim@fluendo.com>
11151         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
11152         First process the events before deciding that negotiation
11153         was not performed.
11155 2004-05-06  Wim Taymans  <wim@fluendo.com>
11157         * ext/theora/Makefile.am:
11158         * ext/theora/theora.c: (plugin_init):
11159         * ext/theora/theoradec.c: (theora_dec_change_state):
11160         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
11161         (gst_theora_enc_class_init), (gst_theora_enc_init),
11162         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
11163         (theora_enc_chain), (theora_enc_change_state),
11164         (theora_enc_set_property), (theora_enc_get_property):
11165         Added a theora encoder, grouped the encoder and decoder into the
11166         same plugin.
11168 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11170         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
11171         (gst_jpegenc_chain):
11172         fix DURATION on outgoing buffers
11173         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
11174         debug using time formats
11175         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11177         (gst_xvimagesink_sink_link):
11178         windows with width/height 0 generate X errors, so don't allow them
11180 2004-05-05  Wim Taymans  <wim@fluendo.com>
11182         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
11183         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
11184         (gst_mpeg2dec_negotiate_format):
11185         * ext/mpeg2dec/gstmpeg2dec.h:
11186           removed the static pad template so that we can add the
11187           more accurate framerate value to the caps.
11190 2004-05-04  Benjamin Otte  <otte@gnome.org>
11192         * configure.ac:
11193           check for kdemacros.h, too (should fix #141821)
11194         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
11195           don't crash if no header was sent, but nicely error out (fixes part
11196           of #141554)
11198 2004-05-04  Wim Taymans  <wim@fluendo.com>
11200         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
11201         parent dispose function to avoid segfault on destroy.
11203 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11205         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
11206         (plugin_init):
11207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11208         (gst_xvimagesink_sink_link):
11209         clean up debugging caps
11210         also recreate xvimage when format has changed
11212 2004-05-04  Benjamin Otte  <otte@gnome.org>
11214         * ext/libvisual/Makefile.am:
11215         * ext/libvisual/visual.c: (gst_visual_class_init),
11216         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
11217         (gst_visual_srclink), (gst_visual_chain),
11218         (gst_visual_change_state), (plugin_init):
11219           use a GstAdapter to correctly adapt buffer sizes - allows using a
11220           framerate
11222 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11224         * sys/v4l/gstv4lelement.h:
11225         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
11226         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
11227         (gst_v4lsrc_buffer_free):
11228         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
11229         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
11230         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
11231         (gst_v4lsrc_requeue_frame):
11232         move some debugging categories around
11233         query for fps index and set accordingly if found
11235 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11237         * ext/lame/gstlame.c:
11238         correct defaults that lame_init puts out of range
11240 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11242         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
11243         (gst_divxenc_class_init):
11244         fix range since -1 is the default
11245         * gst/mpeg1sys/gstmpeg1systemencode.c:
11246         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
11247         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
11248         (gst_rtjpegdec_chain):
11249         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
11250         (gst_rtjpegenc_chain):
11251         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
11252         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
11253         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
11254         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
11255         * sys/v4l/gstv4lsrc.c:
11256         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11257         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
11258         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
11259         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
11260         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
11261           remove gst_info calls
11263 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11265         * Makefile.am:
11266         * po/af.po:
11267         * po/az.po:
11268         * po/en_GB.po:
11269         * po/nl.po:
11270         * po/sr.po:
11271         * po/sv.po:
11272           Updated translations
11274 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11276         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
11277           refactor/comment code
11279 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11281         * gst/asfdemux/Makefile.am:
11282         * gst/asfdemux/asfheaders.c:
11283         * gst/asfdemux/asfheaders.h:
11284         * gst/asfdemux/gstasf.c: (plugin_init):
11285         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
11286         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
11287         (gst_asf_demux_setup_pad):
11288         * gst/asfdemux/gstasfdemux.h:
11289         * gst/asfdemux/gstasfmux.c:
11290         * gst/asfdemux/gstasfmux.h:
11291           Add tagging support to demuxer, split out registration in its own
11292           file instead of in demux (hacky), and prevent having some tables
11293           in our memory multiple times (in asfheaders.h).
11295 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11297         * gst/matroska/matroska-demux.c:
11298         (gst_matroska_demux_parse_metadata):
11299         * gst/matroska/matroska-ids.h:
11300           Basic tag reading support.
11302 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11304         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11305           Really detect ac-3 audio.
11306         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
11307           really detect matroska files (off-by-1).
11309 2004-04-30  David Schleef  <ds@schleef.org>
11311         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11312         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
11313         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
11314         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
11315         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
11316         hackage -- parse a lot more atoms, extract a few tags.  One might even
11317         mistake this for tag support.  Maybe it is.
11318         * gst/qtdemux/qtdemux.h:
11320 2004-04-30  Colin Walters  <walters@verbum.org>
11322         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
11324 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11326         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11327         (gst_ffmpegcolorspace_getcaps):
11328           remove broken nego fix
11330 2004-04-30  Benjamin Otte  <otte@gnome.org>
11332         * configure.ac:
11333         * ext/Makefile.am:
11334         * ext/libvisual/Makefile.am:
11335         * ext/libvisual/visual.c:
11336           add initial support for libvisual (http://libvisual.sourceforge.net)
11337           libvisual is still quite alpha, so expect crashes in there :)
11339 2004-04-29  David Schleef  <ds@schleef.org>
11341         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
11342         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
11343         up qtdemux to make it spit out codec_data.  Do _not_ look at this
11344         code; you will no longer respect me.
11346 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11348         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
11349         * ext/alsa/gstalsa.h :
11350         change alsa pcm device discovery to find more than 1 device
11351         per card. code review by Ronald.
11353 2004-04-29  David Schleef  <ds@schleef.org>
11355         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
11356         Add a check for a driver bug on FreeBSD.  (bug #140565)
11358 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11360         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
11361         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
11362         (gst_jpegenc_getcaps):
11363           move format setting to inner loop
11364         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11365         (gst_ffmpegcolorspace_getcaps):
11366           use GST_PAD_CAPS if available so that we use already negotiated
11367           caps
11368         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11369         (qtdemux_parse_moov), (qtdemux_parse):
11370           extra debugging
11371         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
11372         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
11373           move hardcoded path to DEFINE
11375 2004-04-28  David Schleef  <ds@schleef.org>
11377         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
11378         (bug #140064)
11380 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11382         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
11383           Don't probe for playback device if we're a source element. Fixes
11384           #139658.
11386 2004-04-29  Benjamin Otte  <otte@gnome.org>
11388         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
11389         (gst_id3_tag_chain):
11390           rewrite buffer offset
11392 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11394         * configure.ac:
11395         * ext/Makefile.am:
11396         * ext/dts/Makefile.am:
11397         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
11398         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
11399         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
11400         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
11401         (gst_dtsdec_loop), (gst_dtsdec_change_state),
11402         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
11403         (plugin_init):
11404         * ext/dts/gstdtsdec.h:
11405           New DTS decoder.
11406         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
11407         (gst_faad_srcconnect):
11408           Add ESDS atom handling (.m4a).
11410 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11412         * ext/divx/gstdivxdec.c: (plugin_init):
11413           Remove comment that makes no sense.
11414         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
11415           Fix for obvious typo that resulted in warnings during gst-register.
11416         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
11417         (gst_xviddec_sink_link):
11418           Fix caps negotiation a bit better.
11419         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
11420           We call this 'codec_data', not 'esds'.
11422 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11424         * gst/monoscope/gstmonoscope.c:
11425           make sure we only provide 256x128
11426         * gst/monoscope/monoscope.c: (monoscope_init):
11427           assert size of 256x128
11429 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11431         * Makefile.am:
11432         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
11433         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
11434           fixate to max width and height of device
11436 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11438         * Makefile.am:
11439         * sys/v4l/gstv4l.c:
11440         * sys/v4l/gstv4lsrc.c:
11441         * sys/v4l/v4l_calls.c:
11442         * sys/v4l/v4lsrc_calls.c:
11443           fix for qc-usb driver which fakes having more than one buffer
11444           by handing the same buffer twice, which confused GStreamer's/v4lsrc
11445           buffer_free override
11446           add debugging
11448 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11450         * Makefile.am:
11451         * gst/videotestsrc/gstvideotestsrc.c:
11452         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
11453         (gst_videotestsrc_init), (gst_videotestsrc_get),
11454         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
11455         * gst/videotestsrc/gstvideotestsrc.h:
11456           add num-buffers property
11458         2004-04-26  Benjamin Otte  <otte@gnome.org>
11460         * ext/mad/gstid3tag.c: (plugin_init):
11461           set id3mux rank to NONE so it doesn't confuse spider
11462           require audio/mpeg,mpegversion=1 in id3mux
11464 2004-04-26  Benjamin Otte  <otte@gnome.org>
11466         * configure.ac:
11467           detect faad correctly as non-working if it's indeed non-working
11469 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11471         * Makefile.am:
11472         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
11473         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
11474         fix _getcaps so it only negotiates to its supported format
11476 2004-04-25  Benjamin Otte  <otte@gnome.org>
11478         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
11479           fix memleak
11481 2004-04-23  Benjamin Otte  <otte@gnome.org>
11483         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
11484           audio/x-raw-int with height rules! not. Now it's depth.
11486 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11488         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11489         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
11490         (gst_wavparse_loop):
11491           Missing variable initialization. Add handling of DVI ADPCM. Fix
11492           mis-parsing of LIST chunks. This works around a bug where we mis-
11493           parse non-aligning LIST chunks (so LIST chunks where the contents
11494           don't align with the actual LIST size). The correct fix is to use
11495           rifflib, I'm not going to fix wavparse - too much work. All this
11496           fixes #104878.
11498 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11500         reviewed by Benjamin Otte  <otte@gnome.org>
11502         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
11503           fix shoutcast not working (fixes #140844)
11505 2004-04-22  Benjamin Otte  <otte@gnome.org>
11507         * ext/hermes/gsthermescolorspace.c:
11508         (gst_hermes_colorspace_caps_remove_format_info):
11509         * gst/colorspace/gstcolorspace.c:
11510         (gst_colorspace_caps_remove_format_info):
11511         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11512         (gst_ffmpegcolorspace_caps_remove_format_info):
11513           s/gst_caps_simplify/gst_caps_do_simplify/
11515 2004-04-22  Benjamin Otte  <otte@gnome.org>
11517         * gst-libs/gst/riff/riff-media.c:
11518         (gst_riff_create_video_caps_with_data):
11519           mpegversion is an int
11520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
11521           don't try to create pad templates with NULL caps, use any caps
11522           instead.
11524 2004-04-20  David Schleef  <ds@schleef.org>
11526         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
11527         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
11528         (bug #140384)
11530 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
11532         reviewed by David Schleef
11534         * ext/mad/gstid3tag.c: Add stdlib.h
11535         * gst/rtp/gstrtpgsmenc.c: same
11536         * gst/tags/gstid3tag.c: same
11537         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
11538         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
11539         GST_DISABLE_LOADSAVE use.
11540         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
11541         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
11542         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
11543         atol(3)).
11544         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
11545         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
11546         strtoul(3)).
11547         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
11548         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
11549         $(ID3_CFLAGS).
11550         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
11551         $(LIBFAME_CFLAGS).
11553 2004-04-20  David Schleef  <ds@schleef.org>
11555         * gst/realmedia/rmdemux.c:  This was supposed to part of the
11556         last checkin.  Same idea.
11558 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
11560         reviewed by David Schleef
11562         * configure.ac: bump required gstreamer version to 0.8.1.1
11563         because of following changes [--ds]
11565         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
11566         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
11567         (gst_riff_read_header):  Use GST_READ_UINT*
11568         macros to access possibly unaligned memory.
11570         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
11571         (mp3_type_find):  Use GST_READ_UINT*
11572         macros to access possibly unaligned memory.
11573         (mp3_type_find, mpeg1_parse_header, qt_type_find)
11574         (speex_type_find): Likewise
11576         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
11578         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
11579         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
11580         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
11581         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
11582         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
11583         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
11584         macros to access possibly unaligned memory.
11586         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
11587         Likewise.
11589         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
11590         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
11592         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11593         Likewise.
11595         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
11596         (gst_mpeg2subt_chain_subtitle): Likewise.
11598         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
11599         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
11600         Likewise.
11602         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
11603         Likewise.
11605         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
11606         Likewise.
11608         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
11609         Likewise.
11611 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11613         * configure.ac:
11614           update required version of GStreamer because of GST_TIME_FORMAT
11616 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11618         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
11619           remove leftover g_print
11620         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11621           don't try setting only a subset of the caps. We don't want to kill
11622           autoplugging on purpose
11624 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11626         * sys/ximage/ximagesink.c: (plugin_init):
11627         * sys/xvimage/xvimagesink.c: (plugin_init):
11628           add debugging categories
11630 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11632         * po/en_GB.po:
11633         * po/LINGUAS:
11634           Adding en_GB translation (Gareth Owen)
11636 2004-04-20  David Schleef  <ds@schleef.org>
11638         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
11639         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
11640         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
11641         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
11642         A number of new features and hacks to extract the esds atom and
11643         put it into the caps.  (bug #137724)
11645 2004-04-19  David Schleef  <ds@schleef.org>
11647         * gconf/Makefile.am: Fix for non-GNU make
11648         * gst-libs/gst/Makefile.am: Change directory order to handle
11649         GstPlay linking with gstinterfaces
11650         * gst-libs/gst/audio/make_filter: make use of tr portable
11651         * gst-libs/gst/play/Makefile.am: Add intended \
11652         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
11653         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
11654         function prototype instead of void *.
11655         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
11656         macro.
11657         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11658         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
11659         * gst/videofilter/make_filter: make use of tr portable
11660         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
11662 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11664         * po/LINGUAS:
11665         * po/uk.po:
11666           Added Ukrainian translation (Maxim V. Dziumanenko)
11668 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11670         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
11671         (gst_gsmdec_link), (gst_gsmdec_chain):
11672           Fix capsnego, simplify chain function slightly.
11673         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11674           Add GSM.
11676 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11678         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11679         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
11680         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
11681           Hack to make wavparse work with spider (always -> sometimes pad).
11682           Fixes #135862 && #140411.
11684 2004-04-18  Benjamin Otte  <otte@gnome.org>
11686         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
11687         (gst_osselement_rate_probe_check),
11688         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
11689           get rid of \n in debug output
11691 2004-04-17  Iain <iain@prettypeople.org>
11693         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
11694         not just EOS.
11696 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11698         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
11699         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
11700         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
11701         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
11702         (gst_id3_tag_src_link), (gst_id3_tag_chain),
11703         (gst_id3_tag_change_state), (plugin_init):
11704           deprecate id3tag element and replace with id3demux/id3mux.
11705           great side effect: this ugly file is now even uglier, yay!
11706         * ext/mad/gstmad.h:
11707           remove non-available function
11708           update for new get_type
11710 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11712         * configure.ac:
11713           require mpeg2dec >= 0.4.0
11715 2004-04-17  Benjamin Otte  <otte@gnome.org>
11717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11718         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
11719         (gst_xvimagesink_set_xwindow_id):
11720           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
11721           assorted cleanup fixes.
11723 2004-04-16  David Schleef  <ds@schleef.org>
11725         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
11726         * sys/xvimage/xvimagesink.h: same
11728 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11730         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
11731           Fix GST_ELEMENT_ERROR with (NULL)
11733 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11735         * gst-libs/gst/riff/riff-media.c:
11736         (gst_riff_create_video_caps_with_data):
11737           Add div[3456] as fourccs for DivX 3 (fixes #140137).
11739 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11741         * gst-libs/gst/riff/riff-media.c:
11742         (gst_riff_create_video_caps_with_data),
11743         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
11744         (gst_riff_create_video_template_caps),
11745         (gst_riff_create_audio_template_caps):
11746         * gst-libs/gst/riff/riff-media.h:
11747         * gst-libs/gst/riff/riff-read.c:
11748         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
11749         * gst-libs/gst/riff/riff-read.h:
11750         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
11751           Add MS RLE support. I added some functions to read out strf chunks
11752           into strf chunks and the data behind it. This is usually color
11753           palettes (as in RLE, but also in 8-bit RGB). Also use those during
11754           caps creation. Lastly, add ADPCM (similar to wavparse - which
11755           should eventually be rifflib based).
11756         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
11757         (gst_matroska_demux_init), (gst_matroska_demux_reset):
11758         * gst/matroska/matroska-demux.h:
11759           Remove placeholders for some prehistoric tagging system. Didn't add
11760           support for any tag system really anyway.
11761         * gst/qtdemux/qtdemux.c:
11762           Add support for audio/x-m4a (MPEG-4) through spider.
11763         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
11764         (gst_wavparse_loop):
11765           ADPCM support (#135862). Increase max. buffer size because we
11766           cannot split buffers for ADPCM (screws references) and I've seen
11767           files with 2048 byte chunks. 4096 seems safe for now.
11769 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11771         * configure.ac: bump nano to 1
11773 === release 0.8.1 ===
11775 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11777         * configure.ac: releasing 0.8.1, "Comforting Sounds"
11779 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11781         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11782           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
11783           Fixes #140058
11785 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11787         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
11788           lower rank of dvddemux so that it's not used for mpeg playback.
11790 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11792         * configure.ac:
11793           save libs correctly when checking mad
11795 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11797         * ext/mad/gstid3tag.c: (plugin_init):
11798           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
11800 2004-04-13  David Schleef  <ds@schleef.org>
11802         * common/m4/gst-feature.m4: Call -config scripts with
11803         --plugin-libs if it is supported.
11804         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
11805         JPEG images are image/jpeg.
11806         * gst/debug/Makefile.am:
11807         * gst/debug/negotiation.c: (gst_negotiation_class_init),
11808         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
11809         (gst_negotiation_update_caps), (gst_negotiation_get_property),
11810         (gst_negotiation_plugin_init): Add a property that acts like
11811         filter caps.
11812         * testsuite/gst-lint:  Move license checking to be a standard
11813         test.
11815 2004-04-13  David Schleef  <ds@schleef.org>
11817         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
11818         patch from Sebastien Cote (bug #139958)
11820 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11822         * examples/gstplay/Makefile.am:
11823         * examples/gstplay/player.c: (main):
11824           make the commandline player example use gconf settings
11826 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11828         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
11829         (gst_cacasink_sinkconnect), (gst_cacasink_init),
11830         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
11831           init/end library during state transition, not object
11832           creation/disposal.  get rid of custom dispose handler.
11835 2004-04-12  Christian Schaller <Uraeus@gnome.org>
11837         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
11838         be a symlink
11840 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11842         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
11843           Handle JUNK chunks inside data section. Prevents warnings.
11845 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11847         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11848         (gst_riff_create_video_template_caps):
11849           Add MS video v1.
11850         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11851         (gst_avi_demux_stream_data):
11852           Add support for "rec-list" chunks.
11854 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11856         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
11857           Fix another codecname mismatch.
11859 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11861         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11862           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
11863           so that MJPEG plays back.
11865 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11867         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
11868         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
11869         * gst/mpeg1videoparse/gstmp1videoparse.h:
11870           Fix for some slight mis-cuts in buffer parsing, and for some
11871           potential overflows or faults-causers. Adds disconts. Also fixes
11872           #139105 while we're at it.
11874 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11876         * configure.ac:
11877         * sys/v4l2/gstv4l2element.h:
11878           Workaround for missing struct v4l2_buffer declaration in Suse 9
11879           and Mandrake 10 linux/videodev2.h header file (#135919).
11881 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11883         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
11884           Bail out if no filename was given.
11886 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11888         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11889         (gst_v4l2_fourcc_from_structure):
11890           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
11891           Y41B somewhere).
11893 2004-04-09  Benjamin Otte  <otte@gnome.org>
11895         * ext/gnomevfs/gstgnomevfssink.c:
11896         (_gst_boolean_allow_overwrite_accumulator),
11897         (gst_gnomevfssink_class_init):
11898           fix erase signal - if any handler returns false the file will not be
11899           overwritten. If no handler is connected, the file will not be
11900           overwritten either.
11901           renamed signal to "allow-overwrite"
11902         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
11903           free string when adding it to ID3 failed
11904         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
11905           unref event when done
11906         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
11907           free caps
11908         * gst/typefind/gsttypefindfunctions.c:
11909         (mpeg_video_stream_type_find):
11910           fix invalid read
11912 2004-04-08  David Schleef  <ds@schleef.org>
11914         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11915         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
11917 2004-04-08  David Schleef  <ds@schleef.org>
11919         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
11920         we don't support (bug #139532)
11922 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
11924         * ext/mad/gstmad.c: (gst_mad_handle_event),
11925         (gst_mad_check_caps_reset), (gst_mad_chain),
11926         (gst_mad_change_state):
11927           only set explicit caps if they haven't been set before for
11928           this stream.  MPEG-audio sample rate/channels aren't allowed
11929           to change in-stream.
11930           Fixes #139382
11932 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11934         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
11935         (_gst_boolean_did_something_accumulator),
11936         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
11937         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
11938         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
11939         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
11940         (gst_gnomevfssink_change_state):
11941           Fix erase signal. Don't erase by default. Remove handoff signal.
11942           Remove erase property. Don't segfault. General cleanup.
11944 2004-04-07  Benjamin Otte  <otte@gnome.org>
11946         * gst-libs/gst/gconf/test-gconf.c: (main):
11947           add missing gst_init
11949 2004-04-07  Benjamin Otte  <otte@gnome.org>
11951         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
11952           free the mutexes, too
11954 2004-04-07  Benjamin Otte  <otte@gnome.org>
11956         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
11957           actually free the URI string
11958         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
11959           compute offset correctly when passing discont events
11960         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
11961           don't leak discont events
11962         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
11963           add some missing breaks so caps aren't copied randomly
11964         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
11965           if we realloc memory, we better use it
11967 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11969         * ext/mad/gstmad.c: (normal_seek):
11970           fix GST_FORMAT_TIME usage
11972 2004-04-05  David Schleef  <ds@schleef.org>
11974         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
11975         a deprecated function (hack!)
11977 2004-04-05  Benjamin Otte  <otte@gnome.org>
11979         * ext/esd/esdmon.c: (gst_esdmon_get):
11980           fix nonterminated vararg and memleak
11982 2004-04-05  Benjamin Otte  <otte@gnome.org>
11984         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
11985         (gst_ladspa_init), (gst_ladspa_force_src_caps),
11986         (gst_ladspa_set_property), (gst_ladspa_get_property),
11987         (gst_ladspa_instantiate), (gst_ladspa_activate),
11988         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
11989           clean up debugging
11991 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
11993         reviewed by Benjamin Otte  <otte@gnome.org>
11995         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
11996           check for broken LADSPA parameters (fixes #138635)
11998 2004-04-05  Benjamin Otte  <otte@gnome.org>
12000         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
12001           advertise buffer-frames correctly on sinkpads
12003 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12005         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
12006         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
12007         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
12008         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
12009         (gst_mad_check_caps_reset), (gst_mad_chain):
12010         add more debugging, only reset caps when we're not in error state
12012 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12014         * ext/mad/gstmad.c: add debugging category, comment + cleanups
12016 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
12018         reviewed by Benjamin Otte  <otte@gnome.org>
12020         * configure.ac:
12021           fix == in test(1) operator
12023 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
12025         reviewed by Benjamin Otte  <otte@gnome.org>
12027         * configure.ac:
12028           fix --export-symblos-regex to a working regex.
12030 2004-04-04  Benjamin Otte  <otte@gnome.org>
12032         * sys/oss/.cvsignore:
12033           add for oss_probe
12035 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
12037         reviewed by Benjamin Otte  <otte@gnome.org>
12039         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
12040           add missing 'new_media' argument (fixes #138168)
12041         * gst/matroska/matroska-demux.c:
12042         (gst_matroska_demux_handle_seek_event):
12043           add vararg terminator (fixes #138169)
12045 2004-04-02  David Schleef  <ds@schleef.org>
12047         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
12048         disted (bug #138914)
12050 2004-04-01  Benjamin Otte  <otte@gnome.org>
12052         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
12053         (gst_alsa_close_audio):
12054           handle case better where a soundcard can't pause
12055         * ext/ogg/gstoggdemux.c:
12056           don't crash when we get events but don't have pads yet
12058 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12060         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
12061           throw an error if we couldn't probe any caps.
12063 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
12065         * ext/dvdnav/gst-dvd:
12066         Add a really simple sample DVD player
12068 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
12070         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
12071         (gst_a52dec_push), (gst_a52dec_handle_event),
12072         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
12073         (gst_a52dec_change_state):
12074         * ext/a52dec/gsta52dec.h:
12075           Use a debug category, Output timestamps correctly
12076           Emit tag info, Handle events, tell liba52dec about cpu
12077           capabilities so it can use MMX etc.
12078         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
12079           Fix a crasher accessing invalid memory
12080         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
12081         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
12082         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
12083         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
12084         (dvdnavsrc_query):
12085           Some support for byte-format seeking.
12086           Small fixes for still frames and menu button overlays
12087         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
12088         (gst_mpeg2dec_alloc_buffer):
12089           Use a debug category. Adjust the report level of several items to
12090           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
12091           so it doesn't lose the GstBuffer pointer
12092         * gst/debug/Makefile.am:
12093         * gst/debug/gstdebug.c: (plugin_init):
12094         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
12095         (gst_navseek_base_init), (gst_navseek_class_init),
12096         (gst_navseek_init), (gst_navseek_seek),
12097         (gst_navseek_handle_src_event), (gst_navseek_set_property),
12098         (gst_navseek_get_property), (gst_navseek_chain),
12099         (gst_navseek_plugin_init):
12100         * gst/debug/gstnavseek.h:
12101           Add the navseek debug element for seeking back and forth in a
12102           video stream using arrow keys.
12103         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
12104         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
12105         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
12106         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
12107         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
12108         (gst_mpeg2subt_parse_header), (gst_get_nibble),
12109         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
12110         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
12111         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
12112         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
12113         * gst/mpeg2sub/gstmpeg2subt.h:
12114           Pretty much a complete rewrite. Now a loopbased element. May still
12115           require work to properly synchronise subtitle buffers.
12116         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
12117         (gst_dvd_demux_send_subbuffer):
12118         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
12119           Don't attempt to create subbuffers of size 0
12120           Reduce a couple of error outputs to warnings.
12121         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
12122         (gst_y4mencode_chain):
12123         Output the y4m frame header correctly.
12125 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12127         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
12128           throw errors instead of allowing SIGFPE
12130 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12132         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
12133         (gst_gconf_render_bin_from_key):
12134           leak plugging and style fixing
12136 2004-03-31  David Schleef  <ds@schleef.org>
12138         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
12139         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
12140         (bug #138225)
12141         * gst/debug/Makefile.am:
12142         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
12143         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
12144         plugin.
12145         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
12146         (gst_negotiation_base_init), (gst_negotiation_class_init),
12147         (gst_negotiation_init), (gst_negotiation_getcaps),
12148         (gst_negotiation_pad_link), (gst_negotiation_chain),
12149         (gst_negotiation_set_property), (gst_negotiation_get_property),
12150         (gst_negotiation_plugin_init):  New element to talk about random
12151         negotiation things happening in a pipeline.
12153 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
12155         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
12156           fix integer addition with help of Stefan Kost
12158 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
12160         * po/nl.po: updated Dutch translation (Elros Cyriatan)
12162 2004-03-30  David Schleef  <ds@schleef.org>
12164         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
12165         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
12166         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
12167         (bug #137504)
12168         * ext/mpeg2dec/gstmpeg2dec.h:
12170 2004-03-30  David Schleef  <ds@schleef.org>
12172         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
12174 2004-03-30  David Schleef  <ds@schleef.org>
12176         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
12177         Michael Petullo) to handle .mov
12179 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12181         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
12182         (gst_osselement_rate_check_rate):
12183           probe caps correctly for sound cards that only support one format
12185 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12187         * ext/kio/kiosrc.cpp: (process_events):
12188           update handling event processing if inside KDE - untested
12190 2004-03-29  David Schleef  <ds@schleef.org>
12192         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
12193         by 2 to not interfere with other colorspaces.
12194         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
12195         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
12196         one to not interfere with ffmpeg_colorspace.
12198 2004-03-29  David Schleef  <ds@schleef.org>
12200         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
12201         aren't in the caps.
12202         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
12203         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
12205 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12207         * gst-libs/gst/riff/riff-media.c:
12208           fail on error, don't try to set stuff on NULL caps
12210 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12212         * configure.ac:
12213         * ext/Makefile.am:
12214         * ext/kio/Makefile.am:
12215         * ext/kio/kioreceiver.cpp:
12216         * ext/kio/kioreceiver.h:
12217         * ext/kio/kiosrc.cpp:
12218         * ext/kio/kiosrc.h:
12219           add experimental kiosrc plugin
12220         * ext/alsa/gstalsaplugin.c: (plugin_init):
12221           initialize debugging category only when we're sure registering the
12222           plugins worked.
12224 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12226         * examples/gstplay/player.c: (main):
12227         * gst-libs/gst/play/play.c: (gst_play_class_init),
12228         (gst_play_set_location), (gst_play_set_data_src),
12229         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12230         (gst_play_set_visualization), (gst_play_connect_visualization):
12231           check return values of element_set_state and return FALSE where
12232           failed
12234 2004-03-29  Benjamin Otte  <otte@gnome.org>
12236         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
12237           try harder to check if an event is really a discont
12239 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12241         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
12242         * po/az.po:
12244 2004-03-28  Benjamin Otte  <otte@gnome.org>
12246         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
12247         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
12248         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
12249           get rid of non-standard "..." ranges in case statements.
12251 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
12253         * gst/mpegstream/gstmpegdemux.c:
12254         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
12255         specific functionality split to the new dvddemux element.
12256         * gst/mpegstream/gstdvddemux.c:
12257         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
12258         streams, derived from mpegdemux.
12259         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
12260         up. SCR based timestamp rewriting can be turned off (will probably
12261         completely disappear soon).
12262         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
12263         hacking. General cleanup. All printf statements replaced by
12264         debugging messages. Almost complete libdvdnav support.
12265         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
12266         by events. New properties for audio and subpicture languages.
12267         (dvdnavsrc_update_highlight): Now uses events.
12268         (dvdnavsrc_user_op): Cleaned up.
12269         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
12270         based). Lots of cleanup, and propper support for most libdvdnav
12271         events.
12272         (dvdnavsrc_make_dvd_event): New function.
12273         (dvdnavsrc_make_dvd_nav_packet_event): New function.
12274         (dvdnavsrc_make_clut_change_event): New function.
12276 2004-03-26  Benjamin Otte  <otte@gnome.org>
12278         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
12279           fix bug where typefinding would claim it's theora whenever less then
12280           7 bytes of data were available
12282 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12284         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
12285         (gst_alawdec_base_init), (gst_alawdec_class_init),
12286         (gst_alawdec_init), (gst_alawdec_chain):
12287         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
12288         (gst_alawenc_base_init), (gst_alawenc_class_init),
12289         (gst_alawenc_init), (gst_alawenc_chain):
12290         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
12291         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
12292         (gst_mulawdec_init), (gst_mulawdec_chain):
12293         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
12294         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
12295         (gst_mulawenc_init), (gst_mulawenc_chain):
12296           Fix capsnego in all four, remove the unused property functions and
12297           simplify the chain functions slightly. I guess we could use macros
12298           or something similar for those, since the code is so similar, but
12299           I'm currently too lazy...
12301 2004-03-24  David Schleef  <ds@schleef.org>
12303         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
12304         (gst_osselement_close_audio), (gst_osselement_probe_caps),
12305         (gst_osselement_get_format_structure),
12306         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
12307         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
12308         (gst_osselement_rate_int_compare): Add code to handle rate probing
12309         (bug #120883)
12310         * sys/oss/gstosselement.h: same
12311         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
12312         Use rate probing provided by osselement.
12313         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
12315 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12317         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
12318         (gst_xvidenc_get_property):
12319           ulong/int mess-up.
12321 2004-03-24  David Schleef  <ds@schleef.org>
12323         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
12324         (gst_speexdec_init):
12325         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
12326         (gst_speexenc_init):  Create the pad template correctly (from
12327         the static pad template, not a NULL pointer.)
12329 2004-03-25  Benjamin Otte  <otte@gnome.org>
12331         * gst/debug/Makefile.am:
12332         * gst/debug/breakmydata.c:
12333           add element that quasi-randomly changes bytes in the stream.
12334           Intended use is robustness checking of demuxers and decoders in
12335           media tests.
12337 2004-03-24  Benjamin Otte  <otte@gnome.org>
12339         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12340         (gst_alsa_probe_hw_params):
12341         * ext/alsa/gstalsa.h:
12342           debugging output fixes
12344 2004-03-24  Benjamin Otte  <otte@gnome.org>
12346         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
12347           don't g_return_if_fail if element is PLAYING, fail silently as every
12348           other element.
12349         * gst/effectv/gstquark.c: (gst_quarktv_chain):
12350           only fix needed for cast lvalue issues in gst-plugins
12351         * gst/volenv/gstvolenv.c: (gst_volenv_init):
12352           add proxy_getcaps
12354 2004-03-24  Benjamin Otte  <otte@gnome.org>
12356         * gst/level/gstlevel.c: (gst_level_init):
12357           add proxying getcaps function, so level doesn't advertise impossible
12358           caps
12360 2004-03-24  David Schleef  <ds@schleef.org>
12362         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
12363         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
12364         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
12365         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
12366         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
12367         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
12368         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
12369         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
12370         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
12371         messages.  Divide the chunk size by the compression ratio
12372         (needed for MACE audio)
12374 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12376         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
12377           Fix buffer overflow read error.
12379 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12381         * ext/alsa/gstalsa.h:
12382           Remove unused entry.
12383         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12384           Add cinepak.
12385         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
12386         (gst_videodrop_link), (gst_videodrop_chain):
12387           Fix, sort of. Was horribly broken with new capsnego. Bah...
12389 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
12391         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
12392         (plugin_init):
12393         Add a monkeysaudio typefind function
12395 2004-03-23  Johan Dahlin  <johan@gnome.org>
12397         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
12398         (gst_play_video_fixate): Check so the structure has the field
12399         before trying to fixate them, this makes it possible to have
12400         fakesinks for video and audio output without printing errors on
12401         the output console.
12403 2004-03-22  David Schleef  <ds@schleef.org>
12405         * sys/oss/Makefile.am:
12406         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
12407         (check_rate), (add_rate):  Rate probing test app.
12409 2004-03-21  Benjamin Otte  <otte@gnome.org>
12411         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
12412         (_fixate_caps_to_int), (gst_audio_convert_fixate):
12413           add a fixation function that pretty much does the right thing (fixes
12414           #137556)
12416 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
12418         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
12420 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
12422         reviewed by: Benjamin Otte  <otte@gnome.org>
12424         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12425           terminate gst_event_new_discontinuous correctly (fixes parts of
12426           #137711)
12428 2004-03-19  David Schleef  <ds@schleef.org>
12430         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
12431         since it doesn't depend on X, and it's part of our ABI.
12433 2004-03-19  Iain <iain@prettypeople.org>
12435         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
12436         is_int in the structure, not the local variable.
12438 2004-03-19  David Schleef  <ds@schleef.org>
12440         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
12441         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
12442         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
12443         Improvements in caps negotiation.
12445 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12447         * po/LINGUAS:
12448         * po/af.po:
12449           adding Afrikaans (Petri Jooste)
12451 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12453         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12454         (gst_ffmpegcolorspace_chain):
12455         throw error instead of g_critical (#137588)
12457 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12459         * Makefile.am:
12460         * configure.ac:
12461           dist common and m4 correctly
12462         * po/sv.po:
12464 2004-03-17  David Schleef  <ds@schleef.org>
12466         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
12467         (bug #137348)
12469 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12471         * po/LINGUAS:
12472         * po/sv.po:
12473           adding Swedish translation (Christian Rose)
12475 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12477         * Makefile.am: use release.mak
12479 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12481         * common/ChangeLog:
12482         * common/gst-autogen.sh:
12483           add some explanation about the version detection
12484         * configure.ac:
12485           fix X check
12487 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12489         * configure.ac: bump nano to 1
12491 === release 0.8.0 ===
12493 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12495         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
12497 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12499         * configure.ac:
12500           update libtool version
12501         * gst-libs/gst/media-info/Makefile.am:
12502           actually use libtool version
12504 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12506         * configure.ac: fix speex detection to work with 1.0 but not 1.1
12508 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12510         * configure.ac:
12511         * gst-plugins.spec.in:
12512         * pkgconfig/Makefile.am:
12513         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
12514         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
12515         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
12516         * pkgconfig/gstreamer-libs.pc.in:
12517         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
12518         * pkgconfig/gstreamer-play-uninstalled.pc.in:
12519         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
12520         * pkgconfig/gstreamer-plugins.pc.in:
12521           remove @VERSION@ from some of the pc files since core and plugins
12522           are decoupled.
12523           created gstreamer-plugins.pc as it's a better name, but keeping
12524           -libs around for now to get fixes upstream done first.
12526 2004-03-15  Julien MOUTTE <julien@moutte.net>
12528         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
12529         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
12530         * gst-libs/gst/play/play.h:
12532 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12534         * *.c, *.cc: don't mix tabs and spaces
12536 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12538         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
12539           use the new ffmpegcolorspace
12540         * gst-plugins.spec.in:
12541           package new colorspace and media-info
12542         * configure.ac:
12543         * pkgconfig/Makefile.am:
12544           fix some more disting issues
12545         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
12546         * pkgconfig/gstreamer-media-info.pc.in:
12547           generate media-info pc files
12549 2004-03-15  Johan Dahlin  <johan@gnome.org>
12551         * *.h: Revert indenting
12553 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12555         * configure.ac:
12556           adding ffmpegcolorspace element
12557         * gst/ffmpegcolorspace/Makefile.am:
12558         * gst/ffmpegcolorspace/avcodec.h:
12559         * gst/ffmpegcolorspace/common.h:
12560         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
12561         * gst/ffmpegcolorspace/dsputil.h:
12562         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
12563         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12564         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
12565         (gst_ffmpeg_caps_to_pix_fmt):
12566         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12567         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12568         (gst_ffmpegcolorspace_caps_remove_format_info),
12569         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
12570         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
12571         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
12572         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
12573         (gst_ffmpegcolorspace_set_property),
12574         (gst_ffmpegcolorspace_get_property),
12575         (gst_ffmpegcolorspace_register):
12576         * gst/ffmpegcolorspace/imgconvert.c:
12577         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
12578         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
12579         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
12580         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
12581         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
12582         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
12583         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
12584         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
12585         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
12586         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
12587         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
12588         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
12589         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
12590         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
12591         (img_get_alpha_info), (deinterlace_line),
12592         (deinterlace_line_inplace), (deinterlace_bottom_field),
12593         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
12594         * gst/ffmpegcolorspace/imgconvert_template.h:
12595         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
12596         * gst/ffmpegcolorspace/mmx.h:
12597         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
12598           adding ffmpegcolorspace element supplied by Ronald after cleaning
12599           up and pulling in the right bits of upstream source.
12600           I'm sure a better C/compiler wizard could do some cleaning up (for
12601           example use GLIB's malloc stuff), but as a first pass this
12602           works very well
12604 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12606         * ext/alsa/gstalsa.h:
12607           I assume Ronald forgot to commit the change to have cardname
12608           as a struct member.  Expect some public spanking at the next
12609           opportunity.
12611 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12613         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
12614         (gst_alsa_open_audio), (gst_alsa_close_audio):
12615         * ext/alsa/gstalsa.c:
12616           Don't open the device if we're a mixer (= padless).
12617         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
12618         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
12619         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
12620           Open mixer during state change rather than during object
12621           initialization. Also, get a device name. Currently in a somewhat
12622           hackish fashion, but I didn't really find something better.
12624 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12626         * *.c, *.h: run gst-indent
12628 2004-03-14  Benjamin Otte  <otte@gnome.org>
12630         * gst/modplug/gstmodplug.cc:
12631         * gst/modplug/gstmodplug.h:
12632           set correct timestamps on outgoing buffers
12634 2004-03-14  Benjamin Otte  <otte@gnome.org>
12636         * gst/modplug/gstmodplug.cc:
12637           handle events - don't do crap when a discont arrives that's not
12638           necessary
12639           This allows correct loading and playback of mods in Rhythmbox
12641 2004-03-14  Benjamin Otte  <otte@gnome.org>
12643         * configure.ac:
12644         * gst-libs/gst/gconf/Makefile.am:
12645         * pkgconfig/Makefile.am:
12646           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
12647           they get rebuilt properly
12648         * configure.ac:
12649           when checking for vorbis, try pkgconfig first.
12650         * gst/modplug/gstmodplug.cc:
12651           add fixate function
12653 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12655         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
12656           Fix for obvious mistake, where we first shift the offset and then
12657           read a samplesize element assuming the old offset. Note that this
12658           part still has something weird, i.e. my movies containing those
12659           don't actually play well, but at least there's something that looks
12660           like sound now.
12662 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
12663         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
12664         (plugin_init):
12665         Add a typefind function for speex format
12667 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12669         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
12670         (gst_asf_demux_setup_pad):
12671           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
12672           instead of 0. Reason is simple: some elements have a fps range
12673           of 1-max instead of 0-max. So now ASF video actually works.
12675 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12677         * po/LINGUAS:
12678         * po/sr.po:
12679           adding serbian as a language
12681 2004-03-13  Benjamin Otte  <otte@gnome.org>
12683         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
12684           return taglist correctly from _get function, don't gst_pad_push it.
12685           (fixes #137042)
12687 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
12688         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
12690 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12692         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
12693         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
12694         (gst_alsa_mixer_track_new):
12695         * ext/alsa/gstalsamixertrack.h:
12696           Fix ancient leftovers... MixerTrack is a GObject.
12698 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12700         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
12701         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
12702           Don't block during probing...
12704 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12706         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
12707         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
12708         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
12709         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
12710         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
12711         (gst_alsa_open_audio), (gst_alsa_close_audio):
12712         * ext/alsa/gstalsa.h:
12713           Add propertyprobe interface implementation, add some device-name
12714           property, all this so that it looks good in gnome-volume-control.
12716 2004-03-12  David Schleef  <ds@schleef.org>
12718         * configure.ac: the Hermes library controls hermescolorspace, not
12719         colorspace.
12720         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
12721         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
12722         not /* */
12723         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
12724         * ext/sdl/sdlvideosink.h: ditto.
12725         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
12727 2004-03-12  Benjamin Otte  <otte@gnome.org>
12729         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
12730         (gst_x_overlay_got_xwindow_id):
12731         * gst-libs/gst/xoverlay/xoverlay.h:
12732           replace XID with unsigned long to get rid of the xlibs dependency in
12733           XOverlay (fixes #137004)
12735 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
12736         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
12737         (gst_agingtv_setup):
12738         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
12739         (gst_dicetv_base_init), (gst_dicetv_class_init),
12740         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
12741         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
12742         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
12743         (gst_edgetv_setup), (gst_edgetv_rgb32):
12744         * gst/effectv/gsteffectv.c:
12745         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
12746         (gst_quarktv_set_property):
12747         * gst/effectv/gstrev.c: (gst_revtv_get_type),
12748         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
12749         (gst_revtv_setup), (gst_revtv_rgb32):
12750         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
12751         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
12752         (gst_shagadelictv_init), (gst_shagadelictv_setup),
12753         (gst_shagadelictv_rgb32):
12754         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
12755         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
12756         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
12757         * gst/effectv/gstwarp.c:
12758         Port everything that can be ported to videofilter and fix up the caps.
12759         Can someone with a big-endian machine please check these?
12761 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12763         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
12764         (gst_osssink_chain), (gst_osssink_change_state):
12765           Latest fixes for A/V sync, audio playback and such. This is about
12766           all... MPEG playback issues are mostly related to the async build-
12767           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
12769 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
12771         patch from: Stephane Loeuillet
12773         * configure.ac:
12774           use pkg-config for some libraries, falling back to the old .m4 way
12775           (fixes #131270)
12776         * m4/libdv.m4:
12777           removed
12779 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
12781         * configure.ac:
12782         * tools/Makefile.am:
12783         * tools/Makefile.in:
12784         * tools/gst-launch-ext-m.m:
12785         * tools/gst-launch-ext.1.in:
12786         * tools/gst-visualise-m.m:
12787         * tools/gst-visualise.1:
12788         * tools/gst-visualise.1.in:
12789           reorganizing generation of script tools
12791 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12793         * ext/divx/gstdivxdec.c:
12794           Downgrade priority. We prefer ffdec_mpeg4.
12795         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
12796         (gst_faad_chain), (gst_faad_change_state):
12797           Fix capsnego. Doesn't work for some sounds because we don't have
12798           a 5:1 to stereo element.
12799         * ext/xvid/gstxvid.c: (plugin_init):
12800           Add priority.
12801         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
12802         (gst_osssink_change_state):
12803           Add discont handling.
12805 2004-03-09  Colin Walters  <walters@verbum.org>
12807         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
12808         conversion.
12810 2004-03-09  Benjamin Otte  <otte@gnome.org>
12812         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
12813           the signals take 2 arguments
12815 2004-03-09  David Schleef  <ds@schleef.org>
12817         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
12818         (gst_alsa_fixate): Add fixate function.  (bug #136686)
12819         * ext/alsa/gstalsa.h:
12820         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
12822 2004-03-09  Benjamin Otte  <otte@gnome.org>
12824         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
12825         (gst_mikmod_change_state):
12826         * ext/mikmod/gstmikmod.h:
12827           make mikmod's loop function not loop infinitely and call
12828           gst_element_yield anymore
12829         * gst/modplug/gstmodplug.cc:
12830           fix pad negotiation (fixes #136590)
12832 2004-03-09  David Schleef  <ds@schleef.org>
12834         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
12835         doesn't conflict with the internal colorspace plugin.
12836         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
12837         satisfy the crappy-ass shell shipped by a certain vendor.
12838         * gst/videofilter/make_filter: same (bug #135299)
12840 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12842         * configure.ac: bump nano to 1
12844 === release 0.7.6 ===
12846 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12848         * configure.in: releasing 0.7.6, "There"
12850 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12852         * pkgconfig/gstreamer-play-uninstalled.pc.in:
12853         * pkgconfig/gstreamer-play.pc.in:
12854           synchronize the two
12856 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12858         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
12859         (cdparanoia_open), (cdparanoia_event):
12860           fix/add error handling
12861         * po/POTFILES.in:
12862           add cdparanoia source
12863         * tools/Makefile.am:
12864           make scripts executable
12866 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12868         * configure.ac:
12869         * ext/vorbis/Makefile.am:
12870         * sys/Makefile.am:
12871           remove id3types, vorbisfile and xvideosink from the build (#133783)
12873 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12875         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
12876           Fix metadata read crash (#136537).
12878 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12880         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
12881         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
12882           adding mime types, fixing the one-stop function
12884 2004-03-08  Christian Schaller <Uraeus@gnome.org>
12886         * ext/nas/nassink.c and /ext/nas/nassink.h:
12887         More NAS love from Arwed von Merkatz
12888         So lets all sing 'Can you feel the NAS tonight'
12890 2004-03-08  Christian Schaller <Uraeus@gnome.org>
12892         * tools/gst-launch-ext.in:
12893         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
12895 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12897         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
12898         (gst_mpeg2dec_init):
12899         remove the user_data pad for now, because it is being used in
12900         fixating causing MPEG playback to fixate on 1000 Hz for playback.
12901         If someone knows how to fix this properly, please do.
12903 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12905         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
12906         (gst_osssink_get_time):
12907         add a warning, IMO this won't get triggered anymore, remove later
12909 2004-03-07  David Schleef  <ds@schleef.org>
12911         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
12912         format (bug #136470)
12914 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12916         * gst-libs/Makefile.am:
12917         * gst-libs/gst/media-info/Makefile.am:
12918         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
12919         (error_callback), (gst_media_info_error_create),
12920         (gst_media_info_error_element), (gmip_init), (gmip_reset),
12921         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
12922         * gst-libs/gst/media-info/media-info-priv.h:
12923         * gst-libs/gst/media-info/media-info-test.c: (main):
12924         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
12925         (gst_media_info_class_init), (gst_media_info_instance_init),
12926         (gst_media_info_set_source), (gst_media_info_read_with_idler),
12927         (gst_media_info_read_idler), (gst_media_info_read):
12928         * gst-libs/gst/media-info/media-info.h:
12929         fixed, should work now
12931 2004-03-07  Christian Schaller <Uraeus@gnome.org>
12933         * ext/nas/nassink.c:
12934         A bunch of NAS fixes from Arwed von Merkatz
12936 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12938         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
12939         (qtdemux_parse_trak):
12940           Fix crash (j might be greater than n_samples, in which case we're
12941           writing outside the allocated space for the array) and memleak.
12943 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12945         * sys/oss/gstosssink.c: (gst_osssink_chain):
12946           And another caller that couldn't handle delay < 0 (unsigned
12947           integer overflow). Video now continues playing on an audio
12948           buffer underrun, and the clock continues working. Audio still
12949           stalls.
12951 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12953         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
12954         (gst_osssink_get_time):
12955           get_delay() may return values lower than 0. In those cases, we
12956           should not actually cast to *unsigned* int64, that will break
12957           stuff horribly. In my case, it screwed up A/V sync in movies
12958           in totem rather badly.
12960 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
12962         * ext/faac/gstfaac.c: (gst_faac_chain):
12963         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12964         * ext/libpng/gstpngenc.c: (user_write_data):
12965         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
12966         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
12967         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
12968         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
12969         Fix several misuse of gst_buffer_merge (it doesn't take ownership
12970         of any buffer), should fix some leaks. I hope I didn't unref buffers
12971         that shouldn't be...
12973 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12975         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
12976         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
12977         (error_callback), (gmi_reset), (gmi_seek_to_track),
12978         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
12979         (gmip_find_type_post), (gmip_find_stream_post),
12980         (gmip_find_track_streaminfo_post):
12981         * gst-libs/gst/media-info/media-info-priv.h:
12982         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
12983         (info_print), (main):
12984         * gst-libs/gst/media-info/media-info.c:
12985         (gst_media_info_error_create), (gst_media_info_error_element),
12986         (gst_media_info_instance_init), (gst_media_info_get_property),
12987         (gst_media_info_new), (gst_media_info_set_source),
12988         (gst_media_info_read_idler), (gst_media_info_read):
12989         * gst-libs/gst/media-info/media-info.h:
12990           first pass at making this work again.  This seems to work on
12991           tagged ogg/vorbis and mp3 files.
12993 2004-03-06  Benjamin Otte  <otte@gnome.org>
12995         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12996           fix huge leak: gst_buffer_merge doesn't unref the first argument
12997           itself.
12999 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13001         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
13002           report layer/mode/emphasis
13004 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
13006         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
13008 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13010         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
13011           signal serial
13013 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13015         * ext/vorbis/vorbis.c: (plugin_init):
13016         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13017         (gst_vorbis_dec_init), (vorbis_dec_event):
13018         add debug category
13019         make vorbisdec handle _BYTE and _TIME queries
13021 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
13023         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
13024           from the xing header
13026 2004-03-06  Benjamin Otte  <otte@gnome.org>
13028         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
13029         (gst_audio_convert_link), (gst_audio_convert_change_state),
13030         (gst_audio_convert_buffer_from_default_format):
13031           do conversions from/to float correctly, fix some caps nego errors,
13032           export correct supported caps in template and getcaps, use correct
13033           caps in try_set_caps functions
13035 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
13037         For some reason, I only committed a ChangeLog entry yesterday and
13038         not the corresponding code...
13039         * ext/mad/gstmad.c: Fix detection of Xing headers
13040         * gst/tags/gstid3tag.c: Changes to support TLEN tags
13042 2004-03-06  Benjamin Otte  <otte@gnome.org>
13044         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
13045         (gst_ogg_demux_src_query):
13046           make sure to handle the case where there's no current chain
13047           gracefully.
13049 2004-03-05  David Schleef  <ds@schleef.org>
13051         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
13052         Add fixate function. (bug #131128)
13053         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
13054         (gst_sdlvideosink_fixate):  Add fixate function.
13055         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13056         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
13057         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
13058         Fix missing break that was causing ulaw to be interpreted as
13059         raw int.
13061 2004-03-05  David Schleef  <ds@schleef.org>
13063         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
13064         Fix code that ignores return value of gst_buffer_merge().
13065         (bug #114560)
13066         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
13067         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
13068         * testsuite/gst-lint:  Check for above.
13070 2004-03-05  David Schleef  <ds@schleef.org>
13072         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
13073         caps and throw an element error.  (bug #136334)
13075 2004-03-05  David Schleef  <ds@schleef.org>
13077         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
13078         (gst_faad_chain): Fix negotiation.
13079         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
13080         key and button events.
13081         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
13082         dung heap of code.
13083         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
13084         depends on gconf
13085         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
13086         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13087         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
13088         function to encourage better negotiation, particularly between
13089         audioconvert and osssink.
13090         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13091         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
13092         more important.
13093         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
13094         typefinding.
13095         * gst/vbidec/vbiscreen.c:  Add glib header
13096         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
13098 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
13100         * ext/mad/gstmad.c: Fix detection of Xing headers
13101         * gst/tags/gstid3tag.c: Changes to support TLEN tags
13103 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13105         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
13106         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
13107           debug updates
13109 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
13111         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
13112         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
13113         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
13114         files, and report the parsed length as a GST_TAG_DURATION tag.
13115         * gst/tags/gstid3tag.c: support TLEN (duration) tag
13117 2004-03-05  Benjamin Otte  <otte@gnome.org>
13119         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
13120           convert channels correctly. convert correctly to unsigned.
13122 2004-03-05  Julien MOUTTE <julien@moutte.net>
13124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
13125         we have a window before clearing it.
13127 2004-03-05  Julien MOUTTE <julien@moutte.net>
13129         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
13130         have a window before clearing it.
13132 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13134         * gconf/gstreamer.schemas.in:
13135         * gst-libs/gst/gconf/Makefile.am:
13136           version installation path the same way as for 0.6
13137         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13138         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
13139         * pkgconfig/gstreamer-play-uninstalled.pc.in:
13140           remove comment that was fixed
13142 2004-03-05  David Schleef  <ds@schleef.org>
13144         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
13145         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
13146         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
13147         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
13148         Add prototype code for handling seeking and querying.
13150 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13152         * examples/gstplay/player.c: (main):
13153           Initialize variables to NULL. Prevents a segfault because the
13154           (uninitialized) variable is not NULL, resulting in a crash on
13155           trying to reach error->message.
13157 2004-03-05  Benjamin Otte  <otte@gnome.org>
13159         * gst/audioconvert/gstaudioconvert.c:
13160         (gst_audio_convert_buffer_to_default_format):
13161         make float=>int conversion work correctly even in cornercases.
13163 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
13165         * debian/README.Debian:
13166         * debian/build-deps:
13167         * debian/changelog:
13168         * debian/control:
13169         * debian/control.in:
13170         * debian/copyright:
13171         * debian/gstreamer-a52dec.files:
13172         * debian/gstreamer-aa.files:
13173         * debian/gstreamer-alsa.files:
13174         * debian/gstreamer-alsa.manpages:
13175         * debian/gstreamer-arts.files:
13176         * debian/gstreamer-artsd.files:
13177         * debian/gstreamer-audiofile.files:
13178         * debian/gstreamer-avifile.files:
13179         * debian/gstreamer-cdparanoia.files:
13180         * debian/gstreamer-colorspace.files:
13181         * debian/gstreamer-doc.files:
13182         * debian/gstreamer-dv.files:
13183         * debian/gstreamer-dvd.files:
13184         * debian/gstreamer-esd.files:
13185         * debian/gstreamer-festival.files:
13186         * debian/gstreamer-flac.files:
13187         * debian/gstreamer-gconf.conffiles:
13188         * debian/gstreamer-gconf.files:
13189         * debian/gstreamer-gconf.postinst:
13190         * debian/gstreamer-gnomevfs.files:
13191         * debian/gstreamer-gsm.files:
13192         * debian/gstreamer-http.files:
13193         * debian/gstreamer-jack.files:
13194         * debian/gstreamer-jpeg.files:
13195         * debian/gstreamer-mad.files:
13196         * debian/gstreamer-mikmod.files:
13197         * debian/gstreamer-misc.files:
13198         * debian/gstreamer-mpeg2dec.files:
13199         * debian/gstreamer-oss.files:
13200         * debian/gstreamer-plugin-apps.files:
13201         * debian/gstreamer-plugin-apps.manpages:
13202         * debian/gstreamer-plugin-libs-dev.files:
13203         * debian/gstreamer-plugin-libs.files:
13204         * debian/gstreamer-plugin-template.postinst:
13205         * debian/gstreamer-plugin-template.postrm:
13206         * debian/gstreamer-sdl.files:
13207         * debian/gstreamer-sid.files:
13208         * debian/gstreamer-vorbis.files:
13209         * debian/gstreamer-x.files:
13210         * debian/mk.control:
13211         * debian/rules:
13212         Debian package info not maintained here.
13214 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13216         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
13217         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
13218         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
13219         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
13220         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
13221         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
13222         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
13223         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
13224         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
13225         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
13226         * gst-libs/gst/colorbalance/colorbalance.c:
13227         (gst_color_balance_class_init):
13228         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13229         (gst_color_balance_channel_class_init):
13230         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
13231         * gst-libs/gst/play/play.c: (gst_play_class_init):
13232         * gst-libs/gst/propertyprobe/propertyprobe.c:
13233         (gst_property_probe_iface_init):
13234         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
13235         * gst-libs/gst/tuner/tunerchannel.c:
13236         (gst_tuner_channel_class_init):
13237         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
13238         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
13239         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
13240         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
13241         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
13242         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
13243         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13244         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
13245         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
13246           fix signals to use - instead of _
13247         * ext/libcaca/gstcacasink.h:
13248         * ext/sdl/sdlvideosink.h:
13249           fix header rename
13251 2004-03-04  David Schleef  <ds@schleef.org>
13253         * testsuite/gst-lint:  Add a check for bad signal names.
13255 2004-03-04  <kost@imn.htwk-leipzig.de>
13257         reviewed by David Schleef
13259         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
13260         modified the alpha channel and caused a warning. (bug #136192)
13262 2004-04-03  Christian Schaller <Uraeus@gnome.org>
13264         * gst-plugins.spec.in:
13265         Change names of plugins to actually be correct. Try to keep things
13266         alphabetical to avoid getting beat up by Thomas
13268 2004-03-03  Julien MOUTTE <julien@moutte.net>
13270         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
13271         Using ximagesink as a default if no gconf key found. We should
13272         probably consider using alsasink instead of osssink for the audio
13273         part.
13275 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13277         * configure.ac:
13278           fix --with-plugins, don't think it ever worked before
13279         * gst-plugins.spec.in:
13280           even more updates
13282 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13284         * ext/sdl/sdlvideosink.h:
13285         * sys/ximage/ximagesink.h:
13286         * sys/xvideo/xvideosink.h:
13287         * sys/xvimage/xvimagesink.h:
13288           Fix for move of gstvideosink.h -> videosink.h.
13290 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13292         * gst-libs/gst/xwindowlistener/Makefile.am:
13293           this is a plugin library, not a library
13295 2004-03-01  David Schleef  <ds@schleef.org>
13297         * AUTHORS:  Added some names.  Add yourself if you're still
13298         missing.
13300 2004-03-01  David Schleef  <ds@schleef.org>
13302         * MAINTAINERS: Add
13304 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13306         * gst-plugins.spec.in: clean up spec file
13308 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13310         * gst-libs/gst/video/Makefile.am:
13311         * gst-libs/gst/video/gstvideosink.c:
13312         * gst-libs/gst/video/gstvideosink.h:
13313           rename gstvideosink.h to videosink.h to match other headers
13314         * gst/mixmatrix/Makefile.am:
13315           fix plugin filename
13316         * gst/tags/Makefile.am: fix plugin filename
13318 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13320         * gst/tags/Makefile.am: fix plugin filename
13322 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13324         * examples/gstplay/player.c: (got_time_tick), (main):
13325           add error handler
13326           display time_tick more readably
13327         * gst/mixmatrix/Makefile.am:
13328           fix plugin file name
13330 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
13332         * sys/oss/gstosselement.c: (gst_osselement_probe),
13333         (device_combination_append), (gst_osselement_class_probe_devices):
13334         * sys/oss/gstosselement.h:
13335           Reworked enumeration of oss dsps and mixers so that gst-mixer works
13336           on my system using alsa oss emulation, fixes bug #135597
13338 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13340         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
13341         (gst_videodrop_chain), (gst_videodrop_change_state):
13342         * gst/videodrop/gstvideodrop.h:
13343           Work based on timestamp of input data, not based on the expected
13344           framerate from the input. The consequence is that this element now
13345           not only scales framerates, but also functions as a framerate
13346           corrector or framerate stabilizer/constantizer.
13348 2004-02-27  David Schleef  <ds@schleef.org>
13350         patches from jmmv@menta.net (Julio M. Merino Vidal)
13352         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
13353         GST_ELEMENT_ERROR call (bug #135634)
13354         * gst/interleave/interleave.c: (interleave_buffered_loop),
13355         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
13356         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
13357         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
13358         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
13359         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
13360         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
13361         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
13362         Fix GST_ELEMENT_ERROR call.
13363         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
13364         GST_ELEMENT_ERROR call.
13366 2004-02-27  Benjamin Otte  <otte@gnome.org>
13368         * gst-libs/gst/audio/audio.h:
13369           add macro to make sure header isn't included twice
13370         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13371           don't use gst_buffer_free
13372         * gst/playondemand/filter.func:
13373           don't use gst_data_free. Free data only once.
13375 2004-02-26  David Schleef  <ds@schleef.org>
13377         * gst-libs/gst/colorbalance/Makefile.am:
13378         * gst-libs/gst/mixer/Makefile.am:
13379         * gst-libs/gst/tuner/Makefile.am:
13380         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
13381         should not be disted, -marshal.h files should not be installed,
13382         and -enum.h files _should_ be installed.  Fix to make this the
13383         case.
13385 === release 0.7.5 ===
13387 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13389         * configure.ac: release 0.7.5, "Under The Sea"
13391 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13393         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
13394         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
13395         * gst/videoscale/gstvideoscale.c:
13396         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
13397           assorted debug/warning fixes
13399 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13401         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
13402         (gst_videoscale_init), (gst_videoscale_chain),
13403         (gst_videoscale_set_property), (plugin_init):
13404         * gst/videoscale/gstvideoscale.h:
13405         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
13406         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
13407         (gst_videoscale_planar400), (gst_videoscale_packed422),
13408         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
13409         (gst_videoscale_24bit), (gst_videoscale_16bit),
13410         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
13411         (gst_videoscale_scale_plane_slow),
13412         (gst_videoscale_scale_point_sample),
13413         (gst_videoscale_scale_nearest),
13414         (gst_videoscale_scale_nearest_str2),
13415         (gst_videoscale_scale_nearest_str4),
13416         (gst_videoscale_scale_nearest_32bit),
13417         (gst_videoscale_scale_nearest_24bit),
13418         (gst_videoscale_scale_nearest_16bit):
13419         add debugging category and use it properly
13420         fix use of GST_PTR_FORMAT
13422 2004-02-25  Andy Wingo  <wingo@pobox.com>
13424         * gst/interleave/interleave.c (interleave_buffered_loop): Always
13425         push only when channel->buffer is NULL. Prevents segfaults doing
13426         the state change after a nonlocal exit, like a scheme exception.
13428         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
13429         Handle the case where the intersected caps is empty.
13431 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13433         * gst/law/mulaw-decode.c: (mulawdec_link):
13434         * gst/law/mulaw.c: (plugin_init):
13435           fix mulawdec so it actually works again
13437 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
13439         reviewed by: David Schleef  <ds@schleef.org>
13441         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
13442         (gst_gamma_init), (gst_gamma_set_property),
13443         (gst_gamma_get_property), (gst_gamma_calculate_tables),
13444         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
13445         for RGB, with separate r g and b correction factors. (#131167)
13447 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13449         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13450           only signal tags for bitrate if they're > 0 (#134894)
13452 2004-02-24  David Schleef  <ds@schleef.org>
13454         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
13455         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
13456         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
13457         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
13458         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
13459         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
13460         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
13461         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
13462         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
13463         category.  Attempt to fix timestamp calculation.
13465 2004-02-24  Johan Dahlin  <johan@gnome.org>
13467         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
13469 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13471         * configure.ac:
13472         * gconf/Makefile.am:
13473         * gconf/gstreamer.schemas:
13474         * gst-libs/gst/gconf/Makefile.am:
13475         * gst-libs/gst/gconf/gconf.c:
13476           version gconf schemas and install locations
13478 2004-02-23  Benjamin Otte  <otte@gnome.org>
13480         * ext/xine/xineinput.c: (gst_xine_input_dispose):
13481         (gst_xine_input_subclass_init):
13482           call parent dispose.
13483           change pad template for CD reader correctly
13484         * ext/xine/Makefile.am:
13485         * ext/xine/gstxine.h:
13486         * ext/xine/xine.c: (plugin_init):
13487         * ext/xine/xineaudiosink.c:
13488           wrap audio sinks, too
13489         * gst-libs/gst/resample/private.h:
13490         * gst-libs/gst/resample/resample.c: (gst_resample_init),
13491         (gst_resample_reinit), (gst_resample_scale),
13492         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
13493         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
13494         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
13495         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
13496         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
13497         * gst-libs/gst/resample/resample.h:
13498         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
13499         (gst_audioscale_class_init), (gst_audioscale_link),
13500         (gst_audioscale_get_buffer), (gst_audioscale_init),
13501         (gst_audioscale_chain), (gst_audioscale_set_property),
13502         (gst_audioscale_get_property):
13503         * gst/audioscale/gstaudioscale.h:
13504           s/resample_*/gst_resample_*/i to not clobber namespaces
13506 2004-02-23  Julien MOUTTE  <julien@moutte.net>
13508         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13509         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13510         (gst_riff_create_video_template_caps),
13511         (gst_riff_create_audio_template_caps),
13512         (gst_riff_create_iavs_template_caps):
13513         * gst-libs/gst/riff/riff-media.h:
13514         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13515         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
13516         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
13517         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
13518         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13519         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
13520         (gst_matroska_demux_plugin_init): First batch implementing audio and
13521         video codec tags in demuxers.
13523 2004-02-22  Benjamin Otte  <otte@gnome.org>
13525         * ext/xine/Makefile.am:
13526         * ext/xine/gstxine.h:
13527         * ext/xine/xine.c: (plugin_init):
13528         * ext/xine/xineinput.c:
13529           add input plugin wrapper. Playback from files, http, mms and cdda
13530           works.
13531         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
13532           remove leftover G_GNUC_UNUSED
13533         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
13534         (gst_asf_demux_identify_guid):
13535           improve debugging output
13537 2004-02-22  Benjamin Otte  <otte@gnome.org>
13539         reported by: Padraig O'Briain <padraig.obriain@sun.com>
13541         * autogen.sh:
13542           replace test -e with test -x for mkinstalldirs to be more portable.
13543           (fixes #134816)
13545 2004-02-22  Benjamin Otte  <otte@gnome.org>
13547         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
13549         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
13550           set rank to PRIMARY
13551         * gst/volume/gstvolume.c: (plugin_init):
13552           set rank to NONE
13553         fixes #134960
13555 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
13557         reviewed by Benjamin Otte  <otte@gnome.org>
13559         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
13560           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
13562 2004-02-22  Benjamin Otte  <otte@gnome.org>
13564         * configure.ac:
13565           export [_]*{gst,Gst,GST}.* symbols from plugins
13567 2004-02-22  Christophe Fergeau <teuf@gnome.org>
13569         reviewed by: Benjamin Otte  <otte@gnome.org>
13571         * ext/lame/gstlame.c: (add_one_tag):
13572         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
13573         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
13574         (gst_vorbisenc_metadata_set1):
13575         * gst/tags/gstid3tag.c:
13576         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
13577           apply fixes from bugs #135042 (lame can't write tags) and #133817
13578           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
13580 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
13582         * configure.ac: Export only gst_plugin_desc from plugins.
13583          Note that this change only makes any effect with Linux using libtool
13584          1.5.2 or higher. Otherwise it is silently ignored, but it would build
13585          fine. And don't try to have several versions of libtool in different
13586          directories.
13588 2004-02-20  Andy Wingo  <wingo@pobox.com>
13590         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
13591         interleave respectively.
13593         * gst/interleave/deinterleave.c: New plugin: deinterleave
13594         (replaces on oneton).
13595         * gst/interleave/interleave.c: New plugin: interleave.
13596         * gst/interleave/plugin.h: Support file.
13597         * gst/interleave/plugin.c: Support file.
13599         * configure.ac: Remove intfloat and oneton, add interleave.
13601         * ext/sndfile/gstsf.c: Handle events better.
13603         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
13604         and float2int operation. int2float has scheduling problems as
13605         noted in in2float_chain.
13607 2004-02-20  Benjamin Otte  <otte@gnome.org>
13609         * ext/xine/Makefile.am:
13610         * ext/xine/gstxine.h:
13611         * ext/xine/xine.c:
13612         * ext/xine/xineaudiodec.c:
13613         * ext/xine/xinecaps.c:
13614           add first version of xine plugin wrapper. Currently only wraps the
13615           QDM2 win32 DLL, and even that only in proof-of-concept quality.
13616         * configure.ac:
13617         * ext/Makefile.am:
13618           add xine plugin wrapper, disabled by default. Use --enable-xine to
13619           build. Note that it'll segfault on gst-register if you don't remove
13620           the goom and tvtime post plugins from xine.
13621         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
13622         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
13623           add extradata parsing for QDM2.
13624           change around debugging prints.
13626 2004-02-19  Benjamin Otte  <otte@gnome.org>
13628         * ext/lame/gstlame.c: (gst_lame_chain):
13629         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13630           use gst_tag_list_insert when you want to insert tags
13632 2004-02-18  David Schleef  <ds@schleef.org>
13634         * configure.ac:  Move massink to gst-rotten
13635         * ext/Makefile.am:
13636         * ext/mas/Makefile.am:
13637         * ext/mas/massink.c:
13638         * ext/mas/massink.h:
13640 2004-02-18  David Schleef  <ds@schleef.org>
13642         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
13643         typefinding, since it seems to be worse than nothing.
13644         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
13645         atom to recognize .mp4 and .m4a files as video/quicktime.
13647 2004-02-18  David Schleef  <ds@schleef.org>
13649         * gst/sine/demo-dparams.c: (quit_live),
13650         (dynparm_log_value_changed), (dynparm_value_changed), (main):
13651         Use double dparams, not float.
13652         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13653         (gst_sinesrc_init): Change sync default to FALSE, since multiple
13654         sync'd elements don't really work correctly.
13655         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
13656         (volume_update_volume), (volume_get_property):  Change dparam
13657         to double.
13659 2004-02-18  Julien MOUTTE  <julien@moutte.net>
13661         * sys/ximage/ximagesink.c:
13662         (gst_ximagesink_xwindow_update_geometry),
13663         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
13664         (gst_ximagesink_change_state), (gst_ximagesink_expose),
13665         (gst_ximagesink_init): Rework the way software video scaling works. So
13666         now we check on each chain call if the video frames are feeling the
13667         window. If not we try to renegotiate caps. On failure we memorize that
13668         and we won't try again for that PLAYING sessions.
13669         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
13670         failure.
13671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
13672         synchronous flag.
13674 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13676         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
13677           break up _link so we can give a better debug message for errors
13679 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13681         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
13682           set up debug category
13684 2004-02-18  Julien MOUTTE <julien@moutte.net>
13686         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13687         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
13688         the way renegotiation work. The event handling function is not taking
13689         care of external windows and renegotiate method check for pad flags
13690         NEGOTIATING. Should fix : #133209
13692 2004-02-17  Julien MOUTTE  <julien@moutte.net>
13694         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
13695         pad is negotiating before trying renegotiation.
13697 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13699         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
13700           pass on all possible mime types as typefind hints
13702 2004-02-17  Julien MOUTTE <julien@moutte.net>
13704         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
13705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
13706         possible SHM leak if we crash. All other apps using XShm are doing
13707         that.
13709 2004-02-17  Julien MOUTTE  <julien@moutte.net>
13711         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13712         (gst_ximagesink_expose): Renegotiate size on expose.
13713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
13714         size on expose.
13716 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13718         * testsuite/alsa/sinesrc.c:
13719           cosmetic fix to fix compile issue with gcc 2.95.4
13721 2004-02-16  Julien MOUTTE <julien@moutte.net>
13723         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13724         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
13725         failed opening the audio device.
13726         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13727         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
13728         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
13729         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
13730         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
13731         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13732         (gst_ximagesink_change_state), (gst_ximagesink_chain),
13733         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
13734         Removing some useless g_return_if_fail like wingo suggested.
13735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13736         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
13737         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
13738         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
13739         (gst_xvimagesink_update_colorbalance),
13740         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
13741         (gst_xvimagesink_xcontext_clear),
13742         (gst_xvimagesink_get_fourcc_from_caps),
13743         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
13744         (gst_xvimagesink_set_xwindow_id),
13745         (gst_xvimagesink_colorbalance_list_channels),
13746         (gst_xvimagesink_colorbalance_set_value),
13747         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
13748         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
13750 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13752         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13753           throw error when not negotiated instead of asserting
13755 2004-02-15  Julien MOUTTE  <julien@moutte.net>
13757         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
13758         correct data refcounting.
13760 2004-02-15  Julien MOUTTE  <julien@moutte.net>
13762         * gst/switch/gstswitch.c: (gst_switch_change_state),
13763         (gst_switch_class_init): Cleaning the sinkpads correctly on state
13764         change, mostly the EOS flag.
13766 2004-02-15  Julien MOUTTE  <julien@moutte.net>
13768         * examples/gstplay/player.c: (got_eos), (main): Adding some
13769         output for debugging.
13770         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
13771         timeouts if we go to any state different from PLAYING.
13772         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
13773         more EOS bugs in riff lib.
13775 2004-02-14  Julien MOUTTE  <julien@moutte.net>
13777         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
13778         visualization until i find a way to fix switch correctly.
13779         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
13780         EOS arrives.
13781         * gst/switch/gstswitch.c: (gst_switch_release_pad),
13782         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
13783         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
13784         Reworked switch to get a more correct behaviour with events and refing
13785         of data stored in sinkpads.
13786         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
13787         we don't pull from a pad in EOS.
13789 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13791         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13792           remove v1 tag even if we can't read it (makes sure we don't detect
13793           it again)
13795 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13797         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
13798         (gst_alsa_xrun_recovery):
13799         * ext/alsa/gstalsa.h:
13800           try xrun recovery when wait failed. Make xrun recovery function
13801           return TRUE/FALSE to indicate success. (might fix #134354)
13803 2004-02-13  David Schleef  <ds@schleef.org>
13805         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
13806         (dynparm_value_changed), (main): Convert from float to double.
13807         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
13809 2004-02-13  David Schleef  <ds@schleef.org>
13811         * gst/silence/gstsilence.c: (gst_silence_class_init),
13812         (gst_silence_set_clock), (gst_silence_get),
13813         (gst_silence_set_property), (gst_silence_get_property):
13814         * gst/silence/gstsilence.h: Add sync property.
13815         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13816         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
13817         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
13818         * gst/sine/gstsinesrc.h: Add sync property.
13820 2004-02-13  David Schleef  <ds@schleef.org>
13822         * gst/intfloat/gstint2float.c: (conv_f32_s16),
13823         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
13825 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13827         * configure.ac:
13828         * ext/Makefile.am:
13829         * gst-libs/ext/Makefile.am:
13830           move ffmpeg plugin to gst-ffmpeg module
13832 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13834         * configure.ac: use GST_ARCH to detect architecture
13836 2004-02-12  Julien MOUTTE  <julien@moutte.net>
13838         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
13840 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13842         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13843           classify LADSPA plugins based on number of src/sink pads
13844           (#133663, Stefan Kost)
13845         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
13846           fix dparams registration
13847           (#133528, Stefan Kost)
13848         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
13849           fix use of isprint and use g_ascii_isprint instead
13850           (#133316, Stefan Kost)
13852 2004-02-11  David Schleef  <ds@schleef.org>
13854         Convert a few inner loops to use liboil.  This is currently
13855         optional, and is only enabled if liboil is present (duh!).
13856         * configure.ac: Check for liboil-0.1
13857         * gst/intfloat/Makefile.am:
13858         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
13859         (gst_int2float_chain_gint16):
13860         * gst/videofilter/Makefile.am:
13861         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
13862         (tablelookup_u8), (gst_videobalance_planar411):
13863         * gst/videotestsrc/Makefile.am:
13864         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
13865         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
13866         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
13867         (paint_hline_RGB565), (paint_hline_xRGB1555):
13869 2004-02-11  David Schleef  <ds@schleef.org>
13871         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
13872         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
13873         (gst_colorspace_getcaps), (gst_colorspace_link),
13874         (gst_colorspace_base_init), (gst_colorspace_init),
13875         (gst_colorspace_chain), (gst_colorspace_change_state),
13876         (plugin_init): Merge Ronald's patch (bug #117897) and update
13877         for new caps and negotiation.  Seems to work, although it
13878         shows off bugs in lcs.
13880 2004-02-11  David Schleef  <ds@schleef.org>
13882         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
13883         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
13885 2004-02-11  David Schleef  <ds@schleef.org>
13887         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
13888         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
13889         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
13890         Add server and port properties
13892 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13894         * m4/a52.m4:
13895         * m4/aalib.m4:
13896         * m4/as-ffmpeg.m4:
13897         * m4/as-liblame.m4:
13898         * m4/as-slurp-ffmpeg.m4:
13899         * m4/check-libheader.m4:
13900         * m4/esd.m4:
13901         * m4/freetype2.m4:
13902         * m4/gconf-2.m4:
13903         * m4/glib.m4:
13904         * m4/gst-alsa.m4:
13905         * m4/gst-artsc.m4:
13906         * m4/gst-ivorbis.m4:
13907         * m4/gst-matroska.m4:
13908         * m4/gst-sdl.m4:
13909         * m4/gst-shout2.m4:
13910         * m4/gst-sid.m4:
13911         * m4/gtk.m4:
13912         * m4/libdv.m4:
13913         * m4/libfame.m4:
13914         * m4/libmikmod.m4:
13915         * m4/ogg.m4:
13916         * m4/vorbis.m4:
13917           fix underquotedness of macros (#133800)
13918         * m4/as-avifile.m4:
13919         * m4/xmms.m4:
13920           removed because no longer used
13922 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13924         * configure.ac:
13925           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
13926           by autopoint (fixes #132996)
13928 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13930         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
13931         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
13932         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
13933         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
13934           fix memleaks
13936 2004-02-11  David Schleef  <ds@schleef.org>
13938         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
13939         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
13940         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
13941         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
13942         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
13943         (gst_jpegenc_class_init), (gst_jpegenc_init),
13944         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
13945         (gst_jpegenc_chain), (gst_jpegenc_set_property),
13946         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
13947         * ext/jpeg/gstjpegenc.h: Fix negotiation.
13949 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13951         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
13952         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
13953         * ext/mikmod/gstmikmod.h:
13954           fix caps negotiation in mikmod
13955         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
13956           output debug information
13958 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13960         * gst-libs/gst/colorbalance/Makefile.am:
13961         * gst-libs/gst/navigation/Makefile.am:
13962         * gst-libs/gst/xoverlay/Makefile.am:
13963           remove unused GST_OPT_CFLAGS from Makefiles
13964           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
13966 2004-02-07  David Schleef  <ds@schleef.org>
13968         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
13969         push events to pads that haven't been created (#133508)
13971 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
13973         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
13974         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
13975         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13976         (gst_dvdec_loop), (gst_dvdec_change_state):
13977         Second attempt at committing a working dvdec element.
13979 2004-02-06  David Schleef  <ds@schleef.org>
13981         Build fixes for OS X: (see #129600)
13982         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
13983         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
13984         (gst_riff_read_strf_iavs):
13985         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
13986         (gst_avi_demux_stream_odml):
13987         * gst/playondemand/Makefile.am:
13988         * gst/rtp/rtp-packet.c:
13990 2004-02-05  David Schleef  <ds@schleef.org>
13992         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
13993         last change, because it Just Doesn't Compile.
13995 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13997         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13998           skip undecodable id3v2 tag instead of keeping it
14000 2004-02-05  David Schleef  <ds@schleef.org>
14002         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
14003         Unref leaked buffer.  (Noticed by Ronald)
14005 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
14007         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14008         Sync requires with other checks.  >= vs =.
14010 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
14012         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
14013         (gst_dvdec_video_link), (gst_dvdec_loop):
14014         * ext/dv/gstdvdec.h:
14015           rework the caps negotiation so that dvdec works again instead
14016           of just segfaulting.
14018 === release 0.7.4 ===
14020 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14022         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
14023         * configure.ac: changed for release
14025 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14027         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
14028         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14029         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14030         * pkgconfig/gstreamer-play-uninstalled.pc.in:
14031           reworked patch by David Lehn to fix libdir and includedir for
14032           uninstalled libraries
14033           removed play and gconf from gstreamer-libs since they have their
14034           own pkgconfig files
14036 2004-02-04  David Schleef  <ds@schleef.org>
14038         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
14039         memleak.
14041 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14043         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
14044           use correct GST_TAG_ENCODER tag
14046 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14048         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
14049           be sure to stop the clock when going to paused
14050         * sys/oss/gstosssink.c: (gst_osssink_change_state):
14051           reset number of transmitted when going to ready.
14052         fixes #132935
14054 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
14056         reviewed by Benjamin Otte
14058         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
14059           extract track count (fixes #133410)
14061 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14063         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
14064           that should be !=, not == (fixes #132519)
14066 2004-02-04  David Schleef  <ds@schleef.org>
14068         Make sure set_explicit_caps() is called before adding pad.
14069         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
14070         * gst/id3/gstid3types.c: (gst_id3types_loop):
14071         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
14072         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
14074 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14076         * configure.ac:
14077           bump nano to 2, first prerelease
14078           put back AM_PROG_LIBTOOL
14080 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14082         * testsuite/alsa/Makefile.am:
14083           these are user test apps, not automatic testsuite tests
14085 2004-02-04  David Schleef  <ds@schleef.org>
14087         Convert GST_DEBUG_CAPS() to GST_DEBUG():
14088         * gst/mpeg1videoparse/gstmp1videoparse.c:
14089         (mp1videoparse_parse_seq):
14090         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
14091         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
14092         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
14093         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
14094         (gst_xvideosink_getcaps):
14095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14096         * testsuite/gst-lint: more tests
14098 2004-02-04  David Schleef  <ds@schleef.org>
14100         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
14101         with the code that they would expand to.
14102         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
14103         (gst_flacdec_get_src_query_types),
14104         (gst_flacdec_get_src_event_masks):
14105         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
14106         (gst_gnomevfssrc_get_query_types),
14107         (gst_gnomevfssrc_get_event_mask):
14109 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14111         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14112         (gst_sinesrc_dispose):
14113           fix memleak by properly disposing sinesrc
14115 2004-02-04  Julien MOUTTE  <julien@moutte.net>
14117         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
14118         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
14119         an overlay to redraw the image because it has been exposed.
14120         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
14121         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
14122         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
14123         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
14124         interface
14125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
14126         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
14127         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
14128         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
14129         interface
14131 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14133         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
14134           more memleak fixage
14136 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14138         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
14139         * gst/typefind/gsttypefindfunctions.c:
14140           fix memleaks shown by gst-typefind
14142 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14144         * common/glib-gen.mak:
14145           add hack rule to touch .Plo files
14146         * gst-libs/gst/colorbalance/Makefile.am:
14147         * gst-libs/gst/mixer/Makefile.am:
14148         * gst-libs/gst/play/Makefile.am:
14149         * gst-libs/gst/tuner/Makefile.am:
14150           remove glib_root variable
14152 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14154         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
14155           set explicit caps before adding the element, so the autopluggers can
14156           plug correctly.
14157         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
14158         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
14159         (mpeg_video_type_find), (mpeg_video_stream_type_find),
14160         (dv_type_find):
14161           fix memleaks in typefind functions. gst_type_find_suggest takes a const
14162           argument.
14164 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14166         * gst-libs/gst/colorbalance/Makefile.am:
14167         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14168         * gst-libs/gst/colorbalance/colorbalance.c:
14169         * gst-libs/gst/colorbalance/colorbalance.h:
14170         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
14171         * gst-libs/gst/mixer/Makefile.am:
14172         * gst-libs/gst/mixer/mixer-marshal.list:
14173         * gst-libs/gst/mixer/mixer.c:
14174         * gst-libs/gst/mixer/mixer.h:
14175         * gst-libs/gst/mixer/mixermarshal.list:
14176         * gst-libs/gst/play/Makefile.am:
14177         * gst-libs/gst/play/play.h:
14178         * gst-libs/gst/tuner/Makefile.am:
14179         * gst-libs/gst/tuner/tuner-marshal.list:
14180         * gst-libs/gst/tuner/tuner.c:
14181         * gst-libs/gst/tuner/tuner.h:
14182         * gst-libs/gst/tuner/tunermarshal.list:
14183           use new glib-gen.mak snippet to clean up Makefile.am
14184           fix various bugs in Makefile.am's
14186 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14188         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
14189           handle chain parsing correctly in the multichain case
14190         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
14191         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
14192         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14193         (theora_dec_chain):
14194           handle events and queries correctly
14196 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
14198         * .cvsignore:
14199         Ignore generated file _stdint.h.
14201 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
14203         * gst-libs/gst/colorbalance/Makefile.am:
14204         * gst-libs/gst/colorbalance/colorbalance.h:
14205         * gst-libs/gst/mixer/Makefile.am:
14206         * gst-libs/gst/mixer/mixer.h:
14207         * gst-libs/gst/play/Makefile.am:
14208         * gst-libs/gst/play/play.h:
14209         * gst-libs/gst/tuner/Makefile.am:
14210         * gst-libs/gst/tuner/tuner.h:
14211         Generate enum type code with glib-mkenums.
14212         * gst-libs/gst/colorbalance/.cvsignore:
14213         * gst-libs/gst/mixer/.cvsignore:
14214         * gst-libs/gst/play/.cvsignore:
14215         * gst-libs/gst/tuner/.cvsignore:
14216         Ignore generated files.
14218 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
14220         * gst-libs/gst/audio/.cvsignore:
14221         Ignore generated file.
14222         * gst-libs/gst/audio/Makefile.am:
14223         Do not install example filter.
14225 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
14227         * examples/switch/.cvsignore:
14228         Ignore generated file.
14230 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14232         * common/m4/ax_create_stdint_h.m4:
14233         * configure.ac:
14234           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
14235           _stdint.h.
14236         * Makefile.am:
14237           remove generated _stdint.h in DISTCLEANFILES
14238         * ext/a52dec/gsta52dec.c:
14239           include _stdint.h for a52dec. (should fix #133064)
14241 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
14243         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
14244         (gst_tag_to_vorbis_comments):
14245         Add replaygain support to vorbistag
14247 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
14248         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
14249         (gst_ffmpeg_caps_to_extradata):
14250           Fix SVQ3 caps flag properties
14251           Use glib macro for bytes swap
14253 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14255         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
14256         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
14257         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14258         * ext/sndfile/gstsf.c: (plugin_init):
14259         * gst/avi/gstavi.c: (plugin_init):
14260         * sys/dxr3/dxr3init.c: (plugin_init):
14261         * sys/oss/gstossaudio.c: (plugin_init):
14262         * sys/v4l/gstv4l.c: (plugin_init):
14263         * sys/v4l2/gstv4l2.c: (plugin_init):
14264           remove textdomain calls
14265         * po/nl.po:
14266           update Dutch translation
14268 2004-02-02  Julien MOUTTE  <julien@moutte.net>
14270         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
14271         (gst_play_set_audio_sink): Moving volume in the audio thread for
14272         instantaneous volume change. Maybe i will add another volume in front
14273         of visualization later, not sure yet though.
14275 2004-02-02  Julien MOUTTE  <julien@moutte.net>
14277         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14278         (gst_ximagesink_handle_xevents): Better X events handling, only take
14279         the latest events for configure and motion.
14280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
14282 2004-02-02  Jon Trowbridge  <trow@gnu.org>
14284         reviewed by: David Schleef  <ds@schleef.org>
14286         Fix memory leaks:
14287         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
14288         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
14290 2004-02-02  David Schleef  <ds@schleef.org>
14292         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
14293         of lines.
14294         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
14295         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
14296         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
14297         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
14298         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
14299         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
14300         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
14301         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
14302         (gst_float2_2_int_link):
14303         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
14304         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
14305         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
14306         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
14307         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
14308         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
14309         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
14310         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
14311         * testsuite/gst-lint: Add tests for bzero and ;;
14313 2004-02-02  David Schleef  <ds@schleef.org>
14315         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
14317 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14319         * ext/aalib/gstaasink.c: (gst_aasink_open):
14320         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
14321         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14322         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14323         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
14324         (gst_afsink_close_file):
14325         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
14326         (gst_afsrc_close_file):
14327         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
14328         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
14329         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
14330         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
14331         * ext/esd/esdmon.c: (gst_esdmon_get):
14332         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
14333         * ext/faac/gstfaac.c: (gst_faac_chain):
14334         * ext/faad/gstfaad.c: (gst_faad_chain):
14335         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
14336         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
14337         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
14338         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
14339         (gst_flacdec_loop):
14340         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
14341         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
14342         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14343         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
14344         (gst_gnomevfssink_close_file):
14345         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14346         (gst_gnomevfssrc_open_file):
14347         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
14348         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
14349         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
14350         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
14351         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
14352         * ext/mad/gstmad.c: (gst_mad_chain):
14353         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
14354         * ext/mpeg2dec/gstmpeg2dec.c:
14355         * ext/mpeg2enc/gstmpeg2enc.cc:
14356         * ext/mplex/gstmplex.cc:
14357         * ext/mplex/gstmplexibitstream.cc:
14358         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
14359         (gst_ogg_demux_push):
14360         * ext/raw1394/gstdv1394src.c:
14361         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
14362         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
14363         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
14364         (gst_sf_loop):
14365         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14366         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
14367         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
14368         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
14369         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14370         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
14371         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
14372         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
14373         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
14374         (gst_riff_read_element_data), (gst_riff_read_seek),
14375         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
14376         * gst/adder/gstadder.c: (gst_adder_loop):
14377         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
14378         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
14379         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
14380         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
14381         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
14382         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
14383         * gst/goom/gstgoom.c: (gst_goom_chain):
14384         * gst/id3/gstid3types.c: (gst_id3types_loop):
14385         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
14386         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
14387         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
14388         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
14389         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14390         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
14391         (gst_ebml_read_float), (gst_ebml_read_header):
14392         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14393         (gst_matroska_demux_parse_blockgroup):
14394         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14395         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
14396         * gst/oneton/gstoneton.c: (gst_oneton_chain):
14397         * gst/silence/gstsilence.c: (gst_silence_get):
14398         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
14399         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
14400         * gst/speed/gstspeed.c: (speed_loop):
14401         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
14402         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
14403         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
14404         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
14405         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
14406         (gst_wavparse_loop):
14407         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
14408         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
14409         (dxr3audiosink_close):
14410         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
14411         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
14412         (dxr3videosink_close), (dxr3videosink_write_data):
14413         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
14414         * sys/oss/gstosssink.c: (gst_osssink_chain):
14415         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14416         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
14417         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
14418         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
14419         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14420         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14421         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
14422         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
14423         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
14424         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
14425         (gst_v4l_set_audio):
14426         * sys/v4l/v4l_calls.h:
14427         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14428         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
14429         (gst_v4lmjpegsink_playback_init),
14430         (gst_v4lmjpegsink_playback_start):
14431         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
14432         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14433         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
14434         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
14435         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
14436         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
14437         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
14438         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
14439         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
14440         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
14441         (gst_v4l2_get_output), (gst_v4l2_set_output),
14442         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
14443         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
14444         (gst_v4l2_set_attribute):
14445         * sys/v4l2/v4l2_calls.h:
14446         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
14447         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
14448         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
14449         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
14450         (gst_v4l2src_capture_stop):
14451         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
14452         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14453         (gst_ximagesink_chain):
14454         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
14455         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
14456         (gst_xvideosink_xwindow_new):
14457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14458         (gst_xvimagesink_chain):
14460 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14462         * gst/volume/gstvolume.c: (gst_volume_set_volume),
14463         (gst_volume_get_volume), (volume_class_init), (volume_init),
14464         (volume_chain_int16), (volume_update_volume):
14465         * gst/volume/gstvolume.h:
14466           make code more readable by removing magic numbers
14467           make mixer interface export 0-100 range
14468           make it internally map to 0.0-1.0 range so users don't distort
14469           output by putting the sliders at full volume
14471 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14473         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
14474         (gst_play_state_change), (gst_play_seek_to_time):
14475         block the tick callback for 0.5 secs after doing a seek
14477 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14479         * gst-libs/gst/play/play.c: (gst_play_new):
14480           check for GError
14482 2004-02-01  Julien MOUTTE  <julien@moutte.net>
14484         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
14485         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
14486         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14487         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
14488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
14489         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
14491 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14493         * configure.ac:
14494         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
14495           check for a function added in vorbis 1.1
14497 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14499         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
14500         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
14501           really start/stop clock only on PLAYING <=> PAUSED
14502         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14503           remove \n from debugging lines
14504         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
14505           make it work when seeking does not
14506         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
14507           reset on DISCONT
14509 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14511         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
14512           start clock on PAUSED=>PLAYING, not later
14513         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14514           extract correct time for different discont formats
14515         (gst_alsa_sink_get_time):
14516           don't segfault when no format is negotiated yet, just return 0
14517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14518         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
14519         (gst_ogg_pad_push):
14520           handle flush and discont events correctly
14521         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
14522           handle discont events correctly
14524 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14526         * gst-libs/gst/play/play.c: (gst_play_error_quark),
14527         (gst_play_error_create), (gst_play_error_plugin),
14528         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
14529         * gst-libs/gst/play/play.h:
14530           add error handling during creation
14531         * examples/gstplay/player.c: (main):
14532           use new gst_play_new
14535 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14537         * ext/theora/theoradec.c: (theora_dec_chain):
14538           make comments work
14539         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14540         (vorbis_dec_src_event), (vorbis_dec_chain):
14541           add encoder tag, fix tag reading to be more error tolerant, change
14542           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
14543           gst_pad_event_default.
14544         * gst/tags/gstvorbistag.c:
14545         (gst_tag_list_from_vorbiscomment_buffer):
14546           undefine function specific define at end of function
14548 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
14550         * ext/flac/gstflac.c: (plugin_init):
14551         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
14552         * ext/flac/gstflacdec.h:
14553         * ext/flac/gstflacenc.h:
14554           Fix typos
14556 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
14558         * examples/gstplay/player.c: s/gstplay.h/play.h/
14560 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14562         * gst-libs/gst/play/Makefile.am:
14563         * gst-libs/gst/play/gstplay.c:
14564         * gst-libs/gst/play/gstplay.h:
14565         * gst-libs/gst/play/play.c:
14566           more surgery, operation complete
14568 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14570         * gst-libs/gst/play/play.old.c:
14571         * gst-libs/gst/play/play.old.h:
14572           after CVS surgery by moving, remove
14573         * gst-libs/gst/play/playpipelines.c:
14574           remove
14576         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
14577           add negotiation error
14579 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14581         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14582         (gst_ogg_demux_push):
14583           add some seeking debug info
14584           send a flush when seeking
14586 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14588         * configure.ac:
14589           use AC_C_INLINE
14590         * configure.ac:
14591         * ext/Makefile.am:
14592         * ext/theora/Makefile.am:
14593         * ext/theora/theoradec.c:
14594           add theora video decoder. Does just do simple decoding for now and
14595           has been tested against Theora cvs only. It only works when theora
14596           is compiled with --enable-static.
14597         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
14598           always reset packetno on DISCONT
14600 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14602         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
14603           Fix audio.
14605 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14607         * gst/mpegaudioparse/gstmpegaudioparse.c:
14608         (mp3_type_frame_length_from_header):
14609           Fix header parsing - stolen from ffmpeg (thank you! :) ).
14611 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14613         * ext/esd/esdsink.c: (gst_esdsink_init):
14614           Since we have static pad template caps, we don't need to negotiate;
14615           either the core errors out or we know the format.
14617 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14619         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
14620         (gst_riff_read_seek):
14621         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
14622         (gst_ebml_read_seek):
14623           Fix event handling.
14625 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14627         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
14628           removee video/x-theora from vp3 decoder, it doesn't handle raw
14629           theora streams
14630         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
14631           fix bug with finalizing element that never went to PAUSED
14632         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
14633           length and position queries were swapped
14634         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14635         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
14636         (vorbis_dec_src_event):
14637           implement querying time and bytes
14639 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14641         * just about every source file:
14642           gst_element_error -> GST_ELEMENT_ERROR
14644 2004-01-29  Julien MOUTTE  <julien@moutte.net>
14646         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
14647         emiting FLUSH and even before DISCONT.
14648         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
14649         get the best instant seeking as possible yay!
14651 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14653         * gst/mpeg1videoparse/gstmp1videoparse.c:
14654         (gst_mp1videoparse_real_chain):
14655           Committed wrong version last week... Grr... Didn't notice until now.
14657 2004-01-29  Julien MOUTTE <julien@moutte.net>
14659         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
14660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
14661         have_xwindow_id signal in xwindow_create.
14663 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14665         * ext/ogg/gstoggdemux.c:
14666           lots of changes - mainly support for chained bitstreams, seeking,
14667           querying and bugfixes of course
14668         * ext/vorbis/Makefile.am:
14669         * ext/vorbis/vorbisdec.c:
14670         * ext/vorbis/vorbisdec.h:
14671           add vorbisdec raw vorbis decoder
14672         * ext/vorbis/vorbis.c: (plugin_init):
14673           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
14674         * gst/intfloat/Makefile.am:
14675         * gst/intfloat/float22int.c:
14676         * gst/intfloat/float22int.h:
14677         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
14678           add float2intnew plugin. It converts multichannel interleaved float to
14679           multichannel interleaved int. The name should probably be changed.
14680         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
14681         (plugin_init):
14682           add typefinding for raw theora video so oggdemux can detect it.
14684 2004-01-28  Julien MOUTTE  <julien@moutte.net>
14686         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
14687         sink element first.
14688         * gst/videoscale/gstvideoscale.c:
14689         (gst_videoscale_handle_src_event): Fixing src event handler.
14691 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14693         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14694         (gst_v4lsrc_open), (gst_v4lsrc_close),
14695         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
14696         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
14697         * sys/v4l/gstv4lsrc.h:
14698         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
14699         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
14700           Implement resizing... Hack. But that's why v4l is b0rked...
14702 2004-01-28  Julien MOUTTE <julien@moutte.net>
14704         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14705         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14706         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
14707         (gst_ximagesink_xwindow_destroy):
14708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14709         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
14710         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
14711         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
14712         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
14713         correctly cleaning the image created to check xshm calls on succes,
14714         added a lot of XSync calls in X11 functions, and fixed a segfault when
14715         no image format was defined before negotiation happened.
14717 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14719         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
14720           use gst_element_get_time to get correct time
14722 2004-01-28  Julien MOUTTE  <julien@moutte.net>
14724         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
14725         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
14726         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
14727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
14728         (gst_xvimagesink_check_xshm_calls),
14729         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
14730         X plugins are now able to detect that XShm calls will fail even if the
14731         server claims that it has XShm support (remote displays most of the
14732         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
14733         so that we use non XShm functions. This feature is almost useless for
14734         xvimagesink as Xv is not supported on remote displays anyway, but
14735         it might happen than even on the local display XShm calls fail.
14737 2004-01-27  David Schleef  <ds@schleef.org>
14739         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
14740         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
14741         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
14742         changed esdsink to only use 44100,16,2, since esd sucks at rate
14743         conversion and esdsink has had difficulty negotiating.
14745 2004-01-27  Julien MOUTTE <julien@moutte.net>
14747         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
14748         (gst_play_seek_to_time): Fixing the way to get current position.
14750 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14752         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
14753           use gst_element_get_time to get correct time
14755 2004-01-27  Julien MOUTTE <julien@moutte.net>
14757         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
14758         fix ever... Inverting 2 lines of code make spider autoplug correctly
14759         tagged mp3 !
14761 2004-01-27  David Schleef  <ds@schleef.org>
14763         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14764         Use gst_pad_try_set_caps_nonfixed().
14766 2004-01-27  David Schleef  <ds@schleef.org>
14768         * gst/ac3parse/gstac3parse.c: update to checklist 5
14769         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
14770         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
14771         * gst/audioscale/gstaudioscale.c: same
14772         * gst/auparse/gstauparse.c: same
14773         * gst/avi/gstavidemux.c: same
14775 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14777         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
14778           stop processing after EOS
14780 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14782         * gst/asfdemux/asfheaders.h:
14783         * gst/asfdemux/gstasfdemux.c:
14784         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
14785         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
14786         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
14787           lot's of fixes to make data extraction simpler and get the code
14788           architecture and compiler independant. Add debugging category
14789         * gst/goom/gstgoom.c: (gst_goom_change_state):
14790           reset channel count on PAUSED=>READY, not READY=>PAUSED
14792 2004-01-26  Colin Walters  <walters@verbum.org>
14794         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
14795         code to pull a bigger buffer in iradio mode.  This as a side effect
14796         makes typefinding work.
14798 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
14800         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
14801         Fix SVQ3 decoding on PPC
14803 2004-01-26  Julien MOUTTE <julien@moutte.net>
14805         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
14806         that one managed to stay there... Fixed.
14808 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
14810         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
14811         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
14812         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
14813         (qtdemux_video_caps):
14814         * gst/qtdemux/qtdemux.h:
14815         Add SVQ3 specific flags to qtdemux and ffmpeg
14817 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14819         * gst-libs/gst/audio/audio.h:
14820           remove buffer-frames from audio caps
14821         * gst/audioconvert/gstaudioconvert.c:
14822           fix plugin to really work.
14824 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14826         * gst-libs/gst/mixer/mixer.c:
14827         * gst-libs/gst/propertyprobe/propertyprobe.c:
14828         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
14829         (gst_tuner_find_channel_by_name):
14830         * gst-libs/gst/tuner/tuner.h:
14831           Add gtk-doc style comments. Also fix a function name.
14833 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14835         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
14836         (gst_divxdec_negotiate):
14837           Fix for new capsnego - also fixes gst-player with divxdec.
14839 2004-01-25  Julien MOUTTE  <julien@moutte.net>
14841         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
14842         (gst_play_identity_handoff), (gst_play_set_location),
14843         (gst_play_set_visualization), (gst_play_connect_visualization): Another
14844         try in visualization implementation. Still have an issue with switch
14845         blocking when pulling from video_queue and only audio comes out of
14846         spider.
14847         * gst/switch/gstswitch.c: (gst_switch_release_pad),
14848         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
14849         release method. And check if the pad is usable before pulling.
14851 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14853         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
14854         (gst_videobalance_init),
14855         (gst_videobalance_colorbalance_list_channels),
14856         (gst_videobalance_colorbalance_set_value),
14857         (gst_videobalance_colorbalance_get_value),
14858         (gst_videobalance_update_properties),
14859         (gst_videobalance_update_tables_planar411),
14860         (gst_videobalance_planar411):
14861         * gst/videofilter/gstvideobalance.h:
14862           Implement lookup-tables. +/- 10x faster.
14864 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14866         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
14867         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
14868           The index reading was broken. The rest worked fine, but the whole
14869           goal of my rewrite was to make avidemux readable, and this was
14870           not at all readable. Please use typed variables.
14872 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14874         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
14875           Additional pad usability check.
14876         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
14877         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
14878         (gst_mp1videoparse_real_chain):
14879           Fix MPEG video stream parsing. The original plugin had several
14880           issues, including not timestamping streams where the source was
14881           not timestamped (this happens with PTS values in mpeg system
14882           streams, but MPEG video is also a valid stream on its own so
14883           that needs timestamps too). We use the display time code for that
14884           for now. Also, if one incoming buffer contains multiple valid
14885           frames, we push them all on correctly now, including proper EOS
14886           handling. Lastly, several potential segfaults were fixed, and we
14887           properly sync on new sequence/gop headers to include them in next,
14888           not previous frames (since they're header for the next frame, not
14889           the previous). Also see #119206.
14890         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
14891         (bpf_from_header):
14892           Move caps setting so we only do it after finding several valid
14893           MPEG-1 fraes sequentially, not right after the first one (which
14894           might be coincidental).
14895         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
14896         (mpeg_video_type_find), (mpeg_video_stream_type_find),
14897         (plugin_init):
14898           Add unsynced MPEG video stream typefinding, and change some
14899           probability values so we detect streams rightly. The idea is as
14900           follows: I can have an unsynced system stream which contains
14901           video. In the current code, I would randomly get a type for either
14902           system or video stream type found, because the probabilities are
14903           being calculated rather randomly. I now use fixed values, so we
14904           always prefer system stream if that was found (and that is how it
14905           should be). If no system stream was found, we can still identity                the stream as video-only.
14907 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14909         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
14910         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
14911           don't write to buffer. Extract data without the need of
14912           __attribute__ ((packed))
14914 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14916         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
14917         (mpeg1_sys_type_find):
14918           Fix MPEG-1 stream typefinding.
14920 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14922         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14923           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
14925 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14927         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
14928         * ext/esd/gstesd.c: (plugin_init):
14929           private debugging, better error reporting
14931 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14933         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
14934         (gst_riff_read_init), (gst_riff_read_change_state):
14935         * gst-libs/gst/riff/riff-read.h:
14936           Remove stuff fromold metadata system.
14938 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14940         * ext/ogg/gstoggdemux.c:
14941           Fix wrong file comment.
14942         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
14943         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
14944           Add metadata reading properly.
14946 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14948         * ext/Makefile.am:
14949           Fix nas DIST_SUBDIRS
14950           Uraeus:
14951           Fix bug where make distcheck doesn't get run on adding stuff to
14952           the build.
14954 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14956         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
14957         * ext/divx/gstdivxdec.h:
14958           Fix divx3 ("msmpeg4") playback using divxdec.
14960 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14962         * gst/typefind/gsttypefindfunctions.c:
14963         (mp3_type_frame_length_from_header): fix bug in length computation
14964         (mp3_type_find): improve debugging output
14966 2004-01-23  Julien MOUTTE  <julien@moutte.net>
14968         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
14969         (gst_play_set_location), (gst_play_seek_to_time),
14970         (gst_play_set_audio_sink), (gst_play_set_visualization),
14971         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
14972         the pipeline from scratch. Visualization is back and switch went out as
14973         i realized it was not possible to use the way i wanted.
14974         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
14975         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
14976         clearing in state change from READY to NULL. So that one can clean the
14977         X ressources keeping the element.
14978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14979         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
14980         (gst_xvimagesink_colorbalance_set_value),
14981         (gst_xvimagesink_colorbalance_get_value),
14982         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
14983         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
14984         change from READY to NULL and fixed some stupid bugs in colorbalance
14985         get/set values. Also added the following feature : when nobody tries to
14986         set some values to the colorbalance levels before the xcontext is
14987         grabbed, then when creating channels list from Xv attributes we set the
14988         internal values to the Xv defaults. This way we handle buggy Xv drivers
14989         that set default hue values far from the middle of the range (Thanks
14990         to Jon Trowbridge for pointing that issue).
14991         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
14992         colorbalance levels have been set before xcontext is grabbed.
14994 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14996         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14997           Fix the ossmixer case where we shouldn't open /dev/dsp* because
14998           it might block operations (which is bad for a mixer).
15000 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15002         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
15003         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
15004         (gmip_find_type_pre):
15005         * gst-libs/gst/media-info/media-info-priv.h:
15006         * gst-libs/gst/media-info/media-info.c:
15007         (gst_media_info_instance_init), (gst_media_info_read_idler):
15008         add fakesink to get caps on decoder src pad again
15009         fix callback prototype to match new have_type signal signature
15011 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15013         * gst/adder/gstadder.c: (gst_adder_link):
15014           fix non-compile and cut-n-paste code
15016 2004-01-21  David Schleef  <ds@schleef.org>
15018         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
15019         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
15020         (gst_swfdec_init), (gst_swfdec_change_state):
15021         * ext/swfdec/gstswfdec.h:
15022         Fix negotiation.
15023         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
15024         (gst_adder_request_new_pad): Fix negotiation.
15025         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
15026         Add a fixate function.
15027         * gst/intfloat/gstfloat2int.c:
15028         * gst/intfloat/gstfloat2int.h:
15029         * gst/intfloat/gstint2float.c:
15030         * gst/intfloat/gstint2float.h:
15031         Completely rewrite the negotiation.  Doesn't quite work yet,
15032         due to some buffer-frames problem.
15034 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15036         * ext/gnomevfs/gstgnomevfssrc.c:
15037         * sys/v4l2/v4l2_calls.h:
15038           fix includes for distcheck
15040 2004-01-21  Christian Schaller <uraeus@gnome.org>
15042         * ext/nas/
15043         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
15044         based on earlier patch from Laurent Vivier
15046 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
15048         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
15049         Fix wma caps property
15050         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15051         Fix typo (flags1 and flags2)
15053 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15055         * gst-libs/gst/media-info/media-info-priv.c:
15056         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
15057         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
15058         (gmip_find_stream), (gmip_find_track_metadata),
15059         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
15060         (gmip_find_track_format):
15061         * gst-libs/gst/media-info/media-info-priv.h:
15062         * gst-libs/gst/media-info/media-info-test.c: (main):
15063         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
15064         (gst_media_info_read_idler), (gst_media_info_read):
15065         * gst-libs/gst/media-info/media-info.h:
15066           register debugging category and use it for debugging
15068 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15070         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
15071         (gst_vorbisfile_new_link):
15072           signal streaminfo through tags
15074 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15076         * ext/mplex/gstmplex.cc:
15077         * ext/mplex/gstmplexibitstream.cc:
15078           g++ doesn't like NULL in our i18n/error macros, should be
15079           either (NULL) or ("").
15081 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15083         * sys/dxr3/dxr3audiosink.c:
15084         * sys/dxr3/dxr3init.c:
15085         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
15086         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
15087           Fix more error error error errors (missing includes here).
15089 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15091         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
15092           fix thomas' error errors.
15094 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15096         * ext/mpeg2enc/gstmpeg2enc.cc:
15097           fix error errors.
15099 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15101         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
15102         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
15103           Fix for new error system.
15105 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15107         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
15108           fix for new error reporting
15110 2004-01-20  David Schleef  <ds@schleef.org>
15112         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
15113         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15114         (gst_ximagesink_set_xwindow_id): Change to using a framerate
15115         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
15116         and neither is 100+, most likely.
15117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15118         (gst_xvimagesink_getcaps): same
15120 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15122         * configure.ac:
15123           Up version requirement to 2.0.3 (not yet released) to avoid symbol
15124           clashes with ffmpeg.
15126 2004-01-20  Julien MOUTTE  <julien@moutte.net>
15128         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
15129         (gst_switch_init): Fixed switch element : proxying link and setting
15130         caps from src to sink on request.
15132 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15134         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15135         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
15136         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
15137         fix element_error
15139 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15141         * sys/v4l/v4l_calls.h:
15142         * sys/v4l2/v4l2_calls.h:
15143           element_error fixes
15145 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15147         * gst-libs/gst/gst-i18n-plugin.h:
15148           add locale.h
15149           remove config.h inclusion
15151 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15153         * autogen.sh:
15154           adding autopoint invocation
15155         * Makefile.am:
15156         * configure.ac:
15157         * gst-libs/gst/gettext.h:
15158           adding gettext bits
15159         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
15160         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
15161         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15162         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
15163         (gst_gnomevfssink_close_file):
15164         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
15165         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
15166         * gst-libs/gst/gst-i18n-plugin.h:
15167         * gst/avi/gstavi.c: (plugin_init):
15168         * sys/dxr3/dxr3init.c: (plugin_init):
15169         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
15170         * sys/oss/gstossaudio.c: (plugin_init):
15171         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
15172         * sys/v4l/gstv4l.c: (plugin_init):
15173         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15174         * sys/v4l2/gstv4l2.c: (plugin_init):
15175         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15176         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
15177         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
15178         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
15179         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15180         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
15181           make sure locale and translation domain are set
15182           fix translated strings
15183         * po/.cvsignore:
15184         * po/LINGUAS:
15185         * po/Makevars:
15186         * po/POTFILES.in:
15187         * po/nl.po:
15188           put translation files into place
15189         * sys/xvideo/imagetest.c: (main):
15190         * ext/dv/demo-play.c: (main):
15191           fix unnecessary translations
15193 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15195         * ext/sndfile/gstsf.c:
15196         * gst/avi/gstavimux.c:
15197         * ext/audiofile/gstafsink.c:
15198         * ext/audiofile/gstafsrc.c:
15199         * ext/gnomevfs/gstgnomevfssink.c:
15200         * ext/gnomevfs/gstgnomevfssrc.c:
15201         * sys/oss/gstosselement.c:
15202         * sys/v4l/v4l_calls.h:
15203           fix i18n include
15205 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15207         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15208         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
15209         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
15210         (gst_v4l2_get_output), (gst_v4l2_set_output),
15211         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15212         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15213         (gst_v4l2_set_attribute):
15214         update to new error handling
15216 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15218         * ext/sidplay/gstsiddec.cc:
15219         * gst/modplug/gstmodplug.cc:
15220           parenthese NULL because C++ seems angry about it
15222 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15224         * gst-libs/gst/gst-i18n-plugin.h:
15225           add skeleton i18n stuff, but needs to be further implemented
15227 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15229         * examples/gstplay/player.c: (main):
15230         * ext/aalib/gstaasink.c: (gst_aasink_open):
15231         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
15232         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15233         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15234         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
15235         (gst_afsink_close_file):
15236         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
15237         (gst_afsrc_close_file):
15238         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
15239         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
15240         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
15241         * ext/esd/esdmon.c: (gst_esdmon_get):
15242         * ext/esd/esdsink.c: (gst_esdsink_chain):
15243         * ext/faac/gstfaac.c: (gst_faac_chain):
15244         * ext/faad/gstfaad.c: (gst_faad_chain):
15245         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
15246         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
15247         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
15248         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
15249         (gst_flacdec_loop):
15250         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
15251         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
15252         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
15253         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
15254         (gst_gnomevfssink_close_file):
15255         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
15256         (gst_gnomevfssrc_open_file):
15257         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
15258         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
15259         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
15260         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
15261         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
15262         * ext/mad/gstmad.c: (gst_mad_chain):
15263         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
15264         * ext/mpeg2dec/gstmpeg2dec.c:
15265         * ext/mpeg2enc/gstmpeg2enc.cc:
15266         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
15267         * ext/mplex/gstmplex.cc:
15268         * ext/mplex/gstmplexibitstream.cc:
15269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
15270         (gst_ogg_demux_push), (gst_ogg_pad_push):
15271         * ext/raw1394/gstdv1394src.c:
15272         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
15273         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
15274         * ext/sidplay/gstsiddec.cc:
15275         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
15276         (gst_sf_loop):
15277         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
15278         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
15279         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
15280         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
15281         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
15282         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
15283         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
15284         * gst-libs/gst/Makefile.am:
15285         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
15286         (gst_riff_read_element_data), (gst_riff_read_seek),
15287         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
15288         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
15289         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
15290         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
15291         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
15292         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
15293         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
15294         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
15295         * gst/goom/gstgoom.c: (gst_goom_chain):
15296         * gst/id3/gstid3types.c: (gst_id3types_loop):
15297         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
15298         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
15299         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
15300         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
15301         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
15302         (gst_ebml_read_float), (gst_ebml_read_header):
15303         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15304         (gst_matroska_demux_parse_blockgroup):
15305         * gst/modplug/gstmodplug.cc:
15306         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
15307         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
15308         * gst/oneton/gstoneton.c: (gst_oneton_chain):
15309         * gst/silence/gstsilence.c: (gst_silence_get):
15310         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
15311         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
15312         * gst/speed/gstspeed.c: (speed_loop):
15313         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15314         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
15315         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
15316         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15317         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
15318         (gst_wavparse_loop):
15319         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
15320         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
15321         (dxr3audiosink_close):
15322         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
15323         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
15324         (dxr3videosink_close), (dxr3videosink_write_data):
15325         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
15326         * sys/oss/gstosselement.h:
15327         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
15328         (gst_osssink_chain):
15329         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15330         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
15331         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
15332         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
15333         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
15334         (gst_v4l_enable_overlay):
15335         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
15336         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
15337         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
15338         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
15339         (gst_v4l_set_audio):
15340         * sys/v4l/v4l_calls.h:
15341         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
15342         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
15343         (gst_v4lmjpegsink_playback_init),
15344         (gst_v4lmjpegsink_playback_start):
15345         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
15346         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
15347         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
15348         (gst_v4lmjpegsrc_requeue_frame):
15349         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15350         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
15351         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
15352         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
15353         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15354         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15355         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15356         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15357         (gst_v4l2src_capture_stop):
15358         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
15359         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15360         (gst_ximagesink_chain):
15361         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
15362         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
15363         (gst_xvideosink_xwindow_new):
15364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15365         (gst_xvimagesink_chain):
15366         use new error signal, function and categories
15368 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
15370         * configure.ac:
15371         * ext/Makefile.am:
15372         * ext/musicbrainz/gsttrm.c:
15373         * ext/musicbrainz/gsttrm.h:
15374         * ext/musicbrainz/Makefile.am:
15375         Add a trm plugin
15377 2004-01-18  Julien MOUTTE  <julien@moutte.net>
15379         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
15380         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
15381         synchronous property for debugging.
15382         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
15383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15384         (gst_xvimagesink_set_property): Moving a pointer declaration to a
15385         smaller block, fixing indent.
15387 2004-01-16  David Schleef  <ds@schleef.org>
15389         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
15390         property affects the video stream.
15391         * sys/xvimage/xvimagesink.c:
15392         * sys/xvimage/xvimagesink.h:
15393         Add synchronous property for debugging.  Should probably be
15394         disabled in non-CVS builds.  Make sure that the Xv attribute
15395         exists before we set it (crash!).  Fix a silly float bug that
15396         caused colorbalance to just not work.
15398 2004-01-17  Christian Schaller <Uraeus@gnome.org>
15400         * tools/gst-launch-ext.in - update for new plugins
15402 2004-01-16  David Schleef  <ds@schleef.org>
15404         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
15405         already-freed caps.
15407 2994-01-16  Christian Schaller <Uraeus@gnome.org>
15409         * Update spec for new colorspace plugin and libcaca plugin
15410         * Fix compilation of libcaca plugin (clock -> id)
15412 2004-01-16  Julien MOUTTE <julien@moutte.net>
15414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
15415         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
15416         (gst_xvimagesink_set_xwindow_id),
15417         (gst_xvimagesink_colorbalance_set_value),
15418         (gst_xvimagesink_colorbalance_get_value),
15419         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15420         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
15421         correct colorbalance properties. They can now be set when the element
15422         is still in NULL state. The values will be committed to the Xv Port
15423         when xcontext is initialized.
15424         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
15425         brightness int values in the GstXvImagesink structure.
15427 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15429         * gst-libs/gst/Makefile.am:
15430           restructure so having local patches works easier.
15432 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15434         * ext/mpeg2enc/Makefile.am:
15435         * ext/mpeg2enc/gstmpeg2enc.cc:
15436         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
15437           Bugfix with respect to EOS handling.
15439 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15441         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
15442           Link with right caps (else, it segfaults).
15443         * ext/mplex/gstmplexjob.cc:
15444           Fix for slight API change in 1.6.1.93 release of mjpegtools.
15446 2004-01-15  David Schleef  <ds@schleef.org>
15448         * gst-libs/gst/audio/Makefile.am:
15449         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
15450         from the template.
15451         * gst-libs/gst/audio/gstaudiofilter.c:
15452         * gst-libs/gst/audio/gstaudiofilter.h:
15453         Add bytes_per_sample and size and n_samples calculation.
15454         * gst-libs/gst/audio/gstaudiofilterexample.c:
15455         Remove, now autogenerated.
15456         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15457         Moved from gstaudiofilterexample, object name changed, code added
15458         so that it actually works.
15459         * gst-libs/gst/audio/make_filter:
15460         Script to build an audiofilter subclass from the template.
15461         * gst/colorspace/Makefile.am:
15462         * gst/colorspace/yuv2yuv.c:
15463         Remove file, since it's GPL, and we don't use it.
15465 2004-01-15  Julien MOUTTE  <julien@moutte.net>
15467         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
15468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
15469         them use the buffer free function to test how the buffer was allocated.
15471 2004-01-15  David Schleef  <ds@schleef.org>
15473         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
15474         that handles osssink fallback.
15475         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15476         (gst_audio_convert_getcaps):
15477         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15478         Add audio/x-qdm2 for QDM2 audio.
15479         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
15480         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
15481         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
15482         Decrease minimum size to 16x16.
15483         * gst/wavparse/gstwavparse.c:
15484         Convert disabled pad template caps to new caps.
15485         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15487         (gst_xvimagesink_chain): Throw element error when display cannot
15488         be opened.  Increase minimum framerate to 1.0.  Check the data
15489         free function on a buffer to make sure it is the type we expect
15490         before manipulating it.
15492 2004-01-15  Julien MOUTTE <julien@moutte.net>
15494         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
15495         (gst_videobalance_colorbalance_set_value): Implement passthru if
15496         settings are in the middle.
15497         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
15499 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15501         * gst/videofilter/Makefile.am:
15502         * gst/volume/Makefile.am:
15503           Since we use videofilter symbols, link to it.
15505 2004-01-15  Julien MOUTTE <julien@moutte.net>
15507         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
15508         mixer interface type to HARDWARE.
15509         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
15510         type to SOFTWARE.
15511         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
15512         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
15513         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
15514         (gst_volume_interface_init), (gst_volume_list_tracks),
15515         (gst_volume_set_volume), (gst_volume_get_volume),
15516         (gst_volume_set_mute), (gst_volume_mixer_init),
15517         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
15518         (volume_init): Implementing mixer interface.
15519         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
15520         * sys/oss/gstosselement.c: (gst_osselement_get_type),
15521         (gst_osselement_change_state): Removing some trailing commas in
15522         structures.
15523         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
15524         interface type to HARDWARE.
15525         * sys/v4l/gstv4lcolorbalance.c:
15526         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
15527         type to HARDWARE.
15528         * sys/v4l2/gstv4l2colorbalance.c:
15529         (gst_v4l2_color_balance_interface_init): Setting colorbalance
15530         interface type to HARDWARE.
15531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
15532         same code than ximagesink for event handling.
15534 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15536         * ext/snapshot/Makefile.am:
15537         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
15538         (gst_snapshot_chain):
15539         * ext/snapshot/gstsnapshot.h:
15540           This has to be a joke... Snapshot should be connected to a tee,
15541           colorspace element before it and EOS after that, where the other
15542           src of the tee receives normal data.
15543           The current way is *wrong*.
15545 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15547         * ext/hermes/gsthermescolorspace.c:
15548           Fix another compile error. Same as below.
15550 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15552         * gst/colorspace/gstcolorspace.c:
15553         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
15554         (gst_colorspace_i420_to_yv12):
15555           Fix compiling... Didn't test if it actually works.
15557 2004-01-15  David Schleef  <ds@schleef.org>
15559         * configure.ac:
15560         * gst/colorspace/Makefile.am:
15561         * gst/colorspace/gstcolorspace.c:
15562         * gst/colorspace/gstcolorspace.h:
15563         * gst/colorspace/yuv2rgb.c:
15564         * gst/colorspace/yuv2rgb.h:
15565         Duplicate the ext/hermes colorspace plugin, and remove Hermes
15566         code and GPL code.  Fix for new caps negotiation.  Rewrite
15567         much of the format handling code, and some of the conversion
15568         code.  Basically, rewrote almost everything.  This element
15569         handles I420, YV12 to RGB conversions.
15570         * ext/hermes/Makefile.am:
15571         * ext/hermes/gsthermescolorspace.c:
15572         Rename colorspace to hermescolorspace.  Fix negotiation issues.
15573         Remove non-Hermes related code.  This element handles lots of
15574         RGB to RGB conversions, but no YUV.
15575         * ext/hermes/gstcolorspace.c:
15576         * ext/hermes/gstcolorspace.h:
15577         * ext/hermes/rgb2yuv.c:
15578         * ext/hermes/yuv2rgb.c:
15579         * ext/hermes/yuv2rgb.h:
15580         * ext/hermes/yuv2rgb_mmx16.s:
15581         * ext/hermes/yuv2yuv.c:
15582         * ext/hermes/yuv2yuv.h:
15583         Remove old code.
15585 2004-01-14  Colin Walters  <walters@verbum.org>
15587         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
15588         they've already been.
15590 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15592         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
15593           assume tag mode when pad is not connected
15595 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15597         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15598           Don't update the time of the clock
15599         (gst_alsa_sink_loop):
15600           sync to the clock given to alsasink, not the own clock
15601         * sys/oss/gstosssink.c: (gst_osssink_chain):
15602           sync to the clock
15603         (gst_osssink_change_state):
15604           activate the clock
15605         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
15606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
15607           remove bogus code that made DISCONT events unhandled
15608         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
15609           explicitly case to double in _set_simple. (fixes 2nd warning in bug
15610           #131502)
15611         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
15612         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
15613         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
15614           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
15615           2nd warning in bug #131502)
15617 2004-01-14  Julien MOUTTE  <julien@moutte.net>
15619         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
15620         (gst_videobalance_colorbalance_set_value),
15621         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
15622         for colorbalance interface implementation.
15623         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15624         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15625         (gst_ximagesink_dispose), (gst_ximagesink_init),
15626         (gst_ximagesink_class_init): Adding DISPLAY property.
15627         * sys/ximage/ximagesink.h: Adding display_name to store display.
15628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15629         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15630         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
15631         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
15632         properties (they still need polishing though for gst-launch use : no
15633         xcontext yet, i ll do that tomorrow).
15634         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
15636 2004-01-14  Julien MOUTTE  <julien@moutte.net>
15638         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
15639         (gst_play_set_location), (gst_play_set_visualization): Preparing
15640         switch integration, adding videobalance in the pipeline.
15642 2004-01-14  Julien MOUTTE <julien@moutte.net>
15644         * gst-libs/gst/colorbalance/colorbalance.c:
15645         (gst_color_balance_class_init): Adding a default type.
15646         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
15647         the type.
15648         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
15649         (gst_videobalance_dispose), (gst_videobalance_class_init),
15650         (gst_videobalance_init), (gst_videobalance_interface_supported),
15651         (gst_videobalance_interface_init),
15652         (gst_videobalance_colorbalance_list_channels),
15653         (gst_videobalance_colorbalance_set_value),
15654         (gst_videobalance_colorbalance_get_value),
15655         (gst_videobalance_colorbalance_init): Implementing colorbalance
15656         interface.
15657         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
15658         list.
15659         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
15660         bug which was triggering a BadAccess X error when setting an overlay
15661         before pad was really negotiated.
15662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
15663         Using the colorbalance type macro.
15665 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15667         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
15668         (gst_flacenc_chain):
15669           handle tags correctly
15670         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15671           extract ID3v1 tags correctly
15673 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15675         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
15676         (plugin_init):
15677           Improve matroska typefinding for odd-typed headers...
15679 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15681         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15682           Fix for using incremental number on padnames.
15684 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15686         * ext/divx/gstdivxdec.c:
15687         * ext/divx/gstdivxenc.c:
15688           Set category to divx4linux instead of divx (too generic).
15689         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15690         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
15691         (gst_wavparse_loop), (gst_wavparse_change_state):
15692         * gst/wavparse/gstwavparse.h:
15693           fix parsing of WAV files with non-standard fmt-tag size and fix
15694           skipping of unrecognized chunks... Someone please fix this thing
15695           to use rifflib so all this is automated.
15696         * sys/v4l/Makefile.am:
15697         * sys/v4l2/Makefile.am:
15698           Add X_CFLAGS because we depend on X (for overlay).
15700 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
15702         * ext/mpeg2dec/gstmpeg2dec.c:
15703           Don't issue a timestamp unless we tagged the frame
15704           with a PTS.
15706 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15708         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
15709           Query the audio element to get the time, not the clock. We're
15710           interested in the element's time here.
15712 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15714         * ext/aalib/gstaasink.c: (gst_aasink_chain):
15715         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15716         * ext/esd/esdsink.c: (gst_esdsink_chain):
15717         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
15718         * ext/mas/massink.c: (gst_massink_chain):
15719         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
15720         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
15721         (gst_matroska_demux_parse_metadata):
15722         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
15723         (gst_mpeg_parse_release_locks):
15724         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
15725         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
15726         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
15727         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
15728         (gst_osssink_change_state):
15729         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
15730         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
15731         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
15732         (gst_xvideosink_release_locks):
15733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
15734           use element time.
15735         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
15736         (gst_alsa_clock_stop):
15737         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
15738         (gst_audio_clock_get_internal_time):
15739           simplify for use with new clocking code.
15740         * testsuite/alsa/Makefile.am:
15741         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
15742           fix testsuite for new caps system
15744 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15746         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
15747         * ext/flac/gstflacenc.c: (add_one_tag):
15748           length is already host endian, no need to convert. Fixes playback of
15749           tagged files on PPC. (bug #128384)
15751 2004-01-13  Julien MOUTTE <julien@moutte.net>
15753         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
15754         colorbalance interface stating if it is hardware based or software
15755         based.
15756         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
15757         Removing a trailing comma.
15758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15759         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
15760         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
15761         the documentation seems to be wrong on the -1000 to 1000 interval.
15763 2004-01-12  David Schleef  <ds@schleef.org>
15765         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
15766         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
15767         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
15768         Fix negotiation.  Add a bufferalloc function for the sink pad,
15769         and generally clean up some of the code.
15771 2004-01-12  Julien MOUTTE <julien@moutte.net>
15773         * gst-libs/gst/colorbalance/colorbalancechannel.c:
15774         (gst_color_balance_channel_dispose): Adding safety check in dispose
15775         method.
15776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15777         (gst_xvimagesink_xcontext_clear),
15778         (gst_xvimagesink_interface_supported),
15779         (gst_xvimagesink_colorbalance_list_channels),
15780         (gst_xvimagesink_colorbalance_set_value),
15781         (gst_xvimagesink_colorbalance_get_value),
15782         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
15783         Adding colorbalance interface support to set XV parameters such as
15784         HUE, BRIGHTNESS, CONTRAST, SATURATION.
15785         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
15786         interface.
15788 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15790         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
15791         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
15792         (gst_audio_convert_init), (gst_audio_convert_set_property),
15793         (gst_audio_convert_get_property), (gst_audio_convert_chain),
15794         (gst_audio_convert_link),
15795         (gst_audio_convert_buffer_to_default_format),
15796         (gst_audio_convert_buffer_from_default_format), (plugin_init):
15797           - implement _getcaps and use it
15798           - improve linking
15799           - remove float caps since no float conversion is actually done
15800           - remove properties and arguments that were to be used for rate
15801             conversion
15803 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15805         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
15806         (gst_audio_structure_set_int):
15807         * gst-libs/gst/audio/audio.h:
15808           add helper functions for _getcaps matching the standard audio
15809           templates
15811 2004-01-12  David Schleef  <ds@schleef.org>
15813         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15814         Test that pad is negotiated before getting its caps.
15816 2004-01-12  Julien MOUTTE <julien@moutte.net>
15818         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
15819         analyzing the pads of an element the bin is mostly in READY state so
15820         no caps were negotiated. This helper function needs to work with
15821         _get_caps directly then. I was not freeing them though, added that to
15822         fix the mem leak.
15824 2004-01-12  Julien MOUTTE <julien@moutte.net>
15826         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
15827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
15828         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
15829         than the free_func.
15831 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15833         * sys/oss/gstossaudio.c: (plugin_init):
15834         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15835         * sys/oss/gstosselement.h:
15836           make an oss debugging category
15837           make failure more descriptive
15839 2004-01-11  David Schleef  <ds@schleef.org>
15841         * ext/ffmpeg/gstffmpeg.c:
15842         * ext/ffmpeg/gstffmpegcodecmap.c:
15843         * ext/ffmpeg/gstffmpegdec.c:
15844         * ext/ffmpeg/gstffmpegenc.c:
15845         * ext/ffmpeg/gstffmpegprotocol.c:
15846         * ext/gdk_pixbuf/gstgdkanimation.c:
15847         * ext/jpeg/gstjpeg.c:
15848         * ext/libpng/gstpng.c:
15849         * ext/mpeg2dec/perftest.c:
15850         * ext/speex/gstspeex.c:
15851         * gst-libs/gst/resample/dtos.c:
15852         * gst/intfloat/gstintfloatconvert.c:
15853         * gst/oneton/gstoneton.c:
15854         * gst/rtjpeg/RTjpeg.c:
15855         * gst/rtp/gstrtp.c:
15856         * sys/dxr3/dxr3init.c:
15857         * sys/glsink/gstgl_nvimage.c:
15858         * sys/glsink/gstgl_pdrimage.c:
15859         * sys/glsink/gstglsink.c:
15860         * testsuite/gst-lint:
15861         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
15863 2004-01-11  David Schleef  <ds@schleef.org>
15865         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
15866         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
15867         * ext/gdk_pixbuf/gstgdkanimation.c:
15868         (gst_gdk_animation_iter_create_pixbuf):
15869         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
15870         (gst_gdk_pixbuf_chain):
15871         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15872         * ext/jack/gstjack.c: (gst_jack_change_state):
15873         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
15874         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
15875         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
15876         * gst/videofilter/gstvideofilter.c:
15877         (gst_videofilter_set_output_size):
15878         Remove all usage of gst_pad_get_caps(), and replace it with
15879         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
15881 2004-01-11  David Schleef  <ds@schleef.org>
15883         * configure.ac:
15884         * ext/Makefile.am: Fixes to make ext/libcaca compile.
15885         * ext/divx/gstdivxdec.c:
15886         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
15887         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
15888         handle images that span multiple buffers.  Now work with both
15889         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
15890         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15891         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
15892         video/video.h changes
15893         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
15894         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
15895         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
15896         of GstData free function.
15897         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
15898         same.
15900 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15902         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
15903         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
15904         (gst_v4l2element_get_property):
15905         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
15906           add norm, channel and frequency properties.
15907         * sys/v4l2/gstv4l2tuner.c:
15908           fixes for tuner interface changes
15909         * sys/v4l2/gstv4l2element.h:
15910         * sys/v4l2/gstv4l2src.c:
15911         * sys/v4l2/gstv4l2src.h:
15912         * sys/v4l2/v4l2src_calls.c:
15913         * sys/v4l2/v4l2src_calls.h:
15914           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
15916 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15918         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
15919         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
15920         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
15921         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
15922         * gst-libs/gst/tuner/tuner.h:
15923           GObjects aren't const.
15924           Add find_by_name functions.
15925           Add checks to _changed functions.
15926         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
15927         (gst_v4l_tuner_get_norm):
15928           Fixes for above.
15930 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15932         * gst-libs/gst/video/video.h:
15933           Fix caps template names to be understandable.
15934           Prefix everything with GST_VIDEO.
15935         * ext/aalib/gstaasink.c:
15936         * ext/divx/gstdivxdec.c:
15937         * ext/divx/gstdivxenc.c:
15938         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15939         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
15940         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
15941         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
15942         * ext/libcaca/gstcacasink.c:
15943         * ext/libpng/gstpngenc.c: (raw_caps_factory):
15944         * ext/snapshot/gstsnapshot.c:
15945         * ext/swfdec/gstswfdec.c:
15946         * ext/xvid/gstxviddec.c:
15947         * ext/xvid/gstxvidenc.c:
15948         * gst/chart/gstchart.c:
15949         * gst/deinterlace/gstdeinterlace.c:
15950         * gst/effectv/gsteffectv.c:
15951         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
15952         * gst/goom/gstgoom.c:
15953         * gst/median/gstmedian.c:
15954         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
15955         (gst_monoscope_srcconnect), (gst_monoscope_chain):
15956         * gst/overlay/gstoverlay.c:
15957         * gst/smooth/gstsmooth.c:
15958         * gst/smpte/gstsmpte.c:
15959         * gst/synaesthesia/gstsynaesthesia.c:
15960         * gst/videocrop/gstvideocrop.c:
15961         * gst/videodrop/gstvideodrop.c:
15962         * gst/y4m/gsty4mencode.c:
15963         * sys/qcam/gstqcamsrc.c:
15964         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
15965           Make them work with new video.h file.
15966         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15967         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
15968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15969         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
15970           Make it work with new buffer allocation system.
15972 2004-01-11  Julien MOUTTE  <julien@moutte.net>
15974         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
15975         pad_alloc_buffer implementation to use ->srcpad
15976         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
15977         pad_alloc_buffer implementation to use ->srcpad
15978         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
15979         pad_alloc_buffer implementation to use ->srcpad
15980         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15981         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
15982         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
15983         a reference to everything we need.
15984         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
15985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15986         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15987         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
15988         a reference to everything we need.
15989         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
15991 2004-01-11  David Schleef  <ds@schleef.org>
15993         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
15994         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
15995         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
15996         structure members.
15997         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
15998         value during a resize/renegotiation.
15999         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
16000         gst_pad_alloc_buffer();
16001         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
16002         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
16003         structure members.
16004         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
16005         Fix for rename of buffer private structure members.
16006         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16007         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
16008         Fix for rename of buffer private structure members.
16009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16010         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
16011         Fix for rename of buffer private structure members.
16013 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
16015         reviewed by: David Schleef <ds@schleef.org>
16017         * gst/videofilter/Makefile.am:
16018         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
16019         from the patch by ds to fit in with recent make_filter changes.
16021 2004-01-11  Julien MOUTTE  <julien@moutte.net>
16023         * configure.ac: Adding examples/switch/Makefile
16024         * examples/Makefile.am: Adding examples/switch
16025         * examples/switch/Makefile.am: Adding switcher example.
16026         * examples/switch/switcher.c: (got_eos), (idle_iterate),
16027         (switch_timer), (main): Adding an example demonstrating switch usage
16028         with 2 videotestsrc showing different patterns.
16029         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
16030         (gst_switch_init): Fixing switch with the new caps system.
16032 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16034         * gst-libs/gst/video/video.h:
16035           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
16036           They should probably be like
16037           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
16039 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16041         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16042         (qtdemux_parse_trak):
16043           fix audio chunk size/timestamp calculation
16045 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16047         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
16048           fix SVQ3 caps
16050 2004-01-11  Steve Baker  <steve@stevebaker.org>
16052         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
16053         (gst_agingtv_base_init), (gst_agingtv_class_init),
16054         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
16055         (gst_agingtv_set_property), (gst_agingtv_get_property):
16056         Port agingTV to videofilter
16058 2004-01-09  Julien MOUTTE <julien@moutte.net>
16060         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
16061         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
16063 2004-01-09  Julien MOUTTE <julien@moutte.net>
16065         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
16066         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
16067         * gst-libs/gst/xoverlay/xoverlay.c:
16068         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
16069         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
16070         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
16071         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
16072         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
16073         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16074         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
16075         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
16076         the bufferalloc_function to replace bufferpools, fixing the XOverlay
16077         interface implementation to handle xid being 0 and fix some bugs
16078         triggered by Benjamin's testcase.
16079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16080         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16081         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
16082         the bufferalloc_function to replace bufferpools, fixing the XOverlay
16083         interface implementation to handle xid being 0 and fix some bugs
16084         triggered by Benjamin's testcase.
16086 2004-01-09  David Schleef  <ds@schleef.org>
16088         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
16089         mouse pointer events.  It works.
16091 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16093         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
16094           Use explicit caps - fix capsnego.
16095         * ext/xvid/gstxviddec.c:
16096         * ext/xvid/gstxvidenc.c:
16097           Remove macro-inside-macro which caused compile errors.
16098         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
16099           Error out if it's not a RIFF file. Else we error out without
16100           gst_element_error() which is not good...
16102 2004-01-08  David Schleef  <ds@schleef.org>
16104         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
16105         Fix pad_link function to handle formats that ffmpeg returns
16106         as multiple caps structures.
16107         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
16108         Only complain if source buffer is _smaller_ than expected.
16109         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
16110         (gst_videoscale_handle_src_event): Resize navigation events
16111         when passing them upstream.
16112         * gst/videotestsrc/gstvideotestsrc.c:
16113         * gst/videotestsrc/gstvideotestsrc.h:
16114         * gst/videotestsrc/videotestsrc.c:
16115         * gst/videotestsrc/videotestsrc.h:
16116         Rewrite many of the buffer painting functions to handle odd
16117         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
16118         been verified to work with my video card.
16119         * testsuite/gst-lint:  Add check for elements calling
16120         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
16122 2004-01-08  David Schleef  <ds@schleef.org>
16124         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16125         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
16127 2004-01-08  Julien MOUTTE  <julien@moutte.net>
16129         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
16130         configure event is not emiting the desired size signal. That fixes
16131         aspect ratio issues with gst-player.
16133 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16135         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
16136           Fix capsnego.
16138 2004-01-08  Julien MOUTTE  <julien@moutte.net>
16140         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
16141         public method to fire size signal.
16143 2004-01-07  Julien MOUTTE  <julien@moutte.net>
16145         * examples/gstplay/Makefile.am: Adding the interface library.
16146         * gst-libs/gst/play/Makefile.am: Adding the interface library.
16147         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
16148         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
16149         GST_IS_X_OVERLAY before signal connect.
16150         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
16151         Removing the have_video_size signal.
16152         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
16153         and associated public method.
16154         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
16155         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
16156         signal.
16157         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
16158         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
16159         signal.
16160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
16161         Using XOverlay public method to fire size signal.
16163 2004-01-07  David Schleef  <ds@schleef.org>
16165         * gst/videofilter/Makefile.am:
16166         * gst/videofilter/gstvideotemplate.c:
16167         * gst/videofilter/make_filter:
16168         Create gstvideoexample.c in a srcdir!=builddir friendly way.
16169         Convert make_filter to /bin/sh script.
16171 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16173         * gst/modplug/gstmodplug.cc: fix element description
16175 2004-01-07  Julien MOUTTE  <julien@moutte.net>
16177         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
16178         (got_video_size): Adding some new lines in g_print calls.
16179         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16180         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
16181         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
16182         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
16183         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
16184         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
16185         Complete code review, reverting some stuff i disagree with, adding
16186         some fixes : time synchronization on invalid timestamps, renegotiation
16187         of private window.
16188         * sys/ximage/ximagesink.h:
16189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
16190         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
16191         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
16192         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
16193         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
16194         (gst_xvimagesink_buffer_new),
16195         (gst_xvimagesink_navigation_send_event),
16196         (gst_xvimagesink_set_xwindow_id),
16197         (gst_xvimagesink_get_desired_size),
16198         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
16199         stuff i disagree with, adding some fixes : Renegotiation of private
16200         window, implementing get_desired_size.
16202 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16204         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
16205         (gst_afsink_handle_event):
16206         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
16207         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
16208         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
16209         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
16210         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
16211           Fix for instantiate-test (see core). Also remove dead code from
16212           jpegenc (which still needs fixing, but that's lower on my TODO
16213           list...).
16214         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
16215           Never return NULL as caps.
16217 2004-01-07  David Schleef  <ds@schleef.org>
16219         * configure.ac:
16220         * ext/Makefile.am:
16221         * ext/librfb/Makefile.am:
16222         * ext/librfb/gstrfbsrc.c:
16223         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
16224         is the protocol used by VNC.
16226 2004-01-07  David Schleef  <ds@schleef.org>
16228         * gst/videofilter/gstvideotemplate.c:
16229         * gst/videofilter/gstvideotemplate.h:
16230         * gst/videofilter/make_filter:
16231         Merge videotemplate header into source file.
16232         * gst/effectv/Makefile.am:
16233         * gst/effectv/gsteffectv.c: (plugin_init):
16234         * gst/effectv/gstwarp.c:
16235         Make warpTV a subclass of videofilter.
16237 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16239         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
16240           Add guard against invalid utf-8 conversions in mad. Just in case.
16242 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16244         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
16245           Fix for bug shown by poisoning
16247 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16249         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
16250         (gst_v4lmjpegsrc_buffer_free):
16251         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
16252         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
16253         (gst_v4lsrc_buffer_free):
16254           Fix for removed bufferpools.
16256 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
16258         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
16259         Fix caps negotiation.
16261         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
16262         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
16263         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16264         (dvdnavsrc_event):
16265         * ext/mpeg2dec/gstmpeg2dec.c:
16266         * gst-libs/gst/navigation/navigation.c:
16267         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
16268         * gst-libs/gst/navigation/navigation.h:
16269         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
16270         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
16271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
16272         Super-simple first version of mouse and keyboard events. Clicking
16273         on a DVD menu now works, although it may not take you where you
16274         expected.
16276         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
16277         * gst/videotestsrc/gstvideotestsrc.c:
16278         (gst_videotestsrc_src_fixate):
16279         These fixate functions were broken - they never actually
16280         fixated :)
16282 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16284         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
16285         (gst_icecastsend_init):
16286           fix for new caps system.
16287         * gst-libs/gst/mixer/mixertrack.h:
16288         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
16289           Add 'master track' flag (for tools like ACME that only want to
16290           change the main volume).
16292 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
16294         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
16295         (gst_xvid_csp_to_caps):
16296         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
16297         * ext/xvid/gstxvidenc.c:
16298         ifdef out ARGB type when it isn't available
16299         in xvidcore 1.0.0beta2
16301 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16303         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
16304           When we have received a new SCR right in the first buffer after
16305           a seek (so in the same cycle that handles the discont), we should
16306           handle the buffer instead of unreffing it, else we lose data.
16308 2004-01-06  Iain <iain@prettypeople.org>
16310         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
16311           buffer-frames caps too.
16313         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
16314           caps that we need, don't destroy them all and rebuild them. And when
16315           creating src pads, use the src pad template rather than the sink...
16317 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16319         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
16320           Add pad to element *after* setting functions such as event handler.
16321           Without this, the scheduler (opt) will link pads, set the event
16322           handler from the default event function (dispatcher in gstpad.c)
16323           and *after* that, we will set our own event function, which will
16324           thus never be used (and thus mpegdemux doesn't handle events).
16326 2004-01-04  David Schleef  <ds@schleef.org>
16328         Fix the fixate functions to handle new prototype:
16329         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
16330         * gst/videotestsrc/gstvideotestsrc.c:
16331         (gst_videotestsrc_src_fixate):
16332         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
16333         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
16334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
16336 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16338         * sys/ximage/ximagesink.h:
16339         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16340         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
16341         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
16342         (gst_ximagesink_xoverlay_init):
16343           assorted fixes to make (re)embedding work
16344         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
16345         (gst_ximagesink_get_desired_size):
16346           implement desired size additions to XOverlay
16348 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16350         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
16351         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
16352         (gst_x_overlay_got_desired_size):
16353         * gst-libs/gst/xoverlay/xoverlay.h:
16354           Add optional "desired size" signal and querying.
16356 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16358         * gst/matroska/matroska-demux.c:
16359         (gst_matroska_demux_parse_blockgroup):
16360           Fix EBML-laced block parsing. Diffs are relative to previous
16361           lace, not the first lace. Thanks to Mosu from the Matroska
16362           team for detecting this.
16363         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16364         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
16365         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
16366         (gst_wavparse_change_state):
16367         * gst/wavparse/gstwavparse.h:
16368           Quickfix for capsnego.
16370 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16372         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
16373           Fix indenting, fix pad creation.
16375 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16377         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
16378         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
16379         (gst_xviddec_sink_link):
16380           Implement src_getcaps() so proper size caps is negotiated.
16382 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16384         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
16385           Finish flac decoder on EOS. See #116178.
16387 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16389         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
16390         (gst_matroska_demux_add_stream):
16391         * gst/matroska/matroska-ids.h:
16392           Add getcaps() function to fix capsnego...
16394 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16396         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16397         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16398         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16399           Fix more integer overflows. Again, see #126967.
16401 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16403         * ext/mpeg2dec/gstmpeg2dec.c:
16404           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
16405           #130416.
16407 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16409         * configure.ac:
16410         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
16411         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
16412         * ext/xvid/gstxvid.h:
16413         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
16414         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
16415         (gst_xviddec_src_link), (gst_xviddec_sink_link),
16416         (gst_xviddec_change_state):
16417         * ext/xvid/gstxviddec.h:
16418         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
16419         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
16420         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
16421         (gst_xvidenc_link), (gst_xvidenc_set_property),
16422         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
16423         * ext/xvid/gstxvidenc.h:
16424           Update xvid plugin to latest xvid (1.0.0-beta3) API.
16426 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16428         * gst/rtp/rtp-packet.c:
16429           Add sys/types.h include, since OS X doesn't define in_addr_t
16430           in netinet/in.h, like it does on Linux (see #129600).
16432 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
16434         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
16436         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
16437           Correct logic of dispose function (see #129306).
16439 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16441         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
16442         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
16443         (gst_mpeg_parse_init):
16444         * gst/mpegstream/gstmpegparse.h:
16445           Remove clock (which was never provided, i.e. dead code), and
16446           also fix integer overflows at high PTS values (see #126967).
16448 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16450         * ext/flac/gstflacdec.c:
16451         * ext/libpng/gstpngenc.h:
16452         * ext/mikmod/gstmikmod.h:
16453           OS X fixes (see #126628).
16455 2004-01-02  David Schleef  <ds@schleef.org>
16457         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
16458         (gst_alsa_src_base_init): Remove bogus "src" request pad.
16459         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
16460         (gst_mpeg_parse_class_init): Move pad template registration
16461         to class_init, since the derived class (mpegdemux) doesn't
16462         want them.
16464 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16466         * sys/ximage/Makefile.am:
16467         * sys/xvideo/Makefile.am:
16468         * sys/xvimage/Makefile.am:
16469           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
16470           after installation (see #127664).
16472 2004-01-02  David Schleef  <ds@schleef.org>
16474         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
16475         (gst_ffmpegenc_connect):  Negotiation fixes.
16476         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
16477         Remove inappropriate gst_caps_free().
16478         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
16479         Reenable Ronald's internal resize code, since the core handles
16480         it correctly now.
16482 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16484         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
16485         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
16486         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
16487           Fix pad template stuff.
16489 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16491         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16492         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
16493           fix signed integer reading/writing.
16495 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16497         * ext/alsa/README:
16498           Remove outdated document
16500 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
16502         * gst/cutter/gstcutter.c: (gst_cutter_init):
16503           src pad was being created twice - oops.
16505 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16507         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
16508           Comment out internal resize. It doesn't handle the resulting
16509           XEvent internally, does another try_set_caps() which leads to
16510           a really nice loop.
16511           Real fix will come when Julien and Dave are awake. ;).
16513 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16515         * ext/mpeg2enc/gstmpeg2enc.cc:
16516           fix const/nonconst compile issue.
16518 2004-01-02  David Schleef  <ds@schleef.org>
16520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
16521         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
16522         Add fixate function and a check for bad formats.
16524 2004-01-01  David Schleef  <ds@schleef.org>
16526         Negotiation fixes:
16527         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16528         (gst_audiofilter_init):
16529         * gst/debug/efence.c: (gst_efence_init):
16530         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
16531         (gst_deinterlace_init):
16532         * gst/volume/gstvolume.c: (volume_connect):
16534 2004-01-01  David Schleef  <ds@schleef.org>
16536         Convert elements to use gst_pad_use_explicit_caps() where
16537         appropriate:
16538         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
16539         * ext/audiofile/gstafparse.c: (gst_afparse_init),
16540         (gst_afparse_open_file):
16541         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
16542         (gst_afsrc_open_file):
16543         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
16544         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
16545         (gst_ffmpegdec_chain):
16546         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
16547         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
16548         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
16549         (gst_gdk_pixbuf_chain):
16550         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
16551         (gst_jpegdec_chain):
16552         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
16553         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
16554         (gst_mikmod_negotiate):
16555         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16556         (gst_mpeg2dec_negotiate_format):
16557         * ext/mpeg2enc/gstmpeg2enc.cc:
16558         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16559         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
16560         (gst_speexdec_sinkconnect):
16561         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
16562         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
16563         (gst_vorbisfile_new_link):
16564         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
16565         (gst_ac3parse_chain):
16566         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
16567         (gst_asf_demux_setup_pad):
16568         * gst/auparse/gstauparse.c: (gst_auparse_init),
16569         (gst_auparse_chain):
16570         * gst/id3/gstid3types.c: (gst_id3types_loop):
16571         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
16572         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16573         (mp1videoparse_parse_seq):
16574         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
16575         (bpf_from_header):
16576         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16577         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
16578         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16579         (gst_mpeg_parse_send_data):
16580         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16581         (gst_qtdemux_add_stream):
16582         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
16583         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16584         (gst_wavparse_parse_fmt):
16586 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16588         * configure.ac:
16589           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
16590           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
16591           it therefore uses the wrong include paths. Too bad... Note
16592           that 1.6.1.93 is not release yet. ;).
16593           Also add a check for mplex, which is now using the lib'ified
16594           mplex from mjpegtools, too.
16595         * ext/ffmpeg/gstffmpegcodecmap.c:
16596           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
16597           issues. I don't think ffmpeg handles 3ivx correctly, so this
16598           probably won't work. But it won't hurt either.
16599         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
16600         (gst_ffmpegdec_chain):
16601         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
16602         (gst_ffmpegenc_chain_audio):
16603           Fix memleak in audio encoding. Close codec if open fails, this
16604           calls the cleanup routines so we can re-use the context.
16605         * ext/mpeg2enc/gstmpeg2enc.cc:
16606           Fix pad template names/types, fix memory issue with getcaps().
16607         * ext/mpeg2enc/gstmpeg2encoder.cc:
16608         * ext/mpeg2enc/gstmpeg2encoder.hh:
16609           Fix compile issue with new caps system (const thingy).
16610         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16611         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16612           We read a first frame right on initing, so that we have a caps
16613           when we init the output. This caps is cached in padprivate and
16614           read as first frame.
16615         * ext/mplex/Makefile.am:
16616         * ext/mplex/gstmplex.cc:
16617         * ext/mplex/gstmplex.h:
16618         * ext/mplex/gstmplex.hh:
16619         * ext/mplex/gstmplexibitstream.cc:
16620         * ext/mplex/gstmplexibitstream.hh:
16621         * ext/mplex/gstmplexjob.cc:
16622         * ext/mplex/gstmplexjob.hh:
16623         * ext/mplex/gstmplexoutputstream.cc:
16624         * ext/mplex/gstmplexoutputstream.hh:
16625           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
16626           had issues, didn't do capsnego, supported only a subset of the
16627           mplex features and required a mplex fork in our local CVS. Plus
16628           that it worked agaist a very old mplex version. Rewriting was
16629           faster than updating it.
16630         * gst-libs/ext/Makefile.am:
16631         * gst-libs/ext/mplex/INSTRUCT:
16632         * gst-libs/ext/mplex/Makefile.am:
16633         * gst-libs/ext/mplex/README:
16634         * gst-libs/ext/mplex/TODO:
16635         * gst-libs/ext/mplex/ac3strm_in.cc:
16636         * gst-libs/ext/mplex/audiostrm.hh:
16637         * gst-libs/ext/mplex/audiostrm_out.cc:
16638         * gst-libs/ext/mplex/aunit.hh:
16639         * gst-libs/ext/mplex/bits.cc:
16640         * gst-libs/ext/mplex/bits.hh:
16641         * gst-libs/ext/mplex/buffer.cc:
16642         * gst-libs/ext/mplex/buffer.hh:
16643         * gst-libs/ext/mplex/fastintfns.h:
16644         * gst-libs/ext/mplex/format_codes.h:
16645         * gst-libs/ext/mplex/inputstrm.cc:
16646         * gst-libs/ext/mplex/inputstrm.hh:
16647         * gst-libs/ext/mplex/lpcmstrm_in.cc:
16648         * gst-libs/ext/mplex/mjpeg_logging.cc:
16649         * gst-libs/ext/mplex/mjpeg_logging.h:
16650         * gst-libs/ext/mplex/mjpeg_types.h:
16651         * gst-libs/ext/mplex/mpastrm_in.cc:
16652         * gst-libs/ext/mplex/mpegconsts.cc:
16653         * gst-libs/ext/mplex/mpegconsts.h:
16654         * gst-libs/ext/mplex/mplexconsts.hh:
16655         * gst-libs/ext/mplex/multplex.cc:
16656         * gst-libs/ext/mplex/outputstream.hh:
16657         * gst-libs/ext/mplex/padstrm.cc:
16658         * gst-libs/ext/mplex/padstrm.hh:
16659         * gst-libs/ext/mplex/stillsstream.cc:
16660         * gst-libs/ext/mplex/stillsstream.hh:
16661         * gst-libs/ext/mplex/systems.cc:
16662         * gst-libs/ext/mplex/systems.hh:
16663         * gst-libs/ext/mplex/vector.cc:
16664         * gst-libs/ext/mplex/vector.hh:
16665         * gst-libs/ext/mplex/videostrm.hh:
16666         * gst-libs/ext/mplex/videostrm_in.cc:
16667         * gst-libs/ext/mplex/videostrm_out.cc:
16668         * gst-libs/ext/mplex/yuv4mpeg.cc:
16669         * gst-libs/ext/mplex/yuv4mpeg.h:
16670         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
16671         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
16672           We don't fork mjpegtools' mplex in our CVS anymore.
16673         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
16674         (gst_avi_demux_add_stream):
16675         * gst/avi/gstavidemux.h:
16676           Add getcaps() function for proper caps nego. This makes some
16677           parts of AVI playback/reading work.
16678         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
16679           Resize window on new capsnego. This is probably wrong, but
16680           I'm still committing it because with current capsnego, the
16681           first successfull capsnego is auto-fixated, therefore rounded
16682           down to the lowest values in the caps. this results in a 16x16
16683           XWindow that is not reized when real capsnego finishes.
16684           Dave, I see more cases of this, do you know a proper solution?
16685         * tools/gst-launch-ext.in:
16686           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
16688 2003-12-31  David Schleef  <ds@schleef.org>
16690         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
16691         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
16692           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
16694 2003-12-30  David Schleef  <ds@schleef.org>
16696         * ext/ffmpeg/gstffmpegcolorspace.c:
16697         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16698         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
16699         (gst_ffmpegcsp_chain): Negotiation fixes
16700         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
16701         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16702         (gst_audio_convert_link), (gst_audio_convert_channels):
16703         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
16704         (gst_audioscale_link), (gst_audioscale_get_buffer),
16705         (gst_audioscale_chain): Negotiation fixes
16706         * gst/audioscale/gstaudioscale.h:
16707         * gst/videofilter/gstvideofilter.c:
16708         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
16709         (gst_videofilter_link), (gst_videofilter_init),
16710         (gst_videofilter_set_output_size), (gst_videofilter_setup),
16711         (gst_videofilter_find_format_by_structure):
16712         * gst/videofilter/gstvideofilter.h: Negotiation fixes
16713         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
16714         (gst_videoscale_link):
16715         * gst/videoscale/videoscale.c: (videoscale_get_structure),
16716         (videoscale_find_by_structure), (gst_videoscale_setup):
16717         * gst/videoscale/videoscale.h: Negotiation fixes
16718         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
16719         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
16720         function, restrict resizing to a multiple of 4 (hack until
16721         everyone supports odd sizes correctly).
16723 2003-12-29  Colin Walters  <walters@verbum.org>
16725         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
16726         signed.
16728 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
16730         * ext/sndfile/gstsf.c: (gst_sf_loop):
16731           Fix warning about discarding const qualifier
16733 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
16735         * gst/cutter/gstcutter.c:
16736         * gst/videoscale/gstvideoscale.c:
16737         * gst/volenv/gstvolenv.c:
16738         * gst-libs/gst/audio/audio.c:
16739         * gst-libs/gst/video/video.c:
16740           Fix warnings
16742 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16744         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
16745           Don't send ALSA debugging to stderr.
16746         * ext/alsa/gstalsa.h:
16747           Use GST_WARNING instead of g_warning when ALSA functions fail.
16749 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16752           Free XVAdapterInfo correctly.
16754 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16756         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16757         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
16758           Make id3tag use correct caps nego.
16760 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
16762         * ext/ivorbis/vorbis.c:
16763         * ext/ivorbis/vorbisenc.h:
16764         * ext/ivorbis/vorbisfile.c:
16765           Modify so that it uses the new caps things
16767 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16769         * testsuite/spider/spider1.c: (main):
16770         * testsuite/spider/spider2.c: (main):
16771         * testsuite/spider/spider3.c: (main):
16772           Make tests compile again. They probably don't work.
16774 2003-12-24  Colin Walters  <walters@verbum.org>
16776         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
16777         we can't fixate the caps anymore.
16779 2003-12-23  David Schleef  <ds@schleef.org>
16781         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
16782         * sys/oss/gstosssink.c: (gst_osssink_init),
16783         (gst_osssink_sink_fixate): Add fixate function.
16785 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16787         * ext/ffmpeg/gstffmpegcodecmap.c:
16788         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
16789         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
16790         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
16791         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
16792         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
16793         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
16794         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
16795           fix typo in RGB masks, and move back to "old" colorspace
16796           capsnego code until whoever wrote this new crap has actually
16797           tested it so that it works.
16798           And yes, this works, keep it that way please.
16800 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16802         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
16803         (gst_divxdec_init), (gst_divxdec_negotiate):
16804         * ext/divx/gstdivxdec.h:
16805         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
16806         (gst_divxenc_init):
16807         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
16808         (gst_faac_sinkconnect), (gst_faac_srcconnect):
16809         * ext/mpeg2enc/gstmpeg2enc.cc:
16810         * ext/mpeg2enc/gstmpeg2encoder.cc:
16811         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16812         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
16813         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
16814         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
16815         (dxr3spusink_init):
16816         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
16817         (dxr3videosink_init):
16818           Fix caps breakage after Dave's caps branch merge.
16820 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16822         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16823           Fix for 24bpp display.
16825 2003-12-23  Colin Walters  <walters@verbum.org>
16827         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
16828         a GnomeVFSHandle directly.
16830 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16832         * gst/volume/Makefile.am:
16833         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
16834         (volume_base_init), (volume_init):
16835           Reenable volume element and fix to work with new caps stuff.
16836           Rhythmbox needs this.
16838 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16840         * gst/qtdemux/qtdemux.c: (plugin_init):
16841           qtdemux requires bytestream
16843 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16845         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
16846           Fix remaining caps handling errors due to CAPS merge.
16848 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16850         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
16851         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
16852         (gst_faad_srcconnect):
16853           Port to new caps system.
16855 2003-12-21  Julien MOUTTE  <julien@moutte.net>
16857         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
16858         (got_video_size), (main): using g_print instead of g_message.
16859         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
16860         signal which was not emitted because of "switch" element added to the
16861         bin but not connected. (Removing from the bin temporarily)
16863 2003-12-21  Julien MOUTTE  <julien@moutte.net>
16865         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
16866         find X development files. I don't understand the previous tests and
16867         they fail on my debian/ppc unstable. This one works.
16868         * examples/gstplay/player.c: (main): Set the pipeline to READY before
16869         exiting.
16870         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
16871         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16872         (gst_play_set_visualization): Add some safety checks in set_ methods
16873         and state_change. This was throwing some ugly CRITICAL messages when
16874         pipeline was getting disposed and casts were failing.
16876 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16878         * configure.ac:
16879           Improve mpeg2enc detection. This is for distributions that do
16880           ship mjpegtools, but without mpeg2enc. Also does object check
16881           for might there ever be ABI incompatibility.
16882         * ext/mpeg2enc/gstmpeg2enc.cc:
16883           Add Andrew as second maintainer (he's helping me), and also add
16884           an error if no caps was set. This happens if I pull before capsnego
16885           and that's something I should solve sometime else.
16886         * gst/matroska/matroska-demux.c:
16887         (gst_matroska_demux_parse_blockgroup):
16888           Fix time parsing.
16889         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
16890         (gst_matroska_mux_track_header):
16891           Add caps to templates.
16892         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
16893           Add mpegversion=1 to prevent confusion with MPEG/AAC.
16894         * gst/mpegstream/gstmpegdemux.c:
16895           Remove layer since it causes warnings about unfixed caps.
16896         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
16897           Fix obvious typo (we error out if caps were set, we should of
16898           course error out if *no* caps were set).
16899         * sys/oss/gstosselement.c: (gst_osselement_convert):
16900           Fix format conversion, we confused bits/bytes.
16901         * sys/oss/gstosselement.h:
16902           Improve documentation for 'bps'.
16903         * sys/v4l/TODO:
16904           Remove stuff about plugins that need removing - this was done
16905           ages ago.
16906         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
16907         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
16908         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
16909         (gst_v4lsrc_src_query):
16910         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
16911         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
16912           Add get_query_types(), get_formats() and query() functions.
16914 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16916         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
16917         * moved CVS to freedesktop.org