]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - ChangeLog
configure.ac: add audioresample and cairo plugins. Remove
[glsdk/gst-plugins-ugly0-10.git] / ChangeLog
1 2004-12-15  David Schleef  <ds@schleef.org>
3         * configure.ac: add audioresample and cairo plugins.  Remove
4         HAVE_MMX stuff, because it's not used.
5         * ext/Makefile.am: same
6         * ext/audioresample/Makefile.am: You are not ready for an
7         audio resampling element based on audioresample.
8         * ext/audioresample/gstaudioresample.c:
9         * ext/audioresample/gstaudioresample.h:
10         * ext/cairo/Makefile.am: You are not ready for overlay elements
11         based on cairo.  Don't look too closely, these elements kinda
12         suck right now.
13         * ext/cairo/gstcairo.c: new
14         * ext/cairo/gsttextoverlay.c: new
15         * ext/cairo/gsttextoverlay.h: new
16         * ext/cairo/gsttimeoverlay.c: new
17         * ext/cairo/gsttimeoverlay.h: new
18         * gst-libs/gst/media-info/media-info-priv.h: fix compile
19         problem with compilers that don't support variadic macros.
21 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23         Reviewed by:  David Schleef  <ds@schleef.org>
25         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
26         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27         bit.  Also ran indent-gst.
28         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
29         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
30         (gst_sunaudiosrc_setparams):
32 2004-12-14  David Schleef  <ds@schleef.org>
34         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
35         output rate to 16000.  Should fix #160235.
37 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
39         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
40         Add typefinding for mpeg2 pes streams
42 2004-12-13  David Schleef  <ds@schleef.org>
44         * configure.ac:  Applied patch from bug #143659, making default
45         sources and sinks OS-dependent (for Solaris), and added code
46         for OS/X.
47         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
49 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
51         * gst-libs/gst/riff/riff-media.c:
52           forgot to add h2.64 to avidemux template caps
54 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
56         * gst/wavenc/riff.h:
57         * gst-libs/gst/riff/riff-media.c:
58         * gst-libs/gst/riff/riff-ids.h:
59         * gst/avi/gstavimux.c
60         add 4CC code for VideoSoft h264 in AVI (VSSH)
61           fixes bug #160655
62         remove s323 from riff, it's quicktime specific :(
64 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
66         * gst/asfdemux/README
67         * gst/wavenc/riff.h
68         * gst-libs/gst/riff/riff-ids.h
69         * gst-libs/gst/riff/riff-media.c
70         * gst/qtdemux/qtdemux.c:
71           add new 4CC codes for h263 related codecs
72           fixes partially bug #155163
74 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
76         * configure.ac: Update polyaudio requirement to 0.7
77         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
79 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
81         * gst/interleave/deinterleave.c:
82         fix my name's spelling! :)
84 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
85         * AUTHORS ChangeLog
86         * gst/auparse/gstauparse.c
87         * gst/interleave/deinterleave.c
88         * gst/law/ :
89                 alaw-decode.c alaw-encode.c
90                 mulaw-decode.c mulaw-encode.c
91         * gst/oneton/gstoneton.c
92         * sys/osxaudio/ :
93                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
94         * sys/osxvideo/ :
95                 cocoawindow.h cocoawindow.m
96                 osxvideosink.h osxvideosink.m
98         put the same mail address for Zaheer Abbas Merali everywhere
100 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
102         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
103           Align by packetsize, and assert that we a packet available before
104           playing. The first makes webstreams work (they often include
105           trailing padding data in a packet), the second allows pausing a
106           ASF stream in totem without getting demux errors afterwards.
108 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
110         * ext/ogg/gstoggdemux.c: (get_relative):
111           Check for non-NULL before accessing member (end-of-chain).
113 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
115         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
116         (cdparanoia_set_property), (cdparanoia_get_property):
117         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
118         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
119         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
120         (dvdreadsrc_init), (dvdreadsrc_set_property),
121         (dvdreadsrc_get_property):
122         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
123         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
124           Synchronize property names where not yet the case. Devices are
125           now device=X, other versions are deprecated (but still exist).
126           Also use g_free() unconditionally.
127         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
128         (setup_source), (gst_play_base_bin_get_property):
129           Expose source.
131 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
133         * configure.ac: move GCONF macro outside conditional for the am
134           conditional. Fixes #160439
136 2004-12-08  David Schleef  <ds@schleef.org>
138         * tools/gst-visualise-m.m: Switch to elements that currently
139         exist.
141 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
143         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
144           We love wrong commas.
146 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
148         * gst/matroska/matroska-demux.c:
149         (gst_matroska_demux_handle_src_query):
150           Don't set DEFAULT, unsupported - makes length display incorrectly
151           in some cases.
153 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
155         Woooho Monoscope is now effectivly LGPL licensed
157         * gst/monoscope/README: remove blurb about files being GPL
158         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
159         * gst/monoscope/monoscope.c: Change license to BSD with explanation
161 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
163         * gst/monoscope/README: Update information to be more correct
164         * gst/monoscope/convolve.c: Relicense to LGPL
165         * gst/monoscope/convolve.h: Relicense to LGPL
167 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
169         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
170           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
171         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
172           set default_duration for mpeg1 audio
174 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
176         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
177         * ext/alsa/gstalsa.h:
178           refactor big chunks of the core caps negotiation code to make it
179           a lot faster, because people claim it's really slow
180           (actually, just cache the getcaps when the device is opened)
182 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
184         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
185         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
186         (gst_a52dec_handle_frame), (gst_a52dec_chain),
187         (gst_a52dec_change_state), (plugin_init):
188         * ext/a52dec/gsta52dec.h:
189           Do something useful with timestamps. Make chain-based (since
190           there's really no reason to be loopbased).
191         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
192           Update current_byte/frame correctly.
194 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
196         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
197         (gst_ape_demux_stream_init):
198           Forward tags, too.
200 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
202         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
203           Let's make sure we're done typefinding when detecting tags.
205 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
207         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
208         (gst_ebml_read_init), (gst_ebml_read_use_event),
209         (gst_ebml_read_element_id), (gst_ebml_peek_id),
210         (gst_ebml_read_seek), (gst_ebml_read_skip),
211         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
212         (gst_ebml_read_master):
213         * gst/matroska/ebml-read.h:
214         * gst/matroska/matroska-demux.c:
215         (gst_matroska_demux_parse_contents),
216         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
217           Disgustingly evil hack for working around INTERRUPT events and
218           their extremely annoying habit of being a pain in the ass. We
219           simply peek a cluster before reading any of it.
221 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
223         * ext/musepack/gstmusepackdec.cpp:
224           There's also floating point libmusepacks.
226 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
228         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
229         (gst_faad_chanpos_to_gst), (gst_faad_chain):
230           Set DURATION even if source buffer didn't. Also use increasing
231           timestamps.
232         * gst-libs/gst/riff/riff-media.c:
233         (gst_riff_create_audio_caps_with_data):
234           Block_align can have larger values than 8192.
236 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
238         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
239         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
240         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
241         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
242           Fix caps.
244 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
246         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
247           Fix logic bug.
249 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
251         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
252           Yay, another one.
254 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
256         * ext/esd/esdsink.c: (gst_esdsink_chain):
257           Make error actually say something useful (fixes #156798).
258         * gst-libs/gst/riff/riff-media.c:
259         (gst_riff_create_video_caps_with_data),
260         (gst_riff_create_video_template_caps):
261           Add Intel Video 5.0 fourcc (IV50).
263 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
265         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header 
266         detection on mono and stereo mp3 files.
268 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
270         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
271           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
272           the contained stream).
274 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
276         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
277           Oops, remove debug.
279 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
281         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
283         * gst/law/alaw-decode.c: (alawdec_getcaps):
284         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
285           Prevent warnings when negotiating caps (fixes #159338).
287 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
289         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
290         (gst_ffmpegcsp_chain):
291           Remove old leftover that shouldn't be there...
293 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
295         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
297         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
298           Don't forward DISCONT events (fixes #159684).
300 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
302         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
303           Unlink manually since sometimes bin disposal (and therefore
304           pad unlinking) is delayed, which will cause a new media file
305           to not be able to start playing instantly.
307 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
309         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
310           On mute of an unlinked stream, check for pad availability so
311           we don't crash on unlinked pad.
313 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
315         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
316         (gst_avi_demux_massage_index):
317           Fix quite humiliating bug in omitting 0-sized index chunks but
318           forgetting to count them for timestamps.
320 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
322         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
323           Actually leave the loop if we failed to sync. Don't crash.
325 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
327         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
328         (gst_dvd_demux_process_private):
329         * gst/mpegstream/gstdvddemux.h:
330           Fix crash (#159759). Doesn't work, though. :-(.
332 2004-11-28  Benjamin Otte  <otte@gnome.org>
334         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
335           more overwriting protection due to modifying channels one by one
336           instead of all at once
338 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
340         * gst/audioconvert/gstchannelmix.c:
341         (gst_audio_convert_fill_normalize):
342           Normalize using absolute values.
344 2004-11-28  Julien MOUTTE  <julien@moutte.net>
346         * configure.ac:
347         * ext/Makefile.am:
348         * ext/directfb/Makefile.am:
349         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
350         (gst_directfbvideosink_get_pixel_format),
351         (gst_directfbvideosink_get_format_from_fourcc),
352         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
353         (gst_directfbvideosink_sink_link),
354         (gst_directfbvideosink_change_state),
355         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
356         (gst_directfbvideosink_buffer_alloc),
357         (gst_directfbvideosink_interface_supported),
358         (gst_directfbvideosink_interface_init),
359         (gst_directfbvideosink_navigation_send_event),
360         (gst_directfbvideosink_navigation_init),
361         (gst_directfbvideosink_set_property),
362         (gst_directfbvideosink_get_property),
363         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
364         (gst_directfbvideosink_base_init),
365         (gst_directfbvideosink_class_init),
366         (gst_directfbvideosink_get_type), (plugin_init):
367         * ext/directfb/directfbvideosink.h: Adding a first version of
368         directfbvideosink.
369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
370         more.
372 2004-11-28  Benjamin Otte  <otte@gnome.org>
374         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
375           walk the samples backwards if out_channels > in_channels so we don't
376           overwrite data
378 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
380         * gst/audioconvert/Makefile.am:
381         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
382         (gst_audio_convert_link), (gst_audio_convert_change_state),
383         (gst_audio_convert_channels):
384         * gst/audioconvert/gstchannelmix.c:
385         (gst_audio_convert_unset_matrix),
386         (gst_audio_convert_fill_identical),
387         (gst_audio_convert_fill_compatible),
388         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
389         (gst_audio_convert_fill_others),
390         (gst_audio_convert_fill_normalize),
391         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
392         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
393         * gst/audioconvert/gstchannelmix.h:
394           Implement a channel mixer.
396 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
398         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop): 
399         * ext/alsa/gstalsa.h: 
400         * ext/alsa/gstalsa.c (gst_alsa_set_clock): 
401         Make alsasink actually honor gst_element_set_clock and use that
402         clock instead of ist internal one.
404 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
406         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
407         (gst_play_base_bin_change_state): nullify source and decoder when
408         going from READY to NULL so that we don't try to do weird stuff with
409         them when going from NULL to READY
410         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
411         instead of g_object_unref
412         (gen_video_element), (gen_audio_element): more refcounting fixes, now
413         it should be correct
414         (gst_play_bin_change_state): don't call remove_sinks if we are
415         currently disposing the object
417 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
419         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
420           Don't forget bass if it's there. Else left channel is silent...
422 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
424         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
425         (gst_a52dec_change_state):
426           Don't do sample adjusting anymore, we use float audio now.
427         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
428           Don't fixate to non-existing properties.
430 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
432         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
433         (gst_a52dec_change_state):
434           Advertise that we can do surround sound.
436 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
438         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
439           Add buffer-frames=0.
440         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
441         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
442         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
443         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
444         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
445         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
446         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
447         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
448         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
449         * ext/dvdread/dvdreadsrc.h:
450           Add seeking, querying for bytes, sectors, title, angle and
451           chapter. Handle multiple chapters. Relicense to LGPL because
452           Billy agreed on that (thanks Billy!).
454 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
456         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
457         call parent dispose method
459 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
461         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
462         (gst_audio_clock_get_internal_time):
463         Fix active <-> inactive transitions: ensure time value always
464         grows and avoid abrupt value changes.
466 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
467         * configure.ac:
468         * gst/tta/Makefile.am:
469         * gst/tta/crc32.h:
470         * gst/tta/filters.h:
471         * gst/tta/gsttta.c:
472         * gst/tta/gstttadec.c:
473         * gst/tta/gstttadec.h:
474         * gst/tta/gstttaparse.c:
475         * gst/tta/gstttaparse.h:
476         * gst/tta/ttadec.h:
477           added TTA parser and decoder
479 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
481         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
482         (probe_triggered), (check_queue), (buffer_underrun),
483         (buffer_running), (buffer_overrun), (gen_source_element),
484         (setup_source):
485         * gst/playback/gstplaybasebin.h:
486           Implement buffering. Needs some more work.
488 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
490         * ext/theora/theoradec.c: (theora_dec_chain):
491           Fix ilog mask range overflow.
493 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
495         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
496           Don't omit the last (which incase of dmix is the only :) )
497           channel count. Don't set channels if <= 2.
499 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
501         * gst/playback/gstplaybin.c: (gen_video_element),
502         (gen_audio_element): Removed 2 obsolete comments
504 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
506         * ext/vorbis/oggvorbisenc.c
507         * ext/vorbis/vorbisenc.c :
508           change description fields of those plugins to differentiate them
509           (pitivi show Encoders by description, they had the same one)
511 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
513         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
515         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
516         (gst_play_bin_set_property), (gen_video_element),
517         (gen_audio_element):
518           Refcounting fixes for provided audio-/videosinks.
520 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
522         * gst/playback/gstplaybin.c: (gen_video_element),
523         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
524           Don't reference all sinks, but only the video- and audiosinks.
525           The vis. element should be disposed when we're done with it.
526           We don't have any reason to keep it around. This fixes warnings
527           when reusing playbin for playing multiple audio files with
528           vis. enabled. Also release audio device on pause - idea stolen
529           from Rhythmbox.
531 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
533         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
534         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
535         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
536         * ext/alsa/gstalsaplugin.c: (plugin_init):
537         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
538         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
539         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
540         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
541         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
542         (gst_faad_change_state), (plugin_init):
543         * ext/faad/gstfaad.h:
544         * ext/vorbis/vorbis.c: (plugin_init):
545         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
546         * gst-libs/gst/audio/Makefile.am:
547         * gst-libs/gst/audio/audio.c: (plugin_init):
548         * gst-libs/gst/audio/multichannel.c:
549         (gst_audio_check_channel_positions),
550         (gst_audio_get_channel_positions),
551         (gst_audio_set_channel_positions),
552         (gst_audio_set_structure_channel_positions_list),
553         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
554         (gst_audio_fixate_channel_positions):
555         * gst-libs/gst/audio/multichannel.h:
556         * gst-libs/gst/audio/testchannels.c: (main):
557         * gst/audioconvert/gstaudioconvert.c:
558         (gst_audio_convert_class_init), (gst_audio_convert_init),
559         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
560         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
561         (gst_audio_convert_fixate), (gst_audio_convert_channels):
562         * gst/audioconvert/plugin.c: (plugin_init):
563           Surround sound support.
565 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
567         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
568           Fix position for discont if we're close as well. Nitpicking, but
569           saves a few milliseconds of extra waiting or skipping.
571 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
573         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
574           We sometimes need parsers for playback, so add those too.
576 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
578         * configure.ac:
579         * gst/apetag/Makefile.am:
580         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
581         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
582         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
583         (gst_ape_demux_get_src_query_types),
584         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
585         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
586         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
587         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
588         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
589         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
590         (gst_ape_demux_change_state):
591         * gst/apetag/apedemux.h:
592         * gst/apetag/apetag.c: (plugin_init):
593         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
594         (plugin_init):
595           APE v1/2 tag reader plus typefind function.
597 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
599         * configure.ac:
600         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
601         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
602           Remove hacks for older core. Require newer core version
603           accordingly.
605 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
607         * gst/cdxaparse/Makefile.am:
608         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
609         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
610         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
611         * gst/cdxaparse/gstcdxaparse.h:
612         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
613         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
614         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
615         (gst_cdxastrip_get_src_query_types),
616         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
617         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
618         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
619         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
620         * gst/cdxaparse/gstcdxastrip.h:
621           SVCD/VCD header stripping separated from CDXA image parsing.
622         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
623         (plugin_init):
624           Add VCD/SVCD header typefinding for VCD/SVCD.
625         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
626         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
627         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
628         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
629         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
630         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
631         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
632         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
633         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
634         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
635         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
636         * sys/vcd/vcdsrc.h:
637           Fix up, add seeking, querying, URI interface. Works in totem now.
639 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
641         * configure.ac:
642           back to CVS
644 === release 0.8.6 ===
646 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
648         * NEWS:
649         * RELEASE:
650         * configure.ac:
651         * po/af.po:
652         * po/az.po:
653         * po/cs.po:
654         * po/en_GB.po:
655         * po/hu.po:
656         * po/it.po:
657         * po/nb.po:
658         * po/nl.po:
659         * po/or.po:
660         * po/sq.po:
661         * po/sr.po:
662         * po/sv.po:
663         * po/uk.po:
664           releasing 0.8.6, "IOU Love"
666 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
668         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
670         * gst/playback/gstplaybasebin.c:
671           Fix unplayable files error handling.  Fixes #158365
673 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
675         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
677         * gst/typefind/gsttypefindfunctions.c:
678           Fix broken mp3 typefinding.  Fixes #158375
680 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
682         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
684         * ext/ogg/gstoggdemux.c:
685           Fix sync on broken files.  Fixes #158976
687 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
689         patch by: Edward Hervey <bilboed@bilboed.com>
691         * ext/libpng/gstpngenc.c:
692           Copy over buffer properties.  Fixes #158832
694 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
696         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
698         * ext/dvdread/dvdreadsrc.c:
699           Fixes invalid reads (#158462)
701 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
703         * sys/v4l/gstv4lsrc.c:
704         * sys/v4l/gstv4lsrc.h:
705         * sys/v4l/v4lsrc_calls.c:
706           Probe less and cache it.  Fixes #159187.
708 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
710         * gst/videorate/gstvideorate.c:
711           Handle all video formats. Fixes #159186. 
713 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
714         * gst/synaesthesia/gstsynaesthesia.c:
715         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
716         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
717         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
718         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
719         (gst_synaesthesia_change_state), (plugin_init):
720         Fix up synaesthesia to work under different samplerates/ buffer sizes.
721         Force 320x200 output, as that's the only thing the underlying
722         synaesthesia implementation supports. Still needs to be made
723         re-entrant.
725 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
727         * configure.ac:
728           Fix mpeg2enc configure check (similar to mplex check below).
730 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
732         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
734         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
735           Fix for gcc-2.95 (fixes #158221).
737 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
739         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
740           Re-add clock distribution hack (until new core is released).
741           Fixes #158125.
743 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
744         * configure.ac:
745           fix mplex configure check segfaulting on some systems (bug #140994)
747 2004-11-13  Benjamin Otte  <otte@gnome.org>
749         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
750           add debugging
751         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
752           do a wait when we enter the loop func with no data available to
753           write instead of getting into an 100% CPU loop by just returning and
754           being called again by the scheduler
756 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
758         * configure.ac:
759         * ext/libvisual/visual.c: (gst_visual_get_type),
760         (libvisual_log_handler), (gst_visual_getcaps),
761         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
762         (plugin_init):
763           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
764         * ext/smoothwave/Makefile.am:
765         * ext/smoothwave/demo-osssrc.c: (main):
766         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
767         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
768         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
769         (plugin_init):
770         * ext/smoothwave/gstsmoothwave.h:
771           Make gstsmoothwave a working element in the 20th century.
773         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
774           Fix incorrect link function
776 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
778         * gst/volume/gstvolume.c:
779           Allow buffer-frames=0.
781 2004-11-12 Iain <iaingnome@gmail.com>
783         * configure.ac: Check for polypaudio
785         * ext/Makefile.am: Build the polyp dir
787         * ext/polyp: The polypsink sources.
789 2004-10-30 Iain <iaingnome@gmail.com>
791         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
792         caps to reflect the new number of channels.
794 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
796         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
797           Fix for negotiation order problem. This would show when the
798           ALSA loopfuction was called before any other function. ALSA
799           wouldn't do anything because we're not negotiated yet, leading
800           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
802 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
804         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
806         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
807           No warnings (#157986).
809 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
811         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
812           Prefer apev1/2 and id3v1 (at end of file) over musepack.
814 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
816         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
817           Signal no-more-pads (so it works in playbin).
819 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
821         * ext/musepack/gstmusepackreader.cpp:
822           Workaround for older core.
824 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
826         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
827           Actually test for odd width/height rather than testing whether
828           a temporary variable that was 0 before we subtracted 1 is now
829           not equal to zero (which it always is).
831 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
833         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
834         Fix compilation if HAVE_XVIDEO is not defined
836 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
838         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
839         Fix compilation if HAVE_XVIDEO is not defined
841 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
843         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
844         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
845         (gst_goom_change_state), (plugin_init):
846         Use the bytestream adapter so goom doesn't depend on the input
847         buffer size.
848         Add a debug category
850 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
852         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
853           Only set hardware parameters *after* negotiation. Before
854           negotiation, it will set ANY and that seems to cause crashes
855           (see e.g. #151288, #153227).
857 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
859         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
860           This seems to be antique leftover. It needs to pass error
861           checking.
862         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
863         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
864         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
865         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
866           Fix GstXOverlay implementation (#151059).
868 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
870         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
871           Don't assert (#157853).
873 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
875         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
876           Fix bytes/samples confustion.
877         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
878           Fix for underrun (#144389).
880 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
882         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
883           Disable halfway-seek for pending release (since it needs a new
884           core release).
886 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
888         * sys/v4l/gstv4lsrc.c:
889         * sys/v4l/gstv4lsrc.h:
890         * sys/v4l/v4lsrc_calls.c:
891           add autoprobe-fps property so we can separate autoprobing parts
893 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
895         * sys/v4l/gstv4lsrc.c:
896         * sys/v4l/v4lsrc_calls.c:
897         initialise fourcc to catch unset fourcc's, and debug
899 2004-11-09  Wim Taymans  <wim@fluendo.com>
901         * gst/playback/README:
902         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
903         * gst/playback/gstplaybin.c: (gst_play_bin_init),
904         (gst_play_bin_dispose), (gst_play_bin_set_property),
905         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
906         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
907         (gst_play_bin_get_formats), (gst_play_bin_convert),
908         (gst_play_bin_get_query_types), (gst_play_bin_query):
909         Cleanups and some more documentation.
911 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
913         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
914         (gst_cacasink_init), (gst_cacasink_chain):
915         * ext/libcaca/gstcacasink.h:
916         Cacasink inherits from VideoSink, so let that store the clock. 
918 2004-11-09  Wim Taymans  <wim@fluendo.com>
920         * gst/playback/README:
921         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
922         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
923         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
924         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
925         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
926         (setup_sinks):
927         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
928         (gst_stream_info_is_mute), (gst_stream_info_set_property):
929         * gst/playback/gststreaminfo.h:
930         Updated README.
931         Only switch groups if all streams have muted (EOSed).
932         Send Tags in sync with the stream playback instead of in
933         the playback/preroll phase.
934         Some cleanups, free the fakesrc elements.
936 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
938         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
939           buffer-frames property was missing
940         * ext/arts/gst_arts.c:
941           rate missing from sinkcaps
942         * ext/audiofile/gstafparse.c:
943         * ext/audiofile/gstafsink.c:
944         * ext/audiofile/gstafsrc.c:
945         * ext/swfdec/gstswfdec.c:
946           int audio doesn't know buffer-frames
947         * ext/cdparanoia/gstcdparanoia.c:
948           int audio doesn't know chunksize either
949         * ext/nas/nassink.c:
950           it's endianness, not endianess
951         * gst-libs/gst/audio/audio.h:
952           make float standard pad template caps really describe float
953         * gst/law/mulaw.c: (linear_factory):
954           signed only, please
955         * gst/mpegstream/gstdvddemux.c:
956           widths of 20 are not valid
958 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
960         Submitted by: Luca Ferretti <elle.uca@infinito.it>
962         * po/LINGUAS:
963         * po/it.po:
964           Add Italian
966 2004-11-08  Wim Taymans  <wim@fluendo.com>
968         * gst/playback/README:
969         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
970         * gst/playback/gstplaybasebin.c: (probe_triggered),
971         (gst_play_base_bin_change_state):
972         Updated README, added more comments for fixmes etc..
974 2004-11-08  Wim Taymans  <wim@fluendo.com>
976         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
977         We can remove this hack now.
979 2004-11-08  Wim Taymans  <wim@fluendo.com>
981         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
982         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
983         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
984         Only mix AYUV for maximum quality.
986 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
988         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
989         (gst_ogg_demux_push), (gst_ogg_pad_push):
990           Let's act as if we're synchronized now! :).
991         * ext/theora/theoradec.c: (theora_dec_chain):
992           Add some debug.
994 2004-11-08  Wim Taymans  <wim@fluendo.com>
996         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
997         (gst_alpha_set_property), (gst_alpha_sink_link),
998         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
999         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
1000         (gst_alpha_init_params), (gst_alpha_chain):
1001         Implement alpha functions for AYUV too, this increases
1002         accuracy quite a bit.
1004 2004-11-08  Wim Taymans  <wim@fluendo.com>
1006         * gst/ffmpegcolorspace/avcodec.h:
1007         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1008         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1009         (gst_ffmpegcsp_avpicture_fill):
1010         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1011         (gst_ffmpegcsp_caps_remove_format_info):
1012         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
1013         (shrink12), (img_get_alpha_info), (deinterlace_line),
1014         (deinterlace_line_inplace):
1015         * gst/ffmpegcolorspace/imgconvert_template.h:
1016         Added AYUV colorspace and handle RGBA a bit more respectful.
1018 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1020         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1021           Actually always send a discont (cornercase when resending the
1022           same serial-tagged chain twice).
1024 2004-11-08  Julien MOUTTE  <julien@moutte.net>
1026         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
1027         (gst_ximagesink_finalize):
1028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
1029         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
1031 2004-11-08  Wim Taymans  <wim@fluendo.com>
1033         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
1034         Don't segfault on NULL data.
1036 2004-11-08  Wim Taymans  <wim@fluendo.com>
1038         * gst/playback/gstdecodebin.c: (unlinked):
1039         * gst/playback/gstplay-marshal.list:
1040         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1041         (gst_play_base_bin_init), (group_create), (get_active_group),
1042         (get_building_group), (group_destroy), (group_commit),
1043         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
1044         (add_element_stream), (no_more_pads), (probe_triggered),
1045         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
1046         (state_change), (setup_source), (gst_play_base_bin_get_property),
1047         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
1048         (gst_play_base_bin_link_stream),
1049         (gst_play_base_bin_get_streaminfo):
1050         * gst/playback/gstplaybasebin.h:
1051         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1052         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
1053         Add support for chained ogg files. Prepare for playlist
1054         support. This patch introduces the concept of pad groups, which
1055         together compose one playable media file.
1057 2004-11-07  David Schleef  <ds@schleef.org>
1059         * testsuite/gst-lint: Check for pad templates that aren't statically
1060         scoped.
1062 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1064         * configure.ac:
1065         * ext/Makefile.am:
1066         * ext/musepack/Makefile.am:
1067         * ext/musepack/gstmusepackdec.cpp:
1068         * ext/musepack/gstmusepackdec.h:
1069         * ext/musepack/gstmusepackreader.cpp:
1070         * ext/musepack/gstmusepackreader.h:
1071           Add musepack decoder.
1072         * ext/faad/gstfaad.c: (gst_faad_base_init):
1073           Make pad templates static.
1074         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
1075         (plugin_init):
1076           Add musepack typefinder, make mp3 typefinding work halfway stream,
1077           which doesn't actually work yet because id3demux doesn't implement
1078           _get_length().
1080 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1083         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
1084           Fix interrupt event handling (#144436).
1086 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1088         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
1089           Hide unused glory.
1091 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
1093         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1095         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1096           Fix weird caps (#157548).
1098 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
1100         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1102         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
1103           Add missing NULL terminator (#157543).
1105 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1107         * gst/tcp/gsttcp.h:
1108         * gst/tcp/gsttcpclientsink.c:
1109         * gst/tcp/gsttcpclientsrc.c:
1110         * gst/tcp/gsttcpserversink.c:
1111         * gst/tcp/gsttcpserversrc.c:
1112           ports can go up to 65535.  Move common defines to gsttcp.h
1114 2004-11-05  Wim Taymans  <wim@fluendo.com>
1116         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
1117         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
1118         Added two more colorspaces.
1120 2004-11-05  Wim Taymans  <wim@fluendo.com>
1122         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1123         (gst_ffmpegcsp_avpicture_fill):
1124         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
1125         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
1126         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
1127         More stride fixes.
1129 2004-11-05  Wim Taymans  <wim@fluendo.com>
1131         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
1132         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
1133         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
1134         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
1135         (gst_videomixer_loop):
1136         More stride fixes.
1138 2004-11-05  Benjamin Otte  <otte@gnome.org>
1140         * ext/mad/gstmad.c: (gst_mad_chain):
1141           don't overflow data buffer. Flush not needed sync data when syncing
1142           failed.
1144 2004-11-04  Wim Taymans  <wim@fluendo.com>
1146         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
1147         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
1148         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
1149         (gst_alpha_init_params), (gst_alpha_chain),
1150         (gst_alpha_change_state):
1151         Updated the chroma keying algorithm with something more 
1152         sophisticated.
1154 2004-11-03  Wim Taymans  <wim@fluendo.com>
1156         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
1157         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
1158         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
1159         Fix stride issues. Does not completely work for odd
1160         heights.
1162 2004-11-03  Wim Taymans  <wim@fluendo.com>
1164         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
1165         (gst_alpha_chroma_key), (gst_alpha_chain):
1166         Fix stride issues. Does not completely work for odd
1167         heights.
1169 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
1171         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
1172         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
1173         leak fixes
1175 2004-11-03  Wim Taymans  <wim@fluendo.com>
1177         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1178         (gst_ffmpegcsp_avpicture_fill):
1179         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
1180         (avpicture_alloc):
1181         * gst/ffmpegcolorspace/imgconvert_template.h:
1182         Use correct _fill function to get correct strides.
1184 2004-11-02  David Schleef  <ds@schleef.org>
1186         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
1187         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
1188         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
1189         Change all g_print()s to debugging.  Add a bunch of consistency
1190         checks.
1192 2004-11-02  Wim Taymans  <wim@fluendo.com>
1194         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1195         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
1196         (unlinked), (no_more_pads), (close_link):
1197         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1198         (unknown_type), (add_element_stream), (new_decoded_pad),
1199         (removed_decoded_pad), (setup_source):
1200         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
1201         (gst_stream_info_class_init), (gst_stream_info_init),
1202         (gst_stream_info_new), (gst_stream_info_dispose),
1203         (stream_info_mute_pad), (gst_stream_info_set_property),
1204         (gst_stream_info_get_property):
1205         * gst/playback/gststreaminfo.h:
1206         Fix playback of multiple files.
1207         a slightly different approach to handling dynamic pad removals.
1208         This one only looks at pads that we have linked.
1210 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
1212         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
1213         free" warning from libc.
1215 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1217         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1218         (get_unconnected_element), (remove_starting_from), (pad_removed),
1219         (close_link):
1220           Implement support for dynamic pad changing. We listen to "live"
1221           pad removals (i.e. while playing) and re-setup autoplugging
1222           after that. Playbasebin/playbin need some more work for this
1223           to finally work, but decodebin supports (and replugs) chained
1224           ogg now.
1226 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
1228         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
1229         (gst_alsa_finalize):
1230         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
1231         (gst_cdaudio_finalize):
1232         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
1233         (cdparanoia_finalize):
1234         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
1235         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
1236         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
1237         (dvdreadsrc_finalize):
1238         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
1239         (gst_flacdec_finalize):
1240         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
1241         (gst_flacenc_finalize):
1242         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
1243         (gst_gnomevfssink_finalize):
1244         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
1245         (gst_gnomevfssrc_finalize):
1246         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
1247         (gst_fameenc_finalize):
1248         * ext/nas/nassink.c: (gst_nassink_class_init),
1249         (gst_nassink_finalize):
1250         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
1251         (gst_sdlvideosink_class_init):
1252         * ext/sndfile/gstsf.c: (gst_sf_dispose):
1253         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
1254         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
1255         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
1256         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
1257         (gst_x_window_listener_dispose):
1258         * gst/audioscale/gstaudioscale.c:
1259         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
1260         (play_on_demand_finalize):
1261         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
1262         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
1263         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
1264         (cdplayer_finalize):
1265         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
1266         (gst_glimagesink_class_init):
1267         * sys/oss/gstosselement.c: (gst_osselement_class_init),
1268         (gst_osselement_finalize):
1269         * sys/oss/gstosssink.c: (gst_osssink_dispose):
1270         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
1271         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
1272           Fixes a bunch of problems with finalize and dispose functions,
1273           either assumptions that dispose is only called once, or not calling
1274           the parent class dispose/finalize function
1276 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
1278         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
1279           added two api precondition guards
1280           use g_strdup with getenv to fix crash when using ENVVAR
1282 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
1283         * ext/esd/esdsink.c: (gst_esdsink_class_init),
1284         (gst_esdsink_finalize):
1285         Use a finalize function, not dispose, and more importantly,
1286         call the parent class finalize function too
1288 2004-11-01  Johan Dahlin  <johan@gnome.org>
1290         * ext/ogg/gstoggdemux.c:
1291         * gst/tags/gstvorbistag.c:
1292         Plug leaks.
1294 2004-10-31  Benjamin Otte  <otte@gnome.org>
1296         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
1297           lotsa memleaks today. But they're all small...
1299 2004-10-31  Benjamin Otte  <otte@gnome.org>
1301         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1302           another memleak crushed
1304 2004-10-31  Benjamin Otte  <otte@gnome.org>
1306         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
1307           fix memleak
1309 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1311         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1312           Hack to prevent crash when going to READY inside signal handler
1313           while this function is active.
1315 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1317         * gst/ffmpegcolorspace/Makefile.am:
1318         * gst/ffmpegcolorspace/avcodec.h:
1319         * gst/ffmpegcolorspace/common.h:
1320         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
1321         * gst/ffmpegcolorspace/dsputil.h:
1322         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
1323         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1324         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
1325         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
1326         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
1327         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
1328         (gst_ffmpegcsp_avpicture_fill):
1329         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
1330         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1331         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
1332         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
1333         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
1334         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
1335         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
1336         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
1337         * gst/ffmpegcolorspace/imgconvert.c:
1338         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
1339         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
1340         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
1341         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
1342         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
1343         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
1344         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
1345         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
1346         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
1347         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
1348         (grow21), (grow22), (grow41), (grow44), (conv411),
1349         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
1350         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
1351         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
1352         (avpicture_free), (is_yuv_planar), (img_convert),
1353         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
1354         (deinterlace_line_inplace), (deinterlace_bottom_field),
1355         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
1356         * gst/ffmpegcolorspace/imgconvert_template.h:
1357         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
1358         * gst/ffmpegcolorspace/mmx.h:
1359         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
1360         (av_fast_realloc), (av_mallocz_static), (av_free_static),
1361         (av_freep), (avcodec_get_context_defaults),
1362         (avcodec_alloc_context), (avcodec_init):
1363           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
1364           handling plus update from ffmpeg CVS. Large clean-up.
1366 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1368         * gst/playback/Makefile.am:
1369           We need the marshallers for decodebin, too.
1371 2004-10-30  David Schleef  <ds@schleef.org>
1373         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
1374           quicktime typefinding work with 64-bit offsets.
1376 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
1378         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
1379           Set EOS on the element when processing an EOS event.
1380         * ext/speex/gstspeexdec.h:
1381         * ext/speex/gstspeexenc.h:
1382           Only keep a const ptr to the mode
1383         * gst-libs/gst/riff/riff-media.c:
1384         (gst_riff_create_audio_caps_with_data),
1385         (gst_riff_create_audio_template_caps):
1386           Allow WMAV3, with up to 6 channels. 
1387         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
1388           Don't call gst_pad_set_event_function on a sink pad.
1389         * gst/mpegstream/gstdvddemux.c:
1390         (gst_dvd_demux_get_subpicture_stream),
1391         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
1392           Copy the explicit caps that were set across to the cur_* pads,
1393           instead of trying to use a possibly non-existent negotiated caps.
1394           Reset the type of subpicture pads to UNKNOWN after calling
1395           init_stream, so that the caps get set.
1397 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
1399         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1401         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
1402           Don't touch buffer if it is of size 0 (fixes #151064).
1404 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1406         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
1407           Synchronized discont handling.
1409 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1411         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
1412         (gst_ogg_demux_push):
1413           Make seeking sort-of exact again (fixes #156387).
1415 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1417         * gst/playback/gstplaybasebin.c: (unknown_type),
1418         (add_element_stream), (new_decoded_pad),
1419         (gst_play_base_bin_change_state):
1420         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
1421         (gst_stream_info_init), (gst_stream_info_new),
1422         (gst_stream_info_dispose), (gst_stream_info_get_property):
1423         * gst/playback/gststreaminfo.h:
1424           Make caps explicitely available. Makes testing for unsupported
1425           types possible. Improves error reporting.
1427 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1429         * gst/audioconvert/gstaudioconvert.c:
1430         (gst_audio_convert_buffer_to_default_format):
1431           Really don't touch read-only buffers (#156563).
1433 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
1435         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1437         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1438           Fix memleak (#155223).
1440 2004-10-29  Wim Taymans  <wim@fluendo.com>
1442         * gst/tcp/.cvsignore:
1443         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
1444         (gst_multifdsink_class_init), (gst_multifdsink_init),
1445         (gst_multifdsink_add), (gst_multifdsink_remove),
1446         (gst_multifdsink_remove_client_link), (is_sync_frame),
1447         (gst_multifdsink_new_client),
1448         (gst_multifdsink_handle_client_write),
1449         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1450         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
1451         (gst_multifdsink_get_property):
1452         * gst/tcp/gstmultifdsink.h:
1453         Added burst on connect sync_method, deprecated sync_clients,
1454         streamlined the sync code some more.
1456 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1458         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
1459         (gst_play_base_bin_change_state):
1460           Improve error reporting.
1462 2004-10-28  Wim Taymans  <wim@fluendo.com>
1464         * gst/tcp/Makefile.am:
1465         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
1466         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
1467         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
1468         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
1469         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
1470         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
1471         (gst_fdset_wait):
1472         Added more locks around fdset structures. Fixed/reworked
1473         the poll array resizing code.
1474         Added stress test for fdset.
1476 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1478         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
1479         fix build
1481 2004-10-28  Benjamin Otte  <otte@gnome.org>
1483         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
1484           fix link function to always query channels and query width for
1485           floats
1486         * configure.ac:
1487           add equalizer dir
1488         * gst/equalizer/Makefile.am:
1489         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
1490         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
1491         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
1492         (arg_to_scale), (setup_filter),
1493         (gst_iir_equalizer_compute_frequencies),
1494         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
1495         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
1496         (plugin_init):
1497           add an equalizer  
1499 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1501         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
1503         * po/LINGUAS:
1504         * po/nb.po:
1505           Added Norwegian Bokmaal translation
1507 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1509         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
1510           Don't break on options (fixes #156488).
1512 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1514         * configure.ac:
1515         * ext/cdaudio/Makefile.am:
1516         * sys/Makefile.am:
1517           fix build on older automake
1519 2004-10-26  Wim Taymans  <wim@fluendo.com>
1521         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
1522         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
1523         Allow a little margin when negotiating the framerate.
1525 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
1527         * gst/level/gstlevel.c:
1528           synchonised naming of pads and pad-templates
1530 2004-10-26  Wim Taymans  <wim@fluendo.com>
1532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
1533         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
1534         (_find_streams_check), (gst_ogg_demux_push):
1535         Fix EOS again. Needs to be done in a better way. We should not
1536         remove the pad if there is no new chained stream.
1538 2004-10-26 Iain <iaingnome@gmail.com>
1540         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
1541         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
1542         of the caps.
1543         * gst/interleave/interleave.c (interleave_class_init): Hook up release
1544         pad.
1545         (interleave_release_pad): Remove the pad.
1546         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
1547         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
1548         the set device.
1549         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
1550         attrs
1551         (gst_xvimagesink_xcontext_clear): Free the xcontext.
1552         (gst_xvimagesink_finalize): Free the par.
1554 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1556         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
1557         (gst_avimux_stop_file):
1558           First calculate the rate, and only then use it. Hdr.rate is a
1559           multiple and not a derivative of hdr.scale. Scale is not the
1560           same as blockalign but is solely related to rate.
1562 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1564         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1565         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
1566           Implement seeking.
1568 2004-10-25  James Henstridge  <james@jamesh.id.au>
1570         Reviewed by:  David Schleef  <ds@schleef.org>
1572         * examples/gstplay/player.c: (got_stream_length), (main):
1573         * examples/seeking/cdplayer.c: (update_scale):
1574         * examples/seeking/seek.c: (format_value), (update_scale):
1575         * examples/seeking/spider_seek.c: (format_value), (update_scale),
1576         (stop_seek):
1577         Build fixes on AMD64.
1579 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1581         reviewed by: Ronald Bultje <rbultje at gnome dot org>
1583         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1584         Fix for some v4l cards which hang in v4lsrc
1586 2004-10-25  Wim Taymans  <wim@fluendo.com>
1588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
1589         (gst_ogg_demux_push), (gst_ogg_chains_clear):
1590         Make sure to remove the pad when a new chain is
1591         encountered. Set some vars to NULL so we don't try
1592         to reference freed memory.
1594 2004-10-25  Wim Taymans  <wim@fluendo.com>
1596         * examples/seeking/Makefile.am:
1597         * examples/seeking/cdplayer.c: (update_scale):
1598         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
1599         * examples/seeking/playbin.c: (make_playerbin_pipeline),
1600         (format_value), (update_scale), (iterate), (start_seek),
1601         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
1602         (print_usage), (main):
1603         Added some more examples, update others.
1605 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1607         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
1608         * ext/speex/gstspeexdec.c: (speex_dec_chain):
1609         * ext/theora/theoradec.c: (theora_dec_chain):
1610         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
1611           Add codec-name metadata.
1613 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
1615         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1617         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
1618         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1619         * ext/alsa/gstalsamixertrack.h:
1620         * po/POTFILES.in:
1621           ALSA mixer track label internationalization (#154054).
1623 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1625         * ext/theora/theoradec.c: (theora_dec_chain):
1626           Export bitrate as metadata.
1628 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1630         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
1631         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1632         * ext/alsa/gstalsamixertrack.h:
1633           Fix names, fix loop.
1635 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1637         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
1638         (speex_dec_convert):
1639           sinkconvert function so oggdemux can get the file length (totem).
1641 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
1643         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1645         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
1646           Don't push incomplete packets.
1647         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
1648           Fix MPEG-4 audio typefinding.
1650 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1652         * sys/v4l/Makefile.am:
1653         * sys/v4l/gstv4l.c: (plugin_init):
1654         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
1655         (gst_v4lelement_init), (gst_v4lelement_dispose),
1656         (gst_v4lelement_change_state):
1657         * sys/v4l/gstv4lelement.h:
1658         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
1659         (gst_v4l_xoverlay_close), (idle_refresh),
1660         (gst_v4l_xoverlay_set_xwindow_id):
1661         * sys/v4l/gstv4lxoverlay.h:
1662         * sys/v4l/v4l-overlay_calls.c:
1663         * sys/v4l/v4l_calls.h:
1664         * sys/v4l2/Makefile.am:
1665         * sys/v4l2/gstv4l2.c: (plugin_init):
1666         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
1667         (gst_v4l2element_init), (gst_v4l2element_dispose),
1668         (gst_v4l2element_change_state):
1669         * sys/v4l2/gstv4l2element.h:
1670         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
1671         (gst_v4l2_xoverlay_close), (idle_refresh),
1672         (gst_v4l2_xoverlay_set_xwindow_id):
1673         * sys/v4l2/gstv4l2xoverlay.h:
1674         * sys/v4l2/v4l2-overlay_calls.c:
1675         * sys/v4l2/v4l2_calls.h:
1676           Remove client-side overlay handling, use the X-server v4l plugin
1677           for that. Nicer overlay, less code. Also make the plugin
1678           compileable without X (but then without overlay, obviously).
1679           Makes xwindowlistener obsolete, should we remove that?
1681 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1683         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
1684         (gst_osssrc_src_query):
1685         * sys/oss/gstosssrc.h:
1686           OK, so people want offset in DEFAULT. This time, actually fix all
1687           cases.
1688         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
1689           Add FPS properly.
1691 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1693         * gst/asfdemux/gstasfmux.c:
1694         * gst/avi/gstavimux.c:
1695           Framerate.
1697 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1699         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
1700           Fix properties (channel, norm, frequency).
1702 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1704         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
1705           Flag typo.
1706         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
1707           No warnings.
1709 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1711         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
1712           Fix hang.
1714 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1716         * sys/v4l2/gstv4l2element.h:
1717           Yet Another Hack (tm) for kernel header borkedness.
1718         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
1719         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
1720         (gst_v4l2src_link), (gst_v4l2src_getcaps),
1721         (gst_v4l2src_change_state):
1722         * sys/v4l2/gstv4l2src.h:
1723         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
1724         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
1725           Fix caps, keep track of state, work.
1727 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1729         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
1730           Quiet.
1732 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1734         * sys/oss/gstosssrc.c: (gst_osssrc_get):
1735           Don't mix bytes and samples.
1737 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1739         * ext/ogg/gstoggmux.c:
1740           Basic pad template which accepts OGM tracks, speex, flac, vorbis
1741           and theora. Any is incorrect.
1742         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
1743           Fix caps.
1744         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
1745         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
1746         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
1747         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
1748         * sys/v4l/gstv4lmjpegsrc.h:
1749         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
1750         (gst_v4lsrc_change_state):
1751         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
1752         (gst_v4lmjpegsrc_capture_stop):
1753           Fix caps. Keep track of internal state. Work.
1755 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1757         * ext/Makefile.am:
1758           Fix the build fixes.
1760 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
1763         (gst_ogg_demux_src_event), (_find_chain_seek),
1764         (gst_ogg_pad_push):
1765           Check for pad availability before using it.
1766         * ext/ogg/gstoggdemux.c: (_find_chain_process):
1767           Fix parsing of chained ogg. Needs more work on the decoder side.
1769 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1771         * gst/spectrum/Makefile.am:
1772         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
1773         (idle_func):
1774           Fix demo and reenable it. Yes, I'm currently playing with audio
1775           analysis tools
1777 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1779         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1780           We love it if files that start at zero work too...
1782 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
1785           Handle files with missing EOS headers.
1787 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1789         * gst/tcp/gsttcpserversink.c:
1790         (gst_tcpserversink_handle_server_read),
1791         (gst_tcpserversink_init_send):
1792         Zero some variables first (need for accept not to return EINVAL)
1794 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1796         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
1797         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
1798         * ext/theora/theoradec.c: (theora_dec_sink_convert),
1799         (theora_dec_chain):
1800         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
1801         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
1802           Seeking and querying finetune.
1804 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1806         * configure.ac:
1807         * ext/Makefile.am:
1808         * ext/raw1394/Makefile.am:
1809           fix the build
1811 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1813         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
1814           Wrong return.
1815         * gst/playback/Makefile.am:
1816         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1817         * gst/playback/gstplay-marshal.list:
1818         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
1819           Fix marshallers.
1821 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1823         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
1824           Silence.
1826 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1828         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
1829         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
1830         (gst_ogg_pad_push):
1831           Yay for non-lineair granulepos in theora.
1833 2004-10-18  Wim Taymans  <wim@fluendo.com>
1835         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
1836         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
1837         * ext/dv/gstdvdec.h:
1838         Make sure we renegotiate aspect ratio when the camera switches.
1840 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
1843         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
1844           Start at zero.
1845         * ext/theora/theoradec.c: (theora_dec_chain):
1846           Skip headers. Bad idea for chained ogg, but fixes seeking.
1848 2004-10-18  Wim Taymans  <wim@fluendo.com>
1850         * configure.ac:
1851         I swear, this is the last time I touch this.
1853 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1855         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
1856         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
1857         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
1858           Faster seeking.
1859         * ext/theora/theoradec.c: (theora_dec_sink_convert):
1860           Time-to-default conversion.
1861         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
1862           Don't error on unknown packets, just skip. We should probably
1863           read them if we want to support chained ogg.
1865 2004-10-18  Wim Taymans  <wim@fluendo.com>
1867         * configure.ac:
1868         Added cdaudio to wrong list.
1870 2004-10-18  Wim Taymans  <wim@fluendo.com>
1872         * configure.ac:
1873         Revive cdaudio.
1875 2004-10-18  Wim Taymans  <wim@fluendo.com>
1877         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
1878         (gst_dvdec_video_link), (gst_dvdec_push):
1879         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
1880         (gst_smokeenc_resync), (gst_smokeenc_chain):
1881         Fix mimetype on smoke encoder.
1882         Add aspect ratio to dvdec. Not sure if these
1883         values are correct though....
1885 2004-10-18  Wim Taymans  <wim@fluendo.com>
1887         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
1888         Fix vorbis property descriptions and ranges.
1890 2004-10-18  Wim Taymans  <wim@fluendo.com>
1892         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
1893         Really do nothing when no data is available.
1894         Go to the playing state when the stream is not seekable
1895         instead of failing.
1897 2004-10-18  Wim Taymans  <wim@fluendo.com>
1899         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
1900         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
1901         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
1902         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
1903         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
1904         Added uri handler for cd://
1905         Port to new API.
1907 2004-10-18  Wim Taymans  <wim@fluendo.com>
1909         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1910         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
1911         (try_to_link_1), (no_more_pads), (close_link), (type_found):
1912         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
1913         (remove_prerolls), (unknown_type), (add_element_stream),
1914         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
1915         (gst_play_base_bin_remove_element),
1916         (gst_play_base_bin_link_stream):
1917         * gst/playback/gstplaybin.c: (gen_video_element),
1918         (gen_vis_element), (remove_sinks), (setup_sinks):
1919         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1920         (gst_stream_info_get_type), (gst_stream_info_class_init),
1921         (gst_stream_info_init), (gst_stream_info_new),
1922         (gst_stream_info_dispose), (stream_info_mute_pad),
1923         (gst_stream_info_set_property), (gst_stream_info_get_property):
1924         * gst/playback/gststreaminfo.h:
1925         Add sink padtemplate to decodebin.
1926         Added some more comments.
1927         Make queue size configurable in playbasebin.
1928         Added possibility to use elements as sinks (ex cdaudio).
1930 2004-10-15  Wim Taymans  <wim@fluendo.com>
1932         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
1933         (gst_speexenc_chain):
1934         Fix speex timestamps so that it gets muxed properly.
1936 2004-10-15  Wim Taymans  <wim@fluendo.com>
1938         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
1939         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
1940         (gst_dv1394src_init), (gst_dv1394src_dispose),
1941         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
1942         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
1943         (gst_dv1394src_event), (gst_dv1394src_get_formats),
1944         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
1945         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
1946         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
1947         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
1948         * ext/raw1394/gstdv1394src.h:
1949         Added conversion/query functions.
1950         Update buffer timestamps,
1951         Added signals. 
1952         Added uri dv:// so it might play from the firewire in playbin. 
1953         Fix a possible leak. 
1954         Added debugging.
1956 2004-10-15  Wim Taymans  <wim@fluendo.com>
1958         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
1959         (gst_dv1394src_init), (gst_dv1394src_set_property),
1960         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
1961         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
1962         * ext/raw1394/gstdv1394src.h:
1963         Added AV/C VTR control support needed for some cameras.
1964         Added automatic port detection.
1965         Added properties for selecting the channel.
1966         The configure.ac script is not yet updated to reflect the
1967         new libavc1394 and librom1394 dependencies.
1969 2004-10-15  Wim Taymans  <wim@fluendo.com>
1971         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
1972         (qtdemux_parse), (gst_qtdemux_handle_esds):
1973         An esds box is not a container.
1974         Fix parsing of mp4v boxes.
1975         Do not try to renegotiate fps for each frame. Need to
1976         find a better method. This should fix mp4 playback.
1978 2004-10-14  David Schleef  <ds@schleef.org>
1980         * configure.ac: update for swfdec-0.3 and liboil-0.2
1981         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
1982         * ext/swfdec/gstswfdec.h: same
1983         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
1984         * gst/videotestsrc/videotestsrc.c: same
1986 2004-10-14  Wim Taymans  <wim@fluendo.com>
1988         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1989         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
1990         (is_sync_frame), (gst_multifdsink_new_client),
1991         (gst_multifdsink_handle_client_write),
1992         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1993         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
1994         Turn warnings into info.
1995         Don't allow a state change in the streaming thread.
1997 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1999         * ext/vorbis/oggvorbisenc.c:
2000         * ext/vorbis/vorbisdec.c:
2001           fix template sample rate
2003 2004-10-13  Wim Taymans  <wim@fluendo.com>
2005         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
2006         Decoding the header first fixes some problems in resyncing
2007         in more mp3s.
2009 2004-10-12  Wim Taymans  <wim@fluendo.com>
2011         * gst/playback/gstplaybin.c: (gen_video_element),
2012         (gen_vis_element), (remove_sinks), (setup_sinks):
2013         Added vis plugin support, need to configure the vis
2014         element to activate it.
2016 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2018         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
2019         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
2020           Some debug.
2021         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
2022         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
2023         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
2024         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
2025         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
2026         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
2027         * gst/avi/gstavidemux.h:
2028           Support for openDML-2.0 indx/ix## chunks. Support for broken index
2029           recovery (where, if part of the index is broken, we will still read
2030           the rest of the index and recover the broken part by stream
2031           scanning). More broken media support. EOS workarounds. General AVI
2032           braindamage headache recovery. Aspirin included.
2034 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2036         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
2037         (cdparanoia_event), (cdparanoia_query):
2038           Get rid of hideous lead-in.
2040 2004-10-11  Wim Taymans  <wim@fluendo.com>
2042         * gst/playback/gstplaybasebin.c: (setup_source):
2043         Wrong var used to get g_list_next.
2045 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2047         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
2048         (cdparanoia_get), (cdparanoia_open):
2049           Report discid as metadata, add duration.
2051 2004-10-11  Wim Taymans  <wim@fluendo.com>
2053         * gst/playback/gstplaybasebin.c: (setup_source):
2054         Cleanup the previous pipeline a little earlier for the
2055         case that a source element provides raw data.
2057 2004-10-11  Benjamin Otte  <otte@gnome.org>
2059         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
2060           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
2061           consuming the last 128 bytes, even though it was valid mp3 data.
2063 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2065         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
2066         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
2067         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
2068         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
2070 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2072         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
2073         Fix for webcams that support only specific width or height
2075 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
2077         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2079         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
2080           Fix wrong discont event setup (fixes #154967).
2082 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
2084         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2086         * gst/auparse/gstauparse.c: (gst_auparse_chain):
2087           Error out on invalid data (fixes #154807).
2089 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
2091         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2093         * ext/dvdread/dvdreadsrc.c: (_read):
2094           Make titles > 0 work again (fixes #154834).
2096 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2098         * gst-libs/gst/riff/riff-media.c:
2099         (gst_riff_create_video_template_caps):
2100           WMV3 missing in template caps.
2102 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2104         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
2105           OK, so the original code was too strict. It makes random AVI files
2106           hang for seconds upon opening, which is unacceptable and is far
2107           beyond the original goal of getting multiple chunks for one-chunk
2108           sounc stream files. So now do just that.
2110 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2112         * gst/playback/gstplaybasebin.c: (setup_source),
2113         (gst_play_base_bin_change_state):
2114           Actually clean up streaminfo if output fails. This would trigger
2115           if, for example, there was no CD in the drive. No preroll, so
2116           a streaminfo structure is created, but the subsequent state change
2117           of the thread fails.
2118         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
2119           Don't change state if parent failed.
2121 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2123         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2124         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
2125         (gen_video_element), (remove_sinks):
2126           Add small bits of code for screenshot handling.
2128 2004-10-08  Wim Taymans  <wim@fluendo.com>
2130         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
2131         (gen_video_element), (gen_audio_element), (setup_sinks):
2132         Don't assume the user provided sinks are named "sink"...
2134 2004-10-08  Wim Taymans  <wim@fluendo.com>
2136         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
2137         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
2138         (gst_play_base_bin_link_stream):
2139         Do not try to autoplug sources that generate raw streams like
2140         cdparanoia.
2141         disconnect the preroll overrun signal when we don't need it anymore.
2143 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
2145         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
2146         Added reworked patch from #154903 from milosz derezynski (deadchip).
2148 2004-10-08  Wim Taymans  <wim@fluendo.com>
2150         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
2151         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
2152         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
2153         (cdparanoia_convert), (cdparanoia_uri_get_type),
2154         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
2155         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
2156         * ext/cdparanoia/gstcdparanoia.h:
2157         This adds the cdda://<tracknum> uri.
2159 2004-10-08  Wim Taymans  <wim@fluendo.com>
2161         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2162         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
2163         (try_to_link_1), (no_more_pads), (close_link), (type_found):
2164         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2165         (unknown_type), (gst_play_base_bin_remove_element),
2166         (gst_play_base_bin_link_stream):
2167         * gst/playback/gstplaybasebin.h:
2168         * gst/playback/gstplaybin.c: (gst_play_bin_init),
2169         (gst_play_bin_set_property), (gen_video_element),
2170         (gen_audio_element), (setup_sinks):
2171         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2172         (gst_stream_info_get_type), (gst_stream_info_class_init),
2173         (gst_stream_info_init), (gst_stream_info_new),
2174         (gst_stream_info_dispose), (stream_info_mute_pad),
2175         (gst_stream_info_set_property), (gst_stream_info_get_property):
2176         * gst/playback/gststreaminfo.h:
2177         Reuse the audio and video bins.
2178         Some internal cleanups in the stream selection code.
2180 2004-10-08  Julien MOUTTE  <julien@moutte.net>
2182         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
2183         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
2184         * sys/ximage/ximagesink.h:
2185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
2186         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
2187         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
2188         not coming from those elements. Moreover these elements should not keep
2189         the xid they have been given when in NULL state.
2191 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2193         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
2194         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
2195         * sys/ximage/ximagesink.h:
2196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
2197         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
2198         * sys/xvimage/xvimagesink.h:
2199           Actually only create a new toplevel window if we're not gonna
2200           embed it right after.
2202 2004-10-07  Wim Taymans  <wim@fluendo.com>
2204         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
2205         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
2206         * gst/playback/gstplaybin.c: (setup_sinks):
2207         Implement muting/unmuting of streams, mute streams that are not
2208         used.
2210 2004-10-07  Wim Taymans  <wim@fluendo.com>
2212         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
2213         (plugin_init):
2214         Added lame audio/x-ac3 typefind function.
2216 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2218         * configure.ac:
2219           bump nano to cvs
2221 === release 0.8.5 ===
2223 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2225         * NEWS:
2226         * RELEASE:
2227         * configure.ac:
2228           releasing 0.8.5, "Take You On"
2230 2004-10-06  Wim Taymans  <wim@fluendo.com>
2232         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2233         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
2234         (no_more_pads), (close_link), (type_found):
2235         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
2236         * gst/playback/gstplaybin.c: (gen_video_element):
2237         Do not signal the no_more_pads after the first pad when
2238         we are plugging a non dynamic element with multiple
2239         output pads (like swfdec, dvdec, ...).
2241 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2243         * configure.ac:
2244           bump for prerelease
2246 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2248         * gst/wavparse/gstwavparse.c:
2249           add ATRAC3 to STATIC CAPS to fix a warning
2251         * gst/matroska/ebml-read.c:
2252         * gst-libs/gst/riff/riff-read.c:
2253           fix typos
2255 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2257         * gst-libs/gst/riff/riff-media.c:
2258           generate caps for ATRAC3 audio streams
2260         * gst/realmedia/rmdemux.c:
2261           generate caps for ATRAC3 audio streams
2263 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2265         * gst/wavparse/Makefile.am
2266         * gst/wavparse/riff.h
2267         * gst/wavparse/wavparse.vcproj
2268           riff.h removal (unused and duplication with riff-ids.h)
2270 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2272         * gst/wavparse/gstwavparse.h
2273           remove duplicated defines for audio codec codes
2275         * gst-libs/gst/riff/riff-ids.h
2276         * gst/wavenc/riff.h:
2277           add "4CC" code for ATRAC3 audio streams
2278           add "4CC" code for ITU_G721_ADPCM (unused for now)
2280 2004-10-06  Wim Taymans  <wim@fluendo.com>
2282         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
2283         Actually _do_ negotiation. Pass gdouble as arg instead
2284         of guint64 for the framerate.
2286 2004-10-06  Wim Taymans  <wim@fluendo.com>
2288         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2289         (find_compatibles), (close_pad_link), (try_to_link_1),
2290         (no_more_pads), (close_link), (type_found):
2291         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
2292         * gst/playback/gstplaybin.c: (gen_video_element),
2293         (gen_audio_element):
2294         Set state on newly added element to READY so that negotiation
2295         can happen ASAP.
2296         Addes some more debug info.
2297         Do not try to plug pads with multiple caps structures or ANY
2298         because it is too dangerous since we do not do dynamic 
2299         replugging.
2301 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2303         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
2305         * po/LINGUAS:
2306         * po/or.po:
2307           add Oriya translation
2309 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2311         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
2312           Prevent overwrite of size member. Makes audio sound crappy.
2314 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2316         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2317         Add rmvb to the list of known RealMedia extensions
2319 2004-10-05  Wim Taymans  <wim@fluendo.com>
2321         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
2322         (mngdec_openstream), (mngdec_closestream),
2323         (mngdec_handle_sink_event), (mngdec_readdata),
2324         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
2325         (mngdec_getcanvasline), (mngdec_refresh),
2326         (gst_mngdec_change_state):
2327         Set the framerate correctly.
2329 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2331         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
2332           There was something wrong with the index massaging.
2334 2004-10-04  Wim Taymans  <wim@fluendo.com>
2336         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
2337         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
2338         (gst_smokedec_chain):
2339         * ext/jpeg/gstsmokedec.h:
2340         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
2341         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
2342         * ext/jpeg/gstsmokeenc.h:
2343         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
2344         (smokecodec_decode_new), (smokecodec_info_free),
2345         (smokecodec_set_quality), (smokecodec_get_quality),
2346         (smokecodec_set_threshold), (smokecodec_get_threshold),
2347         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
2348         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
2349         (smokecodec_encode), (smokecodec_parse_id),
2350         (smokecodec_parse_header), (smokecodec_decode):
2351         * ext/jpeg/smokecodec.h:
2352         * ext/jpeg/smokeformat.h:
2353         Updated smoke, new bitstream, allows embedding in ogg.
2355 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2357         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
2358           Fix seeking in some files. All this code is no longer needed (and
2359           actually breaks stuff) because we now synchronize the full index
2360           right when reading the header.
2362 2004-10-04  Wim Taymans  <wim@fluendo.com>
2364         * configure.ac:
2365         configure update for libmng.
2367 2004-10-04  Wim Taymans  <wim@fluendo.com>
2369         * ext/libmng/Makefile.am:
2370         * ext/libmng/gstmng.c: (plugin_init):
2371         * ext/libmng/gstmng.h:
2372         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
2373         (gst_mngdec_base_init), (gst_mngdec_class_init),
2374         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
2375         (gst_mngdec_loop), (gst_mngdec_get_property),
2376         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
2377         (mngdec_closestream), (mngdec_handle_sink_event),
2378         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
2379         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2380         (gst_mngdec_change_state):
2381         * ext/libmng/gstmngdec.h:
2382         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
2383         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
2384         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
2385         (gst_mngenc_chain), (gst_mngenc_get_property),
2386         (gst_mngenc_set_property):
2387         * ext/libmng/gstmngenc.h:
2388         Added basic MNG decoder. Needs more work. The encoder does
2389         not work yet.
2391 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2393         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
2394         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
2395         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
2396           Don't hang on length=0 chunks. Some negotiation fixes. Signal
2397           no-more-pads.
2399 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2401         * configure.ac:
2402           you need at least 1.0.4 of speex
2404 2004-10-04 Iain <iaingnome@gmail.com>
2406         * ext/speex/gstspeexdec.h: Revert the includes changes.
2407                 
2408         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
2410 2004-09-30 Iain <iaingnome@gmail.com>
2412         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
2413         found during init or set as a property instead of hardcoding /dev/audio
2415 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2417         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
2418         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
2419         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
2420         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
2421         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
2422         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
2423         (gst_rmdemux_dump_data):
2424           Use debug category, fix EOS handling. filesrc ! rmdemux now
2425           works.
2427 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2429         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
2430         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
2431         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
2432           Improve allocation, cutting and sorting of the index. How takes a
2433           few seconds instead of minutes.
2435 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
2437         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
2438           fixed compilation
2440 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2442         * gst-libs/gst/riff/riff-media.c:
2443         (gst_riff_create_video_caps_with_data),
2444         (gst_riff_create_video_template_caps):
2445           Add wing commander format mimetype/fourccs.
2446         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
2447           Don't crash if some value is 0.
2449 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2451         * gst-libs/gst/riff/riff-media.c:
2452         (gst_riff_create_video_caps_with_data),
2453         (gst_riff_create_video_template_caps):
2454           Add DIB fourcc (raw, palettized 8-bit RGB).
2455         * gst-libs/gst/riff/riff-read.c:
2456         (gst_riff_read_strf_vids_with_data):
2457           Oops, fix strf_data reading bug.
2458         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
2459           Use a non-NULL tag.
2460         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2461           Time for hacks. Sorry Dave. At least one quicktime movie (a
2462           trailer) that I've encountered contains multiple video tracks.
2463           One of those is the actual video track, the other are one-frame
2464           tracks (images). Unfortunately, the number of frames according
2465           to the trak header is 1 for each, so that doesn't help. So
2466           instead, I look at the duration and discard tracks with a
2467           duration shorter than 20% of the length of the stream. Better
2468           than nothing.
2470 2004-10-01  Christian Schaller <christian@fluendo.com>
2472         * ext/ivorbis/vorbis.c:
2473           Patch from Phil Blundell (Bug 152341)
2475 2004-10-01  Wim Taymans  <wim@fluendo.com>
2477         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
2478         (speex_dec_get_formats), (speex_dec_convert),
2479         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
2480         (speex_dec_chain), (gst_speexdec_get_property),
2481         (gst_speexdec_set_property):
2482         Small cleanups.
2484 2004-10-01  Wim Taymans  <wim@fluendo.com>
2486         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
2487         (gst_wavparse_stream_init), (gst_wavparse_fmt),
2488         (gst_wavparse_other), (gst_wavparse_loop),
2489         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
2490         (gst_wavparse_srcpad_event):
2491         * gst/wavparse/gstwavparse.h:
2492         Added some more debugging info.
2493         Fix the case where the length of the file is 0.
2494         Make sure we seek to sample borders.
2496 2004-10-01  Wim Taymans  <wim@fluendo.com>
2498         * gst/playback/README:
2499         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2500         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
2501         (try_to_link_1), (no_more_pads), (close_link), (type_found):
2502         Add some debug info to decodebin, update README
2504 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2506         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
2507           Don't use g_print(); use GST_DEBUG().
2509 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2511         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2512         (gst_ogg_mux_queue_pads):
2513           Handle EOS properly.
2515 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
2517         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2519         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
2520         (gst_faad_chain), (gst_faad_change_state):
2521         * ext/faad/gstfaad.h:
2522           Allow playback of raw (unframed) MPEG AAC files (#148993).
2524 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
2526         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2528         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
2529           Throw error if we didn't recognize the stream. Fixes #152289.
2531 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2533         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
2534           Fix negotiation.
2536 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
2538         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2540         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
2541           Fix memleak.
2543 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
2545         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2547         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
2548           Solve #152805.
2549         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
2550           Solve 152806.
2552 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2554         * gst-libs/gst/riff/riff-media.c:
2555         (gst_riff_create_video_caps_with_data),
2556         (gst_riff_create_audio_caps_with_data):
2557           Add codec_data handling (like asfdemux used to do).
2558         * gst/asfdemux/gstasf.c: (plugin_init):
2559         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
2560         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
2561           Use riff-media for caps creation instead of our own (mostly
2562           broken) copy of its functions.
2564 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2566         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
2567           Don't actually error out if we get another return value than
2568           -EINVAL. Opposite to what I first thought, drivers have random
2569           return values for this, although -EINVAL is the expected return
2570           value. Since this is not fatal, we shouldn't use
2571           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
2573 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2575         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
2576         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
2577         (dvdreadsrc_get_property), (_open), (_seek), (_read),
2578         (dvdreadsrc_get), (dvdreadsrc_open_file),
2579         (dvdreadsrc_change_state):
2580           Fix. Don't do one big huge loop around the whole DVD, that will
2581           cache all data and thus eat sizeof(dvd) (several GB) before we
2582           see something.
2583         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
2584           Actually NULL'ify event after using it.
2585         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
2586         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
2587         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
2588         (gst_ebml_read_seek), (gst_ebml_read_skip):
2589           Handle events.
2590         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
2591         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
2592         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
2593           Fix timing (this will probably break if I seek using menus, but
2594           I didn't get there yet). VOBs and normal DVDs should now work.
2595           Add a mpeg2-only pad with high rank so this get autoplugged for
2596           MPEG-2 movies.
2597         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
2598         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
2599         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
2600         (gst_mpeg_demux_get_audio_stream),
2601         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
2602         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
2603           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
2604           MPEG-1 but use dvddemux for MPEG-2.
2605         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
2606         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
2607         (gst_mpeg_parse_parse_packhead):
2608           Timing. Only add pad template if it exists. Add sink template from
2609           class and not from ourselves. This means we will always use the
2610           correct sink template even if it is not the one defined in this
2611           file.
2613 2004-09-29  Wim Taymans  <wim@fluendo.com>
2615         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
2616         (gst_mpeg_demux_parse_pes):
2617         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
2618         Fix playback of mpeg again, timestamps where screwed up by
2619         patch 1.61.
2621 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2623         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
2624           Only return true if we actually filled something in. Prevents
2625           player applications from showing a random length for flac files.
2626         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
2627         (gst_riff_read_use_event), (gst_riff_read_handle_event),
2628         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
2629         (gst_riff_read_strf_vids_with_data),
2630         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
2631           OK, ok, so I implemented event handling. Apparently it's normal
2632           that we receive random events at random points without asking
2633           for it.
2634         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
2635         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
2636         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
2637         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
2638         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
2639         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
2640         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
2641         * gst/avi/gstavidemux.h:
2642           Implement non-lineair chunk handling and subchunk processing.
2643           The first solves playback of AVI files where the audio and video
2644           data of individual buffers that we read are not synchronized.
2645           This should not happen according to the wonderful AVI specs, but
2646           of course it does happen in reality. It is also a prerequisite for
2647           the second. Subchunk processing allows us to cut chunks in small
2648           pieces and process each of these pieces separately. This is
2649           required because I've seen several AVI files with incredibly large
2650           audio chunks, even some files with only one audio chunk for the
2651           whole file. This allows for proper playback including seeking.
2652           This patch is supposed to fix all AVI A/V sync issues.
2653         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
2654         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
2655           Work.
2656         * gst/modplug/gstmodplug.cc:
2657           Proper return value setting for the query() function.
2658         * gst/playback/gstplaybasebin.c: (setup_source):
2659           Being in non-playing state (after, e.g., EOS) is not necessarily
2660           a bad thing. Allow for that. This fixes playback of short files.
2661           They don't actually playback fully now, because the clock already
2662           runs. This means that small files (<500kB) with a small length
2663           (<2sec) will still not or barely play. Other files, such as mod
2664           or flx, will work correctly, however.
2666 2004-09-28  Wim Taymans  <wim@fluendo.com>
2668         * ext/speex/gstspeex.c: (plugin_init):
2669         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
2670         (gst_speex_dec_class_init), (speex_dec_get_formats),
2671         (speex_get_event_masks), (speex_get_query_types),
2672         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
2673         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
2674         (gst_speexdec_get_property), (gst_speexdec_set_property),
2675         (speex_dec_change_state):
2676         * ext/speex/gstspeexdec.h:
2677         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
2678         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
2679         (gst_speexenc_base_init), (gst_speexenc_class_init),
2680         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
2681         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
2682         (gst_speexenc_src_query), (gst_speexenc_init),
2683         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
2684         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
2685         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
2686         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
2687         (gst_speexenc_chain), (gst_speexenc_get_property),
2688         (gst_speexenc_set_property), (gst_speexenc_change_state):
2689         * ext/speex/gstspeexenc.h:
2690         Rewrote speex encoder, make sure it can be embedded in ogg.
2691         Implemented speex decoder.
2693 2004-09-28  Christian Schaller <christian@fluendo.com>
2695         * configure.ac:
2696         Remove kioslave plugin. Markey is brewing a new working one
2697         * ext/Makefile.am: Remove kioslave plugin
2698         * ext/kio: remove
2699         * gst-plugins.spec.in: remove kio plugin from spec
2701 2004-09-27  Wim Taymans  <wim@fluendo.com>
2703         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2704         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
2705         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
2706         (gst_multifdsink_new_client),
2707         (gst_multifdsink_handle_client_write),
2708         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2709         (gst_multifdsink_handle_clients):
2710         * gst/tcp/gstmultifdsink.h:
2711         Make syncing to keyframes actually work for new clients and lagging
2712         clients.
2714 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2716         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
2717         (gst_navigationtest_handle_src_event), (draw_box_planar411),
2718         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
2719         * gst/debug/gstnavigationtest.h:
2720           make navigationtest display button-press and button-release events
2722 2004-09-26 Iain <iaingnome@gmail.com>
2724         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
2725         the channels have received a new media event.
2726         (interleave_buffered_loop): Compresses a new media event on all 
2727         channels into one.
2729 2004-09-26 Iain <iaingnome@gmail.com>
2731         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
2732         call the sinkpad's default event handler and not the srcpads. He also
2733         says this is confusing :)
2734         (gst_wavenc_stop_file): Company says that seek events only go upstream
2735         we should send a discontinuous downstream instead.
2737 2004-09-25  Christian Schaller <christian@fluendo.com>
2739         * Update SPEC file to be usable in conjunction with Fedora Core,
2740           Fedora.us and freshrpms packages
2741         * Fix typo in multifilesrc test Makefile
2742         
2743 2004-09-24  Wim Taymans  <wim@fluendo.com>
2745         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
2746         Only signal the no_more_pads signal when we have
2747         added the stream to our list.
2749 2004-09-24  Wim Taymans  <wim@fluendo.com>
2751         * gst/playback/gstplaybasebin.c: (remove_prerolls),
2752         (new_decoded_pad):
2753         * gst/playback/gstplaybasebin.h:
2754         * gst/playback/gstplaybin.c: (setup_sinks):
2755         Don't try to preroll or decode more than one audio/video
2756         track.
2758 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2760         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
2761           Throw error if we failed to find a suitable output. This should
2762           throw an error if we successfully set up a pipeline (e.g. because
2763           we recognized a media file) but found no decodable streams in it
2764           (e.g. because it contains only media stream types for which we
2765           have no decoders, or because it's not a media type).
2767 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2769         * ext/dirac/Makefile.am:
2770         * ext/dirac/gstdirac.cc:
2771         * ext/dirac/gstdiracdec.cc:
2772         * ext/dirac/gstdiracdec.h:
2773           Do something. Don't actually know if this works because I don't
2774           have a demuxer yet.
2775         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
2776           Add channels=1 to caps returned from _getcaps().
2777         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
2778         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
2779         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
2780         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
2781         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
2782         (gst_ogm_parse_change_state):
2783           Separate between audio/video so ogmaudioparse actually uses the
2784           audio pad templates. Both audio and video work now, including
2785           autoplugging. Also use sometimes-srcpad hack.
2786         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
2787           Handle events better. Don't hang on infinite loops.
2788         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
2789         (gst_avi_demux_init), (gst_avi_demux_reset),
2790         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
2791         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
2792         (gst_avi_demux_change_state):
2793         * gst/avi/gstavidemux.h:
2794           Improve A/V sync. Still not perfect.
2795         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
2796         (gst_ebml_read_skip):
2797           Handle events better.
2798         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
2799         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
2800         (qtdemux_audio_caps):
2801           Add IMA4. Improve event handling. Save offset after a seek when
2802           the headers are at the end of the file so that we don't end up in
2803           an infinite loop.
2804         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
2805           Add low-priority typefind support for files with no length.
2807 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2809         * testsuite/multifilesink/Makefile.am:
2810         fix typo
2812 2004-09-22  Julien MOUTTE  <julien@moutte.net>
2814         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix 
2816         mistakes from thaytan's patches.
2818 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
2820         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2821           For completeness, XSync in the destroy function as xvimage does.
2823 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
2825         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
2826            Correct caps negotiation
2827         * gst/volume/gstvolume.c: (volume_chain_float),
2828         (volume_chain_int16):
2829            Modify debug output to be little more informative
2830         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
2831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2832         (gst_xvimagesink_xvimage_destroy):
2833           Add XSync calls after detaching from the shared memory segment to
2834           avoid a crash.
2836 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2838         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2839         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
2840         * ext/vorbis/vorbis.c: (plugin_init):
2841         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2842         (gst_vorbisenc_chain):
2843         * ext/vorbis/vorbisenc.h:
2844         remove explicit newmedia support from oggmux and vorbisenc
2845         add debug category to vorbisenc
2846         * gst/multifilesink/gstmultifilesink.c:
2847         (gst_multifilesink_class_init), (gst_multifilesink_init),
2848         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
2849         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
2850         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
2851         (plugin_init):
2852         * gst/multifilesink/gstmultifilesink.h:
2853         add support for streamheader in multifilesink
2855 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2857         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
2858         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
2859         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
2860           Prevent infinite loops. More correct error reporting.
2861         * gst/auparse/gstauparse.c: (gst_auparse_chain):
2862           Error out if negotiation fails.
2863         * gst/playback/gstplaybasebin.c: (setup_source),
2864         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
2865         (gst_play_base_bin_found_tag):
2866           Error/tag forwarding. Pre-roll fixes for source errors on state
2867           changes (e.g. "file does not exist") to prevent hangs.
2869 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2871         * testsuite/multifilesink/Makefile.am:
2872         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
2873         (gst_newmedia_class_init), (gst_newmedia_init),
2874         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
2875         (newfile_signal), (test_signal), (main):
2876         * testsuite/multifilesink/multifilesrc_test.c: (main):
2877         * testsuite/multifilesink/oggtheora_test.c:
2878         (gst_newmedia_base_init), (gst_newmedia_class_init),
2879         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
2880         (test_format), (newfile_signal), (test_signal), (main):
2881         * testsuite/multifilesink/oggvorbis_test.c:
2882         (gst_newmedia_base_init), (gst_newmedia_class_init),
2883         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
2884         (test_format), (newfile_signal), (test_signal), (main):
2885         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
2886         (gst_newmedia_class_init), (gst_newmedia_init),
2887         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
2888         (newfile_signal), (test_signal), (main):
2889         New media tests
2891 2004-09-20  Christian Schaller <christian@fluendo.com>
2893         * Fix mikmod license to LGPL as they have relicensed
2894         * Move Dirac and Effectv into LGPL section of README_license
2896 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2898         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
2899         (gst_mad_change_state):
2900           Allow for mp3 rate/channels changes. However, only very
2901           conservatively. Reason that we *have* to enable this is smiply
2902           because the mad find_sync() function is not good enough, it will
2903           regularly sync on random data as valid frames and therefore make
2904           us provide random caps as *final* caps of the stream. The best fix
2905           I could think of is to simply require several of the same stream
2906           changes in a row before we change caps.
2907           The actual testcase that works now is #
2908         * ext/ogg/Makefile.am:
2909         * ext/ogg/gstogg.c: (plugin_init):
2910         * ext/ogg/gstogmparse.c:
2911           OGM support (video only for now; I need an audio sample file).
2912         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
2913         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
2914         (gst_asf_demux_add_video_stream):
2915           WMV extradata.
2916         * gst/playback/gstplaybasebin.c: (unknown_type):
2917           Don't error out on single unknown-types after all. It's wrong.
2918           If we found type of video and audio but not of a subtitle stream,
2919           it will still error out (which is unwanted). Will find a better fix
2920           later on.
2921         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
2922         (ogmaudio_type_find), (plugin_init):
2923           OGM support.
2925 2004-09-20  Johan Dahlin  <johan@gnome.org>
2927         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
2928         after setting caps.
2930 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2932         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
2933         * gst/wavenc/gstwavenc.h:
2934         Added newmedia support to wavenc
2936 2004-09-17  Wim Taymans  <wim@fluendo.com>
2938         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
2939         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
2940         (gst_fdset_fd_can_write), (gst_fdset_wait):
2941         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
2942         (gst_multifdsink_init), (gst_multifdsink_add),
2943         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
2944         (gst_multifdsink_remove_client_link),
2945         (gst_multifdsink_client_queue_buffer),
2946         (gst_multifdsink_handle_client_write),
2947         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
2948         (gst_multifdsink_close), (gst_multifdsink_change_state):
2949         * gst/tcp/gstmultifdsink.h:
2950         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2951         (gst_tcpserversink_removed):
2952         Small cleanups in fdset.c
2953         Use a hastable to map fd to the client structure for faster
2954         lookup in _remove and get_stats.
2955         Added virtual function to close the fds.
2956         Handle clients even when the select/poll call was unblocked because
2957         of a command.
2958         Implement syncing to keyframe in the recovery procedure.
2960 2004-09-16 Iain <iaingnome@gmail.com>
2962         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
2963         try caps.
2965 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2967         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
2968           Caps are only set if the type of the stream is unknown, but this
2969           is initialized in ->init_stream(), so set to UNKNOWN after calling
2970           ->init_stream() so that capsnego starts.
2972 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2974         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
2975         (gst_avi_demux_stream_data):
2976           Just hardcode for raw audio then. AVI audio sucks.
2978 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
2980         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2981         * gst/matroska/matroska-mux.c: (audiosink_templ),
2982         (gst_matroska_mux_audio_pad_link):
2983         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
2984         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
2986 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2988         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
2989         (gst_avi_demux_stream_data):
2990           Try to fix a/v sync issues.
2992 2004-09-15  David Schleef  <ds@schleef.org>
2994         * configure.ac: remove NASM check, since we don't use it.  Update
2995         dirac check to 0.4
2996         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
2997         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2998         Initialized variables.
2999         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
3000         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
3001         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
3002         SVQ3 format
3004 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3006         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3007         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
3008         * gst/avi/gstavidemux.h:
3009           Fix for compressed audio (mp3) timestamp generation. How did this
3010           ever work?
3012 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3014         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3015           Volume is a double not a float.
3017 2004-09-15  Wim Taymans  <wim@fluendo.com>
3019         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
3020         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
3021         Don't close the fd in multifdsink as we didn't open it in the
3022         first place. Some cleanups.
3024 2004-09-15  Wim Taymans  <wim@fluendo.com>
3026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3027         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
3028         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
3029         Fix the case where the muxer would mark pages as delta
3030         frames when they are not (vorbis only ogg).
3032 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3034         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
3035         (gst_play_base_bin_change_state):
3036           Handle the case where we failed to setup a clear pipeline. This
3037           will throw an error (or EOS, another nice case) and if you don't
3038           catch that, the app will wait for the signal forever (and thus
3039           hang).
3041 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3043         * ext/gnomevfs/gstgnomevfssink.c:
3044         (gst_gnomevfssink_uri_get_protocols):
3045         * ext/gnomevfs/gstgnomevfssrc.c:
3046         (gst_gnomevfssrc_uri_get_protocols):
3047         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
3048         * ext/gnomevfs/gstgnomevfsuri.h:
3049           Use _uri_new() instead of _open(), so it doesn't take as long and
3050           Christophe's computer won't hang.
3051         * gst/playback/gstplaybasebin.c: (unknown_type):
3052           Throw error on unknown media type, so apps actually display it.
3054 2004-09-14  Brian Cameron  <brian.cameron@sun.com
3056         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
3057           this script to work on Solaris since bash shell handles echo
3058           differenly than bash.
3060 2004-09-17  Wim Taymans  <wim@fluendo.com>
3062         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
3063         (setup_source), (gst_play_base_bin_set_property),
3064         (gst_play_base_bin_add_element):
3065         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
3066         Some more work on making sure seeking pauses the pipeline and
3067         that changing the uri actually does something.
3069 2004-09-17  Wim Taymans  <wim@fluendo.com>
3071         * gst/tcp/gstfdset.c: (gst_fdset_wait):
3072         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
3073         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
3074         (gst_tcpserversink_close):
3075         Be a bit more paranoid when freeing memory.
3077 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3079         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3080         (qtdemux_parse_trak):
3081           Don't crash by dividing by zero (see sample movie in #126922).
3083 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3085         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3086           Don't touch non-existing data (fixes crash on file in #140147).
3088 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3090         * gst/playback/gstplaybasebin.c:
3091         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
3092           Handle double disposals, and proper change of URIs.
3094 2004-09-13  Martin Eikermann <meiker@upb.de>
3096         * gst/mpegstream/gstmpegparse.c:
3097           fix synchronistation for streams recorded from digital PCR
3098           fixes bug #119376
3100 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3102         * ext/gnomevfs/Makefile.am:
3103         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3104         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
3105         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
3106         (gst_gnomevfssink_uri_get_type),
3107         (gst_gnomevfssink_uri_get_protocols),
3108         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
3109         (gst_gnomevfssink_uri_handler_init),
3110         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
3111         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
3112         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
3113         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
3114         (gst_gnomevfssrc_uri_get_type),
3115         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
3116         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
3117         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
3118         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
3119         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
3120         * ext/gnomevfs/gstgnomevfsuri.h:
3121           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
3122           of fake URIs to see which this version of Gnome-VFS likes, and
3123           uses that for the Gst-URI interface. Makes playbin support http://
3124           streams. Also fix up some stupid behaviour in gnomevfssrc.
3126 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3128         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
3129         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3130         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
3131         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
3132           Update mixer (to sync with other sessions) if we try to obtain
3133           a new value. This makes alsamixer work accross applications.
3134         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
3135           Only call sync functions if we're running, else alsalib asserts.
3136         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
3137           Sometimes fails to compile. Possibly a gcc bug.
3138         * gst/playback/gstplaybin.c: (gen_video_element),
3139         (gen_audio_element):
3140           Add a reference to an application-provided object, because we lose
3141           this same reference if we add it to the bin. If we don't do this,
3142           we can only use this object once and thus crash if we go from
3143           ready to playing, back to ready and back to playing again.
3144           Also add an audioscale element because several cheap soundcards -
3145           like mine - don't support all samplerates.
3146         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3147         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
3148           Fix wrong order or PAR calls. Makes automatically obtained PAR
3149           from the X server atually being used.
3151 2004-09-12  David Schleef  <ds@schleef.org>
3153         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
3154         #151887, #152102, #152247.
3155         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
3156         * examples/seeking/cdparanoia.c: same
3157         * examples/seeking/cdplayer.c: same
3158         * examples/seeking/seek.c: same
3159         * examples/seeking/spider_seek.c: same
3160         * examples/seeking/vorbisfile.c: same
3161         * examples/stats/mp2ogg.c: same
3162         * ext/esd/esdsink.c: (gst_esdsink_class_init),
3163         (gst_esdsink_dispose): Dispose of element properly.
3164         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
3165         fixes.
3166         * ext/nas/nassink.c: (gst_nassink_class_init),
3167         (gst_nassink_dispose): Dispose of element correctly.
3168         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
3169         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3170         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
3171         Fix 64-bit warning.
3172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3173         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
3174         Fix 64-bit warning.
3176 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3178         * configure.ac : change speex detection as 1.1.6 now uses
3179           .pc/pkg-config and they changed their headers location.
3181 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
3183         * gst/matroska/matroska-mux.h:
3184         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3185         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3186         (gst_matroska_mux_write_data):
3187           Write multiple blocks/frames per cluster.
3188                 Write meta-seek information (seek heads).
3190 2004-09-09  Scott Wheeler <wheeler@kde.org>
3192         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
3193         (gst_play_bin_set_property), (gst_play_bin_get_property),
3194         (gen_audio_element), (gen_audio_element):
3195           Add a volume element / property to the pipeline.
3197 2004-09-07  Wim Taymans  <wim@fluendo.com>
3199         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
3200         Copy timestamps from the master pad to the output buffers.
3202 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3204         * ext/raw1394/gstdv1394src.c:
3205           throw errors when applicable
3207 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
3209         * gst/matroska/ebml-ids.h:
3210         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
3211         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
3212         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
3213           automatically convert unix time <-> ebml time when reading/writing
3214           a date, use gst_ebml_write_uint to write CUETIME,
3215           not gst_ebml_write_date.
3216         * gst/matroska/matroska-ids.h:
3217         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
3218         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
3219         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3220         (gst_matroska_mux_write_data):
3221           Write track and segment UIDs, write muxing date, write
3222           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
3223           Create cues for audio only files.
3225 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3227         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
3228         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3229           Re-commit ALSA switches.
3230         * gst/adder/gstadder.c: (gst_adder_loop):
3231           64-bit fix (#151416).
3232         * gst/debug/progressreport.c: (gst_progressreport_report):
3233           64-bit fix (#151419).
3234         * gst/matroska/matroska-demux.c:
3235         (gst_matroska_demux_parse_contents):
3236           64-bit fix (#151420).
3237         * gst/playback/test3.c: (update_scale):
3238           64-bit fix (#151421).
3240 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
3242         * configure.ac:
3243           bump nano to cvs
3245 === release 0.8.4 ===
3247 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3249         * configure.ac: releasing 0.8.4, "Alias"
3251 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
3253         * ext/theora/Makefile.am:
3254           fix makefile.  Fixes #151462.
3256 2004-08-30  Wim Taymans  <wim@fluendo.com>
3258         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
3259         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
3260         (gst_multifdsink_remove_client_link),
3261         (gst_multifdsink_client_queue_buffer),
3262         (gst_multifdsink_handle_client_write):
3263         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
3264         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
3265         Fix some memory leaks.
3267 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3269         Patch by: David Schleef
3271         * configure.ac:
3272         * sys/Makefile.am:
3273           rename our detection macro for V4L2.  Fixes #151236.
3275 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3277         Patch by: David Schleef
3279         * configure.ac:
3280           check to define LAMEPRESET.  Fixes #151232.
3282 2004-08-27  David Schleef  <ds@schleef.org>
3284         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
3285         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
3286         (gst_glimagesink_fixate):  Move local variable declarations to
3287         make gcc-2.95 happy.
3289 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3291         * configure.ac:
3292           bump nano for prerelease
3294 2004-08-27  David Schleef  <ds@schleef.org>
3296         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
3297         * sys/sunaudio/gstsunaudiosrc.c: 
3298         * sys/sunaudio/gstsunaudiosrc.h:
3300 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
3302         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
3303         handle EOS correctly
3304         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
3305         * gst/matroska/matroska-mux.h:
3306         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
3307         VFW compatibility mode
3309 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3311         patch by: Zaheer Abbas Merali
3313         * ext/ogg/gstoggmux.c:
3314         * ext/vorbis/vorbisenc.c:
3315         * ext/vorbis/vorbisenc.h:
3316           handle NEWMEDIA
3318 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
3320         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
3321         fix byte order reversion on little endian machines.
3322         * gst/matroska/matroska-mux.c: (audiosink_templ),
3323         (gst_matroska_mux_audio_pad_link):
3324         add TTA codec to the list of supported codecs.
3325         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
3326         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3327         (gst_matroska_mux_write_data):
3328         * gst/matroska/matroska-mux.h:
3329         write segment duration correctly, write muxing app string, fixes bugs
3330         #140897 and #140898.
3331         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
3332         wait for all pads to be negotiated before starting to mux.
3334 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3336         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
3337         * ext/lame/gstlame.h:
3338         Added new media support to lame
3340 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
3342         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
3343         send vorbis headers at the beginning of a stream, fixes bug #141554.
3344         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
3345         bug #148950.
3346         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
3347         (gst_matroska_demux_plugin_init):
3348         * gst/matroska/matroska-ids.h:
3349         enable demuxing of TTA audio streams, fixes bug #148951.
3350         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
3351         enable typefinding for TTA audio files, fixes bug #148711.
3352         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
3353         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
3354         fixes playback of packed bitstream and xvid with bframes, bug #135407.
3356 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
3357  
3358         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
3359         (gst_riff_read_element_data), (gst_riff_read_seek),
3360         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
3361         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
3362         <teuf@gnome.org>
3364 2004-08-23 Iain <iaingnome@gmail.com>
3366         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
3367         tags. They appear to be handled differently to normal.
3368         (tag_list_to_id3_tag_foreach): Ditto.
3370 2004-08-22  Wim Taymans  <wim@fluendo.com>
3372         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
3373         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
3374         Make sure we never send -1 granulepos.
3376 2004-08-20  Wim Taymans  <wim@fluendo.com>
3378         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
3379         (gst_ogg_mux_loop):
3380         I will accept bitchslappings with non sharp objects.
3382 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3384         * configure.ac:
3385         Clean up the test for lame presets
3387 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3389         * configure.ac:
3390         * ext/lame/Makefile.am:
3391         * ext/lame/gstlame.c: (gst_lame_class_init),
3392         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
3393         Only enable lame presets if version of lame has presets in API
3395 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
3396         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
3397         * gst/udp/gstudpsrc.h:
3398           Don't call gst_pad_push in a get function. Fixes #150449
3400 2004-08-18  Wim Taymans  <wim@fluendo.com>
3402         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
3403         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
3404         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
3405         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
3406         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
3407         (gst_fdset_wait):
3408         * gst/tcp/gstfdset.h:
3409         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
3410         (gst_multifdsink_client_queue_buffer),
3411         (gst_multifdsink_handle_client_write):
3412         * gst/tcp/gstmultifdsink.h:
3413         Some extra checks in gstfdset.
3414         Only use send() when the fd is a socket. Don't try to
3415         read from write only fds.
3417 2004-08-18  Wim Taymans  <wim@fluendo.com>
3419         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
3420         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
3421         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
3422         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
3423         (gst_fdset_wait):
3424         Add more locking and bounds checking.
3426 2004-08-18  Wim Taymans  <wim@fluendo.com>
3428         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
3429         Realloc test fdset in the lock and right before starting
3430         the poll call. Bump the limit to 4096.
3432 2004-08-17  David Schleef  <ds@schleef.org>
3434         * sys/sunaudio/Makefile.am:
3435         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
3436         of rates and channels.  Make debugging less obnoxious.
3438         Patch from Balamurali Viswanathan implementing a mixer for
3439         Sun audio.  (bug #144091):
3440         * sys/sunaudio/gstsunelement.c:
3441         * sys/sunaudio/gstsunelement.h:
3442         * sys/sunaudio/gstsunmixer.c:
3443         * sys/sunaudio/gstsunmixer.h:
3445 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3447         * gst/audioscale/gstaudioscale.c:
3448         * gst/audioscale/gstaudioscale.h:
3449         made audioscale resample from any sample rate to any sample rate
3451 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3453         * ext/libpng/gstpngdec.c:
3454           error out on unsupported types
3456 2004-08-17  Iain <iaingnome@gmail.com>
3458         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
3459         mid_side and loose_mid_side properties if its a stereo stream.
3461 2004-08-17  Wim Taymans  <wim@fluendo.com>
3463         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
3464         (theora_get_formats), (theora_dec_src_convert),
3465         (theora_dec_sink_convert), (theora_dec_src_query),
3466         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
3467         Add a debug line.
3469 2004-08-17  Wim Taymans  <wim@fluendo.com>
3471         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
3472         (gst_ogg_pad_push):
3473         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3474         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
3475         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
3476         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
3477         Mark delta units in the muxer.
3478         Try to decode the packet after an out-of-sync error from
3479         libogg.
3481 2004-08-17  Wim Taymans  <wim@fluendo.com>
3483         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3484         (gst_multifdsink_init), (gst_multifdsink_add),
3485         (gst_multifdsink_client_queue_buffer),
3486         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
3487         * gst/tcp/gstmultifdsink.h:
3488         Added option to send a keyframe to clients as the first buffer.
3489         Make timeout property writable.
3491 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3493         patch by: Wim Taymans
3495         * gst/tcp/gstfdset.c:
3496         * gst/tcp/gstmultifdsink.c:
3497           fix index comparison, should include 0
3499 2004-08-16  Wim Taymans  <wim@fluendo.com>
3501         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
3502         (gst_fdset_add_fd), (gst_fdset_remove_fd),
3503         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
3504         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
3505         (gst_fdset_wait):
3506           copy when reallocing for poll so the select arguments don't get
3507           changed during the call
3509 2004-08-16  Wim Taymans  <wim@fluendo.com>
3511         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
3512         (gst_theora_enc_class_init), (theora_enc_sink_link),
3513         (theora_buffer_from_packet), (theora_enc_chain):
3514         Fix bug where buffers were not marked as keyframes
3515         correctly.
3517 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3519         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
3520         (gst_lame_preset_get_type), (gst_lame_class_init):
3521         describe the enum values for vbr mode and presets more verbosely
3523 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3525         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
3526         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
3527         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
3528         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
3529         * ext/lame/gstlame.h:
3530         add preset property to lame so it can use lame presets
3532 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3534         * ext/lame/gstlame.c: (gst_lame_get_property):
3535         whoops forgot break, thanks teuf
3537 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3539         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
3540         (gst_lame_class_init), (gst_lame_src_getcaps),
3541         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
3542         (gst_lame_get_property), (gst_lame_setup):
3543         * ext/lame/gstlame.h:
3544         fix lame's broken vbr stuff, allow it to resample if need be, and also 
3545         make xing header optional
3547 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3549         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
3550         added getcaps function so samplerate doesnt get fixated to silly values
3552 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3554         * ext/lame/gstlame.c: (gst_lame_src_link):
3555         revert previous fix
3557 2004-08-12  Johan Dahlin  <johan@gnome.org>
3559         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
3560         checks. Doesn't matter what state we are in. Interfaces are a
3561         compile time thing, not runtime. It also broke the python bindings.
3563 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3565         * ext/lame/gstlame.c: (gst_lame_src_link):
3566         made source pad link function check if sinkpad is ok..fixes the problem
3567         where core fixates the output rate of lame stupidly
3569 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3571         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
3572         * sys/v4l/v4l_calls.c:
3573         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
3574           fix fixate function to handle nonsimple caps.
3575           remove bogus check in _link
3576           cleanups
3578 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3580         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
3581         set default compression ratio parameter to 0.0 so bitrate parameter
3582         works :)
3584 2004-08-11  David Schleef  <ds@schleef.org>
3586         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
3588 2004-08-11  David Schleef  <ds@schleef.org>
3590         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
3591         before.
3593 2004-08-11  David Schleef  <ds@schleef.org>
3595         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
3597 2004-08-11  David Schleef  <ds@schleef.org>
3599         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
3600           license field
3601         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
3602         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
3603           LGPL.
3604         * gst/auparse/gstauparse.c: Fix plugin license field.
3605         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
3606         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
3607         * gst/rtp/gstrtp.c: Fix plugin license field.
3609 2004-08-11  Wim Taymans  <wim@fluendo.com>
3611         * gst/tcp/Makefile.am:
3612         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
3613         (ensure_size), (gst_fdset_new), (gst_fdset_free),
3614         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
3615         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
3616         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
3617         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
3618         (gst_fdset_fd_can_write), (gst_fdset_wait):
3619         * gst/tcp/gstfdset.h:
3620         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
3621         (gst_multifdsink_class_init), (gst_multifdsink_init),
3622         (gst_multifdsink_add), (gst_multifdsink_remove),
3623         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3624         (gst_multifdsink_remove_client_link),
3625         (gst_multifdsink_handle_client_read),
3626         (gst_multifdsink_client_queue_data),
3627         (gst_multifdsink_client_queue_caps),
3628         (gst_multifdsink_client_queue_buffer),
3629         (gst_multifdsink_handle_client_write),
3630         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3631         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
3632         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
3633         (gst_multifdsink_close):
3634         * gst/tcp/gstmultifdsink.h:
3635         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
3636         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
3637         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
3638         (gst_tcpserversink_close):
3639         * gst/tcp/gsttcpserversink.h:
3640         Abstracted away the select call, implemented poll (yes we ran into
3641         the 1024 limit in production).
3643 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3645         * gst/tcp/gsttcp.c:
3646         * gst/tcp/gsttcpplugin.c:
3647           improve debuggging, remove assert
3649 2004-08-10  Wim Taymans  <wim@fluendo.com>
3651         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
3652         (gst_client_status_get_type), (gst_multifdsink_class_init),
3653         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
3654         (gst_multifdsink_handle_client_read),
3655         (gst_multifdsink_handle_client_write),
3656         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
3657         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
3658         (gst_multifdsink_get_property):
3659         * gst/tcp/gstmultifdsink.h:
3660         * gst/tcp/gsttcp-marshal.list:
3661         Starting to prepare for specifying buffer time in other units
3662         than buffers. Expose remove reason in signal.
3664 2004-08-10  Wim Taymans  <wim@fluendo.com>
3666         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
3667         (gst_multifdsink_remove), (gst_multifdsink_clear),
3668         (gst_multifdsink_remove_client_link),
3669         (gst_multifdsink_handle_client_read),
3670         (gst_multifdsink_client_queue_data),
3671         (gst_multifdsink_client_queue_buffer),
3672         (gst_multifdsink_handle_client_write),
3673         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3674         (gst_multifdsink_chain), (gst_multifdsink_close):
3675         * gst/tcp/gstmultifdsink.h:
3676         Added more debugging info. Changed the way clients are 
3677         removed from the lists. Fixed a bug where a bad file descriptor
3678         could cause many clients to be removed.
3680 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3682         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
3683           allow all pixel-aspect-ratios, not just 1:1
3685 2004-08-09  David Schleef  <ds@schleef.org>
3687         * sys/glsink/ARB_multitexture.h:  Remove old files.
3688         * sys/glsink/EXT_paletted_texture.h:
3689         * sys/glsink/NV_register_combiners.h:
3690         * sys/glsink/gstgl_nvimage.c:
3691         * sys/glsink/gstgl_pdrimage.c:
3692         * sys/glsink/gstgl_rgbimage.c:
3693         * sys/glsink/gstglsink.c:
3694         * sys/glsink/gstglsink.h:
3695         * sys/glsink/gstglxwindow.c:
3696         * sys/glsink/regcomb_yuvrgb.c:
3698 2004-08-09  David Schleef  <ds@schleef.org>
3700         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
3701         GL sink plugin.  (Bug #147302)
3703         * configure.ac: Test for OpenGL
3704         * sys/Makefile.am: Use test for OpenGL
3705         * sys/glsink/Makefile.am:
3706         * sys/glsink/glimagesink.c: rewrite
3707         * sys/glsink/glimagesink.h: rewrite
3709 2004-08-09  David Schleef  <ds@schleef.org>
3711         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
3712         sane framerates.
3713         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
3714         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
3715         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
3717 2004-08-09  Wim Taymans  <wim@fluendo.com>
3719         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3720         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3721         (gst_multifdsink_client_remove),
3722         (gst_multifdsink_handle_client_read),
3723         (gst_multifdsink_handle_client_write),
3724         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
3725         Do a bit more logging, make the client_read code more robust.
3727 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3729         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
3730         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
3731         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
3732         (gst_jpegdec_init), (gst_jpegdec_chain):
3733         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
3734         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
3735           cleanups, debugging fixes and memleak plugging
3737 2004-08-09  Wim Taymans  <wim@fluendo.com>
3739         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
3740         (theora_get_formats), (theora_dec_src_convert),
3741         (theora_dec_sink_convert), (theora_dec_src_query),
3742         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
3743         (theora_dec_change_state):
3744         Don't crash on missing header packets.
3746 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3748         * po/LINGUAS:
3749         * po/sq.po:
3750           Added Albanian translation (Laurent Dhima)
3751         * po/cs.po:
3752           updated
3754 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3756         * ext/lame/gstlame.c:
3757           fix/add debugging
3759 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3761         * sys/ximage/ximagesink.c:
3762         * sys/xvimage/xvimagesink.c:
3763           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
3765 2004-08-06  Wim Taymans  <wim@fluendo.com>
3767         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3768         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3769         (gst_multifdsink_client_remove),
3770         (gst_multifdsink_handle_client_read),
3771         (gst_multifdsink_handle_client_write),
3772         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
3773         Make sure we don't try to read more from a client that what 
3774         ioctl says us or we deadlock.
3776 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3778         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
3779         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
3780         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
3781           decouple running_time and n_frames so it can handle changing
3782           framerate while running
3784 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3786         * po/nl.po:
3787         * po/sv.po:
3788           updated translations
3790 2004-08-04  Benjamin Otte  <otte@gnome.org>
3792         * gst/videotestsrc/gstvideotestsrc.c:
3793         (gst_videotestsrc_get_capslist), (generate_capslist),
3794         (plugin_init):
3795           generate the list of supported caps at startup and reuse it instead
3796           of always generating it
3798 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3800         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
3801           whoops, last checkin broke normal build
3803 2004-08-03  Benjamin Otte  <otte@gnome.org>
3805         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
3806         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3807         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
3808         (gst_alsa_mixer_get_option):
3809         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
3810         (dvdnavsrc_print_event):
3811         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
3812         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
3813         (gst_ogg_mux_pad_unlink):
3814         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
3815         (gst_multipart_mux_pad_unlink):
3816         * gst/videofilter/gstvideobalance.c:
3817         (gst_videobalance_colorbalance_set_value):
3818         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
3819         (gst_videomixer_pad_unlink):
3820         * po/uk.po:
3821         * sys/oss/gstossmixer.c:
3822         * sys/v4l/gstv4lcolorbalance.c:
3823         * sys/v4l/gstv4ltuner.c:
3824         * sys/v4l/v4lsrc_calls.c:
3825         * sys/v4l2/gstv4l2colorbalance.c:
3826         * sys/v4l2/gstv4l2tuner.c:
3827           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
3829 2004-08-03  Benjamin Otte  <otte@gnome.org>
3831         * examples/dynparams/filter.c: (ui_control_create):
3832         * examples/gstplay/player.c: (print_tag):
3833         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
3834         * ext/gdk_pixbuf/gstgdkanimation.c:
3835         (gst_gdk_animation_iter_may_advance):
3836         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
3837         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
3838         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
3839         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
3840         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
3841         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
3842         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
3843         * gst/sine/demo-dparams.c: (main):
3844         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
3845         * testsuite/alsa/formats.c: (create_pipeline):
3846         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
3847           fixes for G_DISABLE_ASSERT and friends
3848         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3849         (mp3_type_frame_length_from_header), (mp3_type_find),
3850         (plugin_init):
3851           require mp3 typefinding to have at least MIN_HEADERS valid headers
3852           add typefinding for AAC adts files
3854 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
3856         * sys/ximage/ximagesink.c:
3857         (gst_ximagesink_calculate_pixel_aspect_ratio):
3858         * sys/xvimage/xvimagesink.c:
3859         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3860         Make sure we calculate pixel-aspect-ratio using floating point maths
3862 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3864         * po/uk.po:
3865           updated translation
3867 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3869         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
3871           add debugging for display PAR calculation
3873 2004-08-02  David Schleef  <ds@schleef.org>
3875         * configure.ac: Fix mikmod CFLAGS.
3877 2004-07-27  Benjamin Otte  <otte@gnome.org>
3879         * gst/audioscale/gstaudioscale.c:
3880         - fix templates to only support S16, it's the only format that works
3881         - make caps nego code use try_set_caps_nonfixed and fixation instead
3882         of try_set_caps twice, which is not nice for autopluggers
3883         - change rank to secondary, so autopluggers can pick it up after
3884         audioconvert
3886 2004-08-02  Iain <iain@prettypeople.org>
3888         * gst/interleave/interleave.c (interleave_init),
3889         (interleave_request_new_pad),
3890         (interleave_pad_removed),
3891         (interleave_buffered_loop): Use the real pad count, not the artificial
3892         one.
3894 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3896         * configure.ac: bump nano back to development
3898 === release 0.8.3 ===
3900 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3902         * configure.ac: releasing 0.8.3, "Water"
3904 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3906         * sys/xvimage/xvimagesink.c:
3907         (gst_xvimagesink_calculate_pixel_aspect_ratio),
3908         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
3909         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
3910         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3911         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3912         * sys/xvimage/xvimagesink.h:
3913           apply similar PAR fixes as to ximagesink
3915 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3917         patch from: Benjamin Otte
3919         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
3920           add link function to lame.  Fixes #148986.
3922 2004-08-02  Johan Dahlin  <johan@gnome.org>
3924         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
3925         fix debugging log
3927 2004-07-30  David Schleef  <ds@schleef.org>
3929         * gst/videomixer/Makefile.am: Fix things that should have been
3930         fixed in the last checkin.
3932 2004-07-30  David Schleef  <ds@schleef.org>
3934         * gst/multipart/Makefile.am: Fix things that should have been
3935         fixed in the last checkin.
3937 2004-07-30  David Schleef  <ds@schleef.org>
3939         * testsuite/multifilesink/Makefile.am: Fix unused variable.
3941 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3943         * configure.ac:
3944           bump nano for prerelease
3945         * po/af.po:
3946         * po/az.po:
3947         * po/cs.po:
3948         * po/en_GB.po:
3949         * po/hu.po:
3950         * po/nl.po:
3951         * po/sr.po:
3952         * po/sv.po:
3953         * po/uk.po:
3954           updates
3956 2004-07-30  Wim Taymans  <wim@fluendo.com>
3958         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3959         (gst_multifdsink_add), (gst_multifdsink_remove),
3960         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3961         (gst_multifdsink_client_remove),
3962         (gst_multifdsink_handle_client_write),
3963         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
3964         * gst/tcp/gstmultifdsink.h:
3965         Recover from a select with a bad file descriptor by removing
3966         the client.
3968 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3970         * configure.ac:
3971           fix requirement of core
3972         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
3973         (gst_play_pipeline_setup):
3974           don't use colorspace element.  do use hermescolorspace element.
3975           make macro to get a colorspace element.
3976           mark strings for translation.
3977         * po/POTFILES.in:
3978           add play.c
3979         * po/af.po:
3980         * po/az.po:
3981         * po/cs.po:
3982         * po/en_GB.po:
3983         * po/hu.po:
3984         * po/nl.po:
3985         * po/sr.po:
3986         * po/sv.po:
3987         * po/uk.po:
3988           update translations
3990 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3992         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
3993         fix default for newmedia flag
3995 2004-07-30  Wim Taymans  <wim@fluendo.com>
3997         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
3998         (gst_theora_dec_init), (theora_get_formats),
3999         (theora_dec_src_convert), (theora_dec_sink_convert),
4000         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
4001         (theora_dec_chain), (theora_dec_set_property),
4002         (theora_dec_get_property):
4003         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
4004         (gst_theora_enc_class_init), (gst_theora_enc_init),
4005         (theora_enc_sink_link), (theora_enc_chain),
4006         (theora_enc_set_property), (theora_enc_get_property):
4007         Added cropping option to theora decoder.
4008         Added border option to theora encoder.
4010 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4012         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
4013         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
4014         (gst_pngenc_set_property):
4015         * ext/libpng/gstpngenc.h:
4016         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
4018 2004-07-30  Wim Taymans  <wim@fluendo.com>
4020         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4021         (theora_enc_sink_link), (theora_enc_chain),
4022         (theora_enc_set_property), (theora_enc_get_property):
4023         Fix encoding of non-multiple-of-16 video.
4025 2004-07-29  David Schleef  <ds@schleef.org>
4027         * configure.ac: make test for audiofile more strict
4029 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4031         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4032           give different names to typefind functions
4034 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4036         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4037         (gst_ximagesink_calculate_pixel_aspect_ratio),
4038         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
4039         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
4040         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
4041         (gst_ximagesink_get_property), (gst_ximagesink_init):
4042         * sys/ximage/ximagesink.h:
4043           allocate PAR's dynamically.
4044           use autodetected PAR if no object-set PAR is given.
4045           add workaround for directfb's X not setting physical size.
4046           fix to xvimagesink will follow tomorrow.
4048 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4050         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
4051         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
4052         (gst_shout2send_get_type), (gst_shout2send_set_clock),
4053         (gst_shout2send_class_init), (gst_shout2send_init),
4054         (set_shout_metadata), (gst_shout2send_set_metadata),
4055         (gst_shout2send_chain), (gst_shout2send_set_property),
4056         (gst_shout2send_get_property), (gst_shout2send_connect),
4057         (gst_shout2send_change_state):
4058         * ext/shout2/gstshout2.h:
4059         - fix for sending mp3 audio to icecast2 server, if pad link function not
4060         called before PAUSED state
4061         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
4062         - added tagging support for mp3 audio broadcasted
4063         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
4064         debug info
4066 2004-07-28  Wim Taymans  <wim@fluendo.com>
4068         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
4069         (gst_ogg_demux_push):
4070         Return query failure when we don't know the length of
4071         an ogg stream insteda of returning TRUE with a bogus value.
4073 2004-07-28  Wim Taymans  <wim@fluendo.com>
4075         * ext/theora/theoradec.c: (theora_get_formats),
4076         (theora_dec_src_convert), (theora_dec_sink_convert),
4077         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
4078         (theora_dec_chain):
4079         Don't screw up the 1 Chroma for 1 luma sample situation when we
4080         have an odd offset/width by adding a black border in those cases.
4082 2004-07-28  Wim Taymans  <wim@fluendo.com>
4084         * ext/theora/theoradec.c: (theora_get_formats),
4085         (theora_dec_src_convert), (theora_dec_sink_convert),
4086         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
4087         (theora_dec_chain):
4088         * ext/theora/theoraenc.c: (theora_enc_sink_link):
4089         Added first attempt at cropping of the image as required by the 
4090         theora spec. We need more properties in the caps (offset_x,
4091         offset_y,stride) to implement this correctly.
4093 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4095         * ext/dvdnav/README:
4096           Update the README to use dvddemux
4097         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
4098           Ensure getcaps returns a subset of the template caps
4099         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
4100         (gst_mpeg2subt_init):
4101           Ensure getcaps returns a subset of the template caps
4102         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
4103         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
4104         (gst_dvd_demux_get_subpicture_stream),
4105         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
4106         * gst/mpegstream/gstdvddemux.h:
4107           Set the explicit caps on the current_video pad before pushing
4108           anything
4109         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
4110         (gst_mpeg_demux_get_audio_stream):
4111           Free caps used to gst_pad_set_explicit_caps, which takes a const
4112           GstCaps *
4114 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4116         * configure.ac: update GStreamer requirement to 0.8.4 because of
4117           GstFraction.
4119 2004-07-28  Wim Taymans  <wim@fluendo.com>
4121         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
4122         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
4123         Add the pad to the element after setting up the caps. This
4124         makes it a lot easier to autoplug.
4126 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
4128         * gst/median/gstmedian.c:
4129         * gst/mpeg2subt/gstmpeg2subt.c:
4130         * gst/mpegaudioparse/gstmpegaudioparse.c:
4131         * gst/mpegstream/gstdvddemux.c:
4132         * gst/mpegstream/gstmpegdemux.c:
4133         * gst/mpegstream/gstmpegpacketize.c:
4134         * gst/rtjpeg/gstrtjpeg.c:
4135         * gst/rtjpeg/gstrtjpegdec.c:
4136         * gst/rtjpeg/gstrtjpegenc.c:
4137         * gst/sine/gstsinesrc.c:
4138         * gst/smooth/gstsmooth.c:
4139         * gst/smpte/gstsmpte.c:
4140         * gst/smpte/gstsmpte.h:
4141         * gst/stereo/gststereo.c:
4142         * gst/videofilter/gstgamma.c:
4143         * gst/videofilter/gstvideobalance.c:
4144         * gst/videofilter/gstvideofilter.c:
4145         * gst/videofilter/gstvideoflip.c:
4146         * gst/videoscale/gstvideoscale.c:
4147         * gst/videoscale/videoscale.c:
4148         * gst/videotestsrc/gstvideotestsrc.c:
4149         * gst/videotestsrc/videotestsrc.c:
4150         * gst/wavenc/gstwavenc.c:
4151         * gst/wavparse/gstwavparse.c:
4152           fix local includes and 64 bits constants
4154 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
4156         * win32/gst.sln:
4157         * gst-libs/gst/*/*.vcproj:
4158         * gst/*/*.vcproj:
4159           more working plugins
4161 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4163         * testsuite/alsa/Makefile.am:
4164         * testsuite/alsa/srcstate.c:
4165         add test for alsasrc changing state
4167 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4169         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
4170         (gst_silence_get):
4171         * gst/silence/gstsilence.h:
4172         fix silence generation for 16bit raw audio
4174 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4176         * gst/matroska/matroska-demux.c:
4177         (gst_matroska_demux_parse_metadata),
4178         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
4179         * gst/mpegaudio/common.c:
4180         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4181         (gst_videoscale_getcaps), (gst_videoscale_link),
4182         (gst_videoscale_src_fixate), (gst_videoscale_init),
4183         (gst_videoscale_finalize):
4184         * gst/videoscale/gstvideoscale.h:
4185         * gst/videotestsrc/gstvideotestsrc.c:
4186         (gst_videotestsrc_get_capslist):
4187         * gst/wavenc/gstwavenc.c:
4188         * sys/oss/gstossmixer.c: (fill_labels):
4189         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4190         (gst_ximagesink_handle_xevents),
4191         (gst_ximagesink_calculate_pixel_aspect_ratio),
4192         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
4193         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
4194         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
4195         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4196         (gst_ximagesink_init), (gst_ximagesink_class_init):
4197         * sys/ximage/ximagesink.h:
4198         * sys/xvimage/xvimagesink.c:
4199         (gst_xvimagesink_calculate_pixel_aspect_ratio),
4200         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
4201         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
4202         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4203         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4204         * sys/xvimage/xvimagesink.h:
4205           first batch of pixel aspect ratio commits.
4207 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4209         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4210         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
4211         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
4212           handle stride, needs work if we want to move stride handling
4213           upstream, but works correctly for our purposes.
4215 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4217         * gst/videoscale/README:
4218           add testing examples
4219         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
4220         (gst_videoscale_chain):
4221         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
4222         (gst_videoscale_get_size):
4223           add get_size function that handles stride like videotestsrc.
4224           fixes conversion for YUV formats for as much as I can test them.
4226 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4228         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4229         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
4230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4231         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
4232         (gst_xvimagesink_xvimage_put):
4233           further cleanups, logging, error handling and synchronizing
4235 2004-07-27  Wim Taymans  <wim@fluendo.com>
4237         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
4238         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
4239         (gst_videomixer_pad_set_property),
4240         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
4241         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
4242         (gst_videomixer_class_init), (gst_videomixer_init),
4243         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
4244         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
4245         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
4246         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
4247         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
4248         (gst_videomixer_loop), (plugin_init):
4249         Be a nicer negotiation citizen and provide a getcaps function on
4250         the srcpad. This also fixes a crash when resizing.
4252 2004-07-27  Julien MOUTTE  <julien@moutte.net>
4254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4255         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
4257 2004-07-27  Wim Taymans  <wim@fluendo.com>
4259         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
4260         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
4261         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
4262         (gst_pngenc_set_property):
4263         * ext/libpng/gstpngenc.h:
4264         Added snapshot property to pngenc.
4265         removed g_print from pngdec
4267 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
4269         * gst/ac3parse/ac3parse.vcproj
4270         * gst/adder/adder.vcproj
4271         * gst/alpha/alpha.vcproj
4272         * gst/alpha/alphacolor.vcproj
4273         * gst/asfdemux/asf.vcproj
4274         * gst/audioconvert/audioconvert.vcproj
4275         * gst/audiorate/audiorate.vcproj
4276         * gst/audioscale/audioscale.vcproj
4277         * gst/auparse/auparse.vcproj
4278         * gst/avi/avi.vcproj
4279         * gst/cdxaparse/cdxaparse.vcproj
4280         * gst/chart/chart.vcproj
4281         * gst/colorspace/colorspace.vcproj
4282         * gst/cutter/cutter.vcproj
4283         * gst/debug/debug.vcproj
4284         * gst/debug/efence.vcproj
4285         * gst/debug/navigationtest.vcproj
4286         * gst/deinterlace/deinterlace.vcproj
4287         * gst/effectv/effectv.vcproj
4288         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
4289         * gst/filter/filter.vcproj
4290         * gst/flx/flxdec.vcproj
4291         * gst/goom/goom.vcproj
4292         * gst/interleave/interleave.vcproj
4293         * gst/law/alaw.vcproj
4294         * gst/law/mulaw.vcproj
4295         * gst/matroska/matroska.vcproj
4296         * gst/median/median.vcproj
4297         * gst/mixmatrix/mixmatrix.vcproj
4298         * gst/mpeg1sys/mpeg1systemencode.vcproj
4299         * gst/mpeg1videoparse/mp1videoparse.vcproj
4300         * gst/mpeg2sub/mpeg2subt.vcproj
4301         * gst/mpegaudio/mpegaudio.vcproj
4302         * gst/mpegaudioparse/mpegaudioparse.vcproj
4303         * gst/mpegstream/mpegstream.vcproj
4304         * gst/multifilesink/multifilesink.vcproj
4305         * gst/multipart/multipart.vcproj
4306         * gst/oneton/oneton.vcproj
4307         * gst/overlay/overlay.vcproj
4308         * gst/passthrough/passthrough.vcproj
4309         * gst/qtdemux/qtdemux.vcproj
4310         * gst/realmedia/rmdemux.vcproj
4311         * gst/rtjpeg/rtjpeg.vcproj
4312         * gst/rtp/rtp.vcproj
4313         * gst/silence/silence.vcproj
4314         * gst/sine/sinesrc.vcproj
4315         * gst/smooth/smooth.vcproj
4316         * gst/smpte/smpte.vcproj
4317         * gst/spectrum/spectrum.vcproj
4318         * gst/speed/speed.vcproj
4319         * gst/stereo/stereo.vcproj
4320         * gst/switch/switch.vcproj
4321         * gst/tags/tagedit.vcproj
4322         * gst/tcp/tcp.vcproj
4323         * gst/typefind/typefindfunctions.vcproj
4324         * gst/udp/udp.vcproj
4325         * gst/videobox/videobox.vcproj
4326         * gst/videocrop/videocrop.vcproj
4327         * gst/videodrop/videodrop.vcproj
4328         * gst/videofilter/gamma.vcproj
4329         * gst/videofilter/videobalance.vcproj
4330         * gst/videofilter/videofilter.vcproj
4331         * gst/videofilter/videoflip.vcproj
4332         * gst/videoflip/videoflip.vcproj
4333         * gst/videomixer/videomixer.vcproj
4334         * gst/videorate/videorate.vcproj
4335         * gst/videoscale/videoscale.vcproj
4336         * gst/videotestsrc/videotestsrc.vcproj
4337         * gst/virtualdub/virtualdub.vcproj
4338         * gst/volenv/volenv.vcproj
4339         * gst/volume/volume.vcproj
4340         * gst/wavenc/wavenc.vcproj
4341         * gst/wavparse/wavparse.vcproj
4342         * gst/y4m/y4menc.vcproj
4343         * gst-libs/gst/audio/audio.vcproj
4344         * gst-libs/gst/audio/audiofilter.vcproj
4345         * gst-libs/gst/colorbalance/colorbalance.vcproj
4346         * gst-libs/gst/idct/idtc.vcproj
4347         * gst-libs/gst/media-info/media-info.vcproj
4348         * gst-libs/gst/mixer/mixer.vcproj
4349         * gst-libs/gst/navigation/navigation.vcproj
4350         * gst-libs/gst/play/play.vcproj
4351         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
4352         * gst-libs/gst/resample/resample.vcproj
4353         * gst-libs/gst/riff/riff.vcproj
4354         * gst-libs/gst/tuner/tuner.vcproj
4355         * gst-libs/gst/video/video.vcproj
4356         * gst-libs/gst/xoverlay/xoverlay.vcproj
4357           avoid problems with math.h, fix release dependancy
4358           rename GStreamer-0.8.lib to libgstreamer.lib
4360 2004-07-27  Julien MOUTTE  <julien@moutte.net>
4362         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
4363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
4364         the atom is not available we have to unlock the mutex. Fixes #148023
4366 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4368         * gst-libs/gst/media-info/media-info.h:
4369           issue for a vararg macro with MSVC
4371 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4373         * gst/effectv/effectv.vcproj
4374         * gst-libs/gst/idct/idct.vcproj:
4375         * gst-libs/gst/media-info/media-info.vcproj:
4376         * gst-libs/gst/navigation/navigation.vcproj:
4377         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
4378         * gst-libs/gst/video/video.vcproj:
4379         * gst-libs/gst/xoverlay/xoverlay.vcproj:
4380           fixes for build problems
4382 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4384         * gst-libs/gst/audio/audio.def:
4385         * gst-libs/gst/audio/riff.def:
4386           add some definitions needed by plugins
4388 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4390         * gst/asfdemux/gstasfmux.c
4391           Fix some 64 bits constants to be glib friendly
4393 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4395         * gst/ac3parse/gstac3parse.c
4396         * gst/audioscale/gstaudioscale.c
4397         * gst/auparse/gstauparse.c
4398         * gst/colorspace/gstcolorspace.c
4399         * gst/colorspace/yuv2rgb.h
4400           local include fixes
4402 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4404         * win32/gst.sln
4405           add more plugins to the build
4407 2004-07-26  Julien MOUTTE  <julien@moutte.net>
4409         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4410         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
4412 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4414         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
4415         (gst_level_set_property), (gst_level_get_property),
4416         (gst_level_base_init), (gst_level_class_init):
4417           add debugging categories.  cleanups.
4419 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4421         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
4422         (gst_videoscale_planar411), (gst_videoscale_planar400),
4423         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
4424         (gst_videoscale_scale_nearest_str1),
4425         (gst_videoscale_scale_nearest_str2),
4426         (gst_videoscale_scale_nearest_str4),
4427         (gst_videoscale_scale_nearest_16bit),
4428         (gst_videoscale_scale_nearest_24bit):
4429           fixed stride issues
4430           tested with 320x240 -> 321, 322, 324 x240
4431           tested with YV12, I420, YUY2, UYVY
4432           fixed packed422rev (don't think it could have worked before)
4433           by testing with UYVY
4435 2004-07-26  Benjamin Otte  <otte@gnome.org>
4437         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
4438         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
4439         (plugin_init):
4440           add debugging category, add error checks like checking return values
4441           of setup calls, make sure it still works after
4442           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
4444 2004-07-26  Wim Taymans  <wim@fluendo.com>
4446         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
4447         (gst_mpeg_demux_get_audio_stream),
4448         (gst_mpeg_demux_process_private):
4449         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
4450         Check for error codes from the negotiation functions. Make sure
4451         we really set the pad caps when a new pad is created.
4453 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4455         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4456         (gst_ffmpeg_caps_to_pix_fmt):
4457         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
4458         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4459         (gst_ffmpegcolorspace_pad_link):
4460           don't make function do two things at the same time without reason.
4462 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4464         * gst/ac3parse/ac3parse.vcproj
4465         * gst/adder/adder.vcproj
4466         * gst/alpha/alpha.vcproj
4467         * gst/alpha/alphacolor.vcproj
4468         * gst/asfdemux/asf.vcproj
4469         * gst/audioconvert/audioconvert.vcproj
4470         * gst/audiorate/audiorate.vcproj
4471         * gst/audioscale/audioscale.vcproj
4472         * gst/auparse/auparse.vcproj
4473         * gst/avi/avi.vcproj
4474         * gst/cdxaparse/cdxaparse.vcproj
4475         * gst/chart/chart.vcproj
4476         * gst/colorspace/colorspace.vcproj
4477         * gst/cutter/cutter.vcproj
4478         * gst/debug/debug.vcproj
4479         * gst/debug/efence.vcproj
4480         * gst/debug/navigationtest.vcproj
4481         * gst/deinterlace/deinterlace.vcproj
4482         * gst/effectv/effectv.vcproj
4483         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
4484         * gst/filter/filter.vcproj
4485         * gst/flx/flxdec.vcproj
4486         * gst/goom/goom.vcproj
4487         * gst/interleave/interleave.vcproj
4488         * gst/law/alaw.vcproj
4489         * gst/law/mulaw.vcproj
4490         * gst/matroska/matroska.vcproj
4491         * gst/median/median.vcproj
4492         * gst/mixmatrix/mixmatrix.vcproj
4493         * gst/mpeg1sys/mpeg1systemencode.vcproj
4494         * gst/mpeg1videoparse/mp1videoparse.vcproj
4495         * gst/mpeg2sub/mpeg2subt.vcproj
4496         * gst/mpegaudio/mpegaudio.vcproj
4497         * gst/mpegaudioparse/mpegaudioparse.vcproj
4498         * gst/mpegstream/mpegstream.vcproj
4499         * gst/multifilesink/multifilesink.vcproj
4500         * gst/multipart/multipart.vcproj
4501         * gst/oneton/oneton.vcproj
4502         * gst/overlay/overlay.vcproj
4503         * gst/passthrough/passthrough.vcproj
4504         * gst/qtdemux/qtdemux.vcproj
4505         * gst/realmedia/rmdemux.vcproj
4506         * gst/rtjpeg/rtjpeg.vcproj
4507         * gst/rtp/rtp.vcproj
4508         * gst/silence/silence.vcproj
4509         * gst/sine/sinesrc.vcproj
4510         * gst/smooth/smooth.vcproj
4511         * gst/smpte/smpte.vcproj
4512         * gst/spectrum/spectrum.vcproj
4513         * gst/speed/speed.vcproj
4514         * gst/stereo/stereo.vcproj
4515         * gst/switch/switch.vcproj
4516         * gst/tags/tagedit.vcproj
4517         * gst/tcp/tcp.vcproj
4518         * gst/typefind/typefindfunctions.vcproj
4519         * gst/udp/udp.vcproj
4520         * gst/videobox/videobox.vcproj
4521         * gst/videocrop/videocrop.vcproj
4522         * gst/videodrop/videodrop.vcproj
4523         * gst/videofilter/gamma.vcproj
4524         * gst/videofilter/videobalance.vcproj
4525         * gst/videofilter/videofilter.vcproj
4526         * gst/videofilter/videoflip.vcproj
4527         * gst/videoflip/videoflip.vcproj
4528         * gst/videomixer/videomixer.vcproj
4529         * gst/videorate/videorate.vcproj
4530         * gst/videoscale/videoscale.vcproj
4531         * gst/videotestsrc/videotestsrc.vcproj
4532         * gst/virtualdub/virtualdub.vcproj
4533         * gst/volenv/volenv.vcproj
4534         * gst/volume/volume.vcproj
4535         * gst/wavenc/wavenc.vcproj
4536         * gst/wavparse/wavparse.vcproj
4537         * gst/y4m/y4menc.vcproj
4538           more plugins supported under windows
4540 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4542         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4543         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
4544         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
4545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4546         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
4547           Add debugging statements.  Use the sizes as returned by the
4548           *CreateImage calls.
4550 2004-07-26  Johan Dahlin  <johan@gnome.org>
4552         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
4553         the pad is negotiated.
4555         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
4557 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
4559         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4560         * gst-libs/gst/idct/idct.vcproj:
4561         * gst-libs/gst/media-info/media-info.vcproj:
4562         * gst-libs/gst/mixer/mixer.vcproj:
4563         * gst-libs/gst/navigation/navigation.vcproj:
4564         * gst-libs/gst/play/play.vcproj:
4565         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
4566         * gst-libs/gst/resample/resample.vcproj:
4567         * gst-libs/gst/tuner/tuner.vcproj:
4568         * gst-libs/gst/video/video.vcproj:
4569         * gst-libs/gst/xoverlay/xoverlay.vcproj:
4570           more plugins supported under windows
4572 2004-07-25 Iain <iain@prettypeople.org>
4574         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
4575         pad now rather than when the pad is created because state changes wipe
4576         explicit caps (fixes #148043).
4578 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
4580         reviewed by Benjamin Otte  <otte@gnome.org>
4582         * ext/mad/gstmad.c:
4583           fix mad plugin crashing on Sun (fixes #148289)
4585 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
4587         * gst/avi/avi.def:
4588         * gst/avi/avi.vcproj:
4589         * gst/matroska/matroska.def:
4590         * gst/matroska/matroska.vcproj:
4591           remove unused .def files
4593 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
4595         * gst-libs/gst/audio/gstaudiofilter.c:
4596           Clean the local include
4598 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
4600         * win32/gst.sln:
4601         * gst-libs/gst/audio/audio.def:
4602         * gst-libs/gst/audio/audio.vcproj:
4603         * gst-libs/gst/audio/audiofilter.vcproj:
4604         * gst-libs/gst/audio/riff.def:
4605         * gst-libs/gst/audio/riff.vcproj:
4606         * gst-libs/gst/gst-libs.def:
4607         * gst-libs/gst/gst-libs.vcproj:
4608         * gst/avi/avi.vcproj:
4609         * gst/avi/avi.vcproj:
4610           Copy the files where needed after building, cleaner projects
4612 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
4614         * gst/matroska/ebml-write.c:
4615           Fix some 64 bits constants to be glib friendly
4617 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
4619         * win32/gst.sln:
4620         * gst-libs/gst/gst-libs.def:
4621         * gst-libs/gst/gst-libs.vcproj:
4622         * gst/matroska/matroska.def:
4623         * gst/matroska/matroska.vcproj:
4624           Add the preliminary canvas to build plugins on Win32
4626 2004-07-23  Benjamin Otte  <otte@gnome.org>
4628         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
4629           don't enfore negotiation from source side, it breaks 
4630           sinesrc ! audioconvert ! osssink
4632 2004-07-22  David Schleef  <ds@schleef.org>
4634         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
4635         for ELF files, since they can easily be recognized as audio/mpeg.
4636         (bug #147441)
4638 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4640         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
4641         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
4642         (gst_videoscale_scale_nearest_24bit),
4643         (gst_videoscale_scale_nearest_16bit):
4644           fix 16bit and 24bit for stride (24bit might need testing)
4645           don't pretend we do more than one algorithm
4647 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4649         * configure.ac:
4650         * gst/Makefile.am:
4651         * gst/multifilesink/Makefile.am:
4652         * gst/multifilesink/gstmultifilesink.c:
4653         (gst_multifilesink_get_formats),
4654         (gst_multifilesink_get_query_types), (_do_init),
4655         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
4656         (gst_multifilesink_init), (gst_multifilesink_dispose),
4657         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
4658         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
4659         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
4660         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
4661         (gst_multifilesink_chain), (gst_multifilesink_change_state),
4662         (gst_multifilesink_uri_get_type),
4663         (gst_multifilesink_uri_get_protocols),
4664         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
4665         (gst_multifilesink_uri_handler_init), (plugin_init):
4666         * gst/multifilesink/gstmultifilesink.h:
4667         * testsuite/Makefile.am:
4668         * testsuite/multifilesink/Makefile.am:
4669         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
4670         (gst_newmedia_class_init), (gst_newmedia_init),
4671         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
4672         (newfile_signal), (test_signal), (main):
4673         multifilesink plugin for creating new files every time a new media
4674         discontinuity event occurs
4676 2004-07-22  Wim Taymans  <wim@fluendo.com>
4678         * gst/alpha/Makefile.am:
4679         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
4680         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
4681         (gst_alpha_color_init), (gst_alpha_color_set_property),
4682         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
4683         (transform), (gst_alpha_color_chain),
4684         (gst_alpha_color_change_state), (plugin_init):
4685         Stupid plugin to to RGBA to AYUV conversion because none of
4686         the colorspace plugins can handle that yet.
4688 2004-07-22  Wim Taymans  <wim@fluendo.com>
4690         * examples/seeking/seek.c: (update_scale), (main):
4691         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4692         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
4693         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4694         (gst_decode_bin_init), (gst_decode_bin_dispose),
4695         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4696         (no_more_pads), (close_link), (type_found),
4697         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4698         (plugin_init):
4699         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4700         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
4701         (gst_play_base_bin_dispose), (queue_overrun),
4702         (gen_preroll_element), (remove_prerolls), (unknown_type),
4703         (no_more_pads), (new_stream), (setup_source),
4704         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4705         (play_base_eos), (gst_play_base_bin_change_state),
4706         (gst_play_base_bin_add_element),
4707         (gst_play_base_bin_remove_element),
4708         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
4709         (gst_play_base_bin_unlink_stream),
4710         (gst_play_base_bin_get_streaminfo):
4711         * gst/playback/gstplaybin.c: (gen_video_element),
4712         (gen_audio_element):
4713         * gst/playback/gststreaminfo.h:
4714         More playback updates, attempt to fix things after the state change
4715         breakage.
4717 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4719         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
4720         (gst_videoscale_scale_nearest_16bit):
4721           comment algorithm
4723 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4725         * gst/videotestsrc/gstvideotestsrc.c:
4726         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
4727         (gst_videotestsrc_init), (gst_videotestsrc_get),
4728         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
4729         (gst_videotestsrc_get_property):
4730         * gst/videotestsrc/gstvideotestsrc.h:
4731         * gst/videotestsrc/videotestsrc.c:
4732         * gst/videotestsrc/videotestsrc.h:
4733           cleanup and commenting
4735 2004-07-21  Wim Taymans  <wim@fluendo.com>
4737         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
4738         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
4739         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
4740         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
4741         (_find_chain_get_unknown_part), (_find_streams_check),
4742         (gst_ogg_demux_push), (gst_ogg_pad_push):
4743         * ext/theora/theoradec.c: (theora_get_formats),
4744         (theora_dec_src_convert), (theora_dec_sink_convert),
4745         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
4746         (theora_dec_chain):
4747         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
4748         (vorbis_dec_convert), (vorbis_dec_src_query),
4749         (vorbis_dec_src_event), (vorbis_dec_event):
4750         More seeking fixes, oggdemux now supports seeking to time and
4751         uses the downstream element to convert granulepos to time.
4752         Seeking in theora-only ogg files now works.
4754 2004-07-21  Wim Taymans  <wim@fluendo.com>
4756         * ext/theora/theoradec.c: (gst_theora_dec_init),
4757         (theora_get_formats), (theora_get_event_masks),
4758         (theora_get_query_types), (theora_dec_src_convert),
4759         (theora_dec_sink_convert), (theora_dec_src_query),
4760         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
4761         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
4762         (vorbis_get_event_masks), (vorbis_get_query_types),
4763         (gst_vorbis_dec_init), (vorbis_dec_convert),
4764         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
4765         Added query/convert/formats functions to vorbis and theora decoders
4766         so that the outside world can use them too. Fixed seeking on an
4767         ogg/theora/vorbis file by disabling the seeking seeking on the 
4768         theora srcpad.
4770 2004-07-21  Julien MOUTTE  <julien@moutte.net>
4772         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4773         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
4774         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
4775         images creation for both elements. We don't create the image on caps
4776         nego or renego, we just destroy the internal one if present if it does
4777         not match the needs. The chain function takes care of creating a new
4778         image when needed.
4779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4780         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
4781         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
4782         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
4783         the image format information. The buffer pool checks for the context
4784         image format and discard images with different formats.
4785         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
4787 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4789         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4790         (gst_ffmpegcolorspace_chain):
4791           no point in doing any chaining if the pad we want to push from
4792           isn't usable.
4794 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4796         * gst-libs/gst/riff/riff-media.c:
4797         (gst_riff_create_audio_caps_with_data):
4798           Fix double end-to-native symbol conversion (#148021).
4800 2004-07-20  David Schleef  <ds@schleef.org>
4802         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
4803         Don't use an Atom that doesn't exist.
4805 2004-07-20  Wim Taymans  <wim@fluendo.com>
4807         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4808         (gst_multifdsink_add), (gst_multifdsink_get_stats),
4809         (gst_multifdsink_client_remove),
4810         (gst_multifdsink_handle_client_write),
4811         (gst_multifdsink_queue_buffer):
4812         * gst/tcp/gstmultifdsink.h:
4813         More multifdsink stats. Avoid deadlock by releasing locks
4814         before sending out a signal.
4816 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4818         * po/LINGUAS:
4819         * po/hu.po:
4820           added Hungarian translation (Laszlo Dvornik)
4822 2004-07-20  Wim Taymans  <wim@fluendo.com>
4824         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4825         (gst_multifdsink_add), (gst_multifdsink_client_remove),
4826         (gst_multifdsink_handle_client_write),
4827         (gst_multifdsink_queue_buffer):
4828         * gst/tcp/gsttcp-marshal.list:
4829         Fixed the stupid marshal definition.
4831 2004-07-20  Wim Taymans  <wim@fluendo.com>
4833         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4834         (gst_multifdsink_init), (gst_multifdsink_add),
4835         (gst_multifdsink_client_remove),
4836         (gst_multifdsink_handle_client_write),
4837         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
4838         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
4839         (gst_multifdsink_init_send):
4840         * gst/tcp/gstmultifdsink.h:
4841         Added more stats, added timeout for a client, fixed some typos
4842         and added some comments.
4844 2004-07-20  Wim Taymans  <wim@fluendo.com>
4846         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4847         (gst_multifdsink_add), (gst_multifdsink_get_stats),
4848         (gst_multifdsink_client_remove),
4849         (gst_multifdsink_handle_client_write):
4850         * gst/tcp/gstmultifdsink.h:
4851         * gst/tcp/gsttcp-marshal.list:
4852         Added get_stats method that returns a GValueArray of
4853         stats values.
4855 2004-07-19  Benjamin Otte  <otte@gnome.org>
4857         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
4858           make sure longname, description and author are valid UTF-8
4860 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4862         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
4863         (gst_ximagesink_set_property):
4864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
4865         (gst_xvimagesink_set_property):
4866           make sure SYNCHRONOUS is respected after getting the X context
4868 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4870         * gst/matroska/matroska-demux.c:
4871         (gst_matroska_demux_handle_src_event),
4872         (gst_matroska_demux_parse_blockgroup):
4873         * gst/matroska/matroska-ids.h:
4874           add BlockReference tag and ignore it to clear out log.
4875           ignore NAVIGATION events to clear out log.
4877 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4879         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
4880         (gst_matroska_demux_add_stream):
4881         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
4882           add debug categories
4884 2004-07-16  Wim Taymans  <wim@fluendo.com>
4886         * ext/libpng/Makefile.am:
4887         * ext/libpng/gstpng.c: (plugin_init):
4888         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
4889         (gst_pngdec_get_type), (gst_pngdec_base_init),
4890         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
4891         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
4892         * ext/libpng/gstpngdec.h:
4893         Added png decoder.
4895 2004-07-16  Julien MOUTTE  <julien@moutte.net>
4897         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
4898         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
4899         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
4900         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
4901         (gst_ximagesink_buffer_alloc):
4902         * sys/ximage/ximagesink.h:
4903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4904         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
4905         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
4906         (gst_xvimagesink_buffer_alloc):
4907         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
4908         again. Using internal data pointer of the x(v)image to store image's
4909         data to be coherent with the buffer alloc mechanism. Investigated the
4910         image destruction code to be sure that everything gets freed correctly.
4912 2004-07-16  Wim Taymans  <wim@fluendo.com>
4914         * gst-libs/gst/riff/riff-read.c:
4915         (gst_riff_read_strf_vids_with_data),
4916         (gst_riff_read_strf_auds_with_data):
4917         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4918         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
4919         Make sure we don't create 0 sized subbuffers in riff-read.
4920         Signal the no more pads signal after reading the avi header.
4922 2004-07-16  Wim Taymans  <wim@fluendo.com>
4924         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4925         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
4926         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4927         (gst_decode_bin_init), (gst_decode_bin_dispose),
4928         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4929         (no_more_pads), (close_link), (type_found),
4930         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4931         (gst_decode_bin_change_state), (plugin_init):
4932         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4933         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
4934         (gst_play_base_bin_dispose), (queue_overrun),
4935         (gen_preroll_element), (remove_prerolls), (unknown_type),
4936         (no_more_pads), (new_stream), (setup_source),
4937         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4938         (play_base_eos), (gst_play_base_bin_change_state),
4939         (gst_play_base_bin_add_element),
4940         (gst_play_base_bin_remove_element),
4941         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
4942         (gst_play_base_bin_unlink_stream),
4943         (gst_play_base_bin_get_streaminfo):
4944         * gst/playback/gstplaybasebin.h:
4945         Better error recovery. Added configurable preroll queue size. Faster
4946         detection of no-more-pads.
4948 2004-07-16  Wim Taymans  <wim@fluendo.com>
4950         * gst-libs/gst/video/video.h:
4951         Added 32 bits RGBA. Not sure if we should use another mime-type
4952         for alpha rgb. Currently the presence of the alpha_mask property
4953         signals an alpha channel.
4955 2004-07-16  Wim Taymans  <wim@fluendo.com>
4957         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4959         FPS seems to be 0.0 to MAX everywhere else.
4961 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4963         * gst-libs/gst/riff/riff-media.c:
4964         (gst_riff_create_video_caps_with_data):
4965           mp42/mp43 (no caps) exist too.
4966         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
4967           Set pixel_width/height; we've got them in-caps.
4968         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4969         * gst/wavparse/gstwavparse.c: (plugin_init):
4970           Both are valid primary.
4971         * sys/oss/gstossmixer.c:
4972           Remove i18n hack and enable translations.
4974 2004-07-15  Benjamin Otte  <otte@gnome.org>
4976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4977         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
4978           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
4980 2004-07-15  Benjamin Otte  <otte@gnome.org>
4982         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
4983         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
4984         (gst_alsa_close_audio):
4985           disable some of the debugging code for now. Writing debugging to a
4986           buffer is broken in current alsalib releases.
4988 2004-07-12  Benjamin Otte  <otte@gnome.org>
4990         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
4991           use bufferpools
4993 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4995         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4996         (theora_dec_src_query), (theora_dec_event):
4997         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4998           add debugging categories.  Remove \n's.
5000 2004-07-13  Johan Dahlin  <johan@gnome.org>
5002         * gst/playback/gstplaybin.c (gst_play_bin_set_property) 
5003         (gst_play_bin_get_property): Impl.
5005 2004-07-13  Wim Taymans  <wim@fluendo.com>
5007         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
5008         When trying to find the stream length, seek back N pages
5009         instead of just one, where N is the number of streams in 
5010         the current chain.
5012 2004-07-13  Wim Taymans  <wim@fluendo.com>
5014         * gst-libs/gst/riff/riff-media.c:
5015         (gst_riff_create_audio_caps_with_data),
5016         (gst_riff_create_audio_caps),
5017         (gst_riff_create_audio_template_caps):
5018         * gst-libs/gst/riff/riff-media.h:
5019         * gst-libs/gst/riff/riff-read.c:
5020         (gst_riff_read_strf_vids_with_data),
5021         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
5022         * gst-libs/gst/riff/riff-read.h:
5023         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5024         (gst_avi_demux_add_stream):
5025         Set codec_data on caps for avidemuxer.
5027 2004-07-12  David Schleef  <ds@schleef.org>
5029         * configure.ac: Fix test for Objective C
5031 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
5032         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
5033         (gst_gdk_pixbuf_chain):
5034           Add svg and pcx to template caps, and ensure that getcaps returns a
5035           subset of the template caps.
5036           Copy each row manually for output, as gdkpixbuf may pad the
5037           rowstride to a 32-bit word boundary.
5039 2004-07-12  Wim Taymans  <wim@fluendo.com>
5041         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5042         (gst_riff_create_video_template_caps):
5043         Fix the template caps to include some more media types.
5045 2004-07-12  Wim Taymans  <wim@fluendo.com>
5047         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5048         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
5049         (compare_ranks), (print_feature), (gst_decode_bin_init),
5050         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
5051         (try_to_link_1), (new_pad), (close_link), (type_found),
5052         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
5053         (gst_decode_bin_change_state), (plugin_init):
5054         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5055         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
5056         (gst_play_base_bin_dispose), (queue_overrun),
5057         (gen_preroll_element), (remove_prerolls), (no_more_pads),
5058         (new_stream), (setup_source), (gst_play_base_bin_set_property),
5059         (gst_play_base_bin_get_property), (play_base_eos),
5060         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5061         (gst_play_base_bin_remove_element),
5062         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
5063         (gst_play_base_bin_unlink_stream),
5064         (gst_play_base_bin_get_streaminfo):
5065         * gst/playback/gstplaybasebin.h:
5066         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
5067         (gst_play_bin_class_init), (gst_play_bin_init),
5068         (gst_play_bin_dispose), (gst_play_bin_set_property),
5069         (gst_play_bin_get_property), (gen_video_element),
5070         (gen_audio_element), (remove_sinks), (setup_sinks),
5071         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
5072         (gst_play_bin_send_event), (gst_play_bin_get_formats),
5073         (gst_play_bin_convert), (gst_play_bin_get_query_types),
5074         (gst_play_bin_query), (plugin_init):
5075         * gst/playback/test4.c: (main):
5076         More fixes on reusing of the element.
5078 2004-07-11  Benjamin Otte  <otte@gnome.org>
5080         * ext/mad/gstmad.c: (normal_seek):
5081           allow seeking for other methods than just SET
5083 2004-07-11  Andy Wingo  <wingo@pobox.com>
5085         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
5086         float, "any" caps -> buffer_frames=[0,MAX].
5088         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
5089         doesn't intersect our caps with the template any more. Do it
5090         ourselves.
5091         (interleave_buffered_loop): Use g_newa instead of malloc/free.
5093 2004-07-09  Wim Taymans  <wim@fluendo.com>
5095         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5096         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
5097         (compare_ranks), (print_feature), (gst_decode_bin_init),
5098         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
5099         (try_to_link_1), (new_pad), (close_link), (type_found),
5100         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
5101         (gst_decode_bin_change_state), (plugin_init):
5102         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5103         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
5104         (gst_play_base_bin_dispose), (queue_overrun),
5105         (gen_preroll_element), (remove_prerolls), (no_more_pads),
5106         (new_stream), (setup_source), (gst_play_base_bin_set_property),
5107         (gst_play_base_bin_get_property), (play_base_eos),
5108         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5109         (gst_play_base_bin_remove_element),
5110         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
5111         (gst_play_base_bin_unlink_stream),
5112         (gst_play_base_bin_get_streaminfo):
5113         * gst/playback/gstplaybasebin.h:
5114         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
5115         (gst_play_bin_class_init), (gst_play_bin_init),
5116         (gst_play_bin_dispose), (gst_play_bin_set_property),
5117         (gst_play_bin_get_property), (gen_video_element),
5118         (gen_audio_element), (remove_sinks), (setup_sinks),
5119         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
5120         (gst_play_bin_send_event), (gst_play_bin_get_formats),
5121         (gst_play_bin_convert), (gst_play_bin_get_query_types),
5122         (gst_play_bin_query), (plugin_init):
5123         * gst/playback/test4.c: (main):
5124         Work on object reuse and seeking.
5126 2004-07-09  Wim Taymans  <wim@fluendo.com>
5128         * examples/seeking/seek.c: (iterate):
5129         Don't consume all CPU in the idle loop.
5131 2004-07-09  Wim Taymans  <wim@fluendo.com>
5133         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
5134         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
5135         Add pad to element *after* setting the pad functions so that
5136         the scheduler can use the correct ones.
5138 2004-07-09  Wim Taymans  <wim@fluendo.com>
5140         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
5141         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
5142         Sync to keyframe after seek
5144 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5146         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
5147         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
5148         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
5149         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
5150         * ext/libvisual/visual.c: (gst_visual_change_state):
5151         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
5152         * ext/theora/theoradec.c: (theora_dec_change_state):
5153         * ext/theora/theoraenc.c: (theora_enc_change_state):
5154         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
5155         * gst-libs/gst/navigation/navigation.c:
5156         * gst/adder/gstadder.c: (gst_adder_change_state):
5157         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5158         (gst_audio_convert_get_buffer):
5159         * gst/multipart/multipartdemux.c:
5160         (gst_multipart_demux_change_state):
5161         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
5162         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
5163         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5164         * gst/videoscale/gstvideoscale.c:
5165         (gst_videoscale_handle_src_event):
5166         * gst/volume/gstvolume.c: (volume_chain_int16):
5167           don't assert in state change, this should be done by the base
5168           GstElement class.
5169           various debugging fixes.
5171 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5173         * configure.ac:
5174         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
5175         (gst_play_dispose), (gst_play_set_location),
5176         (gst_play_set_data_src), (gst_play_set_video_sink),
5177         (gst_play_set_audio_sink), (gst_play_set_visualization),
5178         (gst_play_connect_visualization), (gst_play_get_sink_element),
5179         (gst_play_get_all_by_interface):
5180         * gst-libs/gst/play/play.h:
5181           add new method to get elements implementing an interface.
5182           add various error logging
5184 2004-07-08  Wim Taymans  <wim@fluendo.com>
5186         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
5187         (make_mpeg_pipeline), (make_mpegnt_pipeline),
5188         (make_playerbin_pipeline), (query_durations_elems),
5189         (query_durations_pads), (query_positions_elems),
5190         (query_positions_pads), (update_scale), (iterate), (stop_seek),
5191         (main):
5192         Added playbin seeking example.
5194 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5196         * gst-libs/gst/play/play.c: (gst_play_set_location),
5197         (gst_play_set_data_src), (gst_play_set_video_sink),
5198         (gst_play_set_audio_sink), (gst_play_set_visualization),
5199         (gst_play_connect_visualization), (gst_play_get_framerate):
5200           use a macro to look up elements from hash table
5202 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5204         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
5205         (gst_play_get_length_callback), (gst_play_set_location),
5206         (gst_play_seek_to_time), (gst_play_set_data_src),
5207         (gst_play_set_video_sink), (gst_play_set_audio_sink),
5208         (gst_play_set_visualization), (gst_play_connect_visualization),
5209         (gst_play_get_sink_element):
5210         - add debugging info
5211         - fix looking up sink elements by iterating over complete caps
5212         - put everything except for source and autoplugger in a complete bin
5214 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5216         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
5217         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
5218         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
5219         (gst_alsa_sink_write), (gst_alsa_sink_loop):
5220         * ext/alsa/gstalsasink.h:
5221         - add debugging info
5222         - clean up schizophrenia of data/buffer/event
5223         - fix double event unref error
5225 2004-07-08  Wim Taymans  <wim@fluendo.com>
5227         * gst/playback/Makefile.am:
5228         Add headers to noinst
5230 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5232         * tools/gst-launch-ext-m.m:
5233         * tools/gst-launch-ext.1.in:
5234           convert to the third millenium
5236 2004-07-07  David Schleef  <ds@schleef.org>
5238         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
5240 2004-07-07  Wim Taymans  <wim@fluendo.com>
5242         * gst/playback/Makefile.am:
5243         * gst/playback/README:
5244         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5245         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
5246         (compare_ranks), (print_feature), (gst_decode_bin_init),
5247         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
5248         (try_to_link_1), (new_pad), (close_link), (type_found),
5249         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
5250         (plugin_init):
5251         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5252         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
5253         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
5254         (gen_preroll_element), (no_more_pads), (new_stream),
5255         (setup_source), (gst_play_base_bin_set_property),
5256         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
5257         (gst_play_base_bin_add_element),
5258         (gst_play_base_bin_remove_element),
5259         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
5260         (gst_play_base_bin_unlink_stream),
5261         (gst_play_base_bin_get_streaminfo):
5262         * gst/playback/gstplaybasebin.h:
5263         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
5264         (gst_play_bin_class_init), (gst_play_bin_init),
5265         (gst_play_bin_dispose), (gst_play_bin_set_property),
5266         (gst_play_bin_get_property), (gen_video_element),
5267         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
5268         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
5269         (gst_play_bin_get_formats), (gst_play_bin_convert),
5270         (gst_play_bin_get_query_types), (gst_play_bin_query),
5271         (plugin_init):
5272         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
5273         (gst_stream_info_get_type), (gst_stream_info_class_init),
5274         (gst_stream_info_init), (gst_stream_info_new),
5275         (gst_stream_info_dispose), (gst_stream_info_set_property),
5276         (gst_stream_info_get_property):
5277         * gst/playback/gststreaminfo.h:
5278         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5279         (main):
5280         * gst/playback/test2.c: (main):
5281         * gst/playback/test3.c: (update_scale), (main):
5282         More playbin fixes. Added README. Do better element filtering.
5283         Added base class to preroll media. Added test apps.
5285 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5287         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
5288         * ext/mpeg2dec/gstmpeg2dec.h:
5289           various debugging improvements.  Reset stream to next picture
5290           instead of sequence header, otherwise seeks cannot work.
5292 2004-07-07  Wim Taymans  <wim@fluendo.com>
5294         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
5295         (gst_video_box_class_init), (gst_video_box_set_property),
5296         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
5297         Use pad_alloc where possible.
5299 2004-07-07  Wim Taymans  <wim@fluendo.com>
5301         * sys/oss/gstosselement.c: (gst_osselement_reset),
5302         (gst_osselement_parse_caps):
5303         * sys/oss/gstosselement.h:
5304         * sys/oss/gstosssrc.c: (gst_osssrc_get):
5305         Fix offset on osssrc.
5307 2004-07-07  Wim Taymans  <wim@fluendo.com>
5309         * ext/theora/theora.c: (plugin_init):
5310         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
5311         (theora_dec_src_query), (theora_dec_chain):
5312         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5313         (theora_enc_sink_link), (theora_buffer_from_packet),
5314         (theora_push_packet), (theora_enc_chain):
5315         Fix theora granulepos calculation.
5316         Fix overflow in duration/position calculation.
5317         Bump rank to PRIMARY for theoradec.
5318         Use granulepos of last packet to calculate position.
5319         Set keyframe flag on buffers when needed.
5321 2004-07-06  David Schleef  <ds@schleef.org>
5323         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
5324         serious?  (Fixed, obviously.)
5326 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5328         * po/LINGUAS:
5329         * po/cs.po:
5330           added Czech translation (Miloslav Trmac)
5332 2004-07-05  Wim Taymans  <wim@fluendo.com>
5334         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5335         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
5336         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
5337         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
5338         (close_link), (type_found), (gst_decode_bin_set_property),
5339         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
5340         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
5341         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
5342         (gst_decode_bin_query), (plugin_init):
5343         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
5344         (gst_play_bin_class_init), (gst_play_bin_init),
5345         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
5346         (get_video_element), (new_pad), (setup_source),
5347         (gst_play_bin_set_property), (gst_play_bin_get_property),
5348         (gst_play_bin_change_state), (gst_play_bin_add_element),
5349         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
5350         (gst_play_bin_send_event), (gst_play_bin_get_formats),
5351         (gst_play_bin_convert), (gst_play_bin_get_query_types),
5352         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
5353         * gst/playback/test.c: (main):
5354         More fixes, cleaned up playbin, make it use decodebin. Added
5355         threaded property to playbin.
5357 2004-07-05  Wim Taymans  <wim@fluendo.com>
5359         * configure.ac:
5360         * gst/playback/Makefile.am:
5361         * gst/playback/decodetest.c: (main):
5362         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
5363         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
5364         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
5365         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
5366         (close_link), (type_found), (gst_decode_bin_set_property),
5367         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
5368         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
5369         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
5370         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
5371         (plugin_init):
5372         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
5373         (gst_play_bin_class_init), (gst_play_bin_init),
5374         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
5375         (collect_sink_pads), (find_compatibles), (close_pad_link),
5376         (try_to_link_1), (new_pad), (close_link), (type_found),
5377         (setup_source), (gst_play_bin_set_property),
5378         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
5379         (compare_ranks), (gst_play_bin_collect_factories),
5380         (gst_play_bin_change_state), (gst_play_bin_add_element),
5381         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
5382         (gst_play_bin_send_event), (gst_play_bin_get_formats),
5383         (gst_play_bin_convert), (gst_play_bin_get_query_types),
5384         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
5385         * gst/playback/test.c: (main):
5386         Added some playback helper elements and some test apps, very alpha
5387         still.
5389 2004-07-04  Benjamin Otte  <otte@gnome.org>
5391         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
5392           only restart audio when we indeed have an xrun to fix repeated
5393           xruns. Fix suggested by Giuliano Pochini.
5395 2004-07-03  David Schleef  <ds@schleef.org>
5397         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
5398         call to gst_debug_log() if debugging is disabled (bug #145118)
5400 2004-07-03  Benjamin Otte  <otte@gnome.org>
5402         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
5403           use our own functions for restarting the alsa device.
5404         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5405           I should apply patches myself - use MIN for the third argument, not
5406           the second, this fixes seeking
5408 2004-07-02  David Schleef  <ds@schleef.org>
5410         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
5411         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
5412         do with the logic.
5414 2004-07-02  David Schleef  <ds@schleef.org>
5416         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
5417         output buffers.  Fix logic mistake.  (bug #144866)
5419 2004-07-02  David Schleef  <ds@schleef.org>
5421         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
5422         on X.  (bug #144753)
5424 2004-07-02  David Schleef  <ds@schleef.org>
5426         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
5427         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
5428         (bug #144624)
5429         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
5430         (gst_osselement_rate_probe_check): Add another workaround for
5431         buggy drivers (bug #145336)
5433 2004-07-02  David Schleef  <ds@schleef.org>
5435         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
5436         Most systems don't have MSG_NOSIGNAL.
5438 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5440         * Makefile.am:
5441         * gst-libs/gst/colorbalance/Makefile.am:
5442         * gst-libs/gst/mixer/Makefile.am:
5443         * gst-libs/gst/play/Makefile.am:
5444         * gst-libs/gst/tuner/Makefile.am:
5445           (hopefully) fix both install and dist and make error message useful.
5446           needs testing across automakes.
5448 2004-07-02  Benjamin Otte  <otte@gnome.org>
5450         * ext/ogg/gstogg.c: (plugin_init):
5451           we require bytestream now
5452         * ext/ogg/gstoggdemux.c: 
5453           huge diff to implement chain setup in a fast and generic way. This
5454           improves tag reading and startup of huge files (read: Theora videos)
5455           quite a bit. It probably contains bugs, too, so please test.
5456           Seeking is not improved to the fast method.
5458 2004-06-29  Wim Taymans  <wim@fluendo.com>
5460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5461         * ext/ogg/gstoggmux.c:
5462         Fix memleak in oggdemux when running unconnected pads.
5463         doc update in mux, start working on keyframe mode.
5465 2004-06-29  Benjamin Otte  <otte@gnome.org>
5467         * sys/oss/gstosssink.c:
5468         * sys/oss/gstosssrc.c:
5469           advertise correct template caps - we indeed do non-native endianness
5470           and 8bit audio has no endianness
5471         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
5472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
5473           avoid (wrong) duplications in getcaps function and return
5474           template caps
5476 2004-06-29  Wim Taymans  <wim@fluendo.com>
5478         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5479         (gst_multifdsink_class_init), (gst_multifdsink_add),
5480         (gst_multifdsink_remove), (gst_multifdsink_clear),
5481         (gst_multifdsink_client_remove),
5482         (gst_multifdsink_handle_client_read),
5483         (gst_multifdsink_client_queue_data),
5484         (gst_multifdsink_client_queue_caps),
5485         (gst_multifdsink_client_queue_buffer),
5486         (gst_multifdsink_handle_client_write),
5487         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5488         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
5489         (gst_multifdsink_init_send), (gst_multifdsink_close):
5490         Fix wrong GList iteration that could crash the server when
5491         more then 2 clients disconnect at the same time. Read all the
5492         pending commands in one batch to recover from command storms under
5493         very heavy load.
5495 2004-06-28  Wim Taymans  <wim@fluendo.com>
5497         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
5498         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
5499         (gst_videomixer_pad_set_property),
5500         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
5501         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
5502         (gst_videomixer_class_init), (gst_videomixer_init),
5503         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
5504         (pad_zorder_compare), (gst_videomixer_sort_pads),
5505         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
5506         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
5507         (gst_videomixer_update_queues), (gst_videomixer_loop),
5508         (plugin_init):
5509         Avoid divide by zero, choose masterpad as the pad with the highest
5510         framerate.
5512 2004-06-27  Julien Moutte  <julien@moutte.net>
5514         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
5515         (gst_ximagesink_xwindow_new):
5516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5517         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
5518         function directly. We might want to call it from somewhere else one day.
5520 2004-06-27  Julien Moutte  <julien@moutte.net>
5522         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
5523         (gst_ximagesink_xwindow_new):
5524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5525         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
5526         window decorations.
5528 2004-06-27  Wim Taymans  <wim@fluendo.com>
5530         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
5531         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
5532         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
5533         (gst_dvdec_set_property), (gst_dvdec_get_property):
5534         * ext/dv/gstdvdec.h:
5535         Implement drop_factor property to lower the framerate with
5536         a factor.
5538 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5540         * gst-libs/gst/colorbalance/Makefile.am:
5541         * gst-libs/gst/mixer/Makefile.am:
5542         * gst-libs/gst/play/Makefile.am:
5543         * gst-libs/gst/tuner/Makefile.am:
5544           unbreak Company's fix that didn't install the -enum.h files
5546 2004-06-27  Wim Taymans  <wim@fluendo.com>
5548         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
5549         (gst_dvdec_change_state):
5550         * ext/dv/gstdvdec.h:
5551         Fix timestamp, duration and offset of the buffers.
5553 2004-06-27  Wim Taymans  <wim@fluendo.com>
5555         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5556         (gst_multifdsink_class_init), (gst_multifdsink_add),
5557         (gst_multifdsink_remove), (gst_multifdsink_clear),
5558         (gst_multifdsink_client_remove),
5559         (gst_multifdsink_handle_client_read),
5560         (gst_multifdsink_client_queue_data),
5561         (gst_multifdsink_client_queue_caps),
5562         (gst_multifdsink_client_queue_buffer),
5563         (gst_multifdsink_handle_client_write),
5564         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5565         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
5566         (gst_multifdsink_init_send), (gst_multifdsink_close):
5567         * gst/tcp/gstmultifdsink.h:
5568         * gst/tcp/gsttcpserversink.c:
5569         (gst_tcpserversink_handle_server_read),
5570         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
5571         More multifdsink fixes, more recovery policy fixes.
5572         Removed stupid g_print
5574 2004-06-26  Wim Taymans  <wim@fluendo.com>
5576         * gst/tcp/Makefile.am:
5577         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5578         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
5579         (gst_multifdsink_class_init), (gst_multifdsink_init),
5580         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
5581         (gst_multifdsink_handle_client_read),
5582         (gst_multifdsink_client_queue_data),
5583         (gst_multifdsink_client_queue_caps),
5584         (gst_multifdsink_client_queue_buffer),
5585         (gst_multifdsink_handle_client_write),
5586         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
5587         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
5588         (gst_multifdsink_chain), (gst_multifdsink_set_property),
5589         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
5590         (gst_multifdsink_close), (gst_multifdsink_change_state):
5591         * gst/tcp/gstmultifdsink.h:
5592         * gst/tcp/gsttcpplugin.c: (plugin_init):
5593         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
5594         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
5595         (gst_tcpserversink_handle_server_read),
5596         (gst_tcpserversink_handle_select),
5597         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
5598         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
5599         * gst/tcp/gsttcpserversink.h:
5600         Added multifdsink, made tcpserversink a subclass of fdsink, removed
5601         one of the locks, added recovery policy to multifdsink.
5603 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5605         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5606           fix decision for when getting frames with same timestamp
5607         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
5608         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
5609         (gst_v4lsrc_get_property):
5610         * sys/v4l/gstv4lsrc.h:
5611           add latency offset property 
5613 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5615         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
5616         (plugin_init):
5617           fix debugging. add category.
5619 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5621         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
5622           fix wrong offsets
5624 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5626         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
5627         (gst_alsa_src_get_time), (gst_alsa_src_loop),
5628         (gst_alsa_src_change_state):
5629           return a time that is in sync with the element's processing
5631 2004-06-25  Wim Taymans  <wim@fluendo.com>
5633         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5634         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
5635         (gst_tcpserversink_client_remove),
5636         (gst_tcpserversink_handle_client_read),
5637         (gst_tcpserversink_client_queue_data),
5638         (gst_tcpserversink_client_queue_caps),
5639         (gst_tcpserversink_client_queue_buffer),
5640         (gst_tcpserversink_handle_client_write),
5641         (gst_tcpserversink_queue_buffer),
5642         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
5643         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
5644         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
5645         (gst_tcpserversink_close):
5646         * gst/tcp/gsttcpserversink.h:
5647         Serversink rewrite. Really do non blocking writes to clients and
5648         maintain an internal queue to handle slower clients while not
5649         disturbing fast clients.
5651 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5653         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
5654           better debug, don't override OFFSET and OFFSET_END
5656 2004-06-25  Iain <iain@prettypeople.org>
5658         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add 
5659         name=source for the wavparse pipeline.
5661 2004-06-24  Johan Dahlin  <johan@gnome.org>
5663         * ext/theora/theoraenc.c (theora_enc_chain): Call
5664         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
5665         streamheader caps are set correctly.
5667 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5669         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5670         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
5671           respect minimum bitrate; same could be done for max bitrate
5673 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5675         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5676         (gst_vorbisenc_setup):
5677           fix sample rate range
5679 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5681         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
5682         (gst_oggvorbisenc_setup):
5683         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5684         (gst_vorbisenc_setup):
5685           resolve ambiguities in code and description
5687 2004-06-24  Wim Taymans  <wim@fluendo.com>
5689         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
5690         * ext/alsa/gstalsa.h:
5691         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
5692         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
5693         Use alsa trigger_tstamp to get the timestamp of the first
5694         sample in the buffer for more precise sync. Some cleanups.
5696 2004-06-24  Wim Taymans  <wim@fluendo.com>
5698         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
5699         (gst_audiorate_init), (gst_audiorate_chain),
5700         (gst_audiorate_set_property), (gst_audiorate_get_property):
5701         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5702         (gst_videorate_chain):
5703         Added some logging, fixed an overflow bug in videorate.
5705 2004-06-24  Benjamin Otte  <otte@gnome.org>
5707         * ext/kio/Makefile.am:
5708           fix for builddir != srcdir and distcheck
5710 2004-06-24  Benjamin Otte  <otte@gnome.org>
5712         * gst-libs/gst/colorbalance/Makefile.am:
5713         * gst-libs/gst/mixer/Makefile.am:
5714         * gst-libs/gst/play/Makefile.am:
5715         * gst-libs/gst/tuner/Makefile.am:
5716         * gst/tcp/Makefile.am:
5717         * sys/dxr3/Makefile.am:
5718           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
5719           tarball.
5720           Also add all *.list files that were missing.
5721         * Makefile.am:
5722           add a distcheck hook to ensure the above doesn't happen again.
5724 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
5726         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
5728 2004-06-23  Colin Walters  <walters@redhat.com>
5730         * m4/Makefile.am: Distribute gst-fionread.m4.
5732 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5734         * configure.ac: back to dev
5736 2004-06-23  Wim Taymans  <wim@fluendo.com>
5738         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
5739         (gst_alsa_xrun_recovery):
5740         * ext/alsa/gstalsa.h:
5741         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
5742         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
5743         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
5744         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
5745         (gst_alsa_src_loop):
5746         Add clock to alsasrc. Take new capture timestamp when
5747         restarting after an overrun. Split up some functions between
5748         alsasrc and alsasink.
5750 === release 0.8.2 ===
5752 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5754         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
5755         (gst_alsa_change_state), (gst_alsa_update_avail),
5756         (gst_alsa_xrun_recovery):
5757         * ext/alsa/gstalsa.h:
5758         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5759           merge back changes from release
5761 2004-06-23  Wim Taymans  <wim@fluendo.com>
5763         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
5764         (gst_audiorate_init), (gst_audiorate_chain),
5765         (gst_audiorate_set_property), (gst_audiorate_get_property):
5766         Implement sample dropping and notify
5768 2004-06-22  Wim Taymans  <wim@fluendo.com>
5770         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5771         (theora_enc_sink_link), (theora_buffer_from_packet),
5772         (theora_push_packet), (theora_enc_chain):
5773         Some cleanups, make sure the timestamps are correct.
5775 2004-06-22  Wim Taymans  <wim@fluendo.com>
5777         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
5778         (gst_alsa_change_state), (gst_alsa_update_avail),
5779         (gst_alsa_xrun_recovery):
5780         * ext/alsa/gstalsa.h:
5781         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
5782         Cleanups, take queued samples into account when reporting
5783         the time.
5785 2004-06-22  Wim Taymans  <wim@fluendo.com>
5787         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5788         (gst_videorate_init):
5789         Initialize the property as well.
5791 2004-06-22  Wim Taymans  <wim@fluendo.com>
5793         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5794         (gst_videorate_init), (gst_videorate_chain),
5795         (gst_videorate_set_property), (gst_videorate_get_property):
5796         Add property to make videorate silent.
5797         Add property to prefer new frames over old ones.
5799 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5801         * sys/osxvideo/Makefile.am:
5802         Workaround so that the osxvideo .so file gets linked with the
5803         Cocoa, OpenGL and QuickTime frameworks
5805 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5807         * sys/osxaudio/Makefile.am:
5808         Workaround so that the osxaudio .so file gets linked with the
5809         CoreAudio framework
5810  
5811 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5813         * configure.ac:
5814         Whoops, my fault...fixed build issues
5816 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5818         * configure.ac:
5819         Add objective-c support if running in Darwin/Mac OS X
5820         * sys/Makefile.am:
5821         * sys/osxvideo:
5822         * sys/osxvideo/Makefile.am:
5823         * sys/osxvideo/osxvideosink.h:
5824         * sys/osxvideo/osxvideosink.m:
5825         * sys/osxvideo/cocoawindow.h:
5826         * sys/osxvideo/cocoawindow.m:
5827         Add osxvideosink, a cocoa-based osx video sink
5828         
5830 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
5831         * ext/dvdnav/gst-dvd:
5832         Grab the gconf key from the right spot
5833         * gst/debug/gstnavseek.c: (gst_navseek_init),
5834         (gst_navseek_segseek), (gst_navseek_handle_src_event),
5835         (gst_navseek_chain):
5836         * gst/debug/gstnavseek.h:
5837           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
5838           and loop parameters of a segment seek.
5839         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
5840         (gst_videotestsrc_get_event_masks),
5841         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
5842         * gst/videotestsrc/gstvideotestsrc.h:
5843           Add seeking support to videotestsrc
5844           Initialise the timestamp_offset variable.
5846 2004-06-18  Wim Taymans  <wim@fluendo.com>
5848         * ext/sidplay/gstsiddec.cc:
5849         Fix negotiation and set correct end offset.
5851 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5853         * configure.ac: branch and prerelease
5855 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5857         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
5858         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
5859         (gst_tcpclientsrc_init_receive):
5860         * gst/tcp/gsttcpclientsrc.h:
5861           read caps when connecting to server for GDP so we set them correctly
5863 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5865         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5866           notify drops and duplicates
5867         * gst/videoscale/videoscale.c: (videoscale_get_structure):
5868           no good reason to limit ourselves to 100x100
5870 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5872         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
5873         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
5874         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
5875         (gst_v4lsrc_get_property):
5876         * sys/v4l/gstv4lsrc.h:
5877         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
5878         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
5879         (gst_v4l_set_audio):
5880         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
5881         (gst_v4lsrc_try_capture):
5882         * sys/v4l/v4lsrc_calls.h:
5883           change try_palette to more general try_capture
5884           add autoprobe option so we can turn off autoprobing
5885           various fixes
5887 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5889         * configure.ac:
5890           add videorate
5891         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
5892         (gst_ximagesink_class_init):
5893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
5894         (gst_xvimagesink_class_init):
5895           run them as finalize, not dispose, since dispose can be invoked
5896           multiple times
5898 2004-06-17  Wim Taymans  <wim@fluendo.com>
5900         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
5901         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
5902         * ext/alsa/gstalsa.h:
5903         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
5904         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
5905         (gst_alsa_src_change_state):
5906         * ext/alsa/gstalsasrc.h:
5907         Make the xrun code timestamp and offset the buffers correctly.
5908         moved the clock to the base class, use alsa methods to get time.
5909         Do correct timestamping on outgoing buffers.
5911 2004-06-17  Wim Taymans  <wim@fluendo.com>
5913         * gst/audiorate/Makefile.am:
5914         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
5915         (gst_audiorate_base_init), (gst_audiorate_class_init),
5916         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
5917         (gst_audiorate_set_property), (gst_audiorate_get_property),
5918         (gst_audiorate_change_state), (plugin_init):
5919         Added an audiorate converter that fills in gaps.
5921 2004-06-17  Johan Dahlin  <johan@gnome.org>
5923         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
5925 2004-06-16  Wim Taymans  <wim@fluendo.com>
5927         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
5928         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
5929         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
5930         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
5931         (gst_v4lsrc_get_property):
5932         * sys/v4l/gstv4lsrc.h:
5933         Added a copy mode to v4lsrc where it will output a copied version
5934         of its internal hardware buffer.
5935         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
5936         can't | them.
5938 2004-06-16  Wim Taymans  <wim@fluendo.com>
5940         * sys/oss/gstosssrc.c: (gst_osssrc_get):
5941         Timestamp fixes.
5943 2004-06-16  Wim Taymans  <wim@fluendo.com>
5945         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
5946         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
5947         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
5948         (gst_v4lsrc_get_property):
5949         * sys/v4l/gstv4lsrc.h:
5950         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
5951         Added a sync mode enum property to control v4lsrc timestamp method
5952         Removed the use-fixed-fps property and moved functionality in
5953         the enum. 
5954         Don't error on an error value from v4l-conf, it might not always
5955         be a real error.
5957 2004-06-16  Wim Taymans  <wim@fluendo.com>
5959         * gst/videorate/Makefile.am:
5960         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
5961         (gst_videorate_base_init), (gst_videorate_class_init),
5962         (gst_videorate_getcaps), (gst_videorate_link),
5963         (gst_videorate_init), (gst_videorate_chain),
5964         (gst_videorate_set_property), (gst_videorate_get_property),
5965         (gst_videorate_change_state), (plugin_init):
5966         Added a video timestamp corrector.
5968 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5970         fixed a potential leak with previous commit
5971         
5972         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
5974 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5976         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
5977         Added missing refcount, fixes bug #144425
5978         Cheers Tim for finding the bug
5980 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5982         * sys/v4l/gstv4l.c: (plugin_init):
5983         * sys/v4l/gstv4lcolorbalance.c:
5984         * sys/v4l/gstv4lcolorbalance.h:
5985         * sys/v4l/gstv4lelement.c:
5986         * sys/v4l/gstv4lelement.h:
5987         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
5988         * sys/v4l/gstv4lmjpegsink.h:
5989         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5990         * sys/v4l/gstv4lmjpegsrc.h:
5991         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
5992         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
5993         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
5994         * sys/v4l/gstv4lsrc.h:
5995         * sys/v4l/gstv4ltuner.c:
5996         * sys/v4l/gstv4ltuner.h:
5997         * sys/v4l/gstv4lxoverlay.c:
5998         * sys/v4l/gstv4lxoverlay.h:
5999         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
6000         (gst_v4l_set_window), (gst_v4l_enable_overlay):
6001         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
6002         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
6003         (gst_v4l_set_audio):
6004         * sys/v4l/v4l_calls.h:
6005         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
6006         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
6007         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
6008         (gst_v4lmjpegsink_playback_init),
6009         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
6010         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
6011         (gst_v4lmjpegsink_playback_stop),
6012         (gst_v4lmjpegsink_playback_deinit):
6013         * sys/v4l/v4lmjpegsink_calls.h:
6014         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
6015         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
6016         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
6017         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
6018         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
6019         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
6020         * sys/v4l/v4lmjpegsrc_calls.h:
6021         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
6022         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
6023         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
6024         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
6025         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
6026         (gst_v4lsrc_try_palette):
6027         * sys/v4l/v4lsrc_calls.h:
6028           bunch of paranoia cleanups
6030 2004-06-14  David Schleef  <ds@schleef.org>
6032         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
6033         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
6034         Send discont events and change timestamps appropriately when
6035         we get a seek event.  (bug #144240)
6036         * ext/cdparanoia/gstcdparanoia.h:
6038 2004-06-14  Benjamin Otte  <otte@gnome.org>
6040         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
6041           snd_pcm_hw_params_set_rate  since the latter fails for no good 
6042           reason on some setups.
6044 2004-06-14  David Schleef  <ds@schleef.org>
6046         * gst/volume/demo.c: (value_changed_callback): exp10() is not
6047         standard.  Thank you for playing.
6049 2004-06-14  Wim Taymans  <wim@fluendo.com>
6051         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
6052         Patch 1.3 broke the ordering of the colorspace info and
6053         made the plugin basically work by coincidence, reordered
6054         the info.
6056 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6058         * ext/lame/gstlame.c:
6059         * ext/mad/gstmad.c:
6060           sync caps.  Make sure mad can only output a list of rates, not
6061           a full range.  In the future, have three caps lists for each of the
6062           mpeg versions.  Change mpegversion to a double as well.
6064 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6066         * gst/volume/.cvsignore:
6067         * gst/volume/Makefile.am:
6068         * gst/volume/demo.c: (value_changed_callback), (idler),
6069         (setup_gui), (main):
6070           added small demo app
6072 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
6073         * ext/esd/esdsink.c: (gst_esdsink_change_state):
6074         * ext/esd/esdsink.h:
6075         Close the esd connection on pause, because esd will just wait -  
6076         blocking all other esd clients indefinitely.
6078 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
6080         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
6081           previous commit with GST_DEBUG
6083 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6085         * configure.ac:
6086           add a header check for a dvdread header in dvdnav.  Fixes #133002
6088 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6090         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
6091         * gst/tcp/gsttcpclientsink.h:
6092         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
6093         * gst/tcp/gsttcpclientsrc.h:
6094         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
6095         (gst_tcpserversink_handle_server_read),
6096         (gst_tcpserversink_init_send):
6097         * gst/tcp/gsttcpserversink.h:
6098         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6099         * gst/tcp/gsttcpserversrc.h:
6100         Modified the tcp plugins so they are portable (IPv4,IPv6, any future 
6101         version of IP)
6103 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6105         * configure.ac:
6106         Added ogg library so that OSX detects libtheora properly
6107         
6108 2004-06-11  Wim Taymans  <wim@fluendo.com>
6110         * ext/theora/theoradec.c: (theora_dec_chain),
6111         (theora_dec_change_state):
6112         Don't try to decode frames before we received a keyframe.
6114 2004-06-11  Wim Taymans  <wim@fluendo.com>
6116         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
6117         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
6118         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
6119         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
6120         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
6121         Added property to set the maximum delay of a page.
6123 2004-06-10  Wim Taymans  <wim@fluendo.com>
6125         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
6126         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
6127         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
6128         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
6129         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
6130         Added max-delay property to control the maximum amount
6131         of data to put in one page.
6133 2004-06-10  Wim Taymans  <wim@fluendo.com>
6135         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6136         (gst_theora_enc_init), (theora_enc_sink_link),
6137         (theora_buffer_from_packet), (theora_enc_set_property),
6138         (theora_enc_get_property):
6139         Set duration on encoded buffer, added some more properties
6141 2004-06-10  Wim Taymans  <wim@fluendo.com>
6143         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
6144         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
6145         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
6146         * ext/theora/theoraenc.c: (theora_enc_chain):
6147         Fix refcounting bugs
6149 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6151         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6152         (gst_asf_demux_loop), (gst_asf_demux_process_file),
6153         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
6154         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
6155         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
6156         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
6157         (gst_asf_demux_change_state):
6158         * gst/asfdemux/gstasfdemux.h:
6159           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
6160           feels like. I think we should set a new requirement for demuxers
6161           from now on to implement sane loop functions, data loops, query
6162           and seek functions before first commit into CVS. And this commit
6163           fixes all of the above.
6165 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
6167         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed 
6168           vorbis comments are properly encoded in UTF-8 before adding them
6169           to a GstTagList
6171 2004-06-09  Benjamin Otte  <otte@gnome.org>
6173         * ext/alsa/gstalsa.c: (add_channels):
6174           handle min <= max correctly
6175         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype), 
6176         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
6177           add fixation functions so we fixate correctly. No preferring of alaw
6178           anymore because it's the first structure.
6179         * ext/alsa/gstalsa.h:
6180         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
6181         (gst_alsa_hw_params_dump):
6182           add functions to ease debugging in alsalib
6183         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
6184         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
6185         (gst_alsa_start_audio):
6186           only specify hw params if we really setup a format (fixes #134007 -
6187           or at least works around it)
6189 2004-06-09  Wim Taymans  <wim@fluendo.com>
6191         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
6192         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
6193         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
6194         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
6195         (gst_ogg_mux_loop):
6196         Use stream caps to setup the initial pages in the ogg stream.
6197         Correctly set the streamheader caps on the srcpad.
6199 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6201         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
6202         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
6203         (gst_v4lsrc_getcaps):
6204         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
6205         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
6206           add querying of fps lists for webcams.  Negotiating to a framerate
6207           now works.
6209 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6211         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6212         (theora_push_buffer), (theora_push_packet),
6213         (theora_set_header_on_caps), (theora_enc_chain):
6214           mark buffers and put on streamheader, raw theora streaming
6215           now works too, whee
6217 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6219         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
6220         (gst_tcp_gdp_read_caps):
6221           do a looping read for caps and GDP headers too
6223 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6225         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
6226         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
6227           return EOS instead of NULL in _get
6229 2004-06-08  Wim Taymans  <wim@fluendo.com>
6231         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
6232         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
6233         (gst_tcp_gdp_write_caps):
6234         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
6235         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
6236         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
6237         Memory leak fixes
6239 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6241         * ext/vorbis/Makefile.am:
6242         * ext/vorbis/vorbis.c: (plugin_init):
6243         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
6244         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
6245         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
6246         (vorbis_parse_change_state):
6247         * ext/vorbis/vorbisparse.h:
6248           adding a vorbisparse element that marks the buffers, streaming
6249           raw vorbis using GDP now works, whee
6251 2004-06-08  Wim Taymans  <wim@fluendo.com>
6253         * ext/jpeg/Makefile.am:
6254         * ext/jpeg/README:
6255         * ext/jpeg/gstjpeg.c: (plugin_init):
6256         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
6257         (gst_smokedec_base_init), (gst_smokedec_class_init),
6258         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
6259         * ext/jpeg/gstsmokedec.h:
6260         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
6261         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
6262         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
6263         (gst_smokeenc_resync), (gst_smokeenc_chain),
6264         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
6265         * ext/jpeg/gstsmokeenc.h:
6266         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
6267         (smokecodec_flush_destination), (smokecodec_term_destination),
6268         (smokecodec_init_source), (smokecodec_fill_input_buffer),
6269         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
6270         (smokecodec_term_source), (smokecodec_encode_new),
6271         (smokecodec_decode_new), (smokecodec_info_free),
6272         (smokecodec_set_quality), (smokecodec_get_quality),
6273         (smokecodec_set_threshold), (smokecodec_get_threshold),
6274         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
6275         (find_best_size), (abs_diff), (put), (smokecodec_encode),
6276         (smokecodec_parse_header), (smokecodec_decode):
6277         * ext/jpeg/smokecodec.h:
6278         Added a new simple jpeg based codec
6280 2004-06-08  Wim Taymans  <wim@fluendo.com>
6282         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
6283         (gst_multipart_mux_loop):
6284         Fix memory leak
6286 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6288         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
6289         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
6290         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
6291         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
6292         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
6293         * gst/tcp/gsttcpserversink.h:
6294           take streamheader into account
6296 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6298         * gst/level/Makefile.am:
6299         * gst/level/gstlevel.c: (gst_level_class_init):
6300           clean up marshal generation
6302 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6304         * gst/tcp/Makefile.am:
6305         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
6306         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
6307         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
6308         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6309         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
6310         (gst_tcpclientsrc_get_property):
6311         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6312         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
6313         (gst_tcpserversink_handle_client_read),
6314         (gst_tcpserversink_handle_client_write),
6315         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
6316         * gst/tcp/gsttcpserversink.h:
6317           add signals client-added and client-removed
6318         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6319         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
6320         (gst_tcpserversrc_get_property):
6321         uniformized, change default protocol to NONE
6322         * gst/tcp/gsttcp-marshal.list: added
6323 2004-06-07  Benjamin Otte  <otte@gnome.org>
6325         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6326           handle discont events if they happen before caps nego
6328 2004-06-07  Wim Taymans  <wim@fluendo.com>
6330         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
6331         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
6332         (gst_multipart_demux_plugin_init):
6333         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
6334         (gst_multipart_mux_init), (gst_multipart_mux_loop),
6335         (gst_multipart_mux_change_state):
6336         Small updates, fix a memleak
6338 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6340         * configure.ac: OSS portability
6341         * ext/arts/gst_arts.c: idem
6342         * sys/oss/gstosselement.c: idem
6343         * sys/oss/gstossmixer.c: idem
6344         * sys/oss/gstosssink.c: idem
6345         * sys/oss/gstosssrc.c: idem
6346         * sys/oss/oss_probe.c: idem
6347           - check for soundcard.h in different places for some BSD
6349 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
6351         * AUTHORS:
6352         Add me to the authors file
6353         * configure.ac:
6354         Increase the libdv requirement to >= version 0.100
6355         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
6356         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
6357         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
6358         * ext/dv/gstdvdec.h:
6359         Add support for the new_media flag when sending DISCONT events
6360         Make the querying work when video pad is not linked
6362 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
6364         reviewed by Benjamin Otte  <otte@gnome.org>
6366         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
6367           create a NULL-initialized array of pads, so we don't think they
6368           exist already. (fixes #143130)
6370 2004-06-07  Benjamin Otte  <otte@gnome.org>
6372         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
6373         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
6374         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
6375           don't use // coments
6377 2004-06-07  Benjamin Otte  <otte@gnome.org>
6379         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
6380           cast to GstClockTime to get higher granularity
6381         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6382           use gst_element_set_time_delay to get the exact time
6383         * ext/mad/gstmad.c: (gst_mad_chain):
6384           use the negotiated rate instead of the current frame's rate which
6385           might be wrong because of bit errors. This avoids emitting totally
6386           bogus timestamps and screwing sync.
6387         (fixes #143454)
6389 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
6391         reviewed by Benjamin Otte  <otte@gnome.org>
6393         * gst/adder/gstadder.c: (gst_adder_loop):
6394           properly error out when no negotiation has happened yet. (fixes
6395           #143032)
6397 2004-06-06  Benjamin Otte  <otte@gnome.org>
6399         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
6400           forward correctly transformed offset in discont events. Based on
6401           patch by Arwed v. Merkatz. (fixes #142851)
6403 2004-06-06  David Schleef  <ds@schleef.org>
6405         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
6406         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
6407         problems on several systems.
6409 2004-06-06  Benjamin Otte  <otte@gnome.org>
6411         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
6412           use explicit caps on the srcpad
6413         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6414           properly error out if caps couldn't be set (fixes #142764)
6416 2004-06-06  Benjamin Otte  <otte@gnome.org>
6418         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), 
6419         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), 
6420         (gst_alsa_start_audio):
6421           - don't call set_periods_integer anymore, it breaks the
6422           configuration randomly
6423           - call snd_pcm_hw_params_set_access directly instead of using masks
6424           - don't fail if the sw_params can't be set, just use the default
6425           params and hope it works. Alsalib has weird issues when you touch
6426           sw_params and does no proper error reporting about what failed.
6427         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
6428         (gst_alsa_close_audio):
6429           make our alsa debugging go via gst debugging and not conditionally
6430           defined
6431         * ext/alsa/gstalsa.h:
6432           add ALSA_DEBUG_FLUSH macro
6433         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
6434         (plugin_init):
6435           wrap alsa errors to be printed via the gst debugging system and not
6436           spammed to stderr
6438 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6440         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
6441         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
6442         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
6443         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
6444         (qtdemux_parse_trak):
6445         * gst/qtdemux/qtdemux.h:
6446           Bitch. Also known as seeking, querying & co.
6447         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
6448         (gst_osssink_change_state):
6449         * sys/oss/gstosssink.h:
6450           Resyncing is for weenies, this hack is no longer needed and was
6451           broken anyway (since it - unintendedly - always leaves resync to
6452           TRUE).
6454 2004-06-05  Andrew Turner <zxombie@hotpop.com>
6456         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
6457         * gst/tcp/gsttcpclientsrc.h: idem
6458           - define MSG_NOSIGNAL if not done
6459           - include unistd.h for off_t
6460           (fixes #143749)
6462 2004-06-05  Benjamin Otte  <otte@gnome.org>
6464         * configure.ac:
6465         * ext/kio/Makefile.am:
6466           check for qt's moc preprocessor explicitly and use it
6468 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6470         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
6471           don't get a signal for EPIPE on socket writes
6472           (somebody check if this works on other platforms)
6474 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6476         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
6477         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
6478           check error condition on available samples correctly
6480 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6482         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
6483           avoid a segfault
6484         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
6485         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
6486         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
6487         (gst_tcpserversrc_gdp_read_header):
6488          use ssize_t over size_t since the former is signed and thus the
6489          check for error codes can work
6491 2004-06-02  Wim Taymans  <wim@fluendo.com>
6493         reviewed by: Johan
6495         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
6496         (gst_multipart_mux_loop):
6497         Oops
6499 2004-06-02  Wim Taymans  <wim@fluendo.com>
6501         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
6502         (gst_multipart_mux_init), (gst_multipart_mux_loop),
6503         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
6504         (gst_multipart_mux_change_state):
6505         Added configurable boundary specifier, added the value as a
6506         caps field as well.
6508 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6510         * gst/tcp/gsttcp.c:
6511         * gst/tcp/gsttcpclientsrc.c:
6512         * gst/tcp/gsttcpclientsrc.h:
6513         * gst/tcp/gsttcpserversrc.c:
6514           - portability fix, to compile on OSX
6515             (fixes #143146)
6517         * sys/osxaudio/gstosxaudioelement.c:
6518         * sys/osxaudio/gstosxaudiosink.c:
6519         * sys/osxaudio/gstosxaudiosrc.c:
6520           - compilation warnings on OSX
6521             (fixes #143153)
6523 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6525         * ext/vorbis/vorbisdec.c : sign warning fixes
6527         * gst-libs/gst/mixer/mixertrack.c :
6528           do no use defines which are glib 2.4 specific
6530 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
6532         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
6533           buffer since libflac doesn't expect it (reports a sync error when 
6534           it encounters that)
6536         
6537 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
6539         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
6540         * gst-libs/gst/mixer/mixertrack.c:
6541         (gst_mixer_track_get_property), (get_mixer_track_init),
6542         (get_mixer_track_get_property): Added property accessors
6543         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
6544         * gst-libs/gst/mixer/mixeroptions.c:
6545         (gst_mixer_options_get_values): Added   
6546         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
6547         * gst-libs/gst/mixer/mixer.c: Fixed comment
6550 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6552         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
6553           improve error messages on open
6556 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6558         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
6559           check if v4l-conf is in path
6561 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6563         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
6564           change assert to a more readable error message
6566 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6568         * gst-libs/gst/tuner/tunerchannel.h:
6569           - add a freq_multiplicator field to make the conversion
6570             between internal frequency unit and Hz
6571         * sys/v4l/gstv4lelement.c:
6572         * sys/v4l2/gstv4l2element.c:
6573           - change default video device to /dev/video0
6574         * sys/v4l/v4l_calls.c:
6575         * sys/v4l2/v4l2_calls.c:
6576           - we only expose frequency to the user in Hz instead of
6577             bastard v4lX unit (either 62.5kHz or 62.5Hz)
6579 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
6580         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6581           Initialise b_o_s and e_o_s variables
6582         * gst-libs/gst/riff/riff-media.c:
6583         (gst_riff_create_video_caps_with_data):
6584           Add some unusual fourcc's from mplayer avi's
6585         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
6586           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
6587           autoplugging.
6589 2004-05-28  Wim Taymans  <wim@fluendo.com>
6591         * configure.ac:
6592         * gst/alpha/Makefile.am:
6593         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
6594         (gst_alpha_get_type), (gst_alpha_base_init),
6595         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
6596         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
6597         (gst_alpha_chroma_key), (gst_alpha_chain),
6598         (gst_alpha_change_state), (plugin_init):
6599         A plugin to add an alpha channel to I420 video. Can optionally do
6600         chroma keying.
6601         * gst/multipart/Makefile.am:
6602         * gst/multipart/multipart.c: (plugin_init):
6603         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
6604         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
6605         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
6606         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
6607         (gst_multipart_demux_change_state),
6608         (gst_multipart_demux_plugin_init):
6609         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
6610         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
6611         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
6612         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
6613         (gst_multipart_mux_pad_unlink),
6614         (gst_multipart_mux_request_new_pad),
6615         (gst_multipart_mux_handle_src_event),
6616         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
6617         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
6618         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
6619         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
6620         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
6621         send multipart jpeg images to a browser.
6622         * gst/videobox/Makefile.am:
6623         * gst/videobox/README:
6624         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
6625         (gst_video_box_get_type), (gst_video_box_base_init),
6626         (gst_video_box_class_init), (gst_video_box_init),
6627         (gst_video_box_set_property), (gst_video_box_get_property),
6628         (gst_video_box_sink_link), (gst_video_box_i420),
6629         (gst_video_box_ayuv), (gst_video_box_chain),
6630         (gst_video_box_change_state), (plugin_init):
6631         Crops or adds borders around an image. can do alpha channel
6632         borders as well.
6633         * gst/videomixer/Makefile.am:
6634         * gst/videomixer/README:
6635         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
6636         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
6637         (gst_videomixer_pad_get_sink_event_masks),
6638         (gst_videomixer_pad_get_property),
6639         (gst_videomixer_pad_set_property),
6640         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
6641         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
6642         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
6643         (gst_videomixer_base_init), (gst_videomixer_class_init),
6644         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6645         (gst_videomixer_handle_src_event),
6646         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
6647         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
6648         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
6649         (gst_videomixer_loop), (gst_videomixer_get_property),
6650         (gst_videomixer_set_property), (gst_videomixer_change_state),
6651         (plugin_init):
6652         Generic video mixer plugin, can handle multiple inputs all with
6653         different framerates and video sizes. Is fully alpha channel
6654         aware.
6656 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6658         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
6659           Select first track as master track. Not sure how else to handle
6660           that...
6661         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
6662           Discard discont events. Should fix #142962.
6664 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6666         * ext/alsa/Makefile.am:
6667         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
6668         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
6669         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6670         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
6671         (gst_alsa_mixer_get_option):
6672         * ext/alsa/gstalsamixer.h:
6673         * ext/alsa/gstalsamixeroptions.c:
6674         (gst_alsa_mixer_options_get_type),
6675         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
6676         (gst_alsa_mixer_options_new):
6677         * ext/alsa/gstalsamixeroptions.h:
6678         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
6679         * ext/alsa/gstalsamixertrack.h:
6680           Add enumerations (as GstMixerOptions). Make correct distinction
6681           between input/output tracks. Add capture/playback private flag.
6682           Use flag to decide on whether to set capture or playback volumes
6683           or switches. Use playback and record switches.
6684         * gst-libs/gst/mixer/Makefile.am:
6685         * gst-libs/gst/mixer/mixer-marshal.list:
6686         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
6687         (gst_mixer_set_option), (gst_mixer_get_option),
6688         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
6689         (gst_mixer_volume_changed), (gst_mixer_option_changed):
6690         * gst-libs/gst/mixer/mixer.h:
6691         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
6692         (gst_mixer_options_class_init), (gst_mixer_options_init),
6693         (gst_mixer_options_dispose):
6694         * gst-libs/gst/mixer/mixeroptions.h:
6695           Add GstMixerOptions.
6696         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
6697           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
6698           broken device detection on computers with multiple OSS sound
6699           cards.
6701 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6703         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
6704           fixate nicely even when the peer is not negotiating
6706 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6708         * gst/audioconvert/gstaudioconvert.c:
6709         (gst_audio_convert_parse_caps):
6710           make sure we don't allow depth > width
6711         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
6712           fixate endianness to G_BYTE_ORDER as default
6713         * gst/audioscale/gstaudioscale.c:
6714           we don't handle another endianness as host-endianness
6716 2004-05-25  David Schleef  <ds@schleef.org>
6718         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
6720 2004-05-24  Benjamin Otte  <otte@gnome.org>
6722         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
6723         (gst_oggvorbisenc_setup):
6724           properly fail when we can't setup the vorbis encoder due to
6725           unsupported settings
6726         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
6727         (gst_vorbisenc_setup):
6728           same
6729         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
6730           fix case where warnings occured when one pad was unlinked while the
6731           other's link function was called
6733 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6735         * gst/tcp/Makefile.am:
6736           use GST_ENABLE_NEW
6738 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6740         * gst-libs/gst/resample/private.h:
6741           don't use optimizations that are #if 0'ed
6743 2004-05-24  Wim Taymans  <wim@fluendo.com>
6745         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
6746         Fix potential division by zero error and hopefully get
6747         the position query right to get correct timestamps on avi
6748         audio.
6750 2004-05-24  Wim Taymans  <wim@fluendo.com>
6752         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
6753         (gst_videoscale_scale_nearest_str2),
6754         (gst_videoscale_scale_nearest_str4),
6755         (gst_videoscale_scale_nearest_32bit),
6756         (gst_videoscale_scale_nearest_24bit),
6757         (gst_videoscale_scale_nearest_16bit):
6758         Fix the scaling algorithm and avoid a buffer overflow.
6759         removed the while loop in the scaling function as it
6760         was used for point sampling only.
6762 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6764         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
6765         (gst_id3_tag_class_init), (gst_id3_tag_init),
6766         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
6767         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
6768         (gst_id3_tag_send_tag_event):
6769           lots of fixes to make id3mux work and id3demux work correctly
6771 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6773         * ext/Makefile.am:
6774           add rules to build shout2send (was removed by accident
6775           when this module was no more marked experimental/broken)
6777 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6779         * ext/shout2/gstshout2.c:
6780         * ext/shout2/gstshout2.h:
6781           adding a "connection problem" signal to shout2send
6782           (fixes #142954)
6784 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6786         * ext/kio/kioreceiver.cpp:
6787         * ext/kio/kioreceiver.h:
6788           fix sign comparison issues
6790 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6792         * gst/cdxaparse/gstcdxaparse.c:
6793         * gst/cdxaparse/gstcdxaparse.h:
6794           some renaming
6795           add some checks/sanity
6796           prepare for seek addition
6798         * sys/sunaudio/gstsunaudio.c:
6799           remove exported dupe init function
6801 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
6803         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
6804         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
6805           Fix format conversion and position querying.
6806         * gst/debug/progressreport.c: (gst_progressreport_report):
6807           Don't output a bogus total value that we didn't query.
6808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
6809           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
6810           only a blank window after xine has been used.
6812 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6814         * m4/as-arts.m4:
6815           sync with upstream version to fix test on FC2
6816           readd with -ko to preserve Id header
6818 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6820         * configure.ac:
6821           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
6822         * gst/tcp/gsttcpclientsrc.c: idem
6823         * gst/tcp/gsttcpserversink.c: idem
6824         * gst/tcp/gsttcpserversrc.c: idem
6825         * m4/gst-fionread.m4: idem
6827         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
6829         * configure.ac: enable speex plugin for speex 1.1.5+
6830         * ext/speex/gstspeexenc.c: fix cast warning
6832         * ext/esd/README: fix typo
6834 2004-05-20  David Schleef  <ds@schleef.org>
6836         * configure.ac: Minor cosmetic change to convince the buildbot to
6837         reautogen.
6838         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
6839         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
6840         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
6841         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
6842         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
6843         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
6844         More hacking.  Plays audio now.
6846 2004-05-20  David Schleef  <ds@schleef.org>
6848         * configure.ac:
6849         * sys/Makefile.am:
6851 2004-05-20  David Schleef  <ds@schleef.org>
6853         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
6854         * sys/osxaudio/gstosxaudio.c:
6855         * sys/osxaudio/gstosxaudioelement.c:
6856         * sys/osxaudio/gstosxaudioelement.h:
6857         * sys/osxaudio/gstosxaudiosink.c:
6858         * sys/osxaudio/gstosxaudiosink.h:
6859         * sys/osxaudio/gstosxaudiosrc.c:
6860         * sys/osxaudio/gstosxaudiosrc.h:
6862 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6864         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
6865         (gst_vorbisenc_chain):
6866           put the codec headers on the caps as streamheader as well as
6867           pushing them out
6869 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6871         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
6872         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6873         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
6874         split up push_packet into two functions
6876 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6878         * gst/tcp/.cvsignore:
6879           ignore enums
6880         * gst/tcp/Makefile.am:
6881         * gst/tcp/README:
6882         * gst/tcp/gsttcp.c:
6883         * gst/tcp/gsttcp.h:
6884         * gst/tcp/gsttcpclientsink.c:
6885         * gst/tcp/gsttcpclientsink.h:
6886         * gst/tcp/gsttcpclientsrc.c:
6887         * gst/tcp/gsttcpclientsrc.h:
6888         * gst/tcp/gsttcpplugin.c:
6889         * gst/tcp/gsttcpserversink.c:
6890         * gst/tcp/gsttcpserversink.h:
6891         * gst/tcp/gsttcpserversrc.c:
6892         * gst/tcp/gsttcpserversrc.h:
6893           add new tcp elements
6895 2004-05-19  Wim Taymans  <wim@fluendo.com>
6897         * gst/law/mulaw-conversion.c: (mulaw_encode):
6898         Fix overflow bug in ulaw encoding.
6900 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6902         * ext/mad/gstmad.c: (gst_mad_handle_event):
6903           don't unref the event twice
6905 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6907         * configure.ac:
6908           remove -Wno-sign-compare
6910 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6912         * configure.ac:
6913           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
6914           if you want to work against glib 2.2 and 2.4
6916 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6918         * gst/tcp/Makefile.am:
6919         * gst/tcp/gsttcp.c:
6920         * gst/tcp/gsttcp.h:
6921         * gst/tcp/gsttcpsink.h:
6922         * gst/tcp/gsttcpsrc.h:
6923           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
6925 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6927         * gst/debug/tests.c: (md5_get_value):
6928           fix segfault on gst-inspect
6930 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6932         * gst/debug/testplugin.c: 
6933         * gst/debug/tests.c: 
6934         * gst/debug/tests.h:
6935           add new extensible and configurable testing element. Current tests
6936           include buffer count, stream length, timestamp/duration matching and
6937           md5.
6938         * gst/debug/Makefile.am:
6939         * gst/debug/gstdebug.c: (plugin_init):
6940           add infrastructure for new element
6942 2004-05-19  Johan Dahlin  <johan@gnome.org>
6944         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
6945         ending of the array. Fixes gst-inspect segfault on ppc.
6947 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6949         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
6951         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
6953 2004-05-18  David Schleef  <ds@schleef.org>
6955         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
6956         warnings (bugs, actually) noticed by gcc but not forte.
6958 2004-05-18  David Schleef  <ds@schleef.org>
6960         * sys/sunaudio/Makefile.am:
6961         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
6963 2004-05-18  David Schleef  <ds@schleef.org>
6965         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6966         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
6967         to allow qtdemux to use non-seekable streams. (bug #142272)
6969 2004-05-18  David Schleef  <ds@schleef.org>
6971         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
6972         (gst_resample_sinc_ft_float): Remove use of static temporary
6973         buffer.  This code was obviously not supposed to last long, but
6974         it's stuck in our ABI, so it required a little hack to make it
6975         ABI-compatible.  Fixes #142585.
6976         * gst-libs/gst/resample/resample.h: same.
6978 2004-05-18  David Schleef  <ds@schleef.org>
6980         * configure.ac: Add sunaudio
6981         * examples/Makefile.am: make gstplay depend on gconf
6982         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
6983         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
6984         (convert_table_lookup), (img_convert): remove c99-isms
6985         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
6986           unsigned, to fix a warning on Solaris
6987         * gst/mpeg1sys/systems.c: bcopy->memcpy
6988         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
6989         * sys/Makefile.am: Add sunaudio
6991 2004-05-18  Wim Taymans  <wim@fluendo.com>
6993         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
6994         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
6995         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
6996         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
6997         (gst_ogg_mux_loop):
6998         Fix an ugly memleak where the muxer didn't flush enough ogg
6999         pages. This also resulted in badly muxed ogg files.
7001 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7003         * gst/asfdemux/asfheaders.c :
7004         * gst/asfdemux/asfheaders.h :
7005         * gst/asfdemux/gstasfdemux.c :
7006           - fix ASF_OBJ_PADDING guid
7007           - add 3 new object guids (language list, metadata, 
7008             extended stream properties)
7009           - add a function to parse extended header objects
7011 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7013         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
7014           remove leftover debugging g_print
7016 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7018         * ext/mad/gstmad.c: (gst_mad_handle_event):
7019           Fix for when the first format in a discont event is not a
7020           byte-based one. Should fix #137710.
7022 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7024         * m4/a52.m4 : fix compilation with -Wall -Werror
7025         * m4/libfame.m4 : idem
7026         * m4/libmikmod.m4 : idem
7028 2004-05-17  Benjamin Otte  <otte@gnome.org>
7030         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
7031           signal the new tags before giving up the reference
7033 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7035         * ext/shout2/gstshout2.c:
7036           use application/ogg instead of application/x-ogg (patch by Patrick
7037           Guimond, fixes #142432)
7038         * sys/oss/gstosselement.c: (gst_osselement_reset),
7039         (gst_osselement_sync_parms):
7040           don't set fragment size unless specified (fixes #142493)
7042 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7044         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
7045           fixes #142664
7047 2004-05-17  Benjamin Otte  <otte@gnome.org>
7049         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
7050           compute offsets correctly for internal buffers so timestamps are set
7051           correctly when we can't seek. Also handle cases where there are no
7052           offsets. (based on a patch by David Moore, fixes #142507)
7054 2004-05-17  Benjamin Otte  <otte@gnome.org>
7056         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7057           use correct variable when determining amount of data to skip so we
7058           don't skip into the void and segfault
7060 2004-05-16  Benjamin Otte  <otte@gnome.org>
7062         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
7063           Hi, I'm a memleak
7065 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7067         * gst/asfdemux/gstasfdemux.c:
7068           - fix a mem leak and always propagate tags
7069           - add WMV3 to known video codecs (but no decoder yet)
7070           - replace "surplus data" at end of audio header for what
7071             it is : codec specific data
7072           - fix a typo
7074 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
7076         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
7078         * gst-libs/gst/audio/audioclock.c:
7079           Fix wrong return type (#142205).
7081 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7083         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
7084           Ignore CRCs by default (fixes #142566).
7086 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7088         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
7089         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
7090         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
7091         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
7092         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7093         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
7094           Fix for cases where we fail to attach to a mixer.
7096 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7098         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
7099           Don't touch events after not owning them anymore.
7100         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
7101         (gst_wavparse_fmt), (gst_wavparse_other),
7102         (gst_wavparse_handle_seek), (gst_wavparse_loop),
7103         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7104         (gst_wavparse_srcpad_event):
7105         * gst/wavparse/gstwavparse.h:
7106           Add seeking, fix querying.
7108 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7110         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
7111           - process comments even if they don't end with \0\0
7112             g_convert would ignore them if present and works well without them
7114 2004-05-16  Benjamin Otte  <otte@gnome.org>
7116         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
7117           simplify caps
7119 2004-05-16  Benjamin Otte  <otte@gnome.org>
7121         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
7122           don't write to memory we might not write to - g_convert does that
7123           for us anyway (fixes #142613)
7124         (gst_asf_demux_audio_caps):
7125           comment out gst_util_dump_mem
7127 2004-05-16  Benjamin Otte  <otte@gnome.org>
7129         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7130           compute correct expected timestamps after seek (broken since
7131           last commit)
7132         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
7133           rename element and debugging category to gdkpixbufscale
7135 2004-05-16  Benjamin Otte  <otte@gnome.org>
7137         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7138           add error checking to snd_pcm_delay and remove duplicate call to
7139           snd_pcm_delay that caused issues (see inline code comments)
7140         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
7141           make more readable and fix return value when snd_pcm_delay fails
7142         (fixes #142586)
7144 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
7145         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
7146         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
7147         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
7148         (gst_pixbufscale_link), (gst_pixbufscale_init),
7149         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
7150         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
7151         (gst_pixbufscale_get_property), (pixbufscale_init):
7152         * ext/gdk_pixbuf/pixbufscale.h:
7153         Add these files I forgot earlier
7155 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
7156         * ext/gdk_pixbuf/Makefile.am:
7157         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
7158         * ext/gdk_pixbuf/gstgdkpixbuf.h:
7159         Add new pixbufscale element to scale RGB video
7160         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
7161         and HYPER interpolation correctly.
7162         * ext/theora/theoraenc.c: (theora_enc_chain),
7163         Discard buffer and return if explicit caps could not be set
7164         (theora_enc_get_property):
7165         Make _get return kbps for the bitrate consistent with
7166         the _set function.
7169 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7171         * ext/libvisual/visual.c: (gst_visual_chain):
7172           add missing visual_audio_analyze
7174 2004-05-14  David Schleef  <ds@schleef.org>
7176         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
7177         is killed while we're playing.
7178         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
7179         gst_element_no_more_pads().
7181 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7183         * gst-libs/gst/riff/riff-read.c :
7184           - fix INFO tag extraction in RIFF/AVI files
7185             because gst_event_unref (event) also freed taglist
7186           - avoid a mem leak
7188 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7190         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
7191         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
7193         * gst/auparse/gstauparse.c :
7194           - add code (commented for now) to support audio/x-adpcm on src pad
7195             (we have no decoder for those layout yet)
7197         * gst/cdxaparse/gstcdxaparse.c :
7198         * gst/cdxaparse/gstcdxaparse.h :
7199           - partial rewrite using RiffRead (ripped iain's wavparse code)
7201         * gst/rtp/gstrtpL16enc.c : typo
7202         * gst/rtp/gstrtpgsmenc.c : typo
7204 2004-05-13  Benjamin Otte  <otte@gnome.org>
7206         * configure.ac:
7207           check for exact version of libvisual, it's not supposed to be
7208           API/ABI stable yet
7210 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7212         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
7213           signal no-more-pads
7215 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
7217         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
7218         Report which format was used for GST_FORMAT_DEFAULT
7219         * gst/debug/Makefile.am:
7220         * gst/debug/gstdebug.c: (plugin_init):
7221         * gst/debug/progressreport.c: (gst_progressreport_base_init),
7222         (gst_progressreport_class_init), (gst_progressreport_init),
7223         (gst_progressreport_report), (gst_progressreport_set_property),
7224         (gst_progressreport_get_property), (gst_progressreport_chain),
7225         (gst_progressreport_plugin_init):
7226         Add progressreport element for testing.
7228 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7230         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
7231         * sys/v4l/gstv4lsrc.h:
7232         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
7233         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
7234         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
7235         (gst_v4lsrc_grab_frame):
7236           add more debugging
7237           send a discont at start
7239 2004-05-12  Colin Walters  <walters@redhat.com>
7241         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
7242         inflooping if we can't find a chunk.  Or in other words, don't blow
7243         chunks if we don't have a chunk to blow.
7245 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
7246         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
7247         Remove old debug output
7248         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
7249         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
7250         (gst_dvdec_set_property), (gst_dvdec_get_property):
7251         Change the quality setting to an enum, so it works from gst-launch
7252         Don't renegotiate a non-linked pad. Allows audio only decoding.
7253         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
7254         (gst_deinterlace_link), (gst_deinterlace_init):
7255         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
7256         (gst_videodrop_link):
7257         Some caps negotiation fixes
7259 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7261         * ext/tarkin/gsttarkin.c :
7262           - Change RANK from NONE to PRIMARY
7263         * ext/gdk_pixbuf/gstgdkpixbuf.c :
7264           - Change RANK from NONE to MARGINAL
7265         * ext/divx/gstdivxenc.c :
7266           - Change RANK from PRIMARY to NONE (encoder/spider issue)
7268 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7270         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
7271         (gst_vorbisenc_push_packet):
7272           copy a function that was added between 1.0 and 1.0.1 until we
7273           depend on worthwhile features of post-1.0
7275 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7277         * configure.ac:
7278           enable shout2 by default
7279         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
7280         (gst_shout2send_base_init), (gst_shout2send_init),
7281         (gst_shout2send_connect), (gst_shout2send_change_state):
7282         * ext/shout2/gstshout2.h:
7283           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
7284           #142262)
7285         * ext/theora/theora.c: (plugin_init):
7286           don't set rank on encoders
7288 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
7290         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
7291           Use codec_data property instead of flag1 and flag2 for wma
7293 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7295         * gst/cdxaparse/gstcdxaparse.c :
7296           - Add mpegversion to CAPS to make it link
7297           - Rank is as GST_RANK_SECONDARY instead of NONE
7298         * gst/auparse/gstauparse.c :
7299           - Document all audio encoding we can encounter from Solaris 9
7300             headers and libsndfile information.
7301           - Increase max. rate from 48000 to 192000 (to match other elements)
7302           - Don't try to play junk data between header and samples
7304 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7306         * ext/libvisual/visual.c: (gst_visual_getcaps):
7307           use the right caps depending on endianness (I hope)
7308         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
7309           use GST_RANK_NONE for all non-decoding elements or spider gets
7310           mighty confused
7312 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7314         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
7315           Fix some odd cases and fix BE metadata parsing of unicode16 text.
7317 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7319         * gst/switch/gstswitch.c: (gst_switch_release_pad),
7320         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
7321         (gst_switch_loop), (gst_switch_get_type):
7322           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
7323           HEADERS. Had to be said.
7325 2004-05-10  David Schleef  <ds@schleef.org>
7327         * configure.ac: Add prototype Dirac support.
7328         * ext/Makefile.am:
7329         * ext/dirac/Makefile.am:
7330         * ext/dirac/gstdirac.cc:
7331         * ext/dirac/gstdiracdec.cc:
7333 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7335         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
7336         (gst_auparse_init), (gst_auparse_chain),
7337         (gst_auparse_change_state):
7338           Hack around spider. Remove me some day please.
7340 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7342         * gst/auparse/gstauparse.c: (gst_auparse_chain):
7343           Fix for some uninitialized variables in previous patch, also
7344           makes it work. Fixes #142286 while we're at it.
7346 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7348         * gst/auparse/gstauparse.c:
7349                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
7350                 only unsupported formats are ADPCM/CCITT G.72x
7351                 reviewed by Ronald
7352         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
7354 2004-05-10  Wim Taymans  <wim@fluendo.com>
7356         * ext/vorbis/Makefile.am:
7357         * ext/vorbis/README:
7358         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
7359         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
7360         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
7361         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
7362         (gst_oggvorbisenc_convert_sink),
7363         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
7364         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
7365         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
7366         (get_constraints_string), (update_start_message),
7367         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
7368         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
7369         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
7370         * ext/vorbis/oggvorbisenc.h:
7371         * ext/vorbis/vorbis.c: (plugin_init):
7372         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
7373         (raw_caps_factory), (gst_vorbisenc_class_init),
7374         (gst_vorbisenc_init), (gst_vorbisenc_setup),
7375         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
7376         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
7377         * ext/vorbis/vorbisenc.h:
7378         Added a raw vorbis encoder to be used with the oggmuxer.
7379         We still need the old encoder for some gnome applications, 
7380         read the README to find out how that works.
7381         The raw encoder is called "rawvorbisenc" until 0.9.
7383 2004-05-10  Wim Taymans  <wim@fluendo.com>
7385         * ext/ogg/gstogg.c: (plugin_init):
7386         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
7387         (gst_ogg_print):
7388         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
7389         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
7390         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
7391         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
7392         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
7393         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
7394         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
7395         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
7396         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
7397         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
7398         Added an ogg muxer.
7399         Small typo fixes in the demuxer.
7401 2004-05-10  Wim Taymans  <wim@fluendo.com>
7403         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7404         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
7405         (theora_enc_change_state), (theora_enc_set_property),
7406         (theora_enc_get_property):
7407         Mark the last packet with an EOS flag which is not really needed
7408         in gstreamer.
7409         Do some better video framerate initialisation.
7410         Update the buffer timestamp.
7412 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
7414         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
7415         Return the result of the parent state change call
7417 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7419         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
7420         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
7421         * gst/law/alaw-encode.c : (idem)
7422         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
7423         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
7424         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
7426 2004-05-09  Benjamin Otte  <otte@gnome.org>
7428         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
7429           don't use a fixed buffer size when writing variable length data to
7430           it. Fixes memory corruption and makes alsasrc work
7432 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7434         * ext/gnomevfs/gstgnomevfssink.c:
7435         (_gst_boolean_allow_overwrite_accumulator),
7436         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
7437           Run glib's default signal handler (??) in RUN_CLEANUP rather than
7438           RUN_LAST, and don't use that to set the accumulator value because
7439           then it's always FALSE.
7441 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7443         * gst-libs/gst/riff/riff-media.c:
7444         (gst_riff_create_video_caps_with_data),
7445         (gst_riff_create_audio_caps),
7446         (gst_riff_create_audio_template_caps):
7447         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
7448           Fix for unaligned RIFF files (i.e. where all the chunks together
7449           in a LIST chunk are not of the same size as the size given in
7450           the LIST chunk header). Fixes several odd WAVE files. Also fix
7451           ADPCM (block_align property) in audio, so that wavparse based
7452           on this works now as it used to stand-alone.
7454 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
7456         reviewed by Benjamin Otte  <otte@gnome.org>
7458         * ext/a52dec/gsta52dec.c:
7459         * ext/divx/gstdivxdec.c:
7460         * ext/divx/gstdivxenc.c:
7461         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
7462         * ext/faac/gstfaac.c: (gst_faac_base_init):
7463         * ext/faad/gstfaad.c: (gst_faad_base_init):
7464         * ext/ivorbis/vorbisfile.c:
7465         * ext/lame/gstlame.c:
7466         * ext/libfame/gstlibfame.c:
7467         * ext/mpeg2enc/gstmpeg2enc.cc:
7468         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
7469         * ext/sidplay/gstsiddec.cc:
7470         * ext/speex/gstspeexdec.c:
7471         * ext/speex/gstspeexenc.c:
7472         * ext/xvid/gstxviddec.c:
7473         * ext/xvid/gstxvidenc.c:
7474           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
7475           (fixes #142193)
7477 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7479         * ext/alsa/gstalsa.c: (device_list),
7480         (gst_alsa_class_probe_devices):
7481         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
7482           Fix alsa oddness in mixer after the combination of using mixer
7483           in source/sink elements and using hw:x,y instead of just hw:x.
7485 2004-05-09  Benjamin Otte  <otte@gnome.org>
7487         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
7488         (gst_wavparse_create_sourcepad):
7489           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
7490           sourcepads
7492 2004-05-09  Benjamin Otte  <otte@gnome.org>
7494         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7495           allow discont events before caps nego
7497 2004-05-08  Benjamin Otte  <otte@gnome.org>
7499         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7500           don't leak events
7502 2004-05-08  Benjamin Otte  <otte@gnome.org>
7504         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
7505         (gst_level_change_state), (gst_level_init):
7506         * gst/level/gstlevel.h:
7507           figure out if we're initialized directly instead of keeping a
7508           variable that's wrong in 90% of cases
7509           don't initialize pads and then leak them and use a new unitialized
7510           pad. (fixes #142084)
7511           these were bugs so n00bish I didn't find them for an hour :/
7513 2004-05-08 Iain <iain@prettypeople.org>
7515         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
7516         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
7517         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
7518         return the length that was read.
7519         (gst_riff_read_strf_auds): Allow fmt tags as well.
7521 2004-05-07  David Schleef  <ds@schleef.org>
7523         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
7524         signed char assumption in faad.h.
7526 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7528         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
7529           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
7531 2004-05-07  Colin Walters  <walters@redhat.com>
7533         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
7534         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
7535         function.
7536         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
7537         Add dispose function.
7539 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
7540         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
7541           Fix caps nego and pad templates. RGB mode caps should
7542           work now.
7543         * ext/dvdnav/gst-dvd:
7544           Move mpeg2dec inside the thread because otherwise the
7545           queue rejects cap changes mid-stream
7546         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
7547         (gst_mpeg2dec_flush_decoder):
7548           For mpeg2dec > 0.4.0, call the flush function instead of
7549           manually extracting all in-flight frames.
7550         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
7551         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
7552           Change mime type video/dv go video/x-dv to match the
7553           rest of gst-plugins
7555 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7557         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7558         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
7559         (gst_alsa_sink_class_init):
7560         * ext/alsa/gstalsasink.h:
7561         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
7562         (gst_alsa_src_class_init):
7563         * ext/alsa/gstalsasrc.h:
7564           Make alsasink/src a subclass of alsamixer so that mixer stuff
7565           shows up in gst-rec. Needs some finetuning.
7567 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7569         * ext/lame/gstlame.c: (gst_lame_chain):
7570           simplify
7571         * ext/mad/gstmad.c: (gst_mad_handle_event):
7572           fix event leak
7573         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7574           be able to detect mp3 files < 4096 bytes
7576 2004-05-06  Wim Taymans  <wim@fluendo.com>
7578         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7579         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
7580         (theora_enc_set_property), (theora_enc_get_property):
7581         Also encode the first frame, cleanup some code.
7583 2004-05-06  Wim Taymans  <wim@fluendo.com>
7585         * ext/mpeg2enc/gstmpeg2enc.cc:
7586         Forward events first before deciding that negotiation was
7587         not performed.
7589 2004-05-06  Wim Taymans  <wim@fluendo.com>
7591         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
7592         First process the events before deciding that negotiation
7593         was not performed.
7595 2004-05-06  Wim Taymans  <wim@fluendo.com>
7597         * ext/theora/Makefile.am:
7598         * ext/theora/theora.c: (plugin_init):
7599         * ext/theora/theoradec.c: (theora_dec_change_state):
7600         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
7601         (gst_theora_enc_class_init), (gst_theora_enc_init),
7602         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
7603         (theora_enc_chain), (theora_enc_change_state),
7604         (theora_enc_set_property), (theora_enc_get_property):
7605         Added a theora encoder, grouped the encoder and decoder into the
7606         same plugin.
7608 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7610         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
7611         (gst_jpegenc_chain):
7612         fix DURATION on outgoing buffers
7613         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
7614         debug using time formats
7615         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
7616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7617         (gst_xvimagesink_sink_link):
7618         windows with width/height 0 generate X errors, so don't allow them
7620 2004-05-05  Wim Taymans  <wim@fluendo.com>
7622         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
7623         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
7624         (gst_mpeg2dec_negotiate_format):
7625         * ext/mpeg2dec/gstmpeg2dec.h:
7626           removed the static pad template so that we can add the
7627           more accurate framerate value to the caps.
7628           
7630 2004-05-04  Benjamin Otte  <otte@gnome.org>
7632         * configure.ac:
7633           check for kdemacros.h, too (should fix #141821)
7634         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
7635           don't crash if no header was sent, but nicely error out (fixes part
7636           of #141554)
7638 2004-05-04  Wim Taymans  <wim@fluendo.com>
7640         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
7641         parent dispose function to avoid segfault on destroy.
7643 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7645         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
7646         (plugin_init):
7647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7648         (gst_xvimagesink_sink_link):
7649         clean up debugging caps
7650         also recreate xvimage when format has changed
7652 2004-05-04  Benjamin Otte  <otte@gnome.org>
7654         * ext/libvisual/Makefile.am:
7655         * ext/libvisual/visual.c: (gst_visual_class_init),
7656         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
7657         (gst_visual_srclink), (gst_visual_chain),
7658         (gst_visual_change_state), (plugin_init):
7659           use a GstAdapter to correctly adapt buffer sizes - allows using a
7660           framerate
7662 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7664         * sys/v4l/gstv4lelement.h:
7665         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
7666         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
7667         (gst_v4lsrc_buffer_free):
7668         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
7669         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
7670         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
7671         (gst_v4lsrc_requeue_frame):
7672         move some debugging categories around
7673         query for fps index and set accordingly if found
7675 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7677         * ext/lame/gstlame.c:
7678         correct defaults that lame_init puts out of range
7680 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7682         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
7683         (gst_divxenc_class_init):
7684         fix range since -1 is the default
7685         * gst/mpeg1sys/gstmpeg1systemencode.c:
7686         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
7687         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
7688         (gst_rtjpegdec_chain):
7689         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
7690         (gst_rtjpegenc_chain):
7691         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
7692         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
7693         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
7694         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
7695         * sys/v4l/gstv4lsrc.c:
7696         * sys/v4l/v4l_calls.c: (gst_v4l_open):
7697         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
7698         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
7699         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
7700         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
7701           remove gst_info calls
7703 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7705         * Makefile.am:
7706         * po/af.po:
7707         * po/az.po:
7708         * po/en_GB.po:
7709         * po/nl.po:
7710         * po/sr.po:
7711         * po/sv.po:
7712           Updated translations
7714 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7716         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
7717           refactor/comment code
7719 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7721         * gst/asfdemux/Makefile.am:
7722         * gst/asfdemux/asfheaders.c:
7723         * gst/asfdemux/asfheaders.h:
7724         * gst/asfdemux/gstasf.c: (plugin_init):
7725         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
7726         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
7727         (gst_asf_demux_setup_pad):
7728         * gst/asfdemux/gstasfdemux.h:
7729         * gst/asfdemux/gstasfmux.c:
7730         * gst/asfdemux/gstasfmux.h:
7731           Add tagging support to demuxer, split out registration in its own
7732           file instead of in demux (hacky), and prevent having some tables
7733           in our memory multiple times (in asfheaders.h).
7735 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7737         * gst/matroska/matroska-demux.c:
7738         (gst_matroska_demux_parse_metadata):
7739         * gst/matroska/matroska-ids.h:  
7740           Basic tag reading support.
7742 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7744         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
7745           Really detect ac-3 audio.
7746         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
7747           really detect matroska files (off-by-1).
7749 2004-04-30  David Schleef  <ds@schleef.org>
7751         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7752         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
7753         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
7754         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
7755         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
7756         hackage -- parse a lot more atoms, extract a few tags.  One might even
7757         mistake this for tag support.  Maybe it is.
7758         * gst/qtdemux/qtdemux.h:
7760 2004-04-30  Colin Walters  <walters@verbum.org>
7762         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
7764 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7766         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7767         (gst_ffmpegcolorspace_getcaps):
7768           remove broken nego fix
7770 2004-04-30  Benjamin Otte  <otte@gnome.org>
7772         * configure.ac:
7773         * ext/Makefile.am:
7774         * ext/libvisual/Makefile.am:
7775         * ext/libvisual/visual.c: 
7776           add initial support for libvisual (http://libvisual.sourceforge.net)
7777           libvisual is still quite alpha, so expect crashes in there :)
7779 2004-04-29  David Schleef  <ds@schleef.org>
7781         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
7782         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
7783         up qtdemux to make it spit out codec_data.  Do _not_ look at this
7784         code; you will no longer respect me.
7786 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7788         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
7789         * ext/alsa/gstalsa.h :
7790         change alsa pcm device discovery to find more than 1 device
7791         per card. code review by Ronald.
7793 2004-04-29  David Schleef  <ds@schleef.org>
7795         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
7796         Add a check for a driver bug on FreeBSD.  (bug #140565)
7798 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7800         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
7801         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
7802         (gst_jpegenc_getcaps):
7803           move format setting to inner loop
7804         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7805         (gst_ffmpegcolorspace_getcaps):
7806           use GST_PAD_CAPS if available so that we use already negotiated
7807           caps
7808         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7809         (qtdemux_parse_moov), (qtdemux_parse):
7810           extra debugging
7811         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
7812         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
7813           move hardcoded path to DEFINE
7815 2004-04-28  David Schleef  <ds@schleef.org>
7817         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
7818         (bug #140064)
7820 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7822         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
7823           Don't probe for playback device if we're a source element. Fixes
7824           #139658.
7826 2004-04-29  Benjamin Otte  <otte@gnome.org>
7828         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
7829         (gst_id3_tag_chain):
7830           rewrite buffer offset
7832 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7834         * configure.ac:
7835         * ext/Makefile.am:
7836         * ext/dts/Makefile.am:
7837         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
7838         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
7839         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
7840         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
7841         (gst_dtsdec_loop), (gst_dtsdec_change_state),
7842         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
7843         (plugin_init):
7844         * ext/dts/gstdtsdec.h:
7845           New DTS decoder.
7846         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
7847         (gst_faad_srcconnect):
7848           Add ESDS atom handling (.m4a).
7850 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7852         * ext/divx/gstdivxdec.c: (plugin_init):
7853           Remove comment that makes no sense.
7854         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
7855           Fix for obvious typo that resulted in warnings during gst-register.
7856         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
7857         (gst_xviddec_sink_link):
7858           Fix caps negotiation a bit better.
7859         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
7860           We call this 'codec_data', not 'esds'.
7862 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7864         * gst/monoscope/gstmonoscope.c:
7865           make sure we only provide 256x128
7866         * gst/monoscope/monoscope.c: (monoscope_init):
7867           assert size of 256x128
7869 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7871         * Makefile.am:
7872         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
7873         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
7874           fixate to max width and height of device
7876 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7878         * Makefile.am:
7879         * sys/v4l/gstv4l.c:
7880         * sys/v4l/gstv4lsrc.c:
7881         * sys/v4l/v4l_calls.c:
7882         * sys/v4l/v4lsrc_calls.c:
7883           fix for qc-usb driver which fakes having more than one buffer
7884           by handing the same buffer twice, which confused GStreamer's/v4lsrc
7885           buffer_free override
7886           add debugging
7888 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7890         * Makefile.am:
7891         * gst/videotestsrc/gstvideotestsrc.c:
7892         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
7893         (gst_videotestsrc_init), (gst_videotestsrc_get),
7894         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
7895         * gst/videotestsrc/gstvideotestsrc.h:
7896           add num-buffers property
7898         2004-04-26  Benjamin Otte  <otte@gnome.org>
7900         * ext/mad/gstid3tag.c: (plugin_init):
7901           set id3mux rank to NONE so it doesn't confuse spider
7902           require audio/mpeg,mpegversion=1 in id3mux
7904 2004-04-26  Benjamin Otte  <otte@gnome.org>
7906         * configure.ac:
7907           detect faad correctly as non-working if it's indeed non-working
7909 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7911         * Makefile.am:
7912         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
7913         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
7914         fix _getcaps so it only negotiates to its supported format
7916 2004-04-25  Benjamin Otte  <otte@gnome.org>
7918         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
7919           fix memleak
7921 2004-04-23  Benjamin Otte  <otte@gnome.org>
7923         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7924           audio/x-raw-int with height rules! not. Now it's depth.
7926 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7928         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
7929         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
7930         (gst_wavparse_loop):
7931           Missing variable initialization. Add handling of DVI ADPCM. Fix
7932           mis-parsing of LIST chunks. This works around a bug where we mis-
7933           parse non-aligning LIST chunks (so LIST chunks where the contents
7934           don't align with the actual LIST size). The correct fix is to use
7935           rifflib, I'm not going to fix wavparse - too much work. All this
7936           fixes #104878.
7938 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7940         reviewed by Benjamin Otte  <otte@gnome.org>
7942         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
7943           fix shoutcast not working (fixes #140844)
7945 2004-04-22  Benjamin Otte  <otte@gnome.org>
7947         * ext/hermes/gsthermescolorspace.c:
7948         (gst_hermes_colorspace_caps_remove_format_info):
7949         * gst/colorspace/gstcolorspace.c:
7950         (gst_colorspace_caps_remove_format_info):
7951         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7952         (gst_ffmpegcolorspace_caps_remove_format_info):
7953           s/gst_caps_simplify/gst_caps_do_simplify/
7955 2004-04-22  Benjamin Otte  <otte@gnome.org>
7957         * gst-libs/gst/riff/riff-media.c:
7958         (gst_riff_create_video_caps_with_data):
7959           mpegversion is an int
7960         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
7961           don't try to create pad templates with NULL caps, use any caps
7962           instead.
7964 2004-04-20  David Schleef  <ds@schleef.org>
7966         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
7967         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
7968         (bug #140384)
7970 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
7972         reviewed by David Schleef
7974         * ext/mad/gstid3tag.c: Add stdlib.h
7975         * gst/rtp/gstrtpgsmenc.c: same
7976         * gst/tags/gstid3tag.c: same
7977         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
7978         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
7979         GST_DISABLE_LOADSAVE use.
7980         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
7981         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
7982         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
7983         atol(3)).
7984         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
7985         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
7986         strtoul(3)).
7987         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
7988         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
7989         $(ID3_CFLAGS).
7990         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
7991         $(LIBFAME_CFLAGS).
7993 2004-04-20  David Schleef  <ds@schleef.org>
7995         * gst/realmedia/rmdemux.c:  This was supposed to part of the
7996         last checkin.  Same idea.
7998 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
8000         reviewed by David Schleef
8002         * configure.ac: bump required gstreamer version to 0.8.1.1
8003         because of following changes [--ds]
8005         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
8006         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
8007         (gst_riff_read_header):  Use GST_READ_UINT*
8008         macros to access possibly unaligned memory.
8010         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
8011         (mp3_type_find):  Use GST_READ_UINT*
8012         macros to access possibly unaligned memory.
8013         (mp3_type_find, mpeg1_parse_header, qt_type_find)
8014         (speex_type_find): Likewise
8016         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
8018         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
8019         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
8020         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
8021         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
8022         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
8023         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
8024         macros to access possibly unaligned memory.
8026         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
8027         Likewise.
8029         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
8030         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
8032         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8033         Likewise.
8035         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
8036         (gst_mpeg2subt_chain_subtitle): Likewise.
8038         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
8039         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
8040         Likewise.
8042         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
8043         Likewise.
8045         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
8046         Likewise.
8048         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
8049         Likewise.
8051 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8053         * configure.ac:
8054           update required version of GStreamer because of GST_TIME_FORMAT
8056 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8058         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
8059           remove leftover g_print
8060         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8061           don't try setting only a subset of the caps. We don't want to kill
8062           autoplugging on purpose
8064 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8066         * sys/ximage/ximagesink.c: (plugin_init):
8067         * sys/xvimage/xvimagesink.c: (plugin_init):
8068           add debugging categories
8070 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8072         * po/en_GB.po:
8073         * po/LINGUAS:
8074           Adding en_GB translation (Gareth Owen)
8076 2004-04-20  David Schleef  <ds@schleef.org>
8078         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
8079         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
8080         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
8081         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8082         A number of new features and hacks to extract the esds atom and
8083         put it into the caps.  (bug #137724)
8085 2004-04-19  David Schleef  <ds@schleef.org>
8087         * gconf/Makefile.am: Fix for non-GNU make
8088         * gst-libs/gst/Makefile.am: Change directory order to handle
8089         GstPlay linking with gstinterfaces
8090         * gst-libs/gst/audio/make_filter: make use of tr portable
8091         * gst-libs/gst/play/Makefile.am: Add intended \
8092         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8093         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
8094         function prototype instead of void *.
8095         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
8096         macro.
8097         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8098         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
8099         * gst/videofilter/make_filter: make use of tr portable
8100         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
8102 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8103                                                                                 
8104         * po/LINGUAS:
8105         * po/uk.po:
8106           Added Ukrainian translation (Maxim V. Dziumanenko)
8107                                                                                 
8108 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8110         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
8111         (gst_gsmdec_link), (gst_gsmdec_chain):
8112           Fix capsnego, simplify chain function slightly.
8113         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
8114           Add GSM.
8116 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8118         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
8119         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
8120         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
8121           Hack to make wavparse work with spider (always -> sometimes pad).
8122           Fixes #135862 && #140411.
8124 2004-04-18  Benjamin Otte  <otte@gnome.org>
8126         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
8127         (gst_osselement_rate_probe_check),
8128         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
8129           get rid of \n in debug output
8131 2004-04-17  Iain <iain@prettypeople.org>
8133         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
8134         not just EOS.
8136 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8138         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
8139         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
8140         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
8141         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
8142         (gst_id3_tag_src_link), (gst_id3_tag_chain),
8143         (gst_id3_tag_change_state), (plugin_init):
8144           deprecate id3tag element and replace with id3demux/id3mux.
8145           great side effect: this ugly file is now even uglier, yay!
8146         * ext/mad/gstmad.h:
8147           remove non-available function
8148           update for new get_type
8150 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8152         * configure.ac:
8153           require mpeg2dec >= 0.4.0
8155 2004-04-17  Benjamin Otte  <otte@gnome.org>
8157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8158         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
8159         (gst_xvimagesink_set_xwindow_id):
8160           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
8161           assorted cleanup fixes.
8163 2004-04-16  David Schleef  <ds@schleef.org>
8165         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
8166         * sys/xvimage/xvimagesink.h: same
8168 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8170         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
8171           Fix GST_ELEMENT_ERROR with (NULL)
8173 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8175         * gst-libs/gst/riff/riff-media.c:
8176         (gst_riff_create_video_caps_with_data):
8177           Add div[3456] as fourccs for DivX 3 (fixes #140137).
8179 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8181         * gst-libs/gst/riff/riff-media.c:
8182         (gst_riff_create_video_caps_with_data),
8183         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
8184         (gst_riff_create_video_template_caps),
8185         (gst_riff_create_audio_template_caps):
8186         * gst-libs/gst/riff/riff-media.h:
8187         * gst-libs/gst/riff/riff-read.c:
8188         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
8189         * gst-libs/gst/riff/riff-read.h:
8190         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
8191           Add MS RLE support. I added some functions to read out strf chunks
8192           into strf chunks and the data behind it. This is usually color
8193           palettes (as in RLE, but also in 8-bit RGB). Also use those during
8194           caps creation. Lastly, add ADPCM (similar to wavparse - which
8195           should eventually be rifflib based).
8196         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
8197         (gst_matroska_demux_init), (gst_matroska_demux_reset):
8198         * gst/matroska/matroska-demux.h:
8199           Remove placeholders for some prehistoric tagging system. Didn't add
8200           support for any tag system really anyway.
8201         * gst/qtdemux/qtdemux.c:
8202           Add support for audio/x-m4a (MPEG-4) through spider.
8203         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
8204         (gst_wavparse_loop):
8205           ADPCM support (#135862). Increase max. buffer size because we
8206           cannot split buffers for ADPCM (screws references) and I've seen
8207           files with 2048 byte chunks. 4096 seems safe for now.
8209 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8211         * configure.ac: bump nano to 1
8213 === release 0.8.1 ===
8215 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8217         * configure.ac: releasing 0.8.1, "Comforting Sounds"
8219 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8221         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8222           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
8223           Fixes #140058
8225 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8227         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
8228           lower rank of dvddemux so that it's not used for mpeg playback.
8230 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8232         * configure.ac:
8233           save libs correctly when checking mad
8235 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8237         * ext/mad/gstid3tag.c: (plugin_init):
8238           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
8240 2004-04-13  David Schleef  <ds@schleef.org>
8242         * common/m4/gst-feature.m4: Call -config scripts with
8243         --plugin-libs if it is supported.
8244         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
8245         JPEG images are image/jpeg.
8246         * gst/debug/Makefile.am:
8247         * gst/debug/negotiation.c: (gst_negotiation_class_init),
8248         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
8249         (gst_negotiation_update_caps), (gst_negotiation_get_property),
8250         (gst_negotiation_plugin_init): Add a property that acts like
8251         filter caps.
8252         * testsuite/gst-lint:  Move license checking to be a standard
8253         test.
8255 2004-04-13  David Schleef  <ds@schleef.org>
8257         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
8258         patch from Sebastien Cote (bug #139958)
8260 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8262         * examples/gstplay/Makefile.am:
8263         * examples/gstplay/player.c: (main):
8264           make the commandline player example use gconf settings
8266 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8268         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
8269         (gst_cacasink_sinkconnect), (gst_cacasink_init),
8270         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
8271           init/end library during state transition, not object
8272           creation/disposal.  get rid of custom dispose handler.
8273          
8275 2004-04-12  Christian Schaller <Uraeus@gnome.org>
8277         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
8278         be a symlink
8280 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8282         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
8283           Handle JUNK chunks inside data section. Prevents warnings.
8285 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8287         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8288         (gst_riff_create_video_template_caps):
8289           Add MS video v1.
8290         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8291         (gst_avi_demux_stream_data):
8292           Add support for "rec-list" chunks.
8294 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8296         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8297           Fix another codecname mismatch.
8299 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8301         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8302           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
8303           so that MJPEG plays back.
8305 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8307         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
8308         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
8309         * gst/mpeg1videoparse/gstmp1videoparse.h:
8310           Fix for some slight mis-cuts in buffer parsing, and for some
8311           potential overflows or faults-causers. Adds disconts. Also fixes
8312           #139105 while we're at it.
8314 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8316         * configure.ac:
8317         * sys/v4l2/gstv4l2element.h:
8318           Workaround for missing struct v4l2_buffer declaration in Suse 9
8319           and Mandrake 10 linux/videodev2.h header file (#135919).
8321 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8323         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
8324           Bail out if no filename was given.
8326 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8328         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
8329         (gst_v4l2_fourcc_from_structure):
8330           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
8331           Y41B somewhere).
8333 2004-04-09  Benjamin Otte  <otte@gnome.org>
8335         * ext/gnomevfs/gstgnomevfssink.c:
8336         (_gst_boolean_allow_overwrite_accumulator),
8337         (gst_gnomevfssink_class_init):
8338           fix erase signal - if any handler returns false the file will not be
8339           overwritten. If no handler is connected, the file will not be
8340           overwritten either.
8341           renamed signal to "allow-overwrite"
8342         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
8343           free string when adding it to ID3 failed
8344         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
8345           unref event when done
8346         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
8347           free caps
8348         * gst/typefind/gsttypefindfunctions.c:
8349         (mpeg_video_stream_type_find):
8350           fix invalid read 
8352 2004-04-08  David Schleef  <ds@schleef.org>
8354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8355         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
8357 2004-04-08  David Schleef  <ds@schleef.org>
8359         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
8360         we don't support (bug #139532)
8362 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8364         * ext/mad/gstmad.c: (gst_mad_handle_event),
8365         (gst_mad_check_caps_reset), (gst_mad_chain),
8366         (gst_mad_change_state):
8367           only set explicit caps if they haven't been set before for
8368           this stream.  MPEG-audio sample rate/channels aren't allowed
8369           to change in-stream.
8370           Fixes #139382
8372 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8374         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
8375         (_gst_boolean_did_something_accumulator),
8376         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
8377         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
8378         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
8379         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
8380         (gst_gnomevfssink_change_state):
8381           Fix erase signal. Don't erase by default. Remove handoff signal.
8382           Remove erase property. Don't segfault. General cleanup.
8384 2004-04-07  Benjamin Otte  <otte@gnome.org>
8386         * gst-libs/gst/gconf/test-gconf.c: (main):
8387           add missing gst_init
8389 2004-04-07  Benjamin Otte  <otte@gnome.org>
8391         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
8392           free the mutexes, too
8394 2004-04-07  Benjamin Otte  <otte@gnome.org>
8396         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
8397           actually free the URI string
8398         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
8399           compute offset correctly when passing discont events
8400         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
8401           don't leak discont events
8402         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
8403           add some missing breaks so caps aren't copied randomly
8404         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
8405           if we realloc memory, we better use it
8407 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8409         * ext/mad/gstmad.c: (normal_seek):
8410           fix GST_FORMAT_TIME usage
8412 2004-04-05  David Schleef  <ds@schleef.org>
8414         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
8415         a deprecated function (hack!)
8417 2004-04-05  Benjamin Otte  <otte@gnome.org>
8419         * ext/esd/esdmon.c: (gst_esdmon_get):
8420           fix nonterminated vararg and memleak
8422 2004-04-05  Benjamin Otte  <otte@gnome.org>
8424         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
8425         (gst_ladspa_init), (gst_ladspa_force_src_caps),
8426         (gst_ladspa_set_property), (gst_ladspa_get_property),
8427         (gst_ladspa_instantiate), (gst_ladspa_activate),
8428         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
8429           clean up debugging
8431 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
8433         reviewed by Benjamin Otte  <otte@gnome.org>
8435         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
8436           check for broken LADSPA parameters (fixes #138635)
8437         
8438 2004-04-05  Benjamin Otte  <otte@gnome.org>
8440         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
8441           advertise buffer-frames correctly on sinkpads
8443 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8445         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
8446         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
8447         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
8448         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
8449         (gst_mad_check_caps_reset), (gst_mad_chain):
8450         add more debugging, only reset caps when we're not in error state
8452 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8454         * ext/mad/gstmad.c: add debugging category, comment + cleanups
8456 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
8458         reviewed by Benjamin Otte  <otte@gnome.org>
8460         * configure.ac:
8461           fix == in test(1) operator
8463 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
8465         reviewed by Benjamin Otte  <otte@gnome.org>
8467         * configure.ac:
8468           fix --export-symblos-regex to a working regex.
8470 2004-04-04  Benjamin Otte  <otte@gnome.org>
8472         * sys/oss/.cvsignore:
8473           add for oss_probe
8475 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
8477         reviewed by Benjamin Otte  <otte@gnome.org>
8479         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
8480           add missing 'new_media' argument (fixes #138168)
8481         * gst/matroska/matroska-demux.c:
8482         (gst_matroska_demux_handle_seek_event):
8483           add vararg terminator (fixes #138169)
8485 2004-04-02  David Schleef  <ds@schleef.org>
8487         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
8488         disted (bug #138914)
8490 2004-04-01  Benjamin Otte  <otte@gnome.org>
8492         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
8493         (gst_alsa_close_audio):
8494           handle case better where a soundcard can't pause
8495         * ext/ogg/gstoggdemux.c:
8496           don't crash when we get events but don't have pads yet
8498 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8500         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8501           throw an error if we couldn't probe any caps.
8503 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
8505         * ext/dvdnav/gst-dvd:
8506         Add a really simple sample DVD player
8508 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
8510         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
8511         (gst_a52dec_push), (gst_a52dec_handle_event),
8512         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
8513         (gst_a52dec_change_state):
8514         * ext/a52dec/gsta52dec.h:
8515           Use a debug category, Output timestamps correctly
8516           Emit tag info, Handle events, tell liba52dec about cpu
8517           capabilities so it can use MMX etc.
8518         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
8519           Fix a crasher accessing invalid memory
8520         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
8521         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
8522         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
8523         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
8524         (dvdnavsrc_query):
8525           Some support for byte-format seeking.
8526           Small fixes for still frames and menu button overlays
8527         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
8528         (gst_mpeg2dec_alloc_buffer):
8529           Use a debug category. Adjust the report level of several items to
8530           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
8531           so it doesn't lose the GstBuffer pointer
8532         * gst/debug/Makefile.am:
8533         * gst/debug/gstdebug.c: (plugin_init):
8534         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
8535         (gst_navseek_base_init), (gst_navseek_class_init),
8536         (gst_navseek_init), (gst_navseek_seek),
8537         (gst_navseek_handle_src_event), (gst_navseek_set_property),
8538         (gst_navseek_get_property), (gst_navseek_chain),
8539         (gst_navseek_plugin_init):
8540         * gst/debug/gstnavseek.h:
8541           Add the navseek debug element for seeking back and forth in a 
8542           video stream using arrow keys.
8543         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
8544         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
8545         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
8546         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
8547         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
8548         (gst_mpeg2subt_parse_header), (gst_get_nibble),
8549         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
8550         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
8551         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
8552         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
8553         * gst/mpeg2sub/gstmpeg2subt.h:
8554           Pretty much a complete rewrite. Now a loopbased element. May still
8555           require work to properly synchronise subtitle buffers.
8556         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
8557         (gst_dvd_demux_send_subbuffer):
8558         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
8559           Don't attempt to create subbuffers of size 0
8560           Reduce a couple of error outputs to warnings.
8561         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
8562         (gst_y4mencode_chain):
8563         Output the y4m frame header correctly.
8565 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8567         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
8568           throw errors instead of allowing SIGFPE
8570 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8572         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
8573         (gst_gconf_render_bin_from_key):
8574           leak plugging and style fixing
8576 2004-03-31  David Schleef  <ds@schleef.org>
8578         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
8579         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
8580         (bug #138225)
8581         * gst/debug/Makefile.am:
8582         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
8583         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
8584         plugin.
8585         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
8586         (gst_negotiation_base_init), (gst_negotiation_class_init),
8587         (gst_negotiation_init), (gst_negotiation_getcaps),
8588         (gst_negotiation_pad_link), (gst_negotiation_chain),
8589         (gst_negotiation_set_property), (gst_negotiation_get_property),
8590         (gst_negotiation_plugin_init):  New element to talk about random
8591         negotiation things happening in a pipeline.
8593 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8595         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
8596           fix integer addition with help of Stefan Kost
8598 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8600         * po/nl.po: updated Dutch translation (Elros Cyriatan)
8602 2004-03-30  David Schleef  <ds@schleef.org>
8604         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
8605         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
8606         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
8607         (bug #137504)
8608         * ext/mpeg2dec/gstmpeg2dec.h:
8610 2004-03-30  David Schleef  <ds@schleef.org>
8612         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
8614 2004-03-30  David Schleef  <ds@schleef.org>
8616         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
8617         Michael Petullo) to handle .mov
8619 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8621         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
8622         (gst_osselement_rate_check_rate):
8623           probe caps correctly for sound cards that only support one format
8625 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8627         * ext/kio/kiosrc.cpp: (process_events):
8628           update handling event processing if inside KDE - untested
8630 2004-03-29  David Schleef  <ds@schleef.org>
8632         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
8633         by 2 to not interfere with other colorspaces.
8634         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
8635         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
8636         one to not interfere with ffmpeg_colorspace.
8638 2004-03-29  David Schleef  <ds@schleef.org>
8640         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
8641         aren't in the caps.
8642         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
8643         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
8645 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8647         * gst-libs/gst/riff/riff-media.c:
8648           fail on error, don't try to set stuff on NULL caps
8650 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8652         * configure.ac:
8653         * ext/Makefile.am:
8654         * ext/kio/Makefile.am:
8655         * ext/kio/kioreceiver.cpp:
8656         * ext/kio/kioreceiver.h:
8657         * ext/kio/kiosrc.cpp:
8658         * ext/kio/kiosrc.h:
8659           add experimental kiosrc plugin
8660         * ext/alsa/gstalsaplugin.c: (plugin_init):
8661           initialize debugging category only when we're sure registering the
8662           plugins worked.
8664 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8666         * examples/gstplay/player.c: (main):
8667         * gst-libs/gst/play/play.c: (gst_play_class_init),
8668         (gst_play_set_location), (gst_play_set_data_src),
8669         (gst_play_set_video_sink), (gst_play_set_audio_sink),
8670         (gst_play_set_visualization), (gst_play_connect_visualization):
8671           check return values of element_set_state and return FALSE where
8672           failed
8674 2004-03-29  Benjamin Otte  <otte@gnome.org>
8676         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
8677           try harder to check if an event is really a discont
8679 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8681         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
8682         * po/az.po:
8684 2004-03-28  Benjamin Otte  <otte@gnome.org>
8686         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
8687         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
8688         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
8689           get rid of non-standard "..." ranges in case statements.
8691 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
8693         * gst/mpegstream/gstmpegdemux.c: 
8694         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
8695         specific functionality split to the new dvddemux element.
8696         * gst/mpegstream/gstdvddemux.c:
8697         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
8698         streams, derived from mpegdemux.
8699         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
8700         up. SCR based timestamp rewriting can be turned off (will probably
8701         completely disappear soon).
8702         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
8703         hacking. General cleanup. All printf statements replaced by
8704         debugging messages. Almost complete libdvdnav support.
8705         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
8706         by events. New properties for audio and subpicture languages.
8707         (dvdnavsrc_update_highlight): Now uses events.
8708         (dvdnavsrc_user_op): Cleaned up.
8709         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
8710         based). Lots of cleanup, and propper support for most libdvdnav
8711         events.
8712         (dvdnavsrc_make_dvd_event): New function.
8713         (dvdnavsrc_make_dvd_nav_packet_event): New function.
8714         (dvdnavsrc_make_clut_change_event): New function.
8716 2004-03-26  Benjamin Otte  <otte@gnome.org>
8718         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
8719           fix bug where typefinding would claim it's theora whenever less then
8720           7 bytes of data were available
8722 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8724         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
8725         (gst_alawdec_base_init), (gst_alawdec_class_init),
8726         (gst_alawdec_init), (gst_alawdec_chain):
8727         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
8728         (gst_alawenc_base_init), (gst_alawenc_class_init),
8729         (gst_alawenc_init), (gst_alawenc_chain):
8730         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
8731         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
8732         (gst_mulawdec_init), (gst_mulawdec_chain):
8733         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
8734         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
8735         (gst_mulawenc_init), (gst_mulawenc_chain):
8736           Fix capsnego in all four, remove the unused property functions and
8737           simplify the chain functions slightly. I guess we could use macros
8738           or something similar for those, since the code is so similar, but
8739           I'm currently too lazy...
8741 2004-03-24  David Schleef  <ds@schleef.org>
8743         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
8744         (gst_osselement_close_audio), (gst_osselement_probe_caps),
8745         (gst_osselement_get_format_structure),
8746         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
8747         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
8748         (gst_osselement_rate_int_compare): Add code to handle rate probing
8749         (bug #120883)
8750         * sys/oss/gstosselement.h: same
8751         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
8752         Use rate probing provided by osselement.
8753         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
8755 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8757         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
8758         (gst_xvidenc_get_property):
8759           ulong/int mess-up.
8761 2004-03-24  David Schleef  <ds@schleef.org>
8763         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
8764         (gst_speexdec_init):
8765         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8766         (gst_speexenc_init):  Create the pad template correctly (from
8767         the static pad template, not a NULL pointer.)
8769 2004-03-25  Benjamin Otte  <otte@gnome.org>
8771         * gst/debug/Makefile.am:
8772         * gst/debug/breakmydata.c: 
8773           add element that quasi-randomly changes bytes in the stream.
8774           Intended use is robustness checking of demuxers and decoders in
8775           media tests.
8777 2004-03-24  Benjamin Otte  <otte@gnome.org>
8779         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
8780         (gst_alsa_probe_hw_params):
8781         * ext/alsa/gstalsa.h:
8782           debugging output fixes
8784 2004-03-24  Benjamin Otte  <otte@gnome.org>
8786         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
8787           don't g_return_if_fail if element is PLAYING, fail silently as every
8788           other element.
8789         * gst/effectv/gstquark.c: (gst_quarktv_chain):
8790           only fix needed for cast lvalue issues in gst-plugins
8791         * gst/volenv/gstvolenv.c: (gst_volenv_init):
8792           add proxy_getcaps
8794 2004-03-24  Benjamin Otte  <otte@gnome.org>
8796         * gst/level/gstlevel.c: (gst_level_init):
8797           add proxying getcaps function, so level doesn't advertise impossible
8798           caps
8800 2004-03-24  David Schleef  <ds@schleef.org>
8802         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
8803         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
8804         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
8805         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
8806         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
8807         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
8808         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
8809         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
8810         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
8811         messages.  Divide the chunk size by the compression ratio
8812         (needed for MACE audio)
8814 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8816         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8817           Fix buffer overflow read error.
8819 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8821         * ext/alsa/gstalsa.h:
8822           Remove unused entry.
8823         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8824           Add cinepak.
8825         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
8826         (gst_videodrop_link), (gst_videodrop_chain):
8827           Fix, sort of. Was horribly broken with new capsnego. Bah...
8829 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
8831         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
8832         (plugin_init):
8833         Add a monkeysaudio typefind function
8835 2004-03-23  Johan Dahlin  <johan@gnome.org>
8837         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
8838         (gst_play_video_fixate): Check so the structure has the field
8839         before trying to fixate them, this makes it possible to have
8840         fakesinks for video and audio output without printing errors on
8841         the output console.
8843 2004-03-22  David Schleef  <ds@schleef.org>
8845         * sys/oss/Makefile.am:
8846         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
8847         (check_rate), (add_rate):  Rate probing test app.
8849 2004-03-21  Benjamin Otte  <otte@gnome.org>
8851         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8852         (_fixate_caps_to_int), (gst_audio_convert_fixate):
8853           add a fixation function that pretty much does the right thing (fixes
8854           #137556)
8856 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
8858         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
8860 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
8862         reviewed by: Benjamin Otte  <otte@gnome.org>
8864         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8865           terminate gst_event_new_discontinuous correctly (fixes parts of
8866           #137711)
8868 2004-03-19  David Schleef  <ds@schleef.org>
8870         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
8871         since it doesn't depend on X, and it's part of our ABI.
8873 2004-03-19  Iain <iain@prettypeople.org>
8875         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
8876         is_int in the structure, not the local variable.
8878 2004-03-19  David Schleef  <ds@schleef.org>
8880         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
8881         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
8882         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
8883         Improvements in caps negotiation.
8885 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8887         * po/LINGUAS:
8888         * po/af.po:
8889           adding Afrikaans (Petri Jooste)
8891 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8893         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8894         (gst_ffmpegcolorspace_chain):
8895         throw error instead of g_critical (#137588)
8897 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8899         * Makefile.am:
8900         * configure.ac:
8901           dist common and m4 correctly
8902         * po/sv.po:
8904 2004-03-17  David Schleef  <ds@schleef.org>
8906         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
8907         (bug #137348)
8909 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8911         * po/LINGUAS:
8912         * po/sv.po:
8913           adding Swedish translation (Christian Rose)
8915 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8917         * Makefile.am: use release.mak
8919 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8921         * common/ChangeLog:
8922         * common/gst-autogen.sh:
8923           add some explanation about the version detection
8924         * configure.ac:
8925           fix X check
8927 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8929         * configure.ac: bump nano to 1
8931 === release 0.8.0 ===
8933 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8935         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
8937 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8939         * configure.ac:
8940           update libtool version
8941         * gst-libs/gst/media-info/Makefile.am:
8942           actually use libtool version
8944 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8946         * configure.ac: fix speex detection to work with 1.0 but not 1.1
8948 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8950         * configure.ac:
8951         * gst-plugins.spec.in:
8952         * pkgconfig/Makefile.am:
8953         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
8954         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8955         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8956         * pkgconfig/gstreamer-libs.pc.in:
8957         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8958         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8959         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
8960         * pkgconfig/gstreamer-plugins.pc.in:
8961           remove @VERSION@ from some of the pc files since core and plugins
8962           are decoupled.
8963           created gstreamer-plugins.pc as it's a better name, but keeping
8964           -libs around for now to get fixes upstream done first.
8966 2004-03-15  Julien MOUTTE <julien@moutte.net>
8968         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
8969         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
8970         * gst-libs/gst/play/play.h:
8972 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8974         * *.c, *.cc: don't mix tabs and spaces
8976 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8978         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
8979           use the new ffmpegcolorspace
8980         * gst-plugins.spec.in:
8981           package new colorspace and media-info
8982         * configure.ac:
8983         * pkgconfig/Makefile.am:
8984           fix some more disting issues
8985         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8986         * pkgconfig/gstreamer-media-info.pc.in:
8987           generate media-info pc files
8989 2004-03-15  Johan Dahlin  <johan@gnome.org>
8990         
8991         * *.h: Revert indenting
8993 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8995         * configure.ac:
8996           adding ffmpegcolorspace element
8997         * gst/ffmpegcolorspace/Makefile.am:
8998         * gst/ffmpegcolorspace/avcodec.h:
8999         * gst/ffmpegcolorspace/common.h:
9000         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9001         * gst/ffmpegcolorspace/dsputil.h:
9002         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9003         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9004         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
9005         (gst_ffmpeg_caps_to_pix_fmt):
9006         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9007         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9008         (gst_ffmpegcolorspace_caps_remove_format_info),
9009         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
9010         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
9011         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
9012         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
9013         (gst_ffmpegcolorspace_set_property),
9014         (gst_ffmpegcolorspace_get_property),
9015         (gst_ffmpegcolorspace_register):
9016         * gst/ffmpegcolorspace/imgconvert.c:
9017         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9018         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9019         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9020         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9021         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9022         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
9023         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
9024         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
9025         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
9026         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
9027         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
9028         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
9029         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
9030         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
9031         (img_get_alpha_info), (deinterlace_line),
9032         (deinterlace_line_inplace), (deinterlace_bottom_field),
9033         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9034         * gst/ffmpegcolorspace/imgconvert_template.h:
9035         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9036         * gst/ffmpegcolorspace/mmx.h:
9037         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
9038           adding ffmpegcolorspace element supplied by Ronald after cleaning
9039           up and pulling in the right bits of upstream source. 
9040           I'm sure a better C/compiler wizard could do some cleaning up (for
9041           example use GLIB's malloc stuff), but as a first pass this
9042           works very well
9044 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9046         * ext/alsa/gstalsa.h:
9047           I assume Ronald forgot to commit the change to have cardname
9048           as a struct member.  Expect some public spanking at the next
9049           opportunity.
9051 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9053         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
9054         (gst_alsa_open_audio), (gst_alsa_close_audio):
9055         * ext/alsa/gstalsa.c:
9056           Don't open the device if we're a mixer (= padless).
9057         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
9058         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
9059         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
9060           Open mixer during state change rather than during object
9061           initialization. Also, get a device name. Currently in a somewhat
9062           hackish fashion, but I didn't really find something better.
9064 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9066         * *.c, *.h: run gst-indent
9068 2004-03-14  Benjamin Otte  <otte@gnome.org>
9070         * gst/modplug/gstmodplug.cc:
9071         * gst/modplug/gstmodplug.h:
9072           set correct timestamps on outgoing buffers
9074 2004-03-14  Benjamin Otte  <otte@gnome.org>
9076         * gst/modplug/gstmodplug.cc:
9077           handle events - don't do crap when a discont arrives that's not
9078           necessary
9079           This allows correct loading and playback of mods in Rhythmbox
9081 2004-03-14  Benjamin Otte  <otte@gnome.org>
9083         * configure.ac:
9084         * gst-libs/gst/gconf/Makefile.am:
9085         * pkgconfig/Makefile.am:
9086           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
9087           they get rebuilt properly
9088         * configure.ac:
9089           when checking for vorbis, try pkgconfig first.
9090         * gst/modplug/gstmodplug.cc:
9091           add fixate function
9093 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9095         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9096           Fix for obvious mistake, where we first shift the offset and then
9097           read a samplesize element assuming the old offset. Note that this
9098           part still has something weird, i.e. my movies containing those
9099           don't actually play well, but at least there's something that looks
9100           like sound now.
9102 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
9103         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
9104         (plugin_init):
9105         Add a typefind function for speex format
9107 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9109         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
9110         (gst_asf_demux_setup_pad):
9111           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
9112           instead of 0. Reason is simple: some elements have a fps range
9113           of 1-max instead of 0-max. So now ASF video actually works.
9115 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9117         * po/LINGUAS:
9118         * po/sr.po:
9119           adding serbian as a language
9121 2004-03-13  Benjamin Otte  <otte@gnome.org>
9123         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9124           return taglist correctly from _get function, don't gst_pad_push it.
9125           (fixes #137042)
9127 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
9128         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
9130 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9132         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
9133         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
9134         (gst_alsa_mixer_track_new):
9135         * ext/alsa/gstalsamixertrack.h:
9136           Fix ancient leftovers... MixerTrack is a GObject.
9138 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9140         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
9141         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9142           Don't block during probing...
9144 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9146         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
9147         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
9148         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
9149         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
9150         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
9151         (gst_alsa_open_audio), (gst_alsa_close_audio):
9152         * ext/alsa/gstalsa.h:
9153           Add propertyprobe interface implementation, add some device-name
9154           property, all this so that it looks good in gnome-volume-control.
9156 2004-03-12  David Schleef  <ds@schleef.org>
9158         * configure.ac: the Hermes library controls hermescolorspace, not
9159         colorspace.
9160         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
9161         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
9162         not /* */
9163         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
9164         * ext/sdl/sdlvideosink.h: ditto.
9165         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
9167 2004-03-12  Benjamin Otte  <otte@gnome.org>
9169         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
9170         (gst_x_overlay_got_xwindow_id):
9171         * gst-libs/gst/xoverlay/xoverlay.h:
9172           replace XID with unsigned long to get rid of the xlibs dependency in
9173           XOverlay (fixes #137004)
9175 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
9176         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
9177         (gst_agingtv_setup):
9178         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
9179         (gst_dicetv_base_init), (gst_dicetv_class_init),
9180         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
9181         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
9182         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
9183         (gst_edgetv_setup), (gst_edgetv_rgb32):
9184         * gst/effectv/gsteffectv.c:
9185         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
9186         (gst_quarktv_set_property):
9187         * gst/effectv/gstrev.c: (gst_revtv_get_type),
9188         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
9189         (gst_revtv_setup), (gst_revtv_rgb32):
9190         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
9191         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
9192         (gst_shagadelictv_init), (gst_shagadelictv_setup),
9193         (gst_shagadelictv_rgb32):
9194         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
9195         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
9196         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
9197         * gst/effectv/gstwarp.c:
9198         Port everything that can be ported to videofilter and fix up the caps.
9199         Can someone with a big-endian machine please check these?
9201 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9203         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
9204         (gst_osssink_chain), (gst_osssink_change_state):
9205           Latest fixes for A/V sync, audio playback and such. This is about
9206           all... MPEG playback issues are mostly related to the async build-
9207           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
9209 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9211         patch from: Stephane Loeuillet
9213         * configure.ac:
9214           use pkg-config for some libraries, falling back to the old .m4 way
9215           (fixes #131270)
9216         * m4/libdv.m4:
9217           removed
9219 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9221         * configure.ac:
9222         * tools/Makefile.am:
9223         * tools/Makefile.in:
9224         * tools/gst-launch-ext-m.m:
9225         * tools/gst-launch-ext.1.in:
9226         * tools/gst-visualise-m.m:
9227         * tools/gst-visualise.1:
9228         * tools/gst-visualise.1.in:
9229           reorganizing generation of script tools
9231 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9233         * ext/divx/gstdivxdec.c:
9234           Downgrade priority. We prefer ffdec_mpeg4.
9235         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
9236         (gst_faad_chain), (gst_faad_change_state):
9237           Fix capsnego. Doesn't work for some sounds because we don't have
9238           a 5:1 to stereo element.
9239         * ext/xvid/gstxvid.c: (plugin_init):
9240           Add priority.
9241         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
9242         (gst_osssink_change_state):
9243           Add discont handling.
9245 2004-03-09  Colin Walters  <walters@verbum.org>
9247         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
9248         conversion.
9250 2004-03-09  Benjamin Otte  <otte@gnome.org>
9252         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
9253           the signals take 2 arguments
9255 2004-03-09  David Schleef  <ds@schleef.org>
9257         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
9258         (gst_alsa_fixate): Add fixate function.  (bug #136686)
9259         * ext/alsa/gstalsa.h:
9260         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
9262 2004-03-09  Benjamin Otte  <otte@gnome.org>
9264         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
9265         (gst_mikmod_change_state):
9266         * ext/mikmod/gstmikmod.h:
9267           make mikmod's loop function not loop infinitely and call
9268           gst_element_yield anymore
9269         * gst/modplug/gstmodplug.cc:
9270           fix pad negotiation (fixes #136590)
9272 2004-03-09  David Schleef  <ds@schleef.org>
9274         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
9275         doesn't conflict with the internal colorspace plugin.
9276         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
9277         satisfy the crappy-ass shell shipped by a certain vendor.
9278         * gst/videofilter/make_filter: same (bug #135299)
9280 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9282         * configure.ac: bump nano to 1
9284 === release 0.7.6 ===
9286 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9288         * configure.in: releasing 0.7.6, "There"
9290 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9292         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9293         * pkgconfig/gstreamer-play.pc.in:
9294           synchronize the two
9296 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9298         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
9299         (cdparanoia_open), (cdparanoia_event):
9300           fix/add error handling
9301         * po/POTFILES.in:
9302           add cdparanoia source
9303         * tools/Makefile.am:
9304           make scripts executable
9306 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9308         * configure.ac:
9309         * ext/vorbis/Makefile.am:
9310         * sys/Makefile.am:
9311           remove id3types, vorbisfile and xvideosink from the build (#133783)
9313 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9315         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
9316           Fix metadata read crash (#136537).
9318 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9320         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
9321         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
9322           adding mime types, fixing the one-stop function
9324 2004-03-08  Christian Schaller <Uraeus@gnome.org>
9326         * ext/nas/nassink.c and /ext/nas/nassink.h:
9327         More NAS love from Arwed von Merkatz
9328         So lets all sing 'Can you feel the NAS tonight' 
9330 2004-03-08  Christian Schaller <Uraeus@gnome.org>
9332         * tools/gst-launch-ext.in: 
9333         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
9335 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9337         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
9338         (gst_mpeg2dec_init):
9339         remove the user_data pad for now, because it is being used in
9340         fixating causing MPEG playback to fixate on 1000 Hz for playback.
9341         If someone knows how to fix this properly, please do.
9343 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9345         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
9346         (gst_osssink_get_time):
9347         add a warning, IMO this won't get triggered anymore, remove later
9349 2004-03-07  David Schleef  <ds@schleef.org>
9351         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
9352         format (bug #136470)
9354 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9356         * gst-libs/Makefile.am:
9357         * gst-libs/gst/media-info/Makefile.am:
9358         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
9359         (error_callback), (gst_media_info_error_create),
9360         (gst_media_info_error_element), (gmip_init), (gmip_reset),
9361         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
9362         * gst-libs/gst/media-info/media-info-priv.h:
9363         * gst-libs/gst/media-info/media-info-test.c: (main):
9364         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
9365         (gst_media_info_class_init), (gst_media_info_instance_init),
9366         (gst_media_info_set_source), (gst_media_info_read_with_idler),
9367         (gst_media_info_read_idler), (gst_media_info_read):
9368         * gst-libs/gst/media-info/media-info.h:
9369         fixed, should work now
9371 2004-03-07  Christian Schaller <Uraeus@gnome.org>
9373         * ext/nas/nassink.c:
9374         A bunch of NAS fixes from Arwed von Merkatz
9376 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9378         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
9379         (qtdemux_parse_trak):
9380           Fix crash (j might be greater than n_samples, in which case we're
9381           writing outside the allocated space for the array) and memleak.
9383 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9385         * sys/oss/gstosssink.c: (gst_osssink_chain):
9386           And another caller that couldn't handle delay < 0 (unsigned
9387           integer overflow). Video now continues playing on an audio
9388           buffer underrun, and the clock continues working. Audio still
9389           stalls.
9391 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9393         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
9394         (gst_osssink_get_time):
9395           get_delay() may return values lower than 0. In those cases, we
9396           should not actually cast to *unsigned* int64, that will break
9397           stuff horribly. In my case, it screwed up A/V sync in movies
9398           in totem rather badly.
9400 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
9402         * ext/faac/gstfaac.c: (gst_faac_chain):
9403         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9404         * ext/libpng/gstpngenc.c: (user_write_data):
9405         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
9406         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
9407         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
9408         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
9409         Fix several misuse of gst_buffer_merge (it doesn't take ownership
9410         of any buffer), should fix some leaks. I hope I didn't unref buffers
9411         that shouldn't be...
9412         
9413 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9415         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
9416         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
9417         (error_callback), (gmi_reset), (gmi_seek_to_track),
9418         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
9419         (gmip_find_type_post), (gmip_find_stream_post),
9420         (gmip_find_track_streaminfo_post):
9421         * gst-libs/gst/media-info/media-info-priv.h:
9422         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
9423         (info_print), (main):
9424         * gst-libs/gst/media-info/media-info.c:
9425         (gst_media_info_error_create), (gst_media_info_error_element),
9426         (gst_media_info_instance_init), (gst_media_info_get_property),
9427         (gst_media_info_new), (gst_media_info_set_source),
9428         (gst_media_info_read_idler), (gst_media_info_read):
9429         * gst-libs/gst/media-info/media-info.h:
9430           first pass at making this work again.  This seems to work on
9431           tagged ogg/vorbis and mp3 files.
9433 2004-03-06  Benjamin Otte  <otte@gnome.org>
9435         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9436           fix huge leak: gst_buffer_merge doesn't unref the first argument
9437           itself.
9439 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9441         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
9442           report layer/mode/emphasis
9444 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
9446         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
9448 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9450         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
9451           signal serial
9453 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9455         * ext/vorbis/vorbis.c: (plugin_init):
9456         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9457         (gst_vorbis_dec_init), (vorbis_dec_event):
9458         add debug category
9459         make vorbisdec handle _BYTE and _TIME queries
9461 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
9463         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
9464           from the xing header
9466 2004-03-06  Benjamin Otte  <otte@gnome.org>
9468         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
9469         (gst_audio_convert_link), (gst_audio_convert_change_state),
9470         (gst_audio_convert_buffer_from_default_format):
9471           do conversions from/to float correctly, fix some caps nego errors,
9472           export correct supported caps in template and getcaps, use correct
9473           caps in try_set_caps functions
9475 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
9477         For some reason, I only committed a ChangeLog entry yesterday and 
9478         not the corresponding code...
9479         * ext/mad/gstmad.c: Fix detection of Xing headers
9480         * gst/tags/gstid3tag.c: Changes to support TLEN tags
9482 2004-03-06  Benjamin Otte  <otte@gnome.org>
9484         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
9485         (gst_ogg_demux_src_query):
9486           make sure to handle the case where there's no current chain
9487           gracefully.
9489 2004-03-05  David Schleef  <ds@schleef.org>
9491         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
9492         Add fixate function. (bug #131128)
9493         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9494         (gst_sdlvideosink_fixate):  Add fixate function.
9495         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
9496         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
9497         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
9498         Fix missing break that was causing ulaw to be interpreted as
9499         raw int.
9501 2004-03-05  David Schleef  <ds@schleef.org>
9503         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
9504         Fix code that ignores return value of gst_buffer_merge().
9505         (bug #114560)
9506         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
9507         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
9508         * testsuite/gst-lint:  Check for above.
9510 2004-03-05  David Schleef  <ds@schleef.org>
9512         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
9513         caps and throw an element error.  (bug #136334)
9515 2004-03-05  David Schleef  <ds@schleef.org>
9517         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
9518         (gst_faad_chain): Fix negotiation.
9519         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
9520         key and button events.
9521         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
9522         dung heap of code.
9523         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
9524         depends on gconf
9525         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
9526         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
9527         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
9528         function to encourage better negotiation, particularly between
9529         audioconvert and osssink.
9530         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
9531         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
9532         more important.
9533         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
9534         typefinding.
9535         * gst/vbidec/vbiscreen.c:  Add glib header
9536         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
9538 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
9540         * ext/mad/gstmad.c: Fix detection of Xing headers
9541         * gst/tags/gstid3tag.c: Changes to support TLEN tags
9543 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9545         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
9546         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
9547           debug updates
9549 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
9551         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
9552         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
9553         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
9554         files, and report the parsed length as a GST_TAG_DURATION tag.
9555         * gst/tags/gstid3tag.c: support TLEN (duration) tag
9557 2004-03-05  Benjamin Otte  <otte@gnome.org>
9559         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
9560           convert channels correctly. convert correctly to unsigned.
9562 2004-03-05  Julien MOUTTE <julien@moutte.net>
9564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
9565         we have a window before clearing it.
9567 2004-03-05  Julien MOUTTE <julien@moutte.net>
9569         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
9570         have a window before clearing it.
9572 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9574         * gconf/gstreamer.schemas.in:
9575         * gst-libs/gst/gconf/Makefile.am:
9576           version installation path the same way as for 0.6
9577         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9578         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9579         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9580           remove comment that was fixed
9582 2004-03-05  David Schleef  <ds@schleef.org>
9584         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
9585         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
9586         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
9587         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
9588         Add prototype code for handling seeking and querying.
9590 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9592         * examples/gstplay/player.c: (main):
9593           Initialize variables to NULL. Prevents a segfault because the
9594           (uninitialized) variable is not NULL, resulting in a crash on
9595           trying to reach error->message.
9597 2004-03-05  Benjamin Otte  <otte@gnome.org>
9599         * gst/audioconvert/gstaudioconvert.c:
9600         (gst_audio_convert_buffer_to_default_format):
9601         make float=>int conversion work correctly even in cornercases.
9603 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
9605         * debian/README.Debian:
9606         * debian/build-deps:
9607         * debian/changelog:
9608         * debian/control:
9609         * debian/control.in:
9610         * debian/copyright:
9611         * debian/gstreamer-a52dec.files:
9612         * debian/gstreamer-aa.files:
9613         * debian/gstreamer-alsa.files:
9614         * debian/gstreamer-alsa.manpages:
9615         * debian/gstreamer-arts.files:
9616         * debian/gstreamer-artsd.files:
9617         * debian/gstreamer-audiofile.files:
9618         * debian/gstreamer-avifile.files:
9619         * debian/gstreamer-cdparanoia.files:
9620         * debian/gstreamer-colorspace.files:
9621         * debian/gstreamer-doc.files:
9622         * debian/gstreamer-dv.files:
9623         * debian/gstreamer-dvd.files:
9624         * debian/gstreamer-esd.files:
9625         * debian/gstreamer-festival.files:
9626         * debian/gstreamer-flac.files:
9627         * debian/gstreamer-gconf.conffiles:
9628         * debian/gstreamer-gconf.files:
9629         * debian/gstreamer-gconf.postinst:
9630         * debian/gstreamer-gnomevfs.files:
9631         * debian/gstreamer-gsm.files:
9632         * debian/gstreamer-http.files:
9633         * debian/gstreamer-jack.files:
9634         * debian/gstreamer-jpeg.files:
9635         * debian/gstreamer-mad.files:
9636         * debian/gstreamer-mikmod.files:
9637         * debian/gstreamer-misc.files:
9638         * debian/gstreamer-mpeg2dec.files:
9639         * debian/gstreamer-oss.files:
9640         * debian/gstreamer-plugin-apps.files:
9641         * debian/gstreamer-plugin-apps.manpages:
9642         * debian/gstreamer-plugin-libs-dev.files:
9643         * debian/gstreamer-plugin-libs.files:
9644         * debian/gstreamer-plugin-template.postinst:
9645         * debian/gstreamer-plugin-template.postrm:
9646         * debian/gstreamer-sdl.files:
9647         * debian/gstreamer-sid.files:
9648         * debian/gstreamer-vorbis.files:
9649         * debian/gstreamer-x.files:
9650         * debian/mk.control:
9651         * debian/rules:
9652         Debian package info not maintained here.
9654 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9656         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
9657         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
9658         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
9659         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
9660         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
9661         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
9662         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
9663         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
9664         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
9665         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
9666         * gst-libs/gst/colorbalance/colorbalance.c:
9667         (gst_color_balance_class_init):
9668         * gst-libs/gst/colorbalance/colorbalancechannel.c:
9669         (gst_color_balance_channel_class_init):
9670         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
9671         * gst-libs/gst/play/play.c: (gst_play_class_init):
9672         * gst-libs/gst/propertyprobe/propertyprobe.c:
9673         (gst_property_probe_iface_init):
9674         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
9675         * gst-libs/gst/tuner/tunerchannel.c:
9676         (gst_tuner_channel_class_init):
9677         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
9678         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
9679         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
9680         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
9681         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
9682         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9683         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9684         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
9685         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
9686           fix signals to use - instead of _
9687         * ext/libcaca/gstcacasink.h:
9688         * ext/sdl/sdlvideosink.h:
9689           fix header rename
9691 2004-03-04  David Schleef  <ds@schleef.org>
9693         * testsuite/gst-lint:  Add a check for bad signal names.
9695 2004-03-04  <kost@imn.htwk-leipzig.de>
9697         reviewed by David Schleef
9699         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
9700         modified the alpha channel and caused a warning. (bug #136192)
9702 2004-04-03  Christian Schaller <Uraeus@gnome.org>
9704         * gst-plugins.spec.in:
9705         Change names of plugins to actually be correct. Try to keep things
9706         alphabetical to avoid getting beat up by Thomas
9708 2004-03-03  Julien MOUTTE <julien@moutte.net>
9710         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
9711         Using ximagesink as a default if no gconf key found. We should
9712         probably consider using alsasink instead of osssink for the audio
9713         part.
9715 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9717         * configure.ac:
9718           fix --with-plugins, don't think it ever worked before
9719         * gst-plugins.spec.in:
9720           even more updates
9722 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9724         * ext/sdl/sdlvideosink.h:
9725         * sys/ximage/ximagesink.h:
9726         * sys/xvideo/xvideosink.h:
9727         * sys/xvimage/xvimagesink.h:
9728           Fix for move of gstvideosink.h -> videosink.h.
9730 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9732         * gst-libs/gst/xwindowlistener/Makefile.am:
9733           this is a plugin library, not a library
9735 2004-03-01  David Schleef  <ds@schleef.org>
9737         * AUTHORS:  Added some names.  Add yourself if you're still
9738         missing.
9740 2004-03-01  David Schleef  <ds@schleef.org>
9742         * MAINTAINERS: Add
9744 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9746         * gst-plugins.spec.in: clean up spec file
9748 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9750         * gst-libs/gst/video/Makefile.am:
9751         * gst-libs/gst/video/gstvideosink.c:
9752         * gst-libs/gst/video/gstvideosink.h:
9753           rename gstvideosink.h to videosink.h to match other headers
9754         * gst/mixmatrix/Makefile.am:
9755           fix plugin filename
9756         * gst/tags/Makefile.am: fix plugin filename
9758 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9760         * gst/tags/Makefile.am: fix plugin filename
9762 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9764         * examples/gstplay/player.c: (got_time_tick), (main):
9765           add error handler
9766           display time_tick more readably
9767         * gst/mixmatrix/Makefile.am:
9768           fix plugin file name
9770 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
9772         * sys/oss/gstosselement.c: (gst_osselement_probe),
9773         (device_combination_append), (gst_osselement_class_probe_devices):
9774         * sys/oss/gstosselement.h: 
9775           Reworked enumeration of oss dsps and mixers so that gst-mixer works
9776           on my system using alsa oss emulation, fixes bug #135597
9778 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9780         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
9781         (gst_videodrop_chain), (gst_videodrop_change_state):
9782         * gst/videodrop/gstvideodrop.h:
9783           Work based on timestamp of input data, not based on the expected
9784           framerate from the input. The consequence is that this element now
9785           not only scales framerates, but also functions as a framerate
9786           corrector or framerate stabilizer/constantizer.
9788 2004-02-27  David Schleef  <ds@schleef.org>
9790         patches from jmmv@menta.net (Julio M. Merino Vidal)
9792         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
9793         GST_ELEMENT_ERROR call (bug #135634)
9794         * gst/interleave/interleave.c: (interleave_buffered_loop),
9795         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
9796         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
9797         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
9798         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
9799         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
9800         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
9801         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
9802         Fix GST_ELEMENT_ERROR call.
9803         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
9804         GST_ELEMENT_ERROR call.
9806 2004-02-27  Benjamin Otte  <otte@gnome.org>
9808         * gst-libs/gst/audio/audio.h:
9809           add macro to make sure header isn't included twice
9810         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9811           don't use gst_buffer_free
9812         * gst/playondemand/filter.func:
9813           don't use gst_data_free. Free data only once.
9815 2004-02-26  David Schleef  <ds@schleef.org>
9817         * gst-libs/gst/colorbalance/Makefile.am:
9818         * gst-libs/gst/mixer/Makefile.am:
9819         * gst-libs/gst/tuner/Makefile.am:
9820         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
9821         should not be disted, -marshal.h files should not be installed,
9822         and -enum.h files _should_ be installed.  Fix to make this the
9823         case.
9825 === release 0.7.5 ===
9827 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9829         * configure.ac: release 0.7.5, "Under The Sea"
9831 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9833         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9834         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
9835         * gst/videoscale/gstvideoscale.c:
9836         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
9837           assorted debug/warning fixes
9839 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9841         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
9842         (gst_videoscale_init), (gst_videoscale_chain),
9843         (gst_videoscale_set_property), (plugin_init):
9844         * gst/videoscale/gstvideoscale.h:
9845         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
9846         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
9847         (gst_videoscale_planar400), (gst_videoscale_packed422),
9848         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
9849         (gst_videoscale_24bit), (gst_videoscale_16bit),
9850         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
9851         (gst_videoscale_scale_plane_slow),
9852         (gst_videoscale_scale_point_sample),
9853         (gst_videoscale_scale_nearest),
9854         (gst_videoscale_scale_nearest_str2),
9855         (gst_videoscale_scale_nearest_str4),
9856         (gst_videoscale_scale_nearest_32bit),
9857         (gst_videoscale_scale_nearest_24bit),
9858         (gst_videoscale_scale_nearest_16bit):
9859         add debugging category and use it properly
9860         fix use of GST_PTR_FORMAT
9862 2004-02-25  Andy Wingo  <wingo@pobox.com>
9864         * gst/interleave/interleave.c (interleave_buffered_loop): Always
9865         push only when channel->buffer is NULL. Prevents segfaults doing
9866         the state change after a nonlocal exit, like a scheme exception.
9868         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
9869         Handle the case where the intersected caps is empty.
9871 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9873         * gst/law/mulaw-decode.c: (mulawdec_link):
9874         * gst/law/mulaw.c: (plugin_init):
9875           fix mulawdec so it actually works again
9877 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
9879         reviewed by: David Schleef  <ds@schleef.org>
9881         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
9882         (gst_gamma_init), (gst_gamma_set_property),
9883         (gst_gamma_get_property), (gst_gamma_calculate_tables),
9884         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
9885         for RGB, with separate r g and b correction factors. (#131167)
9887 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9889         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9890           only signal tags for bitrate if they're > 0 (#134894)
9892 2004-02-24  David Schleef  <ds@schleef.org>
9894         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
9895         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
9896         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
9897         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
9898         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
9899         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
9900         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
9901         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
9902         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
9903         category.  Attempt to fix timestamp calculation.
9905 2004-02-24  Johan Dahlin  <johan@gnome.org>
9907         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
9909 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9911         * configure.ac:
9912         * gconf/Makefile.am:
9913         * gconf/gstreamer.schemas:
9914         * gst-libs/gst/gconf/Makefile.am:
9915         * gst-libs/gst/gconf/gconf.c:
9916           version gconf schemas and install locations
9918 2004-02-23  Benjamin Otte  <otte@gnome.org>
9920         * ext/xine/xineinput.c: (gst_xine_input_dispose):
9921         (gst_xine_input_subclass_init):
9922           call parent dispose.
9923           change pad template for CD reader correctly
9924         * ext/xine/Makefile.am:
9925         * ext/xine/gstxine.h:
9926         * ext/xine/xine.c: (plugin_init):
9927         * ext/xine/xineaudiosink.c:
9928           wrap audio sinks, too
9929         * gst-libs/gst/resample/private.h:
9930         * gst-libs/gst/resample/resample.c: (gst_resample_init),
9931         (gst_resample_reinit), (gst_resample_scale),
9932         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
9933         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
9934         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
9935         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
9936         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
9937         * gst-libs/gst/resample/resample.h:
9938         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
9939         (gst_audioscale_class_init), (gst_audioscale_link),
9940         (gst_audioscale_get_buffer), (gst_audioscale_init),
9941         (gst_audioscale_chain), (gst_audioscale_set_property),
9942         (gst_audioscale_get_property):
9943         * gst/audioscale/gstaudioscale.h:
9944           s/resample_*/gst_resample_*/i to not clobber namespaces
9946 2004-02-23  Julien MOUTTE  <julien@moutte.net>
9948         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9949         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
9950         (gst_riff_create_video_template_caps),
9951         (gst_riff_create_audio_template_caps),
9952         (gst_riff_create_iavs_template_caps):
9953         * gst-libs/gst/riff/riff-media.h:
9954         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
9955         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
9956         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
9957         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
9958         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9959         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
9960         (gst_matroska_demux_plugin_init): First batch implementing audio and 
9961         video codec tags in demuxers.
9963 2004-02-22  Benjamin Otte  <otte@gnome.org>
9965         * ext/xine/Makefile.am:
9966         * ext/xine/gstxine.h:
9967         * ext/xine/xine.c: (plugin_init):
9968         * ext/xine/xineinput.c:
9969           add input plugin wrapper. Playback from files, http, mms and cdda
9970           works.
9971         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
9972           remove leftover G_GNUC_UNUSED
9973         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
9974         (gst_asf_demux_identify_guid):
9975           improve debugging output
9977 2004-02-22  Benjamin Otte  <otte@gnome.org>
9979         reported by: Padraig O'Briain <padraig.obriain@sun.com>
9981         * autogen.sh:
9982           replace test -e with test -x for mkinstalldirs to be more portable.
9983           (fixes #134816)
9985 2004-02-22  Benjamin Otte  <otte@gnome.org>
9987         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
9989         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
9990           set rank to PRIMARY
9991         * gst/volume/gstvolume.c: (plugin_init):
9992           set rank to NONE
9993         fixes #134960
9995 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
9997         reviewed by Benjamin Otte  <otte@gnome.org>
9999         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
10000           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
10002 2004-02-22  Benjamin Otte  <otte@gnome.org>
10004         * configure.ac:
10005           export [_]*{gst,Gst,GST}.* symbols from plugins
10007 2004-02-22  Christophe Fergeau <teuf@gnome.org>
10009         reviewed by: Benjamin Otte  <otte@gnome.org>
10011         * ext/lame/gstlame.c: (add_one_tag):
10012         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
10013         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
10014         (gst_vorbisenc_metadata_set1):
10015         * gst/tags/gstid3tag.c:
10016         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
10017           apply fixes from bugs #135042 (lame can't write tags) and #133817
10018           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
10020 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
10022         * configure.ac: Export only gst_plugin_desc from plugins.
10023          Note that this change only makes any effect with Linux using libtool 
10024          1.5.2 or higher. Otherwise it is silently ignored, but it would build
10025          fine. And don't try to have several versions of libtool in different
10026          directories.
10028 2004-02-20  Andy Wingo  <wingo@pobox.com>
10030         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
10031         interleave respectively.
10033         * gst/interleave/deinterleave.c: New plugin: deinterleave
10034         (replaces on oneton).
10035         * gst/interleave/interleave.c: New plugin: interleave.
10036         * gst/interleave/plugin.h: Support file.
10037         * gst/interleave/plugin.c: Support file.
10039         * configure.ac: Remove intfloat and oneton, add interleave.
10041         * ext/sndfile/gstsf.c: Handle events better.
10043         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
10044         and float2int operation. int2float has scheduling problems as
10045         noted in in2float_chain. 
10047 2004-02-20  Benjamin Otte  <otte@gnome.org>
10049         * ext/xine/Makefile.am:
10050         * ext/xine/gstxine.h:
10051         * ext/xine/xine.c: 
10052         * ext/xine/xineaudiodec.c: 
10053         * ext/xine/xinecaps.c: 
10054           add first version of xine plugin wrapper. Currently only wraps the
10055           QDM2 win32 DLL, and even that only in proof-of-concept quality.
10056         * configure.ac:
10057         * ext/Makefile.am:
10058           add xine plugin wrapper, disabled by default. Use --enable-xine to
10059           build. Note that it'll segfault on gst-register if you don't remove
10060           the goom and tvtime post plugins from xine.
10061         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10062         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
10063           add extradata parsing for QDM2.
10064           change around debugging prints.
10066 2004-02-19  Benjamin Otte  <otte@gnome.org>
10068         * ext/lame/gstlame.c: (gst_lame_chain):
10069         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
10070           use gst_tag_list_insert when you want to insert tags
10072 2004-02-18  David Schleef  <ds@schleef.org>
10074         * configure.ac:  Move massink to gst-rotten
10075         * ext/Makefile.am:
10076         * ext/mas/Makefile.am:
10077         * ext/mas/massink.c:
10078         * ext/mas/massink.h:
10080 2004-02-18  David Schleef  <ds@schleef.org>
10082         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
10083         typefinding, since it seems to be worse than nothing.
10084         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
10085         atom to recognize .mp4 and .m4a files as video/quicktime.
10087 2004-02-18  David Schleef  <ds@schleef.org>
10089         * gst/sine/demo-dparams.c: (quit_live),
10090         (dynparm_log_value_changed), (dynparm_value_changed), (main):
10091         Use double dparams, not float.
10092         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10093         (gst_sinesrc_init): Change sync default to FALSE, since multiple
10094         sync'd elements don't really work correctly.
10095         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
10096         (volume_update_volume), (volume_get_property):  Change dparam
10097         to double.
10099 2004-02-18  Julien MOUTTE  <julien@moutte.net>
10101         * sys/ximage/ximagesink.c:
10102         (gst_ximagesink_xwindow_update_geometry),
10103         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
10104         (gst_ximagesink_change_state), (gst_ximagesink_expose),
10105         (gst_ximagesink_init): Rework the way software video scaling works. So
10106         now we check on each chain call if the video frames are feeling the 
10107         window. If not we try to renegotiate caps. On failure we memorize that
10108         and we won't try again for that PLAYING sessions.
10109         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
10110         failure.
10111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
10112         synchronous flag.
10114 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10116         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
10117           break up _link so we can give a better debug message for errors
10119 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10121         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
10122           set up debug category
10124 2004-02-18  Julien MOUTTE <julien@moutte.net>
10126         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10127         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
10128         the way renegotiation work. The event handling function is not taking
10129         care of external windows and renegotiate method check for pad flags
10130         NEGOTIATING. Should fix : #133209
10132 2004-02-17  Julien MOUTTE  <julien@moutte.net>
10134         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
10135         pad is negotiating before trying renegotiation.
10137 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
10139         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
10140           pass on all possible mime types as typefind hints
10142 2004-02-17  Julien MOUTTE <julien@moutte.net>
10144         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
10145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
10146         possible SHM leak if we crash. All other apps using XShm are doing
10147         that.
10149 2004-02-17  Julien MOUTTE  <julien@moutte.net>
10151         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10152         (gst_ximagesink_expose): Renegotiate size on expose.
10153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
10154         size on expose.
10156 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10158         * testsuite/alsa/sinesrc.c:
10159           cosmetic fix to fix compile issue with gcc 2.95.4
10161 2004-02-16  Julien MOUTTE <julien@moutte.net>
10163         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
10164         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
10165         failed opening the audio device.
10166         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10167         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10168         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
10169         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
10170         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
10171         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10172         (gst_ximagesink_change_state), (gst_ximagesink_chain),
10173         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
10174         Removing some useless g_return_if_fail like wingo suggested.
10175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10176         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
10177         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
10178         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
10179         (gst_xvimagesink_update_colorbalance),
10180         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
10181         (gst_xvimagesink_xcontext_clear),
10182         (gst_xvimagesink_get_fourcc_from_caps),
10183         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
10184         (gst_xvimagesink_set_xwindow_id),
10185         (gst_xvimagesink_colorbalance_list_channels),
10186         (gst_xvimagesink_colorbalance_set_value),
10187         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
10188         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
10190 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10192         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
10193           throw error when not negotiated instead of asserting
10195 2004-02-15  Julien MOUTTE  <julien@moutte.net>
10197         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
10198         correct data refcounting.
10200 2004-02-15  Julien MOUTTE  <julien@moutte.net>
10202         * gst/switch/gstswitch.c: (gst_switch_change_state),
10203         (gst_switch_class_init): Cleaning the sinkpads correctly on state
10204         change, mostly the EOS flag.
10206 2004-02-15  Julien MOUTTE  <julien@moutte.net>
10208         * examples/gstplay/player.c: (got_eos), (main): Adding some 
10209         output for debugging.
10210         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
10211         timeouts if we go to any state different from PLAYING.
10212         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
10213         more EOS bugs in riff lib.
10215 2004-02-14  Julien MOUTTE  <julien@moutte.net>
10217         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
10218         visualization until i find a way to fix switch correctly.
10219         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
10220         EOS arrives.
10221         * gst/switch/gstswitch.c: (gst_switch_release_pad),
10222         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
10223         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
10224         Reworked switch to get a more correct behaviour with events and refing
10225         of data stored in sinkpads.
10226         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
10227         we don't pull from a pad in EOS.
10229 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10231         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10232           remove v1 tag even if we can't read it (makes sure we don't detect
10233           it again)
10235 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10237         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
10238         (gst_alsa_xrun_recovery):
10239         * ext/alsa/gstalsa.h:
10240           try xrun recovery when wait failed. Make xrun recovery function
10241           return TRUE/FALSE to indicate success. (might fix #134354)
10243 2004-02-13  David Schleef  <ds@schleef.org>
10245         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
10246         (dynparm_value_changed), (main): Convert from float to double.
10247         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
10249 2004-02-13  David Schleef  <ds@schleef.org>
10251         * gst/silence/gstsilence.c: (gst_silence_class_init),
10252         (gst_silence_set_clock), (gst_silence_get),
10253         (gst_silence_set_property), (gst_silence_get_property):
10254         * gst/silence/gstsilence.h: Add sync property.
10255         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10256         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
10257         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
10258         * gst/sine/gstsinesrc.h: Add sync property.
10260 2004-02-13  David Schleef  <ds@schleef.org>
10262         * gst/intfloat/gstint2float.c: (conv_f32_s16),
10263         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
10265 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10267         * configure.ac:
10268         * ext/Makefile.am:
10269         * gst-libs/ext/Makefile.am:
10270           move ffmpeg plugin to gst-ffmpeg module
10272 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10274         * configure.ac: use GST_ARCH to detect architecture
10276 2004-02-12  Julien MOUTTE  <julien@moutte.net>
10278         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
10280 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10282         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
10283           classify LADSPA plugins based on number of src/sink pads
10284           (#133663, Stefan Kost)
10285         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
10286           fix dparams registration
10287           (#133528, Stefan Kost)
10288         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
10289           fix use of isprint and use g_ascii_isprint instead
10290           (#133316, Stefan Kost)
10292 2004-02-11  David Schleef  <ds@schleef.org>
10294         Convert a few inner loops to use liboil.  This is currently
10295         optional, and is only enabled if liboil is present (duh!).
10296         * configure.ac: Check for liboil-0.1
10297         * gst/intfloat/Makefile.am:
10298         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
10299         (gst_int2float_chain_gint16):
10300         * gst/videofilter/Makefile.am:
10301         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
10302         (tablelookup_u8), (gst_videobalance_planar411):
10303         * gst/videotestsrc/Makefile.am:
10304         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
10305         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
10306         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
10307         (paint_hline_RGB565), (paint_hline_xRGB1555):
10309 2004-02-11  David Schleef  <ds@schleef.org>
10311         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
10312         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
10313         (gst_colorspace_getcaps), (gst_colorspace_link),
10314         (gst_colorspace_base_init), (gst_colorspace_init),
10315         (gst_colorspace_chain), (gst_colorspace_change_state),
10316         (plugin_init): Merge Ronald's patch (bug #117897) and update
10317         for new caps and negotiation.  Seems to work, although it
10318         shows off bugs in lcs.
10320 2004-02-11  David Schleef  <ds@schleef.org>
10322         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
10323         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
10325 2004-02-11  David Schleef  <ds@schleef.org>
10327         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
10328         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
10329         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
10330         Add server and port properties
10332 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10334         * m4/a52.m4:
10335         * m4/aalib.m4:
10336         * m4/as-ffmpeg.m4:
10337         * m4/as-liblame.m4:
10338         * m4/as-slurp-ffmpeg.m4:
10339         * m4/check-libheader.m4:
10340         * m4/esd.m4:
10341         * m4/freetype2.m4:
10342         * m4/gconf-2.m4:
10343         * m4/glib.m4:
10344         * m4/gst-alsa.m4:
10345         * m4/gst-artsc.m4:
10346         * m4/gst-ivorbis.m4:
10347         * m4/gst-matroska.m4:
10348         * m4/gst-sdl.m4:
10349         * m4/gst-shout2.m4:
10350         * m4/gst-sid.m4:
10351         * m4/gtk.m4:
10352         * m4/libdv.m4:
10353         * m4/libfame.m4:
10354         * m4/libmikmod.m4:
10355         * m4/ogg.m4:
10356         * m4/vorbis.m4:
10357           fix underquotedness of macros (#133800)
10358         * m4/as-avifile.m4:
10359         * m4/xmms.m4:
10360           removed because no longer used
10362 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10364         * configure.ac:
10365           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
10366           by autopoint (fixes #132996)
10368 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10370         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
10371         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
10372         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
10373         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
10374           fix memleaks
10376 2004-02-11  David Schleef  <ds@schleef.org>
10378         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
10379         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
10380         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
10381         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
10382         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
10383         (gst_jpegenc_class_init), (gst_jpegenc_init),
10384         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
10385         (gst_jpegenc_chain), (gst_jpegenc_set_property),
10386         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
10387         * ext/jpeg/gstjpegenc.h: Fix negotiation.
10389 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10391         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
10392         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
10393         * ext/mikmod/gstmikmod.h:
10394           fix caps negotiation in mikmod
10395         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
10396           output debug information
10398 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10400         * gst-libs/gst/colorbalance/Makefile.am:
10401         * gst-libs/gst/navigation/Makefile.am:
10402         * gst-libs/gst/xoverlay/Makefile.am:
10403           remove unused GST_OPT_CFLAGS from Makefiles
10404           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
10406 2004-02-07  David Schleef  <ds@schleef.org>
10408         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
10409         push events to pads that haven't been created (#133508)
10411 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
10413         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
10414         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
10415         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
10416         (gst_dvdec_loop), (gst_dvdec_change_state):
10417         Second attempt at committing a working dvdec element.
10419 2004-02-06  David Schleef  <ds@schleef.org>
10421         Build fixes for OS X: (see #129600)
10422         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
10423         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
10424         (gst_riff_read_strf_iavs):
10425         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
10426         (gst_avi_demux_stream_odml):
10427         * gst/playondemand/Makefile.am:
10428         * gst/rtp/rtp-packet.c:
10430 2004-02-05  David Schleef  <ds@schleef.org>
10432         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
10433         last change, because it Just Doesn't Compile.
10435 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10437         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10438           skip undecodable id3v2 tag instead of keeping it
10440 2004-02-05  David Schleef  <ds@schleef.org>
10442         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
10443         Unref leaked buffer.  (Noticed by Ronald)
10445 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
10447         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
10448         Sync requires with other checks.  >= vs =.
10450 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10452         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
10453         (gst_dvdec_video_link), (gst_dvdec_loop):
10454         * ext/dv/gstdvdec.h:
10455           rework the caps negotiation so that dvdec works again instead
10456           of just segfaulting.
10458 === release 0.7.4 ===
10460 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10461                                                                                 
10462         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
10463         * configure.ac: changed for release
10465 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10467         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
10468         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
10469         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
10470         * pkgconfig/gstreamer-play-uninstalled.pc.in:
10471           reworked patch by David Lehn to fix libdir and includedir for
10472           uninstalled libraries
10473           removed play and gconf from gstreamer-libs since they have their
10474           own pkgconfig files
10476 2004-02-04  David Schleef  <ds@schleef.org>
10478         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
10479         memleak.
10481 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10483         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
10484           use correct GST_TAG_ENCODER tag
10486 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10488         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10489           be sure to stop the clock when going to paused
10490         * sys/oss/gstosssink.c: (gst_osssink_change_state):
10491           reset number of transmitted when going to ready.
10492         fixes #132935
10494 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
10496         reviewed by Benjamin Otte
10498         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
10499           extract track count (fixes #133410)
10501 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10503         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
10504           that should be !=, not == (fixes #132519)
10506 2004-02-04  David Schleef  <ds@schleef.org>
10508         Make sure set_explicit_caps() is called before adding pad.
10509         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
10510         * gst/id3/gstid3types.c: (gst_id3types_loop):
10511         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
10512         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
10514 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10516         * configure.ac:
10517           bump nano to 2, first prerelease
10518           put back AM_PROG_LIBTOOL
10520 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10522         * testsuite/alsa/Makefile.am:
10523           these are user test apps, not automatic testsuite tests
10525 2004-02-04  David Schleef  <ds@schleef.org>
10527         Convert GST_DEBUG_CAPS() to GST_DEBUG():
10528         * gst/mpeg1videoparse/gstmp1videoparse.c:
10529         (mp1videoparse_parse_seq):
10530         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
10531         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
10532         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
10533         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
10534         (gst_xvideosink_getcaps):
10535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10536         * testsuite/gst-lint: more tests
10538 2004-02-04  David Schleef  <ds@schleef.org>
10540         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
10541         with the code that they would expand to.
10542         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
10543         (gst_flacdec_get_src_query_types),
10544         (gst_flacdec_get_src_event_masks):
10545         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
10546         (gst_gnomevfssrc_get_query_types),
10547         (gst_gnomevfssrc_get_event_mask):
10549 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10551         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10552         (gst_sinesrc_dispose):
10553           fix memleak by properly disposing sinesrc
10555 2004-02-04  Julien MOUTTE  <julien@moutte.net>
10557         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
10558         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
10559         an overlay to redraw the image because it has been exposed.
10560         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
10561         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
10562         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
10563         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
10564         interface
10565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
10566         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
10567         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
10568         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
10569         interface 
10571 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10573         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
10574           more memleak fixage
10576 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10578         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
10579         * gst/typefind/gsttypefindfunctions.c:
10580           fix memleaks shown by gst-typefind
10582 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10584         * common/glib-gen.mak:
10585           add hack rule to touch .Plo files
10586         * gst-libs/gst/colorbalance/Makefile.am:
10587         * gst-libs/gst/mixer/Makefile.am:
10588         * gst-libs/gst/play/Makefile.am:
10589         * gst-libs/gst/tuner/Makefile.am:
10590           remove glib_root variable
10592 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10594         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
10595           set explicit caps before adding the element, so the autopluggers can
10596           plug correctly.
10597         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10598         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10599         (mpeg_video_type_find), (mpeg_video_stream_type_find),
10600         (dv_type_find):
10601           fix memleaks in typefind functions. gst_type_find_suggest takes a const
10602           argument.
10604 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10606         * gst-libs/gst/colorbalance/Makefile.am:
10607         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
10608         * gst-libs/gst/colorbalance/colorbalance.c:
10609         * gst-libs/gst/colorbalance/colorbalance.h:
10610         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
10611         * gst-libs/gst/mixer/Makefile.am:
10612         * gst-libs/gst/mixer/mixer-marshal.list:
10613         * gst-libs/gst/mixer/mixer.c:
10614         * gst-libs/gst/mixer/mixer.h:
10615         * gst-libs/gst/mixer/mixermarshal.list:
10616         * gst-libs/gst/play/Makefile.am:
10617         * gst-libs/gst/play/play.h:
10618         * gst-libs/gst/tuner/Makefile.am:
10619         * gst-libs/gst/tuner/tuner-marshal.list:
10620         * gst-libs/gst/tuner/tuner.c:
10621         * gst-libs/gst/tuner/tuner.h:
10622         * gst-libs/gst/tuner/tunermarshal.list:
10623           use new glib-gen.mak snippet to clean up Makefile.am
10624           fix various bugs in Makefile.am's
10626 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10628         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
10629           handle chain parsing correctly in the multichain case
10630         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
10631         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
10632         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
10633         (theora_dec_chain):
10634           handle events and queries correctly
10636 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
10638         * .cvsignore:
10639         Ignore generated file _stdint.h.
10641 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
10643         * gst-libs/gst/colorbalance/Makefile.am:
10644         * gst-libs/gst/colorbalance/colorbalance.h:
10645         * gst-libs/gst/mixer/Makefile.am:
10646         * gst-libs/gst/mixer/mixer.h:
10647         * gst-libs/gst/play/Makefile.am:
10648         * gst-libs/gst/play/play.h:
10649         * gst-libs/gst/tuner/Makefile.am:
10650         * gst-libs/gst/tuner/tuner.h:
10651         Generate enum type code with glib-mkenums.
10652         * gst-libs/gst/colorbalance/.cvsignore:
10653         * gst-libs/gst/mixer/.cvsignore:
10654         * gst-libs/gst/play/.cvsignore:
10655         * gst-libs/gst/tuner/.cvsignore:
10656         Ignore generated files.
10658 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
10660         * gst-libs/gst/audio/.cvsignore:
10661         Ignore generated file.
10662         * gst-libs/gst/audio/Makefile.am:
10663         Do not install example filter.
10665 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
10667         * examples/switch/.cvsignore:
10668         Ignore generated file.
10670 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10672         * common/m4/ax_create_stdint_h.m4:
10673         * configure.ac:
10674           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
10675           _stdint.h.
10676         * Makefile.am:
10677           remove generated _stdint.h in DISTCLEANFILES
10678         * ext/a52dec/gsta52dec.c:
10679           include _stdint.h for a52dec. (should fix #133064)
10681 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
10683         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
10684         (gst_tag_to_vorbis_comments):
10685         Add replaygain support to vorbistag
10687 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
10688         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
10689         (gst_ffmpeg_caps_to_extradata):
10690           Fix SVQ3 caps flag properties
10691           Use glib macro for bytes swap
10693 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10695         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
10696         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
10697         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10698         * ext/sndfile/gstsf.c: (plugin_init):
10699         * gst/avi/gstavi.c: (plugin_init):
10700         * sys/dxr3/dxr3init.c: (plugin_init):
10701         * sys/oss/gstossaudio.c: (plugin_init):
10702         * sys/v4l/gstv4l.c: (plugin_init):
10703         * sys/v4l2/gstv4l2.c: (plugin_init):
10704           remove textdomain calls
10705         * po/nl.po:
10706           update Dutch translation
10708 2004-02-02  Julien MOUTTE  <julien@moutte.net>
10710         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
10711         (gst_play_set_audio_sink): Moving volume in the audio thread for 
10712         instantaneous volume change. Maybe i will add another volume in front
10713         of visualization later, not sure yet though.
10715 2004-02-02  Julien MOUTTE  <julien@moutte.net>
10717         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10718         (gst_ximagesink_handle_xevents): Better X events handling, only take
10719         the latest events for configure and motion.
10720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
10722 2004-02-02  Jon Trowbridge  <trow@gnu.org>
10724         reviewed by: David Schleef  <ds@schleef.org>
10726         Fix memory leaks:
10727         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
10728         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
10730 2004-02-02  David Schleef  <ds@schleef.org>
10732         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
10733         of lines.
10734         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
10735         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10736         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
10737         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
10738         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
10739         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
10740         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
10741         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
10742         (gst_float2_2_int_link):
10743         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
10744         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
10745         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
10746         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
10747         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
10748         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
10749         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
10750         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
10751         * testsuite/gst-lint: Add tests for bzero and ;;
10753 2004-02-02  David Schleef  <ds@schleef.org>
10755         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
10757 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10759         * ext/aalib/gstaasink.c: (gst_aasink_open):
10760         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
10761         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10762         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
10763         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
10764         (gst_afsink_close_file):
10765         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
10766         (gst_afsrc_close_file):
10767         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
10768         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
10769         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
10770         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
10771         * ext/esd/esdmon.c: (gst_esdmon_get):
10772         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
10773         * ext/faac/gstfaac.c: (gst_faac_chain):
10774         * ext/faad/gstfaad.c: (gst_faad_chain):
10775         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
10776         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
10777         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
10778         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
10779         (gst_flacdec_loop):
10780         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
10781         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10782         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
10783         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
10784         (gst_gnomevfssink_close_file):
10785         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10786         (gst_gnomevfssrc_open_file):
10787         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
10788         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
10789         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
10790         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
10791         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
10792         * ext/mad/gstmad.c: (gst_mad_chain):
10793         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
10794         * ext/mpeg2dec/gstmpeg2dec.c:
10795         * ext/mpeg2enc/gstmpeg2enc.cc:
10796         * ext/mplex/gstmplex.cc:
10797         * ext/mplex/gstmplexibitstream.cc:
10798         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
10799         (gst_ogg_demux_push):
10800         * ext/raw1394/gstdv1394src.c:
10801         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
10802         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
10803         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
10804         (gst_sf_loop):
10805         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
10806         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
10807         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
10808         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
10809         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
10810         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
10811         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
10812         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
10813         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
10814         (gst_riff_read_element_data), (gst_riff_read_seek),
10815         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
10816         * gst/adder/gstadder.c: (gst_adder_loop):
10817         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
10818         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
10819         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
10820         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
10821         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
10822         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
10823         * gst/goom/gstgoom.c: (gst_goom_chain):
10824         * gst/id3/gstid3types.c: (gst_id3types_loop):
10825         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
10826         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
10827         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
10828         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
10829         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10830         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
10831         (gst_ebml_read_float), (gst_ebml_read_header):
10832         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
10833         (gst_matroska_demux_parse_blockgroup):
10834         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
10835         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
10836         * gst/oneton/gstoneton.c: (gst_oneton_chain):
10837         * gst/silence/gstsilence.c: (gst_silence_get):
10838         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
10839         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
10840         * gst/speed/gstspeed.c: (speed_loop):
10841         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10842         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10843         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
10844         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
10845         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
10846         (gst_wavparse_loop):
10847         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
10848         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
10849         (dxr3audiosink_close):
10850         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
10851         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
10852         (dxr3videosink_close), (dxr3videosink_write_data):
10853         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
10854         * sys/oss/gstosssink.c: (gst_osssink_chain):
10855         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10856         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
10857         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
10858         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
10859         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
10860         (gst_v4l_set_window), (gst_v4l_enable_overlay):
10861         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
10862         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
10863         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
10864         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
10865         (gst_v4l_set_audio):
10866         * sys/v4l/v4l_calls.h:
10867         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
10868         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
10869         (gst_v4lmjpegsink_playback_init),
10870         (gst_v4lmjpegsink_playback_start):
10871         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
10872         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
10873         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
10874         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
10875         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
10876         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
10877         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
10878         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
10879         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
10880         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
10881         (gst_v4l2_get_output), (gst_v4l2_set_output),
10882         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
10883         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
10884         (gst_v4l2_set_attribute):
10885         * sys/v4l2/v4l2_calls.h:
10886         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10887         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
10888         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
10889         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
10890         (gst_v4l2src_capture_stop):
10891         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
10892         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10893         (gst_ximagesink_chain):
10894         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
10895         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
10896         (gst_xvideosink_xwindow_new):
10897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10898         (gst_xvimagesink_chain):
10900 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10902         * gst/volume/gstvolume.c: (gst_volume_set_volume),
10903         (gst_volume_get_volume), (volume_class_init), (volume_init),
10904         (volume_chain_int16), (volume_update_volume):
10905         * gst/volume/gstvolume.h:
10906           make code more readable by removing magic numbers
10907           make mixer interface export 0-100 range
10908           make it internally map to 0.0-1.0 range so users don't distort
10909           output by putting the sliders at full volume
10911 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10913         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
10914         (gst_play_state_change), (gst_play_seek_to_time):
10915         block the tick callback for 0.5 secs after doing a seek
10917 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10919         * gst-libs/gst/play/play.c: (gst_play_new):
10920           check for GError
10922 2004-02-01  Julien MOUTTE  <julien@moutte.net>
10924         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
10925         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
10926         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10927         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
10928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10929         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
10931 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10933         * configure.ac:
10934         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
10935           check for a function added in vorbis 1.1
10937 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10939         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
10940         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
10941           really start/stop clock only on PLAYING <=> PAUSED
10942         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10943           remove \n from debugging lines
10944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
10945           make it work when seeking does not
10946         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
10947           reset on DISCONT
10949 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10951         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
10952           start clock on PAUSED=>PLAYING, not later
10953         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10954           extract correct time for different discont formats
10955         (gst_alsa_sink_get_time):
10956           don't segfault when no format is negotiated yet, just return 0
10957         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
10958         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
10959         (gst_ogg_pad_push):
10960           handle flush and discont events correctly
10961         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
10962           handle discont events correctly
10964 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10966         * gst-libs/gst/play/play.c: (gst_play_error_quark),
10967         (gst_play_error_create), (gst_play_error_plugin),
10968         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
10969         * gst-libs/gst/play/play.h:
10970           add error handling during creation
10971         * examples/gstplay/player.c: (main):
10972           use new gst_play_new
10973           
10975 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10977         * ext/theora/theoradec.c: (theora_dec_chain):
10978           make comments work
10979         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10980         (vorbis_dec_src_event), (vorbis_dec_chain):
10981           add encoder tag, fix tag reading to be more error tolerant, change
10982           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
10983           gst_pad_event_default.
10984         * gst/tags/gstvorbistag.c:
10985         (gst_tag_list_from_vorbiscomment_buffer):
10986           undefine function specific define at end of function
10988 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
10990         * ext/flac/gstflac.c: (plugin_init):
10991         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
10992         * ext/flac/gstflacdec.h:
10993         * ext/flac/gstflacenc.h:
10994           Fix typos
10996 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
10998         * examples/gstplay/player.c: s/gstplay.h/play.h/
11000 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11002         * gst-libs/gst/play/Makefile.am:
11003         * gst-libs/gst/play/gstplay.c:
11004         * gst-libs/gst/play/gstplay.h:
11005         * gst-libs/gst/play/play.c:
11006           more surgery, operation complete
11008 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11010         * gst-libs/gst/play/play.old.c:
11011         * gst-libs/gst/play/play.old.h:
11012           after CVS surgery by moving, remove
11013         * gst-libs/gst/play/playpipelines.c:
11014           remove
11015           
11016         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
11017           add negotiation error
11019 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11021         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11022         (gst_ogg_demux_push):
11023           add some seeking debug info
11024           send a flush when seeking
11026 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11028         * configure.ac:
11029           use AC_C_INLINE
11030         * configure.ac:
11031         * ext/Makefile.am:
11032         * ext/theora/Makefile.am:
11033         * ext/theora/theoradec.c: 
11034           add theora video decoder. Does just do simple decoding for now and
11035           has been tested against Theora cvs only. It only works when theora
11036           is compiled with --enable-static.
11037         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
11038           always reset packetno on DISCONT
11040 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11042         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
11043           Fix audio.
11045 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11047         * gst/mpegaudioparse/gstmpegaudioparse.c:
11048         (mp3_type_frame_length_from_header):
11049           Fix header parsing - stolen from ffmpeg (thank you! :) ).
11051 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11053         * ext/esd/esdsink.c: (gst_esdsink_init):
11054           Since we have static pad template caps, we don't need to negotiate;
11055           either the core errors out or we know the format.
11057 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11059         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11060         (gst_riff_read_seek):
11061         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
11062         (gst_ebml_read_seek):
11063           Fix event handling.
11065 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11067         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
11068           removee video/x-theora from vp3 decoder, it doesn't handle raw
11069           theora streams
11070         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11071           fix bug with finalizing element that never went to PAUSED
11072         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11073           length and position queries were swapped
11074         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
11075         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
11076         (vorbis_dec_src_event):
11077           implement querying time and bytes
11079 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11081         * just about every source file:
11082           gst_element_error -> GST_ELEMENT_ERROR
11084 2004-01-29  Julien MOUTTE  <julien@moutte.net>
11086         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
11087         emiting FLUSH and even before DISCONT.
11088         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
11089         get the best instant seeking as possible yay!
11091 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11093         * gst/mpeg1videoparse/gstmp1videoparse.c:
11094         (gst_mp1videoparse_real_chain):
11095           Committed wrong version last week... Grr... Didn't notice until now.
11097 2004-01-29  Julien MOUTTE <julien@moutte.net>
11099         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
11100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
11101         have_xwindow_id signal in xwindow_create.
11103 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11105         * ext/ogg/gstoggdemux.c: 
11106           lots of changes - mainly support for chained bitstreams, seeking,
11107           querying and bugfixes of course
11108         * ext/vorbis/Makefile.am:
11109         * ext/vorbis/vorbisdec.c: 
11110         * ext/vorbis/vorbisdec.h:
11111           add vorbisdec raw vorbis decoder
11112         * ext/vorbis/vorbis.c: (plugin_init):
11113           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
11114         * gst/intfloat/Makefile.am:
11115         * gst/intfloat/float22int.c:
11116         * gst/intfloat/float22int.h:
11117         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
11118           add float2intnew plugin. It converts multichannel interleaved float to
11119           multichannel interleaved int. The name should probably be changed.
11120         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
11121         (plugin_init):
11122           add typefinding for raw theora video so oggdemux can detect it.
11124 2004-01-28  Julien MOUTTE  <julien@moutte.net>
11126         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
11127         sink element first.
11128         * gst/videoscale/gstvideoscale.c:
11129         (gst_videoscale_handle_src_event): Fixing src event handler.
11131 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11133         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
11134         (gst_v4lsrc_open), (gst_v4lsrc_close),
11135         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
11136         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
11137         * sys/v4l/gstv4lsrc.h:
11138         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
11139         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
11140           Implement resizing... Hack. But that's why v4l is b0rked...
11142 2004-01-28  Julien MOUTTE <julien@moutte.net>
11144         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11145         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
11146         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
11147         (gst_ximagesink_xwindow_destroy):
11148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11149         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
11150         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
11151         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
11152         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
11153         correctly cleaning the image created to check xshm calls on succes,
11154         added a lot of XSync calls in X11 functions, and fixed a segfault when
11155         no image format was defined before negotiation happened.
11157 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11159         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
11160           use gst_element_get_time to get correct time
11162 2004-01-28  Julien MOUTTE  <julien@moutte.net>
11164         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
11165         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
11166         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
11167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
11168         (gst_xvimagesink_check_xshm_calls),
11169         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
11170         X plugins are now able to detect that XShm calls will fail even if the
11171         server claims that it has XShm support (remote displays most of the
11172         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
11173         so that we use non XShm functions. This feature is almost useless for
11174         xvimagesink as Xv is not supported on remote displays anyway, but 
11175         it might happen than even on the local display XShm calls fail.
11177 2004-01-27  David Schleef  <ds@schleef.org>
11179         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11180         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
11181         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
11182         changed esdsink to only use 44100,16,2, since esd sucks at rate
11183         conversion and esdsink has had difficulty negotiating.
11185 2004-01-27  Julien MOUTTE <julien@moutte.net>
11187         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
11188         (gst_play_seek_to_time): Fixing the way to get current position.
11190 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11192         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
11193           use gst_element_get_time to get correct time
11195 2004-01-27  Julien MOUTTE <julien@moutte.net>
11197         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
11198         fix ever... Inverting 2 lines of code make spider autoplug correctly
11199         tagged mp3 !
11201 2004-01-27  David Schleef  <ds@schleef.org>
11203         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11204         Use gst_pad_try_set_caps_nonfixed().
11206 2004-01-27  David Schleef  <ds@schleef.org>
11208         * gst/ac3parse/gstac3parse.c: update to checklist 5
11209         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
11210         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
11211         * gst/audioscale/gstaudioscale.c: same
11212         * gst/auparse/gstauparse.c: same
11213         * gst/avi/gstavidemux.c: same
11215 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11217         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
11218           stop processing after EOS
11220 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11222         * gst/asfdemux/asfheaders.h:
11223         * gst/asfdemux/gstasfdemux.c: 
11224         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
11225         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
11226         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
11227           lot's of fixes to make data extraction simpler and get the code
11228           architecture and compiler independant. Add debugging category
11229         * gst/goom/gstgoom.c: (gst_goom_change_state):
11230           reset channel count on PAUSED=>READY, not READY=>PAUSED
11232 2004-01-26  Colin Walters  <walters@verbum.org>
11234         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
11235         code to pull a bigger buffer in iradio mode.  This as a side effect
11236         makes typefinding work.
11238 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
11240         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
11241         Fix SVQ3 decoding on PPC
11243 2004-01-26  Julien MOUTTE <julien@moutte.net>
11245         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
11246         that one managed to stay there... Fixed.
11248 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
11250         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
11251         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
11252         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
11253         (qtdemux_video_caps):
11254         * gst/qtdemux/qtdemux.h:
11255         Add SVQ3 specific flags to qtdemux and ffmpeg
11257 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11259         * gst-libs/gst/audio/audio.h:
11260           remove buffer-frames from audio caps
11261         * gst/audioconvert/gstaudioconvert.c:
11262           fix plugin to really work.
11264 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11266         * gst-libs/gst/mixer/mixer.c:
11267         * gst-libs/gst/propertyprobe/propertyprobe.c:
11268         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
11269         (gst_tuner_find_channel_by_name):
11270         * gst-libs/gst/tuner/tuner.h:
11271           Add gtk-doc style comments. Also fix a function name.
11273 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11275         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
11276         (gst_divxdec_negotiate):
11277           Fix for new capsnego - also fixes gst-player with divxdec.
11279 2004-01-25  Julien MOUTTE  <julien@moutte.net>
11281         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
11282         (gst_play_identity_handoff), (gst_play_set_location),
11283         (gst_play_set_visualization), (gst_play_connect_visualization): Another
11284         try in visualization implementation. Still have an issue with switch
11285         blocking when pulling from video_queue and only audio comes out of 
11286         spider.
11287         * gst/switch/gstswitch.c: (gst_switch_release_pad),
11288         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
11289         release method. And check if the pad is usable before pulling.
11291 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11293         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
11294         (gst_videobalance_init),
11295         (gst_videobalance_colorbalance_list_channels),
11296         (gst_videobalance_colorbalance_set_value),
11297         (gst_videobalance_colorbalance_get_value),
11298         (gst_videobalance_update_properties),
11299         (gst_videobalance_update_tables_planar411),
11300         (gst_videobalance_planar411):
11301         * gst/videofilter/gstvideobalance.h:
11302           Implement lookup-tables. +/- 10x faster.
11304 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11306         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
11307         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
11308           The index reading was broken. The rest worked fine, but the whole
11309           goal of my rewrite was to make avidemux readable, and this was
11310           not at all readable. Please use typed variables.
11312 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11314         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
11315           Additional pad usability check.
11316         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
11317         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
11318         (gst_mp1videoparse_real_chain):
11319           Fix MPEG video stream parsing. The original plugin had several
11320           issues, including not timestamping streams where the source was
11321           not timestamped (this happens with PTS values in mpeg system
11322           streams, but MPEG video is also a valid stream on its own so
11323           that needs timestamps too). We use the display time code for that
11324           for now. Also, if one incoming buffer contains multiple valid
11325           frames, we push them all on correctly now, including proper EOS
11326           handling. Lastly, several potential segfaults were fixed, and we
11327           properly sync on new sequence/gop headers to include them in next,
11328           not previous frames (since they're header for the next frame, not
11329           the previous). Also see #119206.
11330         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
11331         (bpf_from_header):
11332           Move caps setting so we only do it after finding several valid
11333           MPEG-1 fraes sequentially, not right after the first one (which
11334           might be coincidental).
11335         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
11336         (mpeg_video_type_find), (mpeg_video_stream_type_find),
11337         (plugin_init):
11338           Add unsynced MPEG video stream typefinding, and change some
11339           probability values so we detect streams rightly. The idea is as
11340           follows: I can have an unsynced system stream which contains
11341           video. In the current code, I would randomly get a type for either
11342           system or video stream type found, because the probabilities are
11343           being calculated rather randomly. I now use fixed values, so we
11344           always prefer system stream if that was found (and that is how it
11345           should be). If no system stream was found, we can still identity                the stream as video-only.
11347 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11349         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
11350         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
11351           don't write to buffer. Extract data without the need of
11352           __attribute__ ((packed))
11354 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11356         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
11357         (mpeg1_sys_type_find):
11358           Fix MPEG-1 stream typefinding.
11360 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11362         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11363           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
11365 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11367         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
11368         * ext/esd/gstesd.c: (plugin_init):
11369           private debugging, better error reporting
11371 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11373         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
11374         (gst_riff_read_init), (gst_riff_read_change_state):
11375         * gst-libs/gst/riff/riff-read.h:
11376           Remove stuff fromold metadata system.
11378 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11380         * ext/ogg/gstoggdemux.c:
11381           Fix wrong file comment.
11382         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
11383         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
11384           Add metadata reading properly.
11386 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11388         * ext/Makefile.am:
11389           Fix nas DIST_SUBDIRS
11390           Uraeus:
11391           Fix bug where make distcheck doesn't get run on adding stuff to
11392           the build.
11394 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11396         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
11397         * ext/divx/gstdivxdec.h:
11398           Fix divx3 ("msmpeg4") playback using divxdec.
11400 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11402         * gst/typefind/gsttypefindfunctions.c:
11403         (mp3_type_frame_length_from_header): fix bug in length computation 
11404         (mp3_type_find): improve debugging output
11406 2004-01-23  Julien MOUTTE  <julien@moutte.net>
11408         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
11409         (gst_play_set_location), (gst_play_seek_to_time),
11410         (gst_play_set_audio_sink), (gst_play_set_visualization),
11411         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
11412         the pipeline from scratch. Visualization is back and switch went out as
11413         i realized it was not possible to use the way i wanted.
11414         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
11415         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
11416         clearing in state change from READY to NULL. So that one can clean the
11417         X ressources keeping the element.
11418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11419         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
11420         (gst_xvimagesink_colorbalance_set_value),
11421         (gst_xvimagesink_colorbalance_get_value),
11422         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
11423         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
11424         change from READY to NULL and fixed some stupid bugs in colorbalance
11425         get/set values. Also added the following feature : when nobody tries to
11426         set some values to the colorbalance levels before the xcontext is 
11427         grabbed, then when creating channels list from Xv attributes we set the
11428         internal values to the Xv defaults. This way we handle buggy Xv drivers
11429         that set default hue values far from the middle of the range (Thanks
11430         to Jon Trowbridge for pointing that issue).
11431         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
11432         colorbalance levels have been set before xcontext is grabbed.
11434 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11436         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
11437           Fix the ossmixer case where we shouldn't open /dev/dsp* because
11438           it might block operations (which is bad for a mixer).
11440 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11442         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
11443         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
11444         (gmip_find_type_pre):
11445         * gst-libs/gst/media-info/media-info-priv.h:
11446         * gst-libs/gst/media-info/media-info.c:
11447         (gst_media_info_instance_init), (gst_media_info_read_idler):
11448         add fakesink to get caps on decoder src pad again
11449         fix callback prototype to match new have_type signal signature
11451 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11453         * gst/adder/gstadder.c: (gst_adder_link):
11454           fix non-compile and cut-n-paste code
11456 2004-01-21  David Schleef  <ds@schleef.org>
11458         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
11459         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
11460         (gst_swfdec_init), (gst_swfdec_change_state):
11461         * ext/swfdec/gstswfdec.h:
11462         Fix negotiation.
11463         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
11464         (gst_adder_request_new_pad): Fix negotiation.
11465         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
11466         Add a fixate function.
11467         * gst/intfloat/gstfloat2int.c:
11468         * gst/intfloat/gstfloat2int.h:
11469         * gst/intfloat/gstint2float.c:
11470         * gst/intfloat/gstint2float.h:
11471         Completely rewrite the negotiation.  Doesn't quite work yet,
11472         due to some buffer-frames problem.
11474 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
11476         * ext/gnomevfs/gstgnomevfssrc.c:
11477         * sys/v4l2/v4l2_calls.h:
11478           fix includes for distcheck
11480 2004-01-21  Christian Schaller <uraeus@gnome.org>
11482         * ext/nas/
11483         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
11484         based on earlier patch from Laurent Vivier
11486 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
11488         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
11489         Fix wma caps property
11490         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
11491         Fix typo (flags1 and flags2)
11493 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11495         * gst-libs/gst/media-info/media-info-priv.c:
11496         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
11497         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
11498         (gmip_find_stream), (gmip_find_track_metadata),
11499         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
11500         (gmip_find_track_format):
11501         * gst-libs/gst/media-info/media-info-priv.h:
11502         * gst-libs/gst/media-info/media-info-test.c: (main):
11503         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
11504         (gst_media_info_read_idler), (gst_media_info_read):
11505         * gst-libs/gst/media-info/media-info.h:
11506           register debugging category and use it for debugging
11508 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11510         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
11511         (gst_vorbisfile_new_link):
11512           signal streaminfo through tags
11514 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11516         * ext/mplex/gstmplex.cc:
11517         * ext/mplex/gstmplexibitstream.cc:
11518           g++ doesn't like NULL in our i18n/error macros, should be
11519           either (NULL) or ("").
11521 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11523         * sys/dxr3/dxr3audiosink.c:
11524         * sys/dxr3/dxr3init.c:
11525         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
11526         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
11527           Fix more error error error errors (missing includes here).
11529 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11531         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
11532           fix thomas' error errors.
11534 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11536         * ext/mpeg2enc/gstmpeg2enc.cc:
11537           fix error errors.
11539 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11541         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
11542         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
11543           Fix for new error system.
11545 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11547         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
11548           fix for new error reporting
11550 2004-01-20  David Schleef  <ds@schleef.org>
11552         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
11553         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
11554         (gst_ximagesink_set_xwindow_id): Change to using a framerate
11555         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
11556         and neither is 100+, most likely.
11557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11558         (gst_xvimagesink_getcaps): same
11560 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11562         * configure.ac:
11563           Up version requirement to 2.0.3 (not yet released) to avoid symbol
11564           clashes with ffmpeg.
11566 2004-01-20  Julien MOUTTE  <julien@moutte.net>
11568         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
11569         (gst_switch_init): Fixed switch element : proxying link and setting
11570         caps from src to sink on request.
11572 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11574         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
11575         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
11576         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
11577         fix element_error
11579 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11581         * sys/v4l/v4l_calls.h:
11582         * sys/v4l2/v4l2_calls.h:
11583           element_error fixes
11585 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11587         * gst-libs/gst/gst-i18n-plugin.h:
11588           add locale.h
11589           remove config.h inclusion
11591 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11593         * autogen.sh:
11594           adding autopoint invocation
11595         * Makefile.am:
11596         * configure.ac:
11597         * gst-libs/gst/gettext.h:
11598           adding gettext bits
11599         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
11600         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
11601         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11602         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
11603         (gst_gnomevfssink_close_file):
11604         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
11605         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
11606         * gst-libs/gst/gst-i18n-plugin.h:
11607         * gst/avi/gstavi.c: (plugin_init):
11608         * sys/dxr3/dxr3init.c: (plugin_init):
11609         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
11610         * sys/oss/gstossaudio.c: (plugin_init):
11611         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
11612         * sys/v4l/gstv4l.c: (plugin_init):
11613         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11614         * sys/v4l2/gstv4l2.c: (plugin_init):
11615         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
11616         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
11617         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
11618         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
11619         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
11620         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
11621           make sure locale and translation domain are set
11622           fix translated strings 
11623         * po/.cvsignore:
11624         * po/LINGUAS:
11625         * po/Makevars:
11626         * po/POTFILES.in:
11627         * po/nl.po:
11628           put translation files into place
11629         * sys/xvideo/imagetest.c: (main):
11630         * ext/dv/demo-play.c: (main):
11631           fix unnecessary translations
11633 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11635         * ext/sndfile/gstsf.c:
11636         * gst/avi/gstavimux.c:
11637         * ext/audiofile/gstafsink.c:
11638         * ext/audiofile/gstafsrc.c:
11639         * ext/gnomevfs/gstgnomevfssink.c:
11640         * ext/gnomevfs/gstgnomevfssrc.c:
11641         * sys/oss/gstosselement.c:
11642         * sys/v4l/v4l_calls.h:
11643           fix i18n include
11645 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11647         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
11648         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
11649         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
11650         (gst_v4l2_get_output), (gst_v4l2_set_output),
11651         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
11652         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
11653         (gst_v4l2_set_attribute):
11654         update to new error handling
11656 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11658         * ext/sidplay/gstsiddec.cc:
11659         * gst/modplug/gstmodplug.cc:
11660           parenthese NULL because C++ seems angry about it
11662 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11664         * gst-libs/gst/gst-i18n-plugin.h:
11665           add skeleton i18n stuff, but needs to be further implemented
11667 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11669         * examples/gstplay/player.c: (main):
11670         * ext/aalib/gstaasink.c: (gst_aasink_open):
11671         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
11672         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11673         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
11674         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
11675         (gst_afsink_close_file):
11676         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
11677         (gst_afsrc_close_file):
11678         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
11679         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
11680         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
11681         * ext/esd/esdmon.c: (gst_esdmon_get):
11682         * ext/esd/esdsink.c: (gst_esdsink_chain):
11683         * ext/faac/gstfaac.c: (gst_faac_chain):
11684         * ext/faad/gstfaad.c: (gst_faad_chain):
11685         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
11686         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
11687         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
11688         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
11689         (gst_flacdec_loop):
11690         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
11691         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11692         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
11693         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
11694         (gst_gnomevfssink_close_file):
11695         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
11696         (gst_gnomevfssrc_open_file):
11697         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
11698         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
11699         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
11700         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
11701         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
11702         * ext/mad/gstmad.c: (gst_mad_chain):
11703         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
11704         * ext/mpeg2dec/gstmpeg2dec.c:
11705         * ext/mpeg2enc/gstmpeg2enc.cc:
11706         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
11707         * ext/mplex/gstmplex.cc:
11708         * ext/mplex/gstmplexibitstream.cc:
11709         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
11710         (gst_ogg_demux_push), (gst_ogg_pad_push):
11711         * ext/raw1394/gstdv1394src.c:
11712         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
11713         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
11714         * ext/sidplay/gstsiddec.cc:
11715         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
11716         (gst_sf_loop):
11717         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
11718         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
11719         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
11720         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
11721         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
11722         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
11723         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
11724         * gst-libs/gst/Makefile.am:
11725         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11726         (gst_riff_read_element_data), (gst_riff_read_seek),
11727         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
11728         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
11729         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
11730         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
11731         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
11732         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
11733         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
11734         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
11735         * gst/goom/gstgoom.c: (gst_goom_chain):
11736         * gst/id3/gstid3types.c: (gst_id3types_loop):
11737         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
11738         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
11739         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
11740         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
11741         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
11742         (gst_ebml_read_float), (gst_ebml_read_header):
11743         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
11744         (gst_matroska_demux_parse_blockgroup):
11745         * gst/modplug/gstmodplug.cc:
11746         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
11747         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
11748         * gst/oneton/gstoneton.c: (gst_oneton_chain):
11749         * gst/silence/gstsilence.c: (gst_silence_get):
11750         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
11751         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
11752         * gst/speed/gstspeed.c: (speed_loop):
11753         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11754         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11755         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
11756         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
11757         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
11758         (gst_wavparse_loop):
11759         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
11760         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
11761         (dxr3audiosink_close):
11762         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
11763         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
11764         (dxr3videosink_close), (dxr3videosink_write_data):
11765         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
11766         * sys/oss/gstosselement.h:
11767         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
11768         (gst_osssink_chain):
11769         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11770         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
11771         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
11772         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
11773         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
11774         (gst_v4l_enable_overlay):
11775         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
11776         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
11777         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
11778         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
11779         (gst_v4l_set_audio):
11780         * sys/v4l/v4l_calls.h:
11781         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
11782         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
11783         (gst_v4lmjpegsink_playback_init),
11784         (gst_v4lmjpegsink_playback_start):
11785         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
11786         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
11787         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
11788         (gst_v4lmjpegsrc_requeue_frame):
11789         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
11790         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
11791         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
11792         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
11793         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11794         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
11795         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
11796         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11797         (gst_v4l2src_capture_stop):
11798         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
11799         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11800         (gst_ximagesink_chain):
11801         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
11802         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
11803         (gst_xvideosink_xwindow_new):
11804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11805         (gst_xvimagesink_chain):
11806         use new error signal, function and categories
11808 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
11810         * configure.ac:
11811         * ext/Makefile.am:
11812         * ext/musicbrainz/gsttrm.c:
11813         * ext/musicbrainz/gsttrm.h:
11814         * ext/musicbrainz/Makefile.am:
11815         Add a trm plugin 
11817 2004-01-18  Julien MOUTTE  <julien@moutte.net>
11819         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
11820         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
11821         synchronous property for debugging.
11822         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
11823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11824         (gst_xvimagesink_set_property): Moving a pointer declaration to a
11825         smaller block, fixing indent.
11827 2004-01-16  David Schleef  <ds@schleef.org>
11829         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
11830         property affects the video stream.
11831         * sys/xvimage/xvimagesink.c: 
11832         * sys/xvimage/xvimagesink.h:
11833         Add synchronous property for debugging.  Should probably be
11834         disabled in non-CVS builds.  Make sure that the Xv attribute
11835         exists before we set it (crash!).  Fix a silly float bug that
11836         caused colorbalance to just not work.
11838 2004-01-17  Christian Schaller <Uraeus@gnome.org>
11840         * tools/gst-launch-ext.in - update for new plugins
11842 2004-01-16  David Schleef  <ds@schleef.org>
11844         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
11845         already-freed caps.
11847 2994-01-16  Christian Schaller <Uraeus@gnome.org>
11849         * Update spec for new colorspace plugin and libcaca plugin
11850         * Fix compilation of libcaca plugin (clock -> id)
11852 2004-01-16  Julien MOUTTE <julien@moutte.net>
11854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
11855         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
11856         (gst_xvimagesink_set_xwindow_id),
11857         (gst_xvimagesink_colorbalance_set_value),
11858         (gst_xvimagesink_colorbalance_get_value),
11859         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11860         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
11861         correct colorbalance properties. They can now be set when the element
11862         is still in NULL state. The values will be committed to the Xv Port
11863         when xcontext is initialized.
11864         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
11865         brightness int values in the GstXvImagesink structure.
11867 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11869         * gst-libs/gst/Makefile.am:
11870           restructure so having local patches works easier.
11872 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11874         * ext/mpeg2enc/Makefile.am:
11875         * ext/mpeg2enc/gstmpeg2enc.cc:
11876         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
11877           Bugfix with respect to EOS handling.
11879 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11881         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
11882           Link with right caps (else, it segfaults).
11883         * ext/mplex/gstmplexjob.cc:
11884           Fix for slight API change in 1.6.1.93 release of mjpegtools.
11886 2004-01-15  David Schleef  <ds@schleef.org>
11888         * gst-libs/gst/audio/Makefile.am:
11889         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
11890         from the template.
11891         * gst-libs/gst/audio/gstaudiofilter.c:
11892         * gst-libs/gst/audio/gstaudiofilter.h:
11893         Add bytes_per_sample and size and n_samples calculation.
11894         * gst-libs/gst/audio/gstaudiofilterexample.c:
11895         Remove, now autogenerated.
11896         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11897         Moved from gstaudiofilterexample, object name changed, code added
11898         so that it actually works.
11899         * gst-libs/gst/audio/make_filter:
11900         Script to build an audiofilter subclass from the template.
11901         * gst/colorspace/Makefile.am:
11902         * gst/colorspace/yuv2yuv.c:
11903         Remove file, since it's GPL, and we don't use it.
11905 2004-01-15  Julien MOUTTE  <julien@moutte.net>
11907         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
11908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
11909         them use the buffer free function to test how the buffer was allocated.
11911 2004-01-15  David Schleef  <ds@schleef.org>
11913         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
11914         that handles osssink fallback.
11915         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
11916         (gst_audio_convert_getcaps):
11917         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11918         Add audio/x-qdm2 for QDM2 audio.
11919         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
11920         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
11921         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
11922         Decrease minimum size to 16x16.
11923         * gst/wavparse/gstwavparse.c:
11924         Convert disabled pad template caps to new caps.
11925         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11927         (gst_xvimagesink_chain): Throw element error when display cannot
11928         be opened.  Increase minimum framerate to 1.0.  Check the data
11929         free function on a buffer to make sure it is the type we expect
11930         before manipulating it.
11932 2004-01-15  Julien MOUTTE <julien@moutte.net>
11934         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
11935         (gst_videobalance_colorbalance_set_value): Implement passthru if
11936         settings are in the middle.
11937         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
11939 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11941         * gst/videofilter/Makefile.am:
11942         * gst/volume/Makefile.am:
11943           Since we use videofilter symbols, link to it.
11945 2004-01-15  Julien MOUTTE <julien@moutte.net>
11947         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
11948         mixer interface type to HARDWARE.
11949         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
11950         type to SOFTWARE.
11951         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
11952         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
11953         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
11954         (gst_volume_interface_init), (gst_volume_list_tracks),
11955         (gst_volume_set_volume), (gst_volume_get_volume),
11956         (gst_volume_set_mute), (gst_volume_mixer_init),
11957         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
11958         (volume_init): Implementing mixer interface.
11959         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
11960         * sys/oss/gstosselement.c: (gst_osselement_get_type),
11961         (gst_osselement_change_state): Removing some trailing commas in
11962         structures.
11963         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
11964         interface type to HARDWARE.
11965         * sys/v4l/gstv4lcolorbalance.c:
11966         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
11967         type to HARDWARE.
11968         * sys/v4l2/gstv4l2colorbalance.c:
11969         (gst_v4l2_color_balance_interface_init): Setting colorbalance
11970         interface type to HARDWARE.
11971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
11972         same code than ximagesink for event handling.
11974 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11976         * ext/snapshot/Makefile.am:
11977         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
11978         (gst_snapshot_chain):
11979         * ext/snapshot/gstsnapshot.h:
11980           This has to be a joke... Snapshot should be connected to a tee,
11981           colorspace element before it and EOS after that, where the other
11982           src of the tee receives normal data.
11983           The current way is *wrong*.
11985 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11987         * ext/hermes/gsthermescolorspace.c:
11988           Fix another compile error. Same as below.
11990 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11992         * gst/colorspace/gstcolorspace.c:
11993         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
11994         (gst_colorspace_i420_to_yv12):
11995           Fix compiling... Didn't test if it actually works.
11997 2004-01-15  David Schleef  <ds@schleef.org>
11999         * configure.ac:
12000         * gst/colorspace/Makefile.am:
12001         * gst/colorspace/gstcolorspace.c:
12002         * gst/colorspace/gstcolorspace.h:
12003         * gst/colorspace/yuv2rgb.c:
12004         * gst/colorspace/yuv2rgb.h:
12005         Duplicate the ext/hermes colorspace plugin, and remove Hermes
12006         code and GPL code.  Fix for new caps negotiation.  Rewrite
12007         much of the format handling code, and some of the conversion
12008         code.  Basically, rewrote almost everything.  This element
12009         handles I420, YV12 to RGB conversions.
12010         * ext/hermes/Makefile.am:
12011         * ext/hermes/gsthermescolorspace.c:
12012         Rename colorspace to hermescolorspace.  Fix negotiation issues.
12013         Remove non-Hermes related code.  This element handles lots of
12014         RGB to RGB conversions, but no YUV.
12015         * ext/hermes/gstcolorspace.c:
12016         * ext/hermes/gstcolorspace.h:
12017         * ext/hermes/rgb2yuv.c:
12018         * ext/hermes/yuv2rgb.c:
12019         * ext/hermes/yuv2rgb.h:
12020         * ext/hermes/yuv2rgb_mmx16.s:
12021         * ext/hermes/yuv2yuv.c:
12022         * ext/hermes/yuv2yuv.h:
12023         Remove old code.
12025 2004-01-14  Colin Walters  <walters@verbum.org>
12027         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
12028         they've already been.
12030 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12032         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
12033           assume tag mode when pad is not connected
12035 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12037         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12038           Don't update the time of the clock
12039         (gst_alsa_sink_loop):
12040           sync to the clock given to alsasink, not the own clock
12041         * sys/oss/gstosssink.c: (gst_osssink_chain):
12042           sync to the clock
12043         (gst_osssink_change_state):
12044           activate the clock
12045         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
12046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
12047           remove bogus code that made DISCONT events unhandled
12048         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
12049           explicitly case to double in _set_simple. (fixes 2nd warning in bug
12050           #131502)
12051         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
12052         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
12053         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
12054           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
12055           2nd warning in bug #131502)
12057 2004-01-14  Julien MOUTTE  <julien@moutte.net>
12059         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
12060         (gst_videobalance_colorbalance_set_value),
12061         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
12062         for colorbalance interface implementation.
12063         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
12064         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12065         (gst_ximagesink_dispose), (gst_ximagesink_init),
12066         (gst_ximagesink_class_init): Adding DISPLAY property.
12067         * sys/ximage/ximagesink.h: Adding display_name to store display.
12068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
12069         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12070         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
12071         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
12072         properties (they still need polishing though for gst-launch use : no
12073         xcontext yet, i ll do that tomorrow).
12074         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
12076 2004-01-14  Julien MOUTTE  <julien@moutte.net>
12078         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
12079         (gst_play_set_location), (gst_play_set_visualization): Preparing 
12080         switch integration, adding videobalance in the pipeline.
12082 2004-01-14  Julien MOUTTE <julien@moutte.net>
12084         * gst-libs/gst/colorbalance/colorbalance.c:
12085         (gst_color_balance_class_init): Adding a default type.
12086         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
12087         the type.
12088         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
12089         (gst_videobalance_dispose), (gst_videobalance_class_init),
12090         (gst_videobalance_init), (gst_videobalance_interface_supported),
12091         (gst_videobalance_interface_init),
12092         (gst_videobalance_colorbalance_list_channels),
12093         (gst_videobalance_colorbalance_set_value),
12094         (gst_videobalance_colorbalance_get_value),
12095         (gst_videobalance_colorbalance_init): Implementing colorbalance
12096         interface.
12097         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
12098         list.
12099         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
12100         bug which was triggering a BadAccess X error when setting an overlay
12101         before pad was really negotiated.
12102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
12103         Using the colorbalance type macro.
12105 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12107         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
12108         (gst_flacenc_chain):
12109           handle tags correctly
12110         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12111           extract ID3v1 tags correctly
12113 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12115         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
12116         (plugin_init):
12117           Improve matroska typefinding for odd-typed headers...
12119 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12121         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12122           Fix for using incremental number on padnames.
12124 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12126         * ext/divx/gstdivxdec.c:
12127         * ext/divx/gstdivxenc.c:
12128           Set category to divx4linux instead of divx (too generic).
12129         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12130         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
12131         (gst_wavparse_loop), (gst_wavparse_change_state):
12132         * gst/wavparse/gstwavparse.h:
12133           fix parsing of WAV files with non-standard fmt-tag size and fix
12134           skipping of unrecognized chunks... Someone please fix this thing
12135           to use rifflib so all this is automated.
12136         * sys/v4l/Makefile.am:
12137         * sys/v4l2/Makefile.am:
12138           Add X_CFLAGS because we depend on X (for overlay).
12140 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
12142         * ext/mpeg2dec/gstmpeg2dec.c:
12143           Don't issue a timestamp unless we tagged the frame
12144           with a PTS.
12146 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12148         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
12149           Query the audio element to get the time, not the clock. We're
12150           interested in the element's time here.
12152 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12154         * ext/aalib/gstaasink.c: (gst_aasink_chain):
12155         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12156         * ext/esd/esdsink.c: (gst_esdsink_chain):
12157         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
12158         * ext/mas/massink.c: (gst_massink_chain):
12159         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
12160         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
12161         (gst_matroska_demux_parse_metadata):
12162         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
12163         (gst_mpeg_parse_release_locks):
12164         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
12165         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
12166         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
12167         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
12168         (gst_osssink_change_state):
12169         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
12170         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
12171         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
12172         (gst_xvideosink_release_locks):
12173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
12174           use element time.
12175         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
12176         (gst_alsa_clock_stop):
12177         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
12178         (gst_audio_clock_get_internal_time):
12179           simplify for use with new clocking code.
12180         * testsuite/alsa/Makefile.am:
12181         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
12182           fix testsuite for new caps system
12184 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12186         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
12187         * ext/flac/gstflacenc.c: (add_one_tag):
12188           length is already host endian, no need to convert. Fixes playback of
12189           tagged files on PPC. (bug #128384)
12191 2004-01-13  Julien MOUTTE <julien@moutte.net>
12193         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
12194         colorbalance interface stating if it is hardware based or software
12195         based.
12196         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
12197         Removing a trailing comma.
12198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
12199         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
12200         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
12201         the documentation seems to be wrong on the -1000 to 1000 interval.
12203 2004-01-12  David Schleef  <ds@schleef.org>
12205         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
12206         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
12207         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
12208         Fix negotiation.  Add a bufferalloc function for the sink pad,
12209         and generally clean up some of the code.
12211 2004-01-12  Julien MOUTTE <julien@moutte.net>
12213         * gst-libs/gst/colorbalance/colorbalancechannel.c:
12214         (gst_color_balance_channel_dispose): Adding safety check in dispose
12215         method.
12216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
12217         (gst_xvimagesink_xcontext_clear),
12218         (gst_xvimagesink_interface_supported),
12219         (gst_xvimagesink_colorbalance_list_channels),
12220         (gst_xvimagesink_colorbalance_set_value),
12221         (gst_xvimagesink_colorbalance_get_value),
12222         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
12223         Adding colorbalance interface support to set XV parameters such as
12224         HUE, BRIGHTNESS, CONTRAST, SATURATION.
12225         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
12226         interface.
12228 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12230         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
12231         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
12232         (gst_audio_convert_init), (gst_audio_convert_set_property),
12233         (gst_audio_convert_get_property), (gst_audio_convert_chain),
12234         (gst_audio_convert_link),
12235         (gst_audio_convert_buffer_to_default_format),
12236         (gst_audio_convert_buffer_from_default_format), (plugin_init):
12237           - implement _getcaps and use it
12238           - improve linking
12239           - remove float caps since no float conversion is actually done
12240           - remove properties and arguments that were to be used for rate
12241             conversion
12243 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12245         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
12246         (gst_audio_structure_set_int):
12247         * gst-libs/gst/audio/audio.h:
12248           add helper functions for _getcaps matching the standard audio
12249           templates
12251 2004-01-12  David Schleef  <ds@schleef.org>
12253         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12254         Test that pad is negotiated before getting its caps.
12256 2004-01-12  Julien MOUTTE <julien@moutte.net>
12258         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
12259         analyzing the pads of an element the bin is mostly in READY state so
12260         no caps were negotiated. This helper function needs to work with
12261         _get_caps directly then. I was not freeing them though, added that to
12262         fix the mem leak.
12264 2004-01-12  Julien MOUTTE <julien@moutte.net>
12266         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
12267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
12268         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
12269         than the free_func.
12271 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12273         * sys/oss/gstossaudio.c: (plugin_init):
12274         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
12275         * sys/oss/gstosselement.h:
12276           make an oss debugging category
12277           make failure more descriptive
12279 2004-01-11  David Schleef  <ds@schleef.org>
12281         * ext/ffmpeg/gstffmpeg.c:
12282         * ext/ffmpeg/gstffmpegcodecmap.c:
12283         * ext/ffmpeg/gstffmpegdec.c:
12284         * ext/ffmpeg/gstffmpegenc.c:
12285         * ext/ffmpeg/gstffmpegprotocol.c:
12286         * ext/gdk_pixbuf/gstgdkanimation.c:
12287         * ext/jpeg/gstjpeg.c:
12288         * ext/libpng/gstpng.c:
12289         * ext/mpeg2dec/perftest.c:
12290         * ext/speex/gstspeex.c:
12291         * gst-libs/gst/resample/dtos.c:
12292         * gst/intfloat/gstintfloatconvert.c:
12293         * gst/oneton/gstoneton.c:
12294         * gst/rtjpeg/RTjpeg.c:
12295         * gst/rtp/gstrtp.c:
12296         * sys/dxr3/dxr3init.c:
12297         * sys/glsink/gstgl_nvimage.c:
12298         * sys/glsink/gstgl_pdrimage.c:
12299         * sys/glsink/gstglsink.c:
12300         * testsuite/gst-lint:
12301         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
12303 2004-01-11  David Schleef  <ds@schleef.org>
12305         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
12306         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
12307         * ext/gdk_pixbuf/gstgdkanimation.c:
12308         (gst_gdk_animation_iter_create_pixbuf):
12309         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
12310         (gst_gdk_pixbuf_chain):
12311         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12312         * ext/jack/gstjack.c: (gst_jack_change_state):
12313         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
12314         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
12315         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
12316         * gst/videofilter/gstvideofilter.c:
12317         (gst_videofilter_set_output_size):
12318         Remove all usage of gst_pad_get_caps(), and replace it with
12319         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
12321 2004-01-11  David Schleef  <ds@schleef.org>
12323         * configure.ac:
12324         * ext/Makefile.am: Fixes to make ext/libcaca compile.
12325         * ext/divx/gstdivxdec.c:
12326         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
12327         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
12328         handle images that span multiple buffers.  Now work with both
12329         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
12330         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12331         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
12332         video/video.h changes
12333         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
12334         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
12335         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
12336         of GstData free function.
12337         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
12338         same.
12340 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12342         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
12343         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
12344         (gst_v4l2element_get_property):
12345         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
12346           add norm, channel and frequency properties.
12347         * sys/v4l2/gstv4l2tuner.c:
12348           fixes for tuner interface changes
12349         * sys/v4l2/gstv4l2element.h:
12350         * sys/v4l2/gstv4l2src.c: 
12351         * sys/v4l2/gstv4l2src.h:
12352         * sys/v4l2/v4l2src_calls.c: 
12353         * sys/v4l2/v4l2src_calls.h:
12354           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
12356 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12358         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
12359         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
12360         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
12361         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
12362         * gst-libs/gst/tuner/tuner.h:
12363           GObjects aren't const.
12364           Add find_by_name functions.
12365           Add checks to _changed functions.
12366         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
12367         (gst_v4l_tuner_get_norm):
12368           Fixes for above.
12370 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12372         * gst-libs/gst/video/video.h:
12373           Fix caps template names to be understandable.
12374           Prefix everything with GST_VIDEO.
12375         * ext/aalib/gstaasink.c:
12376         * ext/divx/gstdivxdec.c:
12377         * ext/divx/gstdivxenc.c:
12378         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12379         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
12380         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
12381         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
12382         * ext/libcaca/gstcacasink.c:
12383         * ext/libpng/gstpngenc.c: (raw_caps_factory):
12384         * ext/snapshot/gstsnapshot.c:
12385         * ext/swfdec/gstswfdec.c:
12386         * ext/xvid/gstxviddec.c:
12387         * ext/xvid/gstxvidenc.c:
12388         * gst/chart/gstchart.c:
12389         * gst/deinterlace/gstdeinterlace.c:
12390         * gst/effectv/gsteffectv.c:
12391         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
12392         * gst/goom/gstgoom.c:
12393         * gst/median/gstmedian.c:
12394         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
12395         (gst_monoscope_srcconnect), (gst_monoscope_chain):
12396         * gst/overlay/gstoverlay.c:
12397         * gst/smooth/gstsmooth.c:
12398         * gst/smpte/gstsmpte.c:
12399         * gst/synaesthesia/gstsynaesthesia.c:
12400         * gst/videocrop/gstvideocrop.c:
12401         * gst/videodrop/gstvideodrop.c:
12402         * gst/y4m/gsty4mencode.c:
12403         * sys/qcam/gstqcamsrc.c:
12404         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
12405           Make them work with new video.h file.
12406         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
12407         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
12408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
12409         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
12410           Make it work with new buffer allocation system.
12412 2004-01-11  Julien MOUTTE  <julien@moutte.net>
12414         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
12415         pad_alloc_buffer implementation to use ->srcpad
12416         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
12417         pad_alloc_buffer implementation to use ->srcpad
12418         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
12419         pad_alloc_buffer implementation to use ->srcpad
12420         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12421         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
12422         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
12423         a reference to everything we need.
12424         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
12425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12426         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12427         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
12428         a reference to everything we need.
12429         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
12431 2004-01-11  David Schleef  <ds@schleef.org>
12433         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
12434         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
12435         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
12436         structure members.
12437         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
12438         value during a resize/renegotiation.
12439         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
12440         gst_pad_alloc_buffer();
12441         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
12442         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
12443         structure members.
12444         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
12445         Fix for rename of buffer private structure members.
12446         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
12447         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
12448         Fix for rename of buffer private structure members.
12449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
12450         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
12451         Fix for rename of buffer private structure members.
12453 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
12455         reviewed by: David Schleef <ds@schleef.org>
12457         * gst/videofilter/Makefile.am:
12458         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
12459         from the patch by ds to fit in with recent make_filter changes.
12461 2004-01-11  Julien MOUTTE  <julien@moutte.net>
12463         * configure.ac: Adding examples/switch/Makefile
12464         * examples/Makefile.am: Adding examples/switch
12465         * examples/switch/Makefile.am: Adding switcher example.
12466         * examples/switch/switcher.c: (got_eos), (idle_iterate),
12467         (switch_timer), (main): Adding an example demonstrating switch usage
12468         with 2 videotestsrc showing different patterns.
12469         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
12470         (gst_switch_init): Fixing switch with the new caps system.
12472 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12474         * gst-libs/gst/video/video.h:
12475           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
12476           They should probably be like
12477           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
12479 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12481         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12482         (qtdemux_parse_trak):
12483           fix audio chunk size/timestamp calculation
12485 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12487         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
12488           fix SVQ3 caps
12490 2004-01-11  Steve Baker  <steve@stevebaker.org>
12492         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
12493         (gst_agingtv_base_init), (gst_agingtv_class_init),
12494         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
12495         (gst_agingtv_set_property), (gst_agingtv_get_property):
12496         Port agingTV to videofilter
12498 2004-01-09  Julien MOUTTE <julien@moutte.net>
12500         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
12501         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
12503 2004-01-09  Julien MOUTTE <julien@moutte.net>
12505         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
12506         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
12507         * gst-libs/gst/xoverlay/xoverlay.c:
12508         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
12509         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
12510         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
12511         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
12512         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
12513         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
12514         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
12515         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
12516         the bufferalloc_function to replace bufferpools, fixing the XOverlay
12517         interface implementation to handle xid being 0 and fix some bugs
12518         triggered by Benjamin's testcase.
12519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
12520         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
12521         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
12522         the bufferalloc_function to replace bufferpools, fixing the XOverlay
12523         interface implementation to handle xid being 0 and fix some bugs
12524         triggered by Benjamin's testcase.
12526 2004-01-09  David Schleef  <ds@schleef.org>
12528         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
12529         mouse pointer events.  It works.
12531 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12533         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
12534           Use explicit caps - fix capsnego.
12535         * ext/xvid/gstxviddec.c:
12536         * ext/xvid/gstxvidenc.c:
12537           Remove macro-inside-macro which caused compile errors.
12538         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
12539           Error out if it's not a RIFF file. Else we error out without
12540           gst_element_error() which is not good...
12542 2004-01-08  David Schleef  <ds@schleef.org>
12544         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
12545         Fix pad_link function to handle formats that ffmpeg returns
12546         as multiple caps structures.
12547         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
12548         Only complain if source buffer is _smaller_ than expected.
12549         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12550         (gst_videoscale_handle_src_event): Resize navigation events
12551         when passing them upstream.
12552         * gst/videotestsrc/gstvideotestsrc.c:
12553         * gst/videotestsrc/gstvideotestsrc.h:
12554         * gst/videotestsrc/videotestsrc.c:
12555         * gst/videotestsrc/videotestsrc.h:
12556         Rewrite many of the buffer painting functions to handle odd
12557         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
12558         been verified to work with my video card.
12559         * testsuite/gst-lint:  Add check for elements calling
12560         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
12562 2004-01-08  David Schleef  <ds@schleef.org>
12564         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
12565         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
12567 2004-01-08  Julien MOUTTE  <julien@moutte.net>
12569         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
12570         configure event is not emiting the desired size signal. That fixes
12571         aspect ratio issues with gst-player.
12573 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12575         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
12576           Fix capsnego.
12578 2004-01-08  Julien MOUTTE  <julien@moutte.net>
12580         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
12581         public method to fire size signal.
12583 2004-01-07  Julien MOUTTE  <julien@moutte.net>
12585         * examples/gstplay/Makefile.am: Adding the interface library.
12586         * gst-libs/gst/play/Makefile.am: Adding the interface library.
12587         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
12588         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
12589         GST_IS_X_OVERLAY before signal connect.
12590         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
12591         Removing the have_video_size signal.
12592         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
12593         and associated public method.
12594         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
12595         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
12596         signal.
12597         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
12598         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
12599         signal.
12600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
12601         Using XOverlay public method to fire size signal.
12603 2004-01-07  David Schleef  <ds@schleef.org>
12605         * gst/videofilter/Makefile.am:
12606         * gst/videofilter/gstvideotemplate.c:
12607         * gst/videofilter/make_filter:
12608         Create gstvideoexample.c in a srcdir!=builddir friendly way.
12609         Convert make_filter to /bin/sh script.
12611 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12613         * gst/modplug/gstmodplug.cc: fix element description
12615 2004-01-07  Julien MOUTTE  <julien@moutte.net>
12617         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
12618         (got_video_size): Adding some new lines in g_print calls.
12619         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
12620         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
12621         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
12622         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
12623         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
12624         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
12625         Complete code review, reverting some stuff i disagree with, adding
12626         some fixes : time synchronization on invalid timestamps, renegotiation
12627         of private window.
12628         * sys/ximage/ximagesink.h:
12629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
12630         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
12631         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
12632         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
12633         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
12634         (gst_xvimagesink_buffer_new),
12635         (gst_xvimagesink_navigation_send_event),
12636         (gst_xvimagesink_set_xwindow_id),
12637         (gst_xvimagesink_get_desired_size),
12638         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
12639         stuff i disagree with, adding some fixes : Renegotiation of private
12640         window, implementing get_desired_size.
12642 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12644         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
12645         (gst_afsink_handle_event):
12646         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12647         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
12648         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
12649         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
12650         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
12651           Fix for instantiate-test (see core). Also remove dead code from
12652           jpegenc (which still needs fixing, but that's lower on my TODO
12653           list...).
12654         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12655           Never return NULL as caps.
12657 2004-01-07  David Schleef  <ds@schleef.org>
12659         * configure.ac:
12660         * ext/Makefile.am:
12661         * ext/librfb/Makefile.am:
12662         * ext/librfb/gstrfbsrc.c:
12663         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
12664         is the protocol used by VNC.
12666 2004-01-07  David Schleef  <ds@schleef.org>
12668         * gst/videofilter/gstvideotemplate.c:
12669         * gst/videofilter/gstvideotemplate.h:
12670         * gst/videofilter/make_filter:
12671         Merge videotemplate header into source file.
12672         * gst/effectv/Makefile.am:
12673         * gst/effectv/gsteffectv.c: (plugin_init):
12674         * gst/effectv/gstwarp.c:
12675         Make warpTV a subclass of videofilter.
12677 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12679         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
12680           Add guard against invalid utf-8 conversions in mad. Just in case.
12682 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12684         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
12685           Fix for bug shown by poisoning
12687 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12689         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
12690         (gst_v4lmjpegsrc_buffer_free):
12691         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
12692         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
12693         (gst_v4lsrc_buffer_free):
12694           Fix for removed bufferpools.
12696 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
12698         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
12699         Fix caps negotiation.
12701         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
12702         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
12703         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
12704         (dvdnavsrc_event):
12705         * ext/mpeg2dec/gstmpeg2dec.c:
12706         * gst-libs/gst/navigation/navigation.c:
12707         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
12708         * gst-libs/gst/navigation/navigation.h:
12709         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
12710         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
12711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
12712         Super-simple first version of mouse and keyboard events. Clicking
12713         on a DVD menu now works, although it may not take you where you
12714         expected.
12716         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
12717         * gst/videotestsrc/gstvideotestsrc.c:
12718         (gst_videotestsrc_src_fixate):
12719         These fixate functions were broken - they never actually
12720         fixated :)
12721         
12722 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12724         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
12725         (gst_icecastsend_init):
12726           fix for new caps system.
12727         * gst-libs/gst/mixer/mixertrack.h:
12728         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
12729           Add 'master track' flag (for tools like ACME that only want to
12730           change the main volume).
12732 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
12734         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
12735         (gst_xvid_csp_to_caps):
12736         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
12737         * ext/xvid/gstxvidenc.c:
12738         ifdef out ARGB type when it isn't available 
12739         in xvidcore 1.0.0beta2
12741 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12743         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
12744           When we have received a new SCR right in the first buffer after
12745           a seek (so in the same cycle that handles the discont), we should
12746           handle the buffer instead of unreffing it, else we lose data.
12748 2004-01-06  Iain <iain@prettypeople.org>
12750         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
12751           buffer-frames caps too.
12753         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
12754           caps that we need, don't destroy them all and rebuild them. And when
12755           creating src pads, use the src pad template rather than the sink...
12757 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12759         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
12760           Add pad to element *after* setting functions such as event handler.
12761           Without this, the scheduler (opt) will link pads, set the event
12762           handler from the default event function (dispatcher in gstpad.c)
12763           and *after* that, we will set our own event function, which will
12764           thus never be used (and thus mpegdemux doesn't handle events).
12766 2004-01-04  David Schleef  <ds@schleef.org>
12768         Fix the fixate functions to handle new prototype:
12769         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
12770         * gst/videotestsrc/gstvideotestsrc.c:
12771         (gst_videotestsrc_src_fixate):
12772         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
12773         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
12774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
12776 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12778         * sys/ximage/ximagesink.h:
12779         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
12780         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
12781         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
12782         (gst_ximagesink_xoverlay_init):
12783           assorted fixes to make (re)embedding work
12784         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
12785         (gst_ximagesink_get_desired_size):
12786           implement desired size additions to XOverlay
12788 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12790         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
12791         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
12792         (gst_x_overlay_got_desired_size):
12793         * gst-libs/gst/xoverlay/xoverlay.h:
12794           Add optional "desired size" signal and querying.
12796 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12798         * gst/matroska/matroska-demux.c:
12799         (gst_matroska_demux_parse_blockgroup):
12800           Fix EBML-laced block parsing. Diffs are relative to previous
12801           lace, not the first lace. Thanks to Mosu from the Matroska
12802           team for detecting this.
12803         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12804         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
12805         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
12806         (gst_wavparse_change_state):
12807         * gst/wavparse/gstwavparse.h:
12808           Quickfix for capsnego.
12810 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12812         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
12813           Fix indenting, fix pad creation.
12815 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12817         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
12818         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
12819         (gst_xviddec_sink_link):
12820           Implement src_getcaps() so proper size caps is negotiated.
12822 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12824         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
12825           Finish flac decoder on EOS. See #116178.
12827 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12829         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
12830         (gst_matroska_demux_add_stream):
12831         * gst/matroska/matroska-ids.h:
12832           Add getcaps() function to fix capsnego...
12834 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12836         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
12837         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
12838         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
12839           Fix more integer overflows. Again, see #126967.
12841 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12843         * ext/mpeg2dec/gstmpeg2dec.c:
12844           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
12845           #130416.
12847 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12849         * configure.ac:
12850         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
12851         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
12852         * ext/xvid/gstxvid.h:
12853         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
12854         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
12855         (gst_xviddec_src_link), (gst_xviddec_sink_link),
12856         (gst_xviddec_change_state):
12857         * ext/xvid/gstxviddec.h:
12858         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
12859         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
12860         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
12861         (gst_xvidenc_link), (gst_xvidenc_set_property),
12862         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
12863         * ext/xvid/gstxvidenc.h:
12864           Update xvid plugin to latest xvid (1.0.0-beta3) API.
12866 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12868         * gst/rtp/rtp-packet.c:
12869           Add sys/types.h include, since OS X doesn't define in_addr_t
12870           in netinet/in.h, like it does on Linux (see #129600).
12872 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
12874         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
12876         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
12877           Correct logic of dispose function (see #129306).
12879 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12881         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
12882         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
12883         (gst_mpeg_parse_init):
12884         * gst/mpegstream/gstmpegparse.h:
12885           Remove clock (which was never provided, i.e. dead code), and
12886           also fix integer overflows at high PTS values (see #126967).
12888 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12890         * ext/flac/gstflacdec.c:
12891         * ext/libpng/gstpngenc.h:
12892         * ext/mikmod/gstmikmod.h:
12893           OS X fixes (see #126628).
12895 2004-01-02  David Schleef  <ds@schleef.org>
12897         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
12898         (gst_alsa_src_base_init): Remove bogus "src" request pad.
12899         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
12900         (gst_mpeg_parse_class_init): Move pad template registration
12901         to class_init, since the derived class (mpegdemux) doesn't
12902         want them.
12904 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12906         * sys/ximage/Makefile.am:
12907         * sys/xvideo/Makefile.am:
12908         * sys/xvimage/Makefile.am:
12909           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
12910           after installation (see #127664).
12912 2004-01-02  David Schleef  <ds@schleef.org>
12914         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
12915         (gst_ffmpegenc_connect):  Negotiation fixes.
12916         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
12917         Remove inappropriate gst_caps_free().
12918         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
12919         Reenable Ronald's internal resize code, since the core handles
12920         it correctly now.
12922 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12924         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12925         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
12927           Fix pad template stuff.
12929 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12931         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
12932         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
12933           fix signed integer reading/writing.
12935 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12937         * ext/alsa/README:
12938           Remove outdated document
12940 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
12942         * gst/cutter/gstcutter.c: (gst_cutter_init):
12943           src pad was being created twice - oops.
12945 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12947         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
12948           Comment out internal resize. It doesn't handle the resulting
12949           XEvent internally, does another try_set_caps() which leads to
12950           a really nice loop.
12951           Real fix will come when Julien and Dave are awake. ;).
12953 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12955         * ext/mpeg2enc/gstmpeg2enc.cc:
12956           fix const/nonconst compile issue.
12958 2004-01-02  David Schleef  <ds@schleef.org>
12960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
12961         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
12962         Add fixate function and a check for bad formats.
12964 2004-01-01  David Schleef  <ds@schleef.org>
12966         Negotiation fixes:
12967         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
12968         (gst_audiofilter_init):
12969         * gst/debug/efence.c: (gst_efence_init):
12970         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
12971         (gst_deinterlace_init):
12972         * gst/volume/gstvolume.c: (volume_connect):
12974 2004-01-01  David Schleef  <ds@schleef.org>
12976         Convert elements to use gst_pad_use_explicit_caps() where
12977         appropriate:
12978         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
12979         * ext/audiofile/gstafparse.c: (gst_afparse_init),
12980         (gst_afparse_open_file):
12981         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
12982         (gst_afsrc_open_file):
12983         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
12984         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
12985         (gst_ffmpegdec_chain):
12986         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
12987         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
12988         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
12989         (gst_gdk_pixbuf_chain):
12990         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
12991         (gst_jpegdec_chain):
12992         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
12993         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
12994         (gst_mikmod_negotiate):
12995         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
12996         (gst_mpeg2dec_negotiate_format):
12997         * ext/mpeg2enc/gstmpeg2enc.cc:
12998         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12999         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
13000         (gst_speexdec_sinkconnect):
13001         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
13002         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
13003         (gst_vorbisfile_new_link):
13004         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
13005         (gst_ac3parse_chain):
13006         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
13007         (gst_asf_demux_setup_pad):
13008         * gst/auparse/gstauparse.c: (gst_auparse_init),
13009         (gst_auparse_chain):
13010         * gst/id3/gstid3types.c: (gst_id3types_loop):
13011         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13012         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
13013         (mp1videoparse_parse_seq):
13014         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
13015         (bpf_from_header):
13016         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
13017         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
13018         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
13019         (gst_mpeg_parse_send_data):
13020         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13021         (gst_qtdemux_add_stream):
13022         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
13023         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
13024         (gst_wavparse_parse_fmt):
13026 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13028         * configure.ac:
13029           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
13030           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
13031           it therefore uses the wrong include paths. Too bad... Note
13032           that 1.6.1.93 is not release yet. ;).
13033           Also add a check for mplex, which is now using the lib'ified
13034           mplex from mjpegtools, too.
13035         * ext/ffmpeg/gstffmpegcodecmap.c:
13036           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
13037           issues. I don't think ffmpeg handles 3ivx correctly, so this
13038           probably won't work. But it won't hurt either.
13039         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
13040         (gst_ffmpegdec_chain):
13041         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
13042         (gst_ffmpegenc_chain_audio):
13043           Fix memleak in audio encoding. Close codec if open fails, this
13044           calls the cleanup routines so we can re-use the context.
13045         * ext/mpeg2enc/gstmpeg2enc.cc:
13046           Fix pad template names/types, fix memory issue with getcaps().
13047         * ext/mpeg2enc/gstmpeg2encoder.cc:
13048         * ext/mpeg2enc/gstmpeg2encoder.hh:
13049           Fix compile issue with new caps system (const thingy).
13050         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
13051         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
13052           We read a first frame right on initing, so that we have a caps
13053           when we init the output. This caps is cached in padprivate and
13054           read as first frame.
13055         * ext/mplex/Makefile.am:
13056         * ext/mplex/gstmplex.cc:
13057         * ext/mplex/gstmplex.h:
13058         * ext/mplex/gstmplex.hh:
13059         * ext/mplex/gstmplexibitstream.cc:
13060         * ext/mplex/gstmplexibitstream.hh:
13061         * ext/mplex/gstmplexjob.cc:
13062         * ext/mplex/gstmplexjob.hh:
13063         * ext/mplex/gstmplexoutputstream.cc:
13064         * ext/mplex/gstmplexoutputstream.hh:
13065           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
13066           had issues, didn't do capsnego, supported only a subset of the
13067           mplex features and required a mplex fork in our local CVS. Plus
13068           that it worked agaist a very old mplex version. Rewriting was
13069           faster than updating it.
13070         * gst-libs/ext/Makefile.am:
13071         * gst-libs/ext/mplex/INSTRUCT:
13072         * gst-libs/ext/mplex/Makefile.am:
13073         * gst-libs/ext/mplex/README:
13074         * gst-libs/ext/mplex/TODO:
13075         * gst-libs/ext/mplex/ac3strm_in.cc:
13076         * gst-libs/ext/mplex/audiostrm.hh:
13077         * gst-libs/ext/mplex/audiostrm_out.cc:
13078         * gst-libs/ext/mplex/aunit.hh:
13079         * gst-libs/ext/mplex/bits.cc:
13080         * gst-libs/ext/mplex/bits.hh:
13081         * gst-libs/ext/mplex/buffer.cc:
13082         * gst-libs/ext/mplex/buffer.hh:
13083         * gst-libs/ext/mplex/fastintfns.h:
13084         * gst-libs/ext/mplex/format_codes.h:
13085         * gst-libs/ext/mplex/inputstrm.cc:
13086         * gst-libs/ext/mplex/inputstrm.hh:
13087         * gst-libs/ext/mplex/lpcmstrm_in.cc:
13088         * gst-libs/ext/mplex/mjpeg_logging.cc:
13089         * gst-libs/ext/mplex/mjpeg_logging.h:
13090         * gst-libs/ext/mplex/mjpeg_types.h:
13091         * gst-libs/ext/mplex/mpastrm_in.cc:
13092         * gst-libs/ext/mplex/mpegconsts.cc:
13093         * gst-libs/ext/mplex/mpegconsts.h:
13094         * gst-libs/ext/mplex/mplexconsts.hh:
13095         * gst-libs/ext/mplex/multplex.cc:
13096         * gst-libs/ext/mplex/outputstream.hh:
13097         * gst-libs/ext/mplex/padstrm.cc:
13098         * gst-libs/ext/mplex/padstrm.hh:
13099         * gst-libs/ext/mplex/stillsstream.cc:
13100         * gst-libs/ext/mplex/stillsstream.hh:
13101         * gst-libs/ext/mplex/systems.cc:
13102         * gst-libs/ext/mplex/systems.hh:
13103         * gst-libs/ext/mplex/vector.cc:
13104         * gst-libs/ext/mplex/vector.hh:
13105         * gst-libs/ext/mplex/videostrm.hh:
13106         * gst-libs/ext/mplex/videostrm_in.cc:
13107         * gst-libs/ext/mplex/videostrm_out.cc:
13108         * gst-libs/ext/mplex/yuv4mpeg.cc:
13109         * gst-libs/ext/mplex/yuv4mpeg.h:
13110         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
13111         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
13112           We don't fork mjpegtools' mplex in our CVS anymore.
13113         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
13114         (gst_avi_demux_add_stream):
13115         * gst/avi/gstavidemux.h:
13116           Add getcaps() function for proper caps nego. This makes some
13117           parts of AVI playback/reading work.
13118         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
13119           Resize window on new capsnego. This is probably wrong, but
13120           I'm still committing it because with current capsnego, the
13121           first successfull capsnego is auto-fixated, therefore rounded
13122           down to the lowest values in the caps. this results in a 16x16
13123           XWindow that is not reized when real capsnego finishes.
13124           Dave, I see more cases of this, do you know a proper solution?
13125         * tools/gst-launch-ext.in:
13126           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
13128 2003-12-31  David Schleef  <ds@schleef.org>
13130         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
13131         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
13132           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
13134 2003-12-30  David Schleef  <ds@schleef.org>
13136         * ext/ffmpeg/gstffmpegcolorspace.c:
13137         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
13138         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
13139         (gst_ffmpegcsp_chain): Negotiation fixes
13140         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
13141         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13142         (gst_audio_convert_link), (gst_audio_convert_channels):
13143         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
13144         (gst_audioscale_link), (gst_audioscale_get_buffer),
13145         (gst_audioscale_chain): Negotiation fixes
13146         * gst/audioscale/gstaudioscale.h:
13147         * gst/videofilter/gstvideofilter.c:
13148         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
13149         (gst_videofilter_link), (gst_videofilter_init),
13150         (gst_videofilter_set_output_size), (gst_videofilter_setup),
13151         (gst_videofilter_find_format_by_structure):
13152         * gst/videofilter/gstvideofilter.h: Negotiation fixes
13153         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
13154         (gst_videoscale_link):
13155         * gst/videoscale/videoscale.c: (videoscale_get_structure),
13156         (videoscale_find_by_structure), (gst_videoscale_setup):
13157         * gst/videoscale/videoscale.h: Negotiation fixes
13158         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
13159         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
13160         function, restrict resizing to a multiple of 4 (hack until
13161         everyone supports odd sizes correctly).
13163 2003-12-29  Colin Walters  <walters@verbum.org>
13165         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
13166         signed.
13168 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
13170         * ext/sndfile/gstsf.c: (gst_sf_loop):
13171           Fix warning about discarding const qualifier
13173 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
13175         * gst/cutter/gstcutter.c:
13176         * gst/videoscale/gstvideoscale.c:
13177         * gst/volenv/gstvolenv.c:
13178         * gst-libs/gst/audio/audio.c:
13179         * gst-libs/gst/video/video.c:
13180           Fix warnings
13182 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13184         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
13185           Don't send ALSA debugging to stderr.
13186         * ext/alsa/gstalsa.h:
13187           Use GST_WARNING instead of g_warning when ALSA functions fail.
13189 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13192           Free XVAdapterInfo correctly.
13194 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13196         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
13197         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
13198           Make id3tag use correct caps nego.
13200 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
13202         * ext/ivorbis/vorbis.c: 
13203         * ext/ivorbis/vorbisenc.h:
13204         * ext/ivorbis/vorbisfile.c:
13205           Modify so that it uses the new caps things
13207 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13209         * testsuite/spider/spider1.c: (main):
13210         * testsuite/spider/spider2.c: (main):
13211         * testsuite/spider/spider3.c: (main):
13212           Make tests compile again. They probably don't work.
13214 2003-12-24  Colin Walters  <walters@verbum.org>
13216         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
13217         we can't fixate the caps anymore.
13219 2003-12-23  David Schleef  <ds@schleef.org>
13221         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
13222         * sys/oss/gstosssink.c: (gst_osssink_init),
13223         (gst_osssink_sink_fixate): Add fixate function.
13225 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13227         * ext/ffmpeg/gstffmpegcodecmap.c:
13228         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
13229         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
13230         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
13231         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
13232         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
13233         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
13234         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
13235           fix typo in RGB masks, and move back to "old" colorspace
13236           capsnego code until whoever wrote this new crap has actually
13237           tested it so that it works.
13238           And yes, this works, keep it that way please.
13240 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13242         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
13243         (gst_divxdec_init), (gst_divxdec_negotiate):
13244         * ext/divx/gstdivxdec.h:
13245         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
13246         (gst_divxenc_init):
13247         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
13248         (gst_faac_sinkconnect), (gst_faac_srcconnect):
13249         * ext/mpeg2enc/gstmpeg2enc.cc:
13250         * ext/mpeg2enc/gstmpeg2encoder.cc:
13251         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
13252         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
13253         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
13254         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
13255         (dxr3spusink_init):
13256         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
13257         (dxr3videosink_init):
13258           Fix caps breakage after Dave's caps branch merge.
13260 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13262         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13263           Fix for 24bpp display.
13265 2003-12-23  Colin Walters  <walters@verbum.org>
13267         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
13268         a GnomeVFSHandle directly.
13270 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13272         * gst/volume/Makefile.am:
13273         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
13274         (volume_base_init), (volume_init):
13275           Reenable volume element and fix to work with new caps stuff.
13276           Rhythmbox needs this.
13278 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13280         * gst/qtdemux/qtdemux.c: (plugin_init):
13281           qtdemux requires bytestream
13283 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13285         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
13286           Fix remaining caps handling errors due to CAPS merge.
13288 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13290         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
13291         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
13292         (gst_faad_srcconnect): 
13293           Port to new caps system.
13295 2003-12-21  Julien MOUTTE  <julien@moutte.net>
13297         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
13298         (got_video_size), (main): using g_print instead of g_message.
13299         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
13300         signal which was not emitted because of "switch" element added to the
13301         bin but not connected. (Removing from the bin temporarily)
13303 2003-12-21  Julien MOUTTE  <julien@moutte.net>
13305         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
13306         find X development files. I don't understand the previous tests and
13307         they fail on my debian/ppc unstable. This one works.
13308         * examples/gstplay/player.c: (main): Set the pipeline to READY before
13309         exiting.
13310         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
13311         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13312         (gst_play_set_visualization): Add some safety checks in set_ methods
13313         and state_change. This was throwing some ugly CRITICAL messages when
13314         pipeline was getting disposed and casts were failing.
13316 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13318         * configure.ac:
13319           Improve mpeg2enc detection. This is for distributions that do
13320           ship mjpegtools, but without mpeg2enc. Also does object check
13321           for might there ever be ABI incompatibility.
13322         * ext/mpeg2enc/gstmpeg2enc.cc:
13323           Add Andrew as second maintainer (he's helping me), and also add
13324           an error if no caps was set. This happens if I pull before capsnego
13325           and that's something I should solve sometime else.
13326         * gst/matroska/matroska-demux.c:
13327         (gst_matroska_demux_parse_blockgroup):
13328           Fix time parsing.
13329         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
13330         (gst_matroska_mux_track_header):
13331           Add caps to templates.
13332         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
13333           Add mpegversion=1 to prevent confusion with MPEG/AAC.
13334         * gst/mpegstream/gstmpegdemux.c:
13335           Remove layer since it causes warnings about unfixed caps.
13336         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
13337           Fix obvious typo (we error out if caps were set, we should of
13338           course error out if *no* caps were set).
13339         * sys/oss/gstosselement.c: (gst_osselement_convert):
13340           Fix format conversion, we confused bits/bytes.
13341         * sys/oss/gstosselement.h:
13342           Improve documentation for 'bps'.
13343         * sys/v4l/TODO:
13344           Remove stuff about plugins that need removing - this was done
13345           ages ago.
13346         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
13347         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
13348         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
13349         (gst_v4lsrc_src_query):
13350         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13351         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
13352           Add get_query_types(), get_formats() and query() functions.
13354 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13356         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
13357         * moved CVS to freedesktop.org